Not too surprising when you consider that execs have been paying for managers for years that don’t actually understand how to do whatever it is they manage, but that are good at talking the talk confidently. AI is a much cheaper and quicker version of the same thing, all without needing vacation!
Posts by Corey Ward
The dream of every Muslim is simply to be treated the same as any other New Yorker.
And yet, for too long, we have been told to ask for less than that, and endure hatred and bigotry in the shadows.
No more.
I called a lot of what's happening now 11 months ago. Not because I have a crystal ball, I just don't believe in magical thinking.
The “Debate Me Bro” Grift: How Trolls Weaponized The Marketplace Of Ideas
Among the attempts to create hagiographic eulogies of Charlie Kirk, I’ve seen more than a few people suggest that Kirk should be respected for being willing to talk to “those who disagree with him” as a sign that he was…
Those ads just crashed the page for me 3 times before I could get 2 paragraphs into it, unfortunately. Even Reader mode on iOS didn’t help.
This website is so fucked with ads crashing the page that the article is unreadable. Maybe don’t write important content for the swap meet vendor of media sites?
“Blocked”. Until they have any teeth, nothing a judge does really matters to this administration. As long as Congress keeps rubber stamping the confirmation of unqualified Trump sycophants and refusing to honor their sworn oaths to the Constitution, court rulings may as well be written with Crayons.
Ohhh this would actually be pretty easy to do by adjusting playbackRate. Just be sure to disable pitch correction first (on by default in most/all browsers that support it IIRC).
Better set up a coercion canary, quick.
Quick put out a campaign shirt that just says "Ultimately"
Gallup has new polling on immigration. Topline findings:
-Americans hate Trump's immigration policy (35% approve, 62% disapprove)
-Share who say immigration is a "good thing" for the country just hit an all-time high (79%)
news.gallup.com/poll/692522/...
Glad to see y’all working on this. Still too many restrictions and limitations for me to consider switching to, but looking forward to broader features and more recent PG versions in the future. 👍
2025 feels like being awake during surgery
Fox Mulder from X-Files saying “Hey, you got to stay alive if you want to stick it to the government”
“If you die, you let them off the hook.”
Needed this reminder today.
These chumps all dressed up to grab a few dudes doing tile that just got back from remodeling a single woman’s guest bathroom.
Let them know you’ll be there every hour on the hour for the next 4 years then. Better to ask forgiveness than permission, right?
Oh, interesting. I have two. Not bad.
There’s a list?
I've said it before, I'll say it again: pitch it as increasing SCOTUS to at least 100 Justices, with randomly selected pools of 9 to hear each case, such that no single Justice matters so much.
These examples were first try, and the only selection I did on the photos was choosing a couple that I took and didn't mind sharing (no personal stuff). Eerily accurate, especially the downtown skyline shot—100% accurate. And this is with GPT 4.1 Mini!
Spun up a quick tool to generate captions for photos using OpenAI GPT 4.1 Mini. The captions are automatically added into the image metadata (exif). Makes them more searchable on iOS and macOS. Cost: $1/2k images.
Very cool. Hard to pick a font on mobile though—list isn’t alphabetical and it’s a huge select (no typing to filter).
I got tired of putting route tests in awkward folders in Next.js and came up with an easy fix: coreyward.svbtle.com/next-js-igno...
I was doing this previously, but it's harder to keep them in sync. I wound up making a mess…I had short-term branches and stashed code fragmented across multiple largely non-semantic clones and it was a pain to manage. Then I found git worktrees and it's been much easier to manage.
This works much better than multiple checkouts because you have a single copy of the repo, avoiding all of the syncing between different copies of it, keeping all of your stashes together, etc.
The way I've been doing it is to have my git repo in `_base` underneath my project name folder. Then each branch I want to work on simultaneously is in a folder of the same name adjacent to _branch. I can alter dependencies, run separate IDEs, or claude code in each folder/branch. Commits too!
YES! Use git worktrees. Helps to use this script that uses copy-on-write to clone other gitignored files (e.g. node_modules): morgan.cugerone.com/blog/how-to-...
Ergo the solution: visiting an old website that doesn't have HSTS (or one that I haven't visited in the last year), which allows the browser to finish the handshake and follow the redirect to the portal sign-in page.
I just fixed a wifi connection issue by going to geocities .com. 😂
I'm out at a brewery. My laptop connects to the wifi fine, but nothing loads. I curl -vv stackoverflow and it complains about a self-signed certificate. Shoe in for a captive portal, and HSTS prevents the redirect from working.
Wild. Meta is constantly demonstrating how little regard they have for privacy, their users, and the law. Also disappointing that Android lets any app listen to an arbitrary port exposed to the internet in the background with zero notification to end users.