Viewing profile — mayhemducks
mayhemducks
HN member- Joined
- Thu, Mar 21, 2024, 2:43 PM UTC
- HN karma
- 146
- Public activity
- 151 items
- HN profile
- View on Hacker News ↗
About mayhemducks
No profile information was provided.
Recent public activity
-
comment
Comment #49182187
'Cause the brain is in a glass vat. and brains have eyes too. https://www.youtube.com/watch?v=pc3uWxs9adw
-
comment
Comment #49076378
If this is about safety, am I being too naive & idealistic to think that a "Kamar-Taj" rule would solve some safety issues? The "Kamar-Taj" rule is, no knowledge is forbidden, only…
-
comment
Comment #48985484
If Quagmire were in charge of naming things.
-
comment
Comment #48924883
You know it's interesting, because with the right treatment and support, people with diabetes can live long, fulfilling lives. It's the same for depression. It does not matter if i…
-
comment
Comment #48922456
You said it friend.
-
comment
Comment #48922363
[dead]
-
comment
Comment #48922290
This is ableism.
-
comment
Comment #48922270
There is no cure for depression. Like there is no cure for diabetes. There is a big difference between having the disease, and feeling sadness brought on by circumstances. There is…
-
comment
Comment #48922084
Software quality, i.e lack of bugs, from the average user's perspective, is a hygiene factor. High quality does not get rewarded, and the instant it crosses below the threshold of …
-
comment
Comment #48860317
The man with more than one watch never knows what time it is.
-
comment
Comment #48325557
I genuinely do not understand why people think my comment on this is a bad take. I believe it is absolutely ridiculous to have token usage leader boards. But isn't it also ridiculo…
-
comment
Comment #48308211
I'm guessing you aren't invested in any of these stocks. I'm also guessing, to take the perspective of a tokenamxxing GenZ employee, that their bosses are.
-
comment
Comment #48307750
Excessive token burning as a tactic to annoy your employer probably does the opposite - it probably makes your employer money. The more tokens you burn, the more demand for hardwar…
-
comment
Comment #48108254
Hacker news is not a representative subset of humanity. So you are restricting your range of understanding. Maybe that's necessary for mental health, (it is for me) but the tradeof…
-
comment
Comment #48036538
In my mind this is what prototyping is for. Just get it working quickly and see if the concept has legs. But be prepared to completely re-write it because the "just make it work" m…
-
comment
Comment #48036457
My status after reading your comment: https://imgflip.com/i/7yki7x Agentic tools are "burglary tools" -> Younger folks should not study CS?
-
comment
Comment #48016589
Yes it is nauseating. And it's the norm. Whenever some company finds a way to make a boat-load of money by exploiting a weakness of human nature, the government will demand a porti…
-
comment
Comment #47988583
5 internet points to you sir.
-
comment
Comment #47974014
Maybe they could use this DDoS attack as their 17th round technical interview. Any candidate who successfully mitigates the attack would then make it to the 18th round. Win win!
-
comment
Comment #47949898
I enjoyed reading this. I LOL'd when I read "eternal ball of sadness".
-
comment
Comment #47939346
No apology necessary - I appreciate the straightforward offer of solutions to difficult problems.
-
comment
Comment #47934127
I was curious about this so I looked around a bit. My interpretation is that GrapheneOS still has not cracked this nut. Neither has iPhone, unless you enable "Lockdown Mode" https:…
-
comment
Comment #47868619
I guess I like the idea of having to think a little more deeply about how memory is used while I'm programming. I know that might sound a bit odd, but before I started learning and…
-
comment
Comment #47863409
Okay I could see that - like implementing linked lists would be easier yeah? I just feel like not having GC is sort of a deliberate, core design choice for the language. Having str…
-
comment
Comment #47863234
I really like rust because it does NOT have garbage collection. Can someone smarter than me help me understand the benefits of having GC in rust specifically? Does it enable things…