HackerTrans
TopNewTrendsCommentsPastAskShowJobs

allixsenos

no profile record

Submissions

[untitled]

1 points·by allixsenos·3 maanden geleden·0 comments

License Laundering and the Death of Clean Room (The Chardet Saga)

shiftmag.dev
6 points·by allixsenos·4 maanden geleden·1 comments

Microsoft Shipped Pirated Harry Potter Books on Their Blog for 14 Months

chaosguru.substack.com
9 points·by allixsenos·4 maanden geleden·0 comments

The AI field guide for people with real jobs

chaosguru.substack.com
2 points·by allixsenos·5 maanden geleden·0 comments

An AI agent harassed a Matplotlib maintainer. We're asking the wrong question

chaosguru.substack.com
4 points·by allixsenos·5 maanden geleden·0 comments

[untitled]

1 points·by allixsenos·5 maanden geleden·0 comments

comments

allixsenos
·3 maanden geleden·discuss
This is the best piece of speculative fiction I've read in the last year :D :D :D :D

I didn't make it past page three. Enjoy responsibly.
allixsenos
·3 maanden geleden·discuss
I've been using Deckard since the earliest builds, and can confirm libghostty was the worst part of it, to the point I had to go back to my old terminal.

I came back to Deckard a week ago and I've been enjoying building out my startup rmBug in it, running many sessions in parallel and never missing a beat when one of them is ready for my input. I would go so far as to say it's been instrumental in our launch yesterday.

Thanks so much for building this, Gilles.
allixsenos
·4 maanden geleden·discuss
"Selling the wall and the ladder."

"Biggest betrayal in tech."

"Protection racket."

These hot takes sound smart but they're not.

The web was built to be open and available to everyone. Serving static HTML from disk back in the day, nobody could hurt you because there was nothing to hurt.

We need bot protection now because everything is dynamic, straight from the database with some light caching for hot content. When Facebook decides to recrawl your one million pages in the same instant, you're very much up shit creek without a paddle. A bot that crawls the full site doesn't steal anything, but it does take down the origin server. My clients never call me upset that a bot read their blog posts. They call because the bot knocked the site offline for paying customers.

Bot protection protects availability, not secrecy.

And the real bot problem isn't even crawling. It's automated signups. Fake accounts messaging your users. Bots buying out limited drops before a human can load the page. Like-farming. Credential stuffing. That's what bot protection is actually for: preventing fraud, not preventing someone from reading your public website.

Cloudflare's `/crawl` respects robots.txt. Don't want your content crawled, opt out. But if you want it indexed and can't handle the traffic spike, this gets your content out without hammering production.

As for the folks saying Cloudflare should keep blocking all crawlers forever: AI agents already drive real browsers. They click, scroll, render JavaScript. Go look at what browser automation frameworks can do today and then explain to me how you tell a bot from a person. That distinction is already gone. The hot takes are about a version of the internet that doesn't exist anymore.