Viewing profile — bitterblotter
bitterblotter
HN member- Joined
- Sat, Mar 27, 2021, 10:15 AM UTC
- HN karma
- 255
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About bitterblotter
Recent public activity
-
comment
Comment #48501747
Touché
-
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…
-
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…
- story
- story
-
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 …
- story
-
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…
-
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…
-
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. …
-
comment
Comment #39973593
Im curious. Can you expand / give examples?
-
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…
-
comment
Comment #38915420
Me when I buy a face mask and immediately ask people to spit in my eyes
-
comment
Comment #38910128
This guy gets it
-
comment
Comment #38908089
Likewise man. In the face of avoiding JS, I think we've both taken one for the team here
-
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?
-
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 …
-
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.…
- story
-
comment
Comment #37644395
Is there a way of installing this on android?
-
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…
-
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…
- comment
-
comment
Comment #36722356
Minecrafts all the day down
-
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…