Live data from Hacker News

Viewing profile — jbhoot

jbhoot

HN member
Joined
Wed, Sep 04, 2024, 12:04 PM UTC
HN karma
36
Public activity
21 items

About jbhoot

I live with my partner in a hilly city. A cat and a dog live in our house. Or we live in theirs. The ownership is becoming murky.

• Website: • GitHub: • Lobsters: • LinkedIn: • Bluesky:

Recent public activity

  1. comment
    Comment #46309147

    Andreessen's true colours have often flared up. I noticed it when India banned Facebook's Free Basics scheme. He had needlessly, without provocation, lashed out like a child who wa…

  2. comment
    Comment #44509718

    Almost every Indian I know (including me) mixes at least two languages in their daily conversations seamlessly, that too within a sentence. Westerners may find that Indians talking…

  3. comment
    Comment #44507635

    In my experience, at least some aspects of the Indian English exists because we Indians often mentally translate what we want to say from our native language (which are plentiful) …

  4. comment
    Comment #44507614

    Not exactly Indian English, but my favourite English word with an Indian origin is Juggernaut. Its a morphed version of the name of an Indian deity – Jagannath. From https://en.wik…

  5. comment
    Comment #44440624

    True. I use a few (oversmart) aliases for most frequently used git commands: alias gist='git status' alias stagit='git stage' alias gitcom='git commit' # also toying with comgit Fo…

  6. comment
    Comment #43479131

    Heh. For me, a British ambassador to Spain has all three of you beat (probably due to my frequent visits to gov.uk design system and nhs.uk).

  7. comment
    Comment #43307031

    Yes! This so much! In my circles, I have seen a tendency to perceive fiction as a kind of low-brow, less intellectual reading. But then these people go on and pick up self-help non…

  8. comment
    Comment #43282626

    Yep. I like to post my learnings, learning processes, distillation of life experiences. My only criterion is "This feels like a good blog post".

  9. comment
    Comment #43278654

    After I publish a blog post, I sit back and look at the published post. At that point, I feel a lasting moment of fulfillment. Whether or not I get views on that post doesn't matte…

  10. comment
    Comment #43098447

    I think CharlieDigital's point is that a bad payload will fail right at the serialisation boundary in case of .NET. We know the problem right there. Now we only need to fix the bad…

  11. comment
    Comment #42863022

    Makes sense. Thanks for the tip!

  12. comment
    Comment #42854419

    Thank you! In my PoC ( https://github.com/jbhoot/poc-ocaml-logic-native-ui ) - a tiny hello world CLI on macOS, that has a Swift "frontend" and OCaml "backend" - I followed a simil…

  13. comment
    Comment #42851033

    That makes sense. Do you keep the in-memory data in Racket data structures? I imagine keeping the data fed to Swift UI in sync with data maintained by GC'd Racket would involve som…

  14. comment
    Comment #42849576

    > Database management > syncing with the backend server Do features like these, when implemented in Racket, consume more resources (battery, CPU, etc.) than if they were implemente…

  15. comment
    Comment #42304972

    As the other commenter mentioned, its a mistranslation. I read string_of_int as "string out of int" to make it better.

  16. comment
    Comment #42180110

    OP here. Thank you for posting this here, and for all the corrections. I have updated the post with them. My idea behind a mental model is to describe how I visualise a concept in …

  17. comment
    Comment #42179829

    There is also "cp -P". My purpose for the I/O sub-section was only to have a convenient logic of memorising how I/O operations work on soft links by default. Memorising techniques …

  18. comment
    Comment #42149042

    Sorry about that! I hand-wrote the whole post on my tablet. More motivation for me to write more legibly next time!

  19. comment
    Comment #41902861

    The marketing has kept changing. I have always found state management easier in React if I keep it out of React.

  20. comment
    Comment #41893728

    > all data manipulation (∆) happens outside of React components, I do something similar. State and its management lives outside the React components, which only consume this state …

  21. comment
    Comment #41444697

    `okcontract/cells` seems to be missing one of the two FRP primitives though: streams (of events). One of the best FRP environment for JavaScript is/was FlapJax: https://en.m.wikipe…