Live data from Hacker News

I still like Sublime Text

ohdoylerules.com

341–350 of 620 posts

Re: I still like Sublime Text

#341

Sublime is extraordinary. It's one of the softwares I've loved the most, by far. Even today, it's always opened and I use it for quick fixes and code browsing. However, despite my fondness for it, VS Code, and now Cursor, have largely taken over for me. Cursor, in particular, has literally completely transformed how I code. And yes, it's slower and more bloated, but the value-added of Cursor is worse it.

That is an early candidate for Freudian Slip of the Year.

Re: I still like Sublime Text

#342

I've used Sublime Text since it's initial release, and later on Sublime Merge, and i own licenses for every major version released. However, my ST4 license recently expired, and that caused me to look back at the previous 3 years to see what my money was actually buying me, and it turns out it was mostly bugfixes. There have been, rather consistently, 2 releases per year (november and august), and the last major feat…

I think that as software asymptotically approaches mostly-bugfix releases, it's a good sign that it's "done", and therefore just stable, reliable, and "boring". Sometimes boring is good, especially for your core toolkit. It can free up your energy to spend it on more interesting things, like actual coding.

The Apple macOS model of implementing useful features from apps (in ST's case: plugins) stands out as long as there are reasonable trade offs.

Without it, you have to use so much glue for a good experience. So, look at the very popular extensions and see if they can become native.

Re: I still like Sublime Text

#343

Earlier quoted context omitted.

Why is it insane? Along with a terminal, I also use a database editor inside my code editor. That’s the point behind an IDE - integrated developer environment.

But Sublime isn't an IDE, it's just a text editor. The line is blurry (especially with how VS Code is used these days) but I have ST running next to IntelliJ all day, they serve different roles.

At this point I’d call vscode an IDE.

Or at least an IDE platform where plugins provide the language integration.

Re: I still like Sublime Text

#344

Sublime is extraordinary. It's one of the softwares I've loved the most, by far. Even today, it's always opened and I use it for quick fixes and code browsing. However, despite my fondness for it, VS Code, and now Cursor, have largely taken over for me. Cursor, in particular, has literally completely transformed how I code. And yes, it's slower and more bloated, but the value-added of Cursor is worse it.

Bloated compared to sublime, yes. But VScode is absolutely lightweight compared to something like eclipse or one of those other heavyweight enterprise Java IDE’s.

Cursor is lightweight but have you ever seen the amount of memory that thing seems to consume? Holy mother of silicone.

Re: I still like Sublime Text

#345

Used to use sublime, and wanted to purchase a license, but it is only good for the version you are on. Since I use gentoo and it upgrades frequently, my license would require me to hold it back, and eventually it will break. How do others deal with this? Just keep purchasing a license?

That is kind of why so many software companies switched to subscription models.

Re: I still like Sublime Text

#346

Sublime Text developer here, thank you for all the praise! I'm looking forward to what we can accomplish this year. If you have any questions I'd be happy to answer.

I paid for a license for Sublime, but then I was forced to upgrade a while ago, and my license no longer works with the new version. Is there a solution to this?

I'd start here: http://www.sublimetext.com/docs/previous_versions.html (^:

Re: I still like Sublime Text

#347
post #206

Earlier quoted context omitted.

You can essentially use Sublime for free indefinitely. It shows you a prompt to buy a license for every few saves you make but that’s about it. Not invasive in my book. I also think people underestimate the amount of work that goes into building a good text editor and keeping it up to date over the years.

I cannot use Sublime without license in my work setting without violating License terms. That's a huge deal breaker

That’s a good point. I think if you really like the editor it might be something your employer could pay for. At least ST only offers a one-time fee for each major version. Of course that depends on where you work and their policies. So I see how it’s not so easy and my comment definitely missed that part.

Re: I still like Sublime Text

#348

Sublime is extraordinary. It's one of the softwares I've loved the most, by far. Even today, it's always opened and I use it for quick fixes and code browsing. However, despite my fondness for it, VS Code, and now Cursor, have largely taken over for me. Cursor, in particular, has literally completely transformed how I code. And yes, it's slower and more bloated, but the value-added of Cursor is worse it.

That is an early candidate for Freudian Slip of the Year.

How come?

Re: I still like Sublime Text

#349

Sublime Text developer here, thank you for all the praise! I'm looking forward to what we can accomplish this year. If you have any questions I'd be happy to answer.

Sublime Text team, thank you so much for creating the best tool out there! I truly appreciate the stability and simplicity of your product. My main request is to add a tool similar to Cursor Composer and Chat. Thank you again!

I just added a "Open In Cursor" plugin:

https://github.com/spencerchristensen/sublime-open-in-cursor

It isn't on Package Control yet as I just submitted the PR.

I made this as I love Sublime Text as a text editor and do not want to pollute it with AI garbage. However, there are times where I want to quickly open the same file in Cursor to hash out some their agents. Workflow is:

- lovely text editing in Sublime

- encounter something I would like AI assistance for

- quickly pop open the thing in Cursor and do the AI stuff

- hop back to Sublime to continue my lovely editing

Re: I still like Sublime Text

#350
post #216

Kernel, compiler, text editor: all must be free software, with full source code and permissive licenses. I will die on this hill. Closed source editors (including VS Code) are simply nonstarters for me. This is my toolchain, my job, my life, my hobby, my passion. The legal prohibition on modifying it is against every single thing I sit down at a computer to do. It might sound snobbish, but if you can’t (or don’t) mod…

Are you really a hacker if you haven't soldered you CPU and RAM yourself? Is your electricity coming from a OSS treadmill? I question your dedication.

Not remotely the same, false equivalence. I don’t regularly need to add CPU instructions; I do regularly need to amend my tools.
Post reply on HN