Live data from Hacker News

I can't stand using VSCode so I wrote my own

bold-edit.com

81–90 of 186 posts

Re: I can't stand using VSCode so I wrote my own

#81
post #47

>I'd tweak the script; then to see the results I would press F5 to run the already built binary and wait over a second EVERY SINGLE TIME (about 1480ms). I put in a bug report for this years ago but it got ignored :( https://github.com/microsoft/vscode/issues/137066 Vscode has gotten slower over time. It's true you can't get nanosecond performance out of JS, but anything under 17ms should be trivial. I believe the vsc…

[flagged]

What is that even supposed to mean?

Re: I can't stand using VSCode so I wrote my own

#82
On the flipside, I recently had to make some changes to a ~1.5GB XML file, like in the middle of the file. I had a sudden flashback to the Atom editor, which developers considered a 1MB XML file as "large", and hence it totally chocked on a 100MB one I tried once, crashing out after eating 8+GB of RAM.

To my mild surprise, it opened in a few seconds, and while all the fancy checking stuff got disabled, basic syntax highlighting still worked so element tags were colorized. Finding and changing the offending element was not much different from normal. I checked memory usage, expecting it to be astronomical, but it was quite within reason (~3 GB IIRC).

I admit I did not expect it to go that well.

Re: I can't stand using VSCode so I wrote my own

#84
The only thing that annoys me about VS code is that Microsoft decided to call it visual studio, which means if I search for help for a problem with actual visual studio I end up with vscode suggestions. Id like to know why ms thought this was a good idea.

Re: I can't stand using VSCode so I wrote my own

#85
post #69

Earlier quoted context omitted.

My experience on their issue tracker is, if i give thoughtful input i get thoughtful responses. Ive had multiple issues and features acted on. YMMV i suppose.

But how many of that input should have been from internal testing instead of users after the rollout?

Microsoft don't have internal testing. They get the devs, who already know the code, to see if it makes sense. And woe betide you if you disagree with the PM!

Re: I can't stand using VSCode so I wrote my own

#86

When I had a 2 GB laptop lying around, I always wanted a simple text editor with auto-completion etc. (Though only for Python, Linux) After trying KDevelop, Kate, Eric, Sypder etc. I thought I could write my own. I had a simple plugin system in mind, with similar to LSP style features (VSCode was not released that time). The UI was inspired by Blender. Blender has such a fluent UI where you can customize everything.…

During the vi / emacs wars, the joke was that emacs stood for "eight megabytes and constantly swapping". How times have changed.

It's now eighty megabytes ;)

Re: I can't stand using VSCode so I wrote my own

#88
post #48

>I'd tweak the script; then to see the results I would press F5 to run the already built binary and wait over a second EVERY SINGLE TIME (about 1480ms). I put in a bug report for this years ago but it got ignored :( https://github.com/microsoft/vscode/issues/137066 Vscode has gotten slower over time. It's true you can't get nanosecond performance out of JS, but anything under 17ms should be trivial. I believe the vsc…

Everybody who worked writing code in the 70s-90s is smirking at “wait over a second”. Back in the day, I used to go get my coffee, shoot the shit in the break room for a few minute, and come back to find my debug runs just starting.

Amazing how technology has improved and matured in 50 years…

Re: I can't stand using VSCode so I wrote my own

#89

[flagged]

We've banned this account for posting tons of unsubstantive and/or flamebait comments and ignoring our requests to stop. Not cool.

https://news.ycombinator.com/item?id=40056291 (4 days ago)

https://news.ycombinator.com/item?id=39021400 (Jan 2024)

https://news.ycombinator.com/item?id=37512571 (Sept 2023)

https://news.ycombinator.com/newsguidelines.html

Post reply on HN