This whole article is just (barely) rephrasing a few popular twitter threads from the past week.
HN user
percentcer
Unfortunate thumbnail on that embedded video
what is the Decimation thing?
Los Angeles just needs buses that come through frequently enough to obviate the need to check the schedule. Also dynamic bus routing, which would reduce the total number of buses required for this.
I think the alternative should be "this is not blue". I was served what I would call a "teal" or "turquoise" but the alternative button shows "this is green", which it was not.
it's not a bad trade!
This is one of those things that seems like a nerd snipe but would be more easily accomplished through brute forcing it. Just get 76 people to manually type out one page each, you'd be done before the blog post was written.
Why wouldn't a qualified developer just run the code? Takes two seconds instead of ... whatever you're going for here.
Dumb question but what stops browsers from rendering TeX directly (aside from the work to implement it)? I assume it's more than just the rendering
This was the original goal of the Cornell box (https://en.wikipedia.org/wiki/Cornell_box, i.e. carefully measure the radiosity of a simple, real-world scene and then see how closely you can come to simulating it).
For realtime rendering a common thing to do is to benchmark against a known-good offline renderer (e.g. Arnold, Octane)
The only thing that ever made this click for me was that the columns can be interpreted as the values for the new, post-transform basis vectors
“I don't know half of you half as well as I should like; and I like less than half of you half as well as you deserve.”
Not quite the same but check out A Canticle for Leibowitz
I like programming. It's fun, and sometimes it even requires creativity. There are plenty of times when it's not that fun, and doesn't require any creativity (because whatever it is has been done by someone else a thousand times over), and you just want a result. Vibecoding is great for _that_ stuff (think little throw-away scripts, shell one liners, tool plugins, etc)
I generally don't get great results from LLM code because most of my work is in C++ (which I'm guessing is underrepresented in the training data?), but when I point it towards some well-worn javascript thing I've had real successes! Most recent example is this little chrome plugin I had it whip up in one shot (https://chromewebstore.google.com/detail/favicon-tab-grouper...) because I couldn't find the exact functionality I needed in other plugins.
Works perfectly for my needs, took less than five minutes to spin up, and I use it all the time. If you're looking to get started with vibecoding stuff, try making plugins that provide niche functionality for your hyper-specific workflows.
on, off, and the other thing
Assistants can be taught
Predatory AI-generated site feeding off parents' anti-screen anxiety, no thanks.
We need Klutz to come back https://en.wikipedia.org/wiki/Klutz_Press
These time-to-complete estimates seem reallyyyyyy aggressive to me. I dunno maybe I'm just the slowest programmer in the world.
Why is it important to force reindustrialization?
Isn't this just a form of next token prediction? i.e. you'll keep your options open for a potential rhyme if you select words that have many associated rhyming pairs, and you'll further keep your options open if you focus on broad topics over niche
Should everyone wear the same size shoes?
marcan addresses this argument in an adjacent thread:
Out of tree doesn't work. People, both in the kernel and out of the kernel, want things in tree.
https://lore.kernel.org/lkml/1e8452ab-613a-4c85-adc0-0c4a293...
"arrowlike entities"
Sounds terrible!
If I have two Queens in play am I untargetable? (each Queen protects the other?)
EDIT: ah, was confused by the cheat sheet on cuttle.cards (https://www.cuttle.cards/img/cuttle_rules.pdf). The main page mentions the mutual-Queen-protection as a variant, which I guess cuttle.cards has adopted.
Why do these sell for so much more than the value of the note?
it's kinda crazy that they have normies doing this job
I don't find remote work alienating at all. Even when I'm in the office most of my meetings are over VC with other sites anyway.
So... no thanks! Would rather work in comfort, silence, and near my dog.
High end standalone VR is dead as Apple very publicly proved to everyone
I dunno, I disagree, this kicked off my understanding of shaders and gave me enough of a foundation to explore the unfinished topics on my own. I think it's a fantastic resource and, sure, could benefit from having its unfinished chapters rewritten as a "further explorations for curious readers" section.