Hacker Newsnew | past | comments | ask | show | jobs | submit | ryanolsonx's commentslogin

OMG


It’s funny, when I was younger, it was all about MSN messenger, MySpace (esp the music player on there), and forums. That’s the old web I remember from before. No personal blogs, really. (Again I’m not old enough to remember before that)


You should read the whole article… (or even better, watch the UtahJs talk )


I’m on board


If you've never seen anyone work with syntax highlighting off, there are some YouTube videos that inspired me to try coding with syntax highlighting off:

1. "Hacking with Andrew and Brad" - Andrew Gerrand (previously on the Go core team) uses Vim without syntax highlighting.[0]

2. "Advanced Embed With Go Generate - Andy Walker" -- this guy uses bold/italics/few colors in his editor. Interesting visual on how you can use font to show different aspects of the code.[1][2]

3. "Visual Studio Code, No Syntax Coloring, Go Fonts" [3]

4. "stb programming FAQ" - Sean Barrett answers why he uses VC6 and why his syntax highlighting is so minimal.[4]

[0]: https://www.youtube.com/watch?v=1rZ-JorHJEY [1]: https://www.youtube.com/watch?v=YnWpuoWzEj0 [2]: https://www.youtube.com/shorts/loLLjjRBK-k [3]: https://www.youtube.com/watch?v=tgc1045AsMA [4]: https://www.youtube.com/watch?v=3BYKiOHdCNg


Why do you hate autoindent? Have you seen issues with autoindent while developing? Vim `set autoindent` works well when configured with how you do tabs for a given language (ie `set sw=2 sts=2` for JavaScript)


Habit! My original point, once you're habituated, it's much more natural to type an indent than to delete an automatically generated one because you want to go back one indent level, say for a closing curly brace. This just interferes with the "flow".


I can see your point. Thanks.


For VS Code users, I have a collection of themes without syntax highlighting https://vscodethemes.com/e/ryanolsonx.distilled/fogbell?lang.... Some are rough around the edges, but right now I'm using my port of Fogbell and enjoying it.


I love coding with syntax highlighting off. The signal from linters or other code analyzers ends up jumping out more when other things aren't highlighted.


As a staff engineer that reads a lot of code, I go without syntax highlighting. Things are just fine.


How does this compare with Conduit? [1]

[1] https://demo.realworld.io


They don't appear to be related technologies at all, apart from the similar names?


I can only assume the commenter was attempting to poke fun at the number of comments asking "How does this compare to X?".


Oh god you're right.... me + joke + whoosh ;-)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: