Viewing profile — s6af7ygt
s6af7ygt
HN member- Joined
- Fri, Oct 04, 2024, 6:28 AM UTC
- HN karma
- 31
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About s6af7ygt
No profile information was provided.
Recent public activity
-
comment
Comment #42485635
I'm a dunce
-
comment
Comment #42485583
I'm a dunce
-
comment
Comment #42479112
(Sarcasm warning). Surely the music industry will be fine in the long term when everyone switches to Google, Apple, and Amazon.
-
comment
Comment #42479102
> That is just serving customers worse music. There is no music monopoly and customers have a choice in which music they listen to and what service they use (Spotify, Apple, Google…
-
comment
Comment #42387006
I think it's a joking dig, saying that dynamic (interpreted) languages are stupid while compiled languages are not. `im_stupid()` is not defined, so there should be a compilation e…
-
comment
Comment #42386984
I agree with all of the points, except the last. Protobuf is a nice transfer format but it's horrible once a human wants to inspect or copy/paste a payload.
-
comment
Comment #42386912
> How much is just survivorship bias? 100%. The topic is to post side projects making $500/month. Not to post failed side projects, projects that generate little to no money, or th…
-
comment
Comment #42287482
> they only started to look nice when React moved to Hooks and functional components Is this a widely held opinion? Call me crazy, but I really liked class components. It was nice …
-
comment
Comment #42124704
Zero power draw is still less than a little power draw. A couple million of these babies running on idle is a considerable amount of power. Please, turn off devices when you're not…
-
comment
Comment #42124665
Different people have different preferences and life circumstances.
-
comment
Comment #42094251
Great work! I played for a few minutes but then I couldn't pick up anything because I could only carry 6 items. After a few cycles of "let's see what I can drop to pick up the new …
-
comment
Comment #42066162
I dislike TypeScript, and I feel it's mostly fake. There are plenty of ways to accidentally bypass the "type system" and do stuff that should be illegal in a statically typed langu…
-
comment
Comment #41954945
I don't get why to use an ORM in the first place. Just define a bunch of structs, run a query, map results to structs. It's a few lines of simple code. You're in control of everyth…
-
comment
Comment #41894300
I think the whole problem is just terminology. For example take your comment. You start talking about unit tests and units, but then suddenly we're talking about components. Are th…
-
comment
Comment #41807217
I just hate the fact that Go is super simple and clear but people try to make it complex with this kind of stuff. :( Makes me sad.
-
comment
Comment #41784880
The example on the blog post is one of those that makes me severely question HTMX and the stuff that we're doing. Doing HTTP requests to increase a counter, or affecting any local-…
-
comment
Comment #41738423
Can you elaborate a bit more, so us ignorant people may share in your excitement? I've seen many people switch from JVM to Go, but I've not seen a lot of people switch from Go to J…