Live data from Hacker News

Viewing profile — bitterblotter

bitterblotter

HN member
Joined
Sat, Mar 27, 2021, 10:15 AM UTC
HN karma
255
Public activity
39 items

About bitterblotter

lasse@bomh.net

Recent public activity

  1. comment
  2. comment
    Comment #47878968

    I worked on a game in Golang+Raylib and had loads of fun. It strikes a perfect balance for people like me, that don't want to use a game engine, but also don't want to build one co…

  3. comment
    Comment #47647016

    This is definitely a rant, albeit a derserved one. I've never attempted to distribute software to Linux. The mere thought of all the distros and package managers always kill any in…

  4. story
  5. story
  6. comment
    Comment #44929741

    Just to give context here, NodeJS doesnt support enums, namespaces and class parameter properties. All of these have been described as regrets by Anders Hejsberg, and none of them …

  7. story
  8. comment
    Comment #42111461

    I've actually used this once! I built a slightly overengineered HTTP client where it would use a Reader Writer lock on the auth token. That way, if a token refresh request was taki…

  9. comment
    Comment #42108210

    This definitely has a GPT smell, at no fault of the creator. Reminds me of a PR i reviewed about a simple security patch, where the description said "The following changes have bee…

  10. comment
    Comment #41091815

    Play "Turing Complete"! It gives a very intuitive understanding about how electronics become computers, but the best part is that you basically make the entire thing from scratch. …

  11. comment
    Comment #39973593

    Im curious. Can you expand / give examples?

  12. comment
    Comment #39567910

    FYI, In the article: > I believe it is the same reason why Python does not allow assignments in expressions: Python wants to clearly separate statements and expressions ...Isn't qu…

  13. comment
    Comment #38915420

    Me when I buy a face mask and immediately ask people to spit in my eyes

  14. comment
    Comment #38910128

    This guy gets it

  15. comment
    Comment #38908089

    Likewise man. In the face of avoiding JS, I think we've both taken one for the team here

  16. comment
    Comment #38907699

    I'm curious about why you use Django together with SQLAlchemy, instead of using the built-in ORM? Or is it just separate projects?

  17. comment
    Comment #38907455

    Thanks, and you are very welcome to post it here. Also, if you or anyone else wants to adapt more of the official examples, create an issue with the link, and I'll add them to the …

  18. story
    Show HN: I made a HTMX Playground 100% in the browser

    I recently dug up an old project in an attempt to improve on it. It's a code sandbox for playing around with HTMX in the browser, that runs a mock server within the sandbox iframe.…

  19. story
  20. comment
    Comment #37644395

    Is there a way of installing this on android?

  21. comment
    Comment #37034292

    This doesn't apply for me personally, and I think also for most people using public transport. The lack of effort needed for effective transport makes me more likely to use it agai…

  22. comment
    Comment #36904734

    This reminds me of a visualization for box breathing I made a while ago, if anyone is interested. https://lassebomh.github.io/box-breathing/ If you scroll down there is a simple gu…

  23. comment
  24. comment
    Comment #36722356

    Minecrafts all the day down

  25. comment
    Comment #36715326

    Wouldn't it defeat the purpose if your chat bot itself is running the service that is slow? Either way it would probably be easier for you to create the textual representation your…