Viewing profile — Ohkay
Ohkay
HN member- Joined
- Tue, Feb 21, 2023, 10:11 PM UTC
- HN karma
- 7
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About Ohkay
Recent public activity
-
comment
Comment #47522467
How about optimize for engagement with people you know irl and not influencers and media?
-
comment
Comment #46065767
I only know about this because of the scene in the White Lotus.
-
comment
Comment #46065243
Codeberg has a yearly fee via euro payment method or manual wire transfer. Membership requires manual approval. Edit: you can register without membership.
-
comment
Comment #44589403
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…
-
comment
Comment #44588602
> 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 lat…
-
comment
Comment #43412576
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 prog…
-
comment
Comment #42476346
Yes, it’ll have single line comments notated with a hash symbol.
-
comment
Comment #42476181
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.