Hacker Newsnew | past | comments | ask | show | jobs | submit | atotic's commentslogin

I expected this essay to end with a note about software's golden age.

It seems to be trying to make the same point (about AI as a "disruptor" analogous to quartz movements) but more subtly.

Thanks for sharing. I'v'e read the book, and for me it made everything click. I've had serious childhood trauma (violence, alcoholism, etc) and have been "clumsy" all my life. Basically, I was all brain, and I completely neglected my body till I was 40. After reading the book, I posited that clumsy is trauma-related, and since I've resolved the trauma, there is no reason why I can't fix the clumsy. It's a process, and clumsy is almost gone.

I think people who deny this have not experienced serious childhood trauma. I agree that body might not keep the score for everything, but sometimes it really does.

The other thing that happened after reading the book is that I've become aware of how common trauma is. 4 out of 5 my college buddies experienced variety of early traumas: SA, alcoholism. Often I can sense trauma while speaking with someone. There is awkwardness, intensity in their gaze, emotions slightly off. I used to be attracted to it.


NYT mentioned NWS staffing shortage, but did not say this was connected to body count: "The office is also one of several left without an overnight forecaster, but on Friday, it stayed open and was sufficiently staffed for the night, issuing 11 tornado warnings. It was “all hands on deck,” Mr. Fahy said."


That's because no one can make that conclusion definitively yet. They want your brain to assume that connection. Conspiracy theorists are the kings at this psychological trick.


> That's because no one can make that conclusion definitively yet.

There's a problem here though: if things do eventually deteriorate (which, admittedly, there is a change will not happen), it may be too late to fix things.

If things get broken they are broken, and in this case you have risk of people's lives. And the people who did the jobs that were fired have probably moved on because they have bills to pay. If you can realize your mistake quickly enough, you can fix it quickly. This is what happened when the Very Stable Geniuses fired the folks who maintained US nuclear weapons:

* https://news.ycombinator.com/item?id=43130613

Perhaps instead of l33t h4ck3rz in DOGE they should hire carpenters or woodworkers: people who, instead of a mantra of "move fast and break things", live more by "measure twice and cut once". Some measure of where the (alleged) waste is could be useful before cutting.


I agree that DOGE is bad. But I also think it's unhelpful to claim evidence of a bad outcome directly caused by what they've done. It muddies the water and bolsters people who want to argue that people are only criticizing them out of bias.

If it's true that they got all the tornado warnings out because they were able to be "all hands on deck" for a night they knew would have high risk, then I think this just isn't the example of DOGE getting people killed that the article wants it to be.

I fully believe that understaffing these offices could get people killed. But we don't need to claim it did until it does.

And that doesn't mean we should wait for something awful to happen to criticize the risky situation!


That's mostly the thing with safety measurements. If they are there you do not recognize them and if they are missing and something happens it's hard to proof if it would have changed anything.

Have a look on "Heuristics That Almost Always Work" https://www.astralcodexten.com/p/heuristics-that-almost-alwa...


Agreed, Adam really is one of the best at what he does. His talks, demos, were always so interesting. My guess is that he'll be at Microsoft shortly.

What Google is saying with this layoff is that they no longer care about web developer relations. Chrome has not been well funded for years.

Firefox did the same thing five years ago, when they fired David Baron, who was one of the top 5 engineers in the world that understood how HTML layout works. He got instantly hired by Chrome.

It is kind of crazy that the core group that moves web standards forward is around 150 people. And most of them did not get rich off it, and have been doing it for decades.


David Baron was a distinguished engineer at Mozilla - not someone you fire at a whim. What makes you think he didn't leave voluntarily?


"The DOJ Still Wants Google to Sell Off Chrome" -Wired (March 7, 2025)


> Chrome has not been well funded for years.

Hasn't it? It has still been developing quite rapidly; and used to lead in interop scores (reflecting how well a browser conforms to the specs).


Has anyone built a search engine that indexes only "no annoyances" web sites?


Not exactly this but https://search.marginalia.nu/ will probably return sites that match these criteria


Kagi Small Web (the index is open source) comes to my mind, even though it doesn't specifically focus on UI annoyances.

https://blog.kagi.com/small-web


My kid had sleep apnea. His problem was narrow nasal passages. He got EASE surgery from Dr. Kasey Lee when he was 14, and was completely cured. You get better results getting surgery while bones are still pliable. It was like a miracle, an outpatient procedure that changes your life.

After the surgery, he was finally able to get quality sleep, and his personality changed. Before the surgery he was super-intense, slightly ADHD, not doing great in school. All this went away after the surgery, he is just a regular bright kid now. We noticed changes in the first week, took about 2 years to find new normal. Before the surgery, we tried CPAP for a while, and it helped a bit.

My wife also had the same surgery. It helped, but did not completely cure her apnea.


I was a C++ Chrome developer till 2020, and I primarily used Sublime Text because of speed, and I found VSCode weekly releases too distracting.

I indexed code locally with CTags, and then used SublimeText CTags extension for navigation. This worked great for my local branches. When I needed to dig deep, I'd use source.chromium.org which indexes perfectly.

# ctags command that indexes just Google's chrome code ctags --languages=C++ --exclude=third_party --exclude=.git --exclude=build --exclude=out --exclude=tools --exclude=mojo --exclude=base -R -f .tmp_tags ctags --languages=C++ -a -R -f .tmp_tags third_party/blink mv .tmp_tags .tags


Don't know on what version of Sublime you are but the newest release has indexing built-in and it works really well.


I am not sure if built-in indexing supports only indexing subset of the tree. YOu want to selectively index for speed and accuracy. The complete tree might contain multiple definitions of the same functions, as headers get copied, pre-processed, etc.


It supports selective indexing, you can specify paths to exclude from indexing or you might open just a single module, here is more info: https://www.sublimetext.com/docs/indexing.html


My 11 and 13yo happily ride on the back of my cargo bike (Extracycle). Some of their braver, bike riding friends, do ask "Why don't you ride by yourself?"

I used to have a burley before the cargo. I think the cargo upright position makes it feel a bit more grown up. Plus, it is so fun.

The highschooler absolutely refuses to ride the back of the cargo, and insists on being driven by car. It takes so much longer with all the traffic, but he is willing to suffer to avoid looking uncool.


Why can't he simply ride his own bike rather than forcing you to be stuck in traffic?

Also, do you really consider 11 and 13 year olds brave for riding a bike? I'd say that is a pretty normal thing to do at that age.


The solution is obvious: the kid should have been armed. The neighbor would not have approached him, and he would have been able to defend himself from predators.


Seeing PEEK and POKE two pages into the article made me laugh. I always treated those like black magic, mysterious lines that I got out of a magazine that did cool stuff.

I loved the Simons Basic cartridge, that gave me a lot of the PEEK/POKE power wrapped up in new Basic keywords. Sprites were so cool!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: