Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Ohkay
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Ohkay
14d ago
Yes, but Bernie wasn’t credible until he gained allies like AOC and Mamdani and the relationship of the Clintons and Epstein came out later on.
2.
▲
by
Ohkay
6mo ago
How about optimize for engagement with people you know irl and not influencers and media?
3.
▲
by
Ohkay
10mo ago
I only know about this because of the scene in the White Lotus.
4.
▲
by
Ohkay
10mo ago
Codeberg has a yearly fee via euro payment method or manual wire transfer. Membership requires manual approval. Edit: you can register without membership.
5.
▲
by
Ohkay
1y ago
The things that just work that I look for are mouseover to get info on an identifier (local or external), right click to go to the definition, and running code in the debugger with a click. Maybe I just don’t know how to set that up in vsco
6.
▲
by
Ohkay
1y ago
> So yeah, Python is powerful, and it couples very well with the now ubiquitous VSCode editor. I always found vscode lacking for Python and C compared to pycharm and clion. The latter just work without fiddling with config files.
7.
▲
by
Ohkay
1y ago
The docs have test cases embedded in the markdown. This is a pretty cool use of markdown. I have started doing something similar with markdown in my project. I wonder if other programming languages have done this too.
8.
▲
by
Ohkay
2y ago
Yes, it’ll have single line comments notated with a hash symbol.
9.
▲
by
Ohkay
2y ago
I’m going to work on a file format to help test my compiler. It’s a json superset that will compile to json. The goal is to hopefully save me from too many curly-braces syndrome.