You know when you're asking for advice or whatever from people and then they reply with "I asked ChatGPT and here's what it said"
That's less than helpful! It's like horrendously wasteful on every single axis and also spectacularly literally thoughtless!
26.02.2026 20:33
👍 196
🔁 24
💬 16
📌 7
Why does working with AI agents in legacy systems feel so much harder than in all those vibe coding demos on YouTube? 🤔
Part of the answer:
😊 Popular language + Greenfield ☘️ = "AI heaven"
😯 Niche language + Brownfield 🟫 = "AI hell"
More about this topic: markusharrer.de/blog/2026/02...
18.02.2026 17:44
👍 8
🔁 5
💬 3
📌 1
Here is one of the dumbest things about vibe coding that I don't see a lot of people talking about
Imagine you're an open source maintainer and someone opens up a pull request against your repository that they vibe coded. They may or may not tell you they vibe coded it; it doesn't really matter… 🧵
07.02.2026 02:05
👍 310
🔁 70
💬 16
📌 16
Anything you can do in Obsidian you can do from the command line.
Obsidian CLI is now available in 1.12 (early access).
10.02.2026 15:14
👍 547
🔁 70
💬 23
📌 74
Introducing Public Beta for Shaders ✨
The wait is over 🎉 Try it now for @vuejs.org , @react.dev , @svelte.dev & @solidjs.com
10.02.2026 15:19
👍 108
🔁 18
💬 8
📌 3
Facebook launched 22 years ago this week.
In 2025, Meta paid an effective federal tax rate of 3.5% — its lowest on record.
Meanwhile, Meta is pumping at least $65 million into super PACs to stifle regulation of AI and tech.
Trickle-down economics isn't just a hoax, it's corrosive to democracy.
06.02.2026 20:20
👍 2778
🔁 896
💬 57
📌 35
My contract is ending at the end of February and so I’d like to find a new role ASAP.
I am a senior-level design systems developer / design technologist / front-of-the-frontend developer that specializes in web accessibility.
I work remotely from my home in Winnipeg, Canada. 🇨🇦
Shares appreciated!
03.02.2026 18:09
👍 53
🔁 42
💬 1
📌 0
My boss vibe coded this over the weekend and now it’s my problem is going to be its own genre of developer complaints in the coming years.
03.02.2026 21:18
👍 113
🔁 17
💬 11
📌 3
“Software reliability is down across the industry; failure rate is up: and batch size is up.” @lauratacho.com + @nathenharvey.bsky.social
Basically, AI is generating larger changes (batch size) and we know from research (eg DORA) that larger batch size tends to result in exactly this!
02.02.2026 23:23
👍 81
🔁 12
💬 3
📌 4
🆕 npx unbarrelify
At last, an easy way get rid of barrel files!
Rewrites consumers to import directly from source, then deletes the barrels.
Safe and fully automated, read all about it at github.com/webpro/unbar...
21.01.2026 06:06
👍 110
🔁 22
💬 3
📌 3
The complete map of project anatomies
In this blog post we'll analyse hospitals distribution at different scales and see that software projects follow a similar evolution regarding their files and folders anatomy.
📣 New blog post: The complete map of project anatomies
andreipfeiffer.dev/blog/2026/pr...
Finally, after several months of iterations, I've managed to publish my analysis on files and folders structure evolution in software projects and popular approaches applicability at different scales.
19.01.2026 13:20
👍 1
🔁 1
💬 0
📌 0
> Europeans enjoy more free time than Americans, a higher life expectancy and lower levels of inequality – all with roughly comparable productivity.
17.01.2026 15:09
👍 53
🔁 6
💬 2
📌 0
Design Engineer, Spectrum Web
Join us and help build the next generation of our world-famous tools.
Oh hey, come work with me!
We're seeking an earlier-career front-end dev who is able to work in-office (multiple US locations).
Check it out if you have interest and experience in: #designsystems #CSS #a11y #webcomponents
adobe.design/jobs/job-pos...
23.12.2025 17:28
👍 49
🔁 21
💬 1
📌 0
AI Is still making code worse: A new CMU study confirms | Rob Bowley
A new academic paper from CMU analysing ~800 OSS repos shows AI is still making code worse.
AI speeds up code generation briefly, but code quality degrades quickly. Complexity rises faster than the amount of code added.
I wrote up the findings and my thoughts 👇
04.12.2025 12:19
👍 10
🔁 4
💬 1
📌 1
GitHub - eemeli/proposal-import-text: A TC39 proposal for importing text
A TC39 proposal for importing text. Contribute to eemeli/proposal-import-text development by creating an account on GitHub.
ECMAScript excitement 😉
Congrats to Eemeli Aro @mozilla.org on advancing Import Text to Stage 2 at TC39 today 🎉
It uses an import attribute for easy loading.
import text from "path/to/file.txt" with { type: "text" };
github.com/eemeli/propo...
18.11.2025 07:34
👍 54
🔁 9
💬 0
📌 5
Storybook-MCP-early-access-program
🧵 (1/3) Most AI-generated code looks good until you try to merge it. Wrong props, odd states, subtle regressions.
Storybook MCP fixes that.
It turns your stories, docs & tests into machine-readable context so agents actually follow your patterns.
17.11.2025 20:06
👍 29
🔁 6
💬 3
📌 3
Vitest Browser Mode vs Playwright
What is the difference between Vitest Browser Mode and Playwright? And when to use each in your tests?
📰 Today, I'm writing about the difference between Vitest Browser Mode and Playwright. Learn what makes them similar but also completely different, from their purpose to how they work under the hood.
A must read.
www.epicweb.dev/vitest-brow...
13.11.2025 14:47
👍 22
🔁 3
💬 4
📌 0
JavaScript operator: await: Use at module top level | Can I use... Support tables for HTML5, CSS3, etc
JavaScript top-level await is no longer considered 'baseline' due to a pretty big Safari bug caniuse.com/mdn-javascri...
The module graph fails in cases where two modules import a third at the same time. Demo: random-stuff.jakearchibald.com/bug-repros/t...
It's best to avoid the feature for now 😔
26.10.2025 20:17
👍 165
🔁 40
💬 13
📌 5
⚓ Oxlint now supports plugins written in JavaScript ⚓
Developers can customize and extend Oxlint using JavaScript, but at a speed approaching Rust, due to 'raw transfer' between Rust and JS, and other breakthroughs
Many ESLint plugins can run without any modification.
Read the full post👇
20.10.2025 11:19
👍 122
🔁 15
💬 7
📌 1
Parallel linting is here! We'd love to hear how it's improved the performance of your ESLint CLI runs. Please add your details to this discussion:
https://github.com/eslin...
25.08.2025 15:14
👍 31
🔁 4
💬 0
📌 2
Release v2.9.0 · reduxjs/redux-toolkit
This feature release rewrites RTK Query's internal subscription and polling systems and the useStableQueryArgs hook for better perf, adds automatic AbortSignal handling to requests still in progres...
Just published Redux Toolkit 2.9.0! It rewrites the RTKQ internal subscription / polling system for better perf, adds abort handling when a cache entry is removed, adds a `builder.addAsyncThunk()` method, and fixes several assorted issues:
github.com/reduxjs/redu...
03.09.2025 02:23
👍 13
🔁 1
💬 0
📌 0
Write for us and become a Piccalilli Guest author
Write for us and get paid £200. Simple.
We're now accepting guest authors on Piccalilli!
Up to now, we've reached out to guest authors, but we have the systems in place now to ensure quality.
Of course, we pay writers too.
piccalil.li/guest-author...
21.08.2025 10:39
👍 30
🔁 11
💬 2
📌 2