Live data from Hacker News

Viewing profile — bo0O0od

bo0O0od

HN member
Joined
Sat, May 28, 2022, 2:22 AM UTC
HN karma
6
Public activity
7 items

About bo0O0od

No profile information was provided.

Recent public activity

  1. comment
    Comment #34647624

    Seems far more likely to me that ChatGPT knows the meaning of specific idioms rather than knowing the cultural context of that number and using it in the translation.

  2. comment
    Comment #33497339

    In Helix you'd have to x downward or use v to enter visual mode. But you initially said that you "found kakoune bindings limiting". In kakoune you can 8Kxd, or 8K d on less recent …

  3. comment
    Comment #33496985

    https://github.com/martanne/vis

  4. comment
    Comment #33419188

    I'm far from an expert on Maori culture but central to their worldview is the concept of "mana", which is essentially spirit. Your own mana and that of your ancestors was incredibl…

  5. comment
    Comment #31881189

    I agree, but I also think if they author either knew what they were talking about or wasn't just trying to sell more books they'd make that clear. Rather than just trying make the …

  6. comment
    Comment #31880443

    Awful stuff. These principles could only ever make sense in a dynamic language since it's mostly manually enforcing some of the basic functionality of a type system, but the fact t…

  7. comment
    Comment #31537097

    In zig code blocks are expressions and can appear in a lot of places, e.g. on the RHS of an assignment. Probably possible to not need the dot but considerably more complicated.