Live data from Hacker News

Viewing profile — Ohkay

Ohkay

HN member
Joined
Tue, Feb 21, 2023, 10:11 PM UTC
HN karma
7
Public activity
8 items

About Ohkay

numeralblue at gmail

Recent public activity

  1. comment
    Comment #47522467

    How about optimize for engagement with people you know irl and not influencers and media?

  2. comment
    Comment #46065767

    I only know about this because of the scene in the White Lotus.

  3. 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.

  4. 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…

  5. 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…

  6. 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…

  7. comment
    Comment #42476346

    Yes, it’ll have single line comments notated with a hash symbol.

  8. 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.