This kinda dissonance is uncomfortable. How do people reconcile it?
The AI slop is tiring man wtf. It’s so fucking lazy. The benchmark is comparing apples to oranges and doesn’t seem to be aware of it, and the way it’s written just reeks of LLM.
Exactly. Shows us what is true in the sense of the experience of being a human. It is resilient against slop because good literature has experiential depth. Maybe LLMs learn to emulate this some day, but I doubt it. Not…
Bro this is just slop.
Bro, this was the only reason I opened the comments, and I'm so happy to see someone else noticed. Even if they removed that, the utter sloppiness of the prose is unbelievable. Offensive, even.
The question that resonated with me was whether open source even matters anymore. I think it does but there are weird dynamics I don’t fully understand. I’m curious about HNs thoughts. My theories: Centralization around…
There are obvious tells that this was heavily curated by AI, the very thing it criticizes in the opening paras and roasts throughout as a life-destroyer. I don’t disagree with the premise, and I appreciate the roasts of…
This post reeks of being written by Claude. Surely you all feel it, too? Are people who write these kinds of posts lacking self awareness, integrity? Does it matter?
15 years ago GitHub was a strong signal for like-minded devs who were of the “let me code and slide pizza under the door” variety. The signal became less meaningful over time so people started optimizing for other…
I didn’t follow the article’s thesis. It felt written from a defensive crouch and claimed not to be punching down but it seemed to be radiating hostility the entire time. Something about vibe coding only replaces the…
[dead]
Didn’t know the sackler family was Chinese.
Yeah, I had the same instinct - this feels very much like a "nice idea" but the execution falls short. I mean - busily banging on sqlite like this? Shit at that point just use Redis.
What on earth is this guy saying doesn’t he own like every kindle?
Read Moby Dick some time my friend.
100% bro
If you can't tell then I'm not sure what more needs to be said. I took a look through the commit history and it was glaringly obvious to me. To trust something like data-storage to vibe-coded nonsense is incredibly…
It's a nonstop slop funnel as far as I can tell. Only ashamed I've been here for more than 5 minutes.
Are you using ai for the comment replies too?!
Vibe coded trash. that credulous hn readers will upvote this is alarming.
Fuck, my wife got a notice that she would have to increase her iCloud storage so last week began the process of ordering a backup of all her pictures so I could get them off iCloud and organized on some drives at home.…
I still use it (shout out taviso iykyk). https://github.com/zy/zy-fvwm/blob/master/fvwmrc/taviso.fvwm... Someone made a full cde style desktop with fvwm: https://github.com/NsCDE/NsCDE It’s too bad tech seems so much to…
This is disingenuous and probably was written this way for HN cred and clicks. Sqlite's test suite simulates just about every kind of failure you can imagine - this document is worth reading if you have any doubts:…
That's even crazier - so you're using asyncio because you have a ton of slow network-bound stuff - but for your database access you are running every sqlite connection in it's own thread and just managing those threads…
This is strange on so many levels. SQLite does not even do network I/O. How does sharing a connection (and transaction scope) in an asyncio environment even work? Won’t you still need a connection per asyncio context?…
This kinda dissonance is uncomfortable. How do people reconcile it?
The AI slop is tiring man wtf. It’s so fucking lazy. The benchmark is comparing apples to oranges and doesn’t seem to be aware of it, and the way it’s written just reeks of LLM.
Exactly. Shows us what is true in the sense of the experience of being a human. It is resilient against slop because good literature has experiential depth. Maybe LLMs learn to emulate this some day, but I doubt it. Not…
Bro this is just slop.
Bro, this was the only reason I opened the comments, and I'm so happy to see someone else noticed. Even if they removed that, the utter sloppiness of the prose is unbelievable. Offensive, even.
The question that resonated with me was whether open source even matters anymore. I think it does but there are weird dynamics I don’t fully understand. I’m curious about HNs thoughts. My theories: Centralization around…
There are obvious tells that this was heavily curated by AI, the very thing it criticizes in the opening paras and roasts throughout as a life-destroyer. I don’t disagree with the premise, and I appreciate the roasts of…
This post reeks of being written by Claude. Surely you all feel it, too? Are people who write these kinds of posts lacking self awareness, integrity? Does it matter?
15 years ago GitHub was a strong signal for like-minded devs who were of the “let me code and slide pizza under the door” variety. The signal became less meaningful over time so people started optimizing for other…
I didn’t follow the article’s thesis. It felt written from a defensive crouch and claimed not to be punching down but it seemed to be radiating hostility the entire time. Something about vibe coding only replaces the…
[dead]
Didn’t know the sackler family was Chinese.
Yeah, I had the same instinct - this feels very much like a "nice idea" but the execution falls short. I mean - busily banging on sqlite like this? Shit at that point just use Redis.
What on earth is this guy saying doesn’t he own like every kindle?
Read Moby Dick some time my friend.
100% bro
If you can't tell then I'm not sure what more needs to be said. I took a look through the commit history and it was glaringly obvious to me. To trust something like data-storage to vibe-coded nonsense is incredibly…
It's a nonstop slop funnel as far as I can tell. Only ashamed I've been here for more than 5 minutes.
Are you using ai for the comment replies too?!
Vibe coded trash. that credulous hn readers will upvote this is alarming.
Fuck, my wife got a notice that she would have to increase her iCloud storage so last week began the process of ordering a backup of all her pictures so I could get them off iCloud and organized on some drives at home.…
I still use it (shout out taviso iykyk). https://github.com/zy/zy-fvwm/blob/master/fvwmrc/taviso.fvwm... Someone made a full cde style desktop with fvwm: https://github.com/NsCDE/NsCDE It’s too bad tech seems so much to…
This is disingenuous and probably was written this way for HN cred and clicks. Sqlite's test suite simulates just about every kind of failure you can imagine - this document is worth reading if you have any doubts:…
That's even crazier - so you're using asyncio because you have a ton of slow network-bound stuff - but for your database access you are running every sqlite connection in it's own thread and just managing those threads…
This is strange on so many levels. SQLite does not even do network I/O. How does sharing a connection (and transaction scope) in an asyncio environment even work? Won’t you still need a connection per asyncio context?…