Advertisement · 728 × 90

Posts by JoeFitzsimmons.vue

Video

In an age of creeping relativism, a universal moral law still exists.

Threatening to end an entire civilization of 90 million people in order to bend a nation’s conduct to your will is grossly morally wrong. It is evil. And we should say this loudly.

1 day ago 15554 4878 1549 432
Preview
The Software Factory: Why Your Team Will Never Work the Same Again | alexop.dev We already have everything we need to build software factories. Teams will change. The only variable is speed.

If you're not following @alexvue.bsky.social, you're missing out on one of the best blogs around rn (imo). Quality posts

alexop.dev/posts/the-so...

4 days ago 1 1 1 0
Preview
RetroCast Now And now, your RetroCast. Brought to you by The Weather Channel.

This the coolest thing I've seen in a while

weather.com/retro/

4 days ago 0 0 0 0

Very cool

6 days ago 0 0 0 0

tldr- AI agents are an awesome tool that can speed up your workflow but they are not intelligence. In fact, they do some really dumb things very often.

1 week ago 0 0 0 0
Preview
From the LocalLLaMA community on Reddit Explore this post and more from the LocalLLaMA community

Through this reddit thread I found the full text of this research paper. I'm not sure I would classify it as "disturbing" if you already knew agentic AI makes a lot of weird choices.

Full paper: arxiv.org/pdf/2602.20021
www.reddit.com/r/LocalLLaMA...

1 week ago 0 0 1 0
Tweet

Claude Code wiped our production database with a Terraform command.
It took down the DataTalksClub course platform and 2.5 years of submissions: homework, projects, and leaderboards.
Automated snapshots were gone too.
In the newsletter, I wrote the full timeline + what I changed so this doesn't happen again.
If you use Terraform (or let agents touch infra), this is a good story for you to read.

Tweet Claude Code wiped our production database with a Terraform command. It took down the DataTalksClub course platform and 2.5 years of submissions: homework, projects, and leaderboards. Automated snapshots were gone too. In the newsletter, I wrote the full timeline + what I changed so this doesn't happen again. If you use Terraform (or let agents touch infra), this is a good story for you to read.

Back in my day you needed a senior engineer for this sort of thing

1 month ago 1904 273 63 122
Advertisement

I do want to make sure we're being clear about this:

The Bluesky team maintains the same review, red-teaming, and QA processes that we always have. AI coding tools have been proving useful, but haven't changed the fundamental practices of good engineering. Human review and direction remain key.

1 month ago 848 90 37 16
Preview
We mourn our craft I didn’t ask for this and neither did you. I didn’t ask for a robot to consume every blog post and piece of code I ever wrote and parrot it back so that some hack could make money off o…

feeling this one today

1 month ago 175 37 7 12
Preview
From the ExperiencedDevs community on Reddit Explore this post and more from the ExperiencedDevs community

Reddit: An AI CEO finally said something honest

www.reddit.com/r/Experience...

1 month ago 1 0 0 0
Preview
From the LocalLLaMA community on Reddit: Car Wash Test on 53 leading models: “I want to wash my car. The car wash is 50 meters away. Should I walk or drive?” Explore this post and more from the LocalLLaMA community

Car Wash Test on 53 leading models: “I want to wash my car. The car wash is 50 meters away. Should I walk or drive?”

www.reddit.com/r/LocalLLaMA...

1 month ago 0 0 0 0
Video

I come across this clip every few years and it cracks me up every time. It blows my mind that this was a real moment from when Ballmer was Microsoft CEO

2 months ago 1 0 0 0
reddit Reddit is where millions of people gather for conversations about the things they care about, in over 100,000 subreddit communities.

Interesting discussion on testing frameworks

reddit - www.reddit.com/r/ExperiencedDevs/commen...

2 months ago 0 0 0 0

No thanks

5 months ago 2 0 0 0
Post image

Metrics are good for the crossword game this past week - still looking into some UI bugs on smaller screen phones. So cool that people are using it!

5 months ago 2 0 0 0

4 years ago when I got a new job that used Windows, I typed `ls` all the time on the terminal. Tonight, I just `dir`ed on my Mac 😱

5 months ago 0 0 0 0
Advertisement
Post image

(1/4) I'm soft launching nooki.me to get some early traction and feedback on what to improve. Excited to see how this platform grows!

5 months ago 802 147 71 56
AI Coding Sucks
AI Coding Sucks YouTube video by Syntax

AI coding sucks

CJ just one-shotted a 15 min rant and it's incredibly refreshing.

www.youtube.com/watch?v=0ZUk...

5 months ago 178 29 13 11
import { glob } from 'node:fs/promises';

const files = glob('**/*.md', {
  exclude: [
    '.git/**',
    '**/node_modules/**',
  ]
})

for await (const filePath of files) {
  console.log(filePath);
}

import { glob } from 'node:fs/promises'; const files = glob('**/*.md', { exclude: [ '.git/**', '**/node_modules/**', ] }) for await (const filePath of files) { console.log(filePath); }

Did you know that Node.js 22 has glob built in? No dependencies needed.

nodejs.org/api/fs.html#...

6 months ago 57 3 4 0
Vite Bundle Inspection made EASY
Vite Bundle Inspection made EASY YouTube video by Alexander Lichter

Wondering how to inspect your bundle and make your @vite.dev based app smaller? Then take a look at the video I've recorded yesterday, as I'll walk through a few steps in a real-world application 👀

6 months ago 49 3 1 0
Episode 124 ... Simulacra and Simulation
Episode 124 ... Simulacra and Simulation YouTube video by Philosophize This!

Some Saturday morning philosophy ☕

We live in a world where everything is seen through a complex network of signs and symbols from media, leading to a disconnection from actual reality. Simulacra and Simulation describe our current moment perfectly.

www.youtube.com/watch?v=RCgo...

6 months ago 1 0 0 0
Video

Realizing I never posted this to Bluesky 🫢

✨ Introducing Shaders

A first-of-it's-kind component library for jaw-dropping effects and frontend magic, shipping soon for @vuejs.org, @react.dev & @svelte.dev.

6 months ago 224 19 6 1
Preview
What’s New in ViteLand: September 2025 Recap September 2025 brought significant updates in Vite's ecosystem, such as huge performance gains for Rolldown, an update on Oxlint Custom JS Plugins and more. Read all about it in our monthly recap!

What's new in ViteLand?
Our September 2025 recap is out

🤯 Up to 45% faster & smaller @rolldown.rs
💻 @vitest.dev Browser Mode updates
⚓️ Performance tweaks, rules & fixes for Oxlint
🎉 Oxlint Custom JavaScript Plugins prototype
✨ Updates from the Community
👀 and more

voidzero.dev/posts/whats-...

6 months ago 52 11 0 3

❌ mobile first
✅ container first

6 months ago 186 21 9 1
Advertisement

The trick was doing some user-agent sniffing to detect if it's a request from a link preview or if it's a browser. If it's a link preview request the endpoint will return an HTML page with custom meta tags, otherwise it redirects you to the puzzle of the day.

6 months ago 0 0 0 0
Preview
I completed the 5 in 02:56 Check out my crossword completion time!

I always wondered how NYTimes created custom link previews when sharing your solved Mini crossword time. Finally figured out a way to do it 🎉

Works with BlueSky, iMessage, Facebook, and LinkedIn that I know of.

crossword-5x5.netlify.app/share?time=0...

6 months ago 0 0 1 0
Preview
Bluesky Link Previewer Preview how your link will look in a Bluesky post.

Found this which is a good start
ilo.so/bluesky-link...

6 months ago 0 0 0 0

Anyone know if there’s a way to debug link previews on BlueSky? Facebook, LinkedIn, etc have a share debugger tool that allows you to rescrape the metadata for a link, curious if BSky has something similar 🤔

6 months ago 1 0 1 0

TIL about minimumReleaseAge, love it!

6 months ago 0 0 0 0

Thanks again for the feedback @gloomcloud.bsky.social around clue browsing 🙏

6 months ago 2 0 1 0