Viewing profile — bo0O0od
bo0O0od
HN member- Joined
- Sat, May 28, 2022, 2:22 AM UTC
- HN karma
- 6
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About bo0O0od
No profile information was provided.
Recent public activity
-
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.
-
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 …
-
comment
Comment #33496985
https://github.com/martanne/vis
-
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…
-
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 …
-
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…
-
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.