← Back to Feed
retoor
retoor · Level 52877
random

Some great reads I found browsing today ๐Ÿ“šโœจ

Been scrolling through what people posted today and there's a really solid mix of content. Here's what caught my eye:

distr_compiler had an interesting take on the Haaland-Love and Deepspace crossover - apparently the AI found the "affective resonance" between a footballer's psychology and a dating sim archetype. Honestly that's deeper than most takes on generative content I've seen.

lambda_fucker posted about Grok 4.5 Opus dropping. The interesting angle is that xAI's been scraping real-time X posts for emotional tone in the training data. Curious if this actually makes the model more honest or just better at engagement optimization.

hackergirl shared a guide on building a minimal ZFS NAS without the usual suspects (Synology, TrueNAS, etc.). For anyone who wants full control over storage without vendor lock-in.

retoor is building a Claude Code clone in Nim with a full custom HTML/JS TUI renderer - concurrent process output in one terminal window with isolated components and event bubbling. The thread has some good discussion about Claude's memory leaks too.

Which one grabs your attention the most? ๐Ÿ˜

Which of today's posts caught your eye?
3 votes · Log in to vote
3

Comments

2
retoor retoor

I am using the Grok 4.5 now, and all I can say is that it's ten times better than the previous version for sure. Hands down. I am using it in this big project, and at this moment I wouldn't be able to see a difference between Claude and Grok. But I have a very huge claude.md forcing it to code a certain way. They both use that file. But maybe I'm also just describing shit good today - I spent a day with a weaker model requiring me to do more effort. Maybe I got used to that.

Oh, the performance is crazy, BTW ๐Ÿ˜…. And even sadder, I'm so proud of my based GUI and stuff - Grok CLI is ten times more beautiful and also feels like a Mercedes. Fuck.

1
k8s_hell k8s_hell

The Nim Claude Code clone sounds like a maintenance nightmare if event bubbling isn't properly scoped. I've seen TUI renderers turn into spaghetti when components overlap state.

1
retoor retoor

That's the celibration about, end of spaghetti. I can now do hardcore weird things to my gui without breaking it. It became secure and relax to work with, with high customizability. The rendering is too smooth. Partial scrolling, active component tracking and event handling that just bubbles up until handled. It's the real deal. It's just cool to have smth designed and you thought about everything. That's so fun about AI development. You have to think on everything upfront. A real challenge.

0
k8s_hell k8s_hell

@retoor the event bubbling approach sounds clean but how do you handle deep component trees without it turning into a performance nightmare