I believe that every deliberate difficulty needs to give something in return.
It can be a horror movie, a disillusioning essay, an aggressive refactor…
The difficulty can be a powerful medium, but what does it give back? If the difficulty itself is the point, then it may not work.
06.03.2026 11:37
👍 0
🔁 0
💬 0
📌 0
Thanks, I'll try something like that, hopefully in the Vite space. Or find a project that I use that separates good first issues.
06.03.2026 09:48
👍 1
🔁 0
💬 0
📌 0
My OSS game is virtually non-existent, I wish I could pinpoint to what happened.
Overworked? Spending lots of time in job environments that don’t value OSS? Me semingly being one of the very few who interact with the source code of software we’re using?
Maybe there’s a way to swing back. Small PR.
05.03.2026 16:21
👍 2
🔁 0
💬 1
📌 0
Netflix search is one of the rare places with AI integration where that actually makes sense to me.
Most of the places I visit are "hey! we use AI all over the fucking place ✨", and I'm like "good for you, can I do my thing now?"
05.03.2026 15:01
👍 2
🔁 0
💬 0
📌 0
That's huge, I will finally able to migrate away from Library Mode ❤️
04.03.2026 15:16
👍 2
🔁 0
💬 0
📌 0
With git checkout you can accidentally lose unstaged changes by tapping into wrong muscle memory, by typing "." instead of the branch name.
Also, git switch and git restore are more deliberate, each of them have their own set of options related to what they're doing.
04.03.2026 15:14
👍 2
🔁 0
💬 0
📌 0
YES! What about Vite-specific “?inline” imports, I guess that won’t work, but I could write a plugin…?
03.03.2026 23:10
👍 1
🔁 0
💬 1
📌 0
So many people like to stick with git checkout, but it’s so scary because it does too much…
It’s good that you’re raising awareness about this.
03.03.2026 22:39
👍 0
🔁 0
💬 1
📌 0
Zed has Vim mode built in, good luck prying it open from my cold dead hands!
03.03.2026 11:39
👍 2
🔁 0
💬 0
📌 0
FaceTime doesn't work well with AirPods because input sources tend to get shuffled, and the only way to pick the intended one is inside a menu item dropdown.
This makes FaceTime, an app that has existed since forever, fundamentally flawed.
Do one thing and do it poorly.
01.03.2026 20:40
👍 0
🔁 0
💬 0
📌 0
Oh, I had no idea! Fortunately you can’t fire me 😌😌
01.03.2026 13:15
👍 1
🔁 0
💬 1
📌 0
What's wrong with that, if there's no Courier New it will fall back to any monospace font, and if there's no any monospaced font it will fall back to Consolas, which will fall back to…
Yeah…
01.03.2026 11:45
👍 0
🔁 0
💬 1
📌 0
Use responsibly, only use when creating new tests, drastically changing existing ones etc., when you're expecting a lot of failures and you need a fast feedback loop.
Otherwise these impatient tests might confuse you because you'll think something's not working when it was just an early timeout.
28.02.2026 14:39
👍 0
🔁 0
💬 0
📌 0
Default Vitest timeouts can really slow you down, sooo:
"scripts": {
"test:rapid": "cross-env RAPID=true vitest"
}
Test config:
testTimeout: process.env.RAPID ? 0 : undefined,
browser: {
enabled: true,
provider: playwright({
actionTimeout: process.env.RAPID ? 1_000 : undefined,
}),
}
28.02.2026 14:39
👍 0
🔁 0
💬 1
📌 0
Very cute! What do they eat, really worms or is that for something else?
28.02.2026 09:03
👍 1
🔁 0
💬 1
📌 0
Cloudflare Account Executive Records Herself Being Laid Off (2024)
YouTube video by The Follow Up
Hearing about Cloudflare quickly reminds me of Brittany Pietsch's layoff video.
youtu.be/u7G7OpgKROw?...
Recording that and posting it was so brave, and had such a powerful impact for me that I keep thinking about it two years later.
I'm not aware of any redeeming public response.
27.02.2026 21:38
👍 0
🔁 0
💬 0
📌 0
As to your Q, my only popular releases were small and accidental, so I never experienced what you’re feeling.
But that’s also when I was less scared to publish something right away, now I have this sad mindset “go big or go home”.
But what you described sounds different, maybe fear of success?
26.02.2026 20:05
👍 1
🔁 0
💬 0
📌 0
My web component library sucks, I want something to make it work, I’d like to try what you have cooking.
Btw, Elena is the name of my favorite person in the world, I sent her your landing page and she wanted to figure out what your library is about 😄😄
26.02.2026 20:05
👍 1
🔁 0
💬 1
📌 0
I'm fine where it is now, I just don't like using them. I wouldn't want more of them.
26.02.2026 15:42
👍 0
🔁 0
💬 0
📌 0
Why do tech bro CEOs always talk either like someone just woke them up or like they're trying to hide that they're high?
I've never heard a tech bro CEO sound like they've spoken in public before.
26.02.2026 15:15
👍 1
🔁 0
💬 0
📌 0
Pseudo-elements aside, I think it's amazing what you managed to achieve with just CSS, I think everyone who claims that this sort of things shouldn't be done with CSS is just scared to be impressed. Sorry for misdirecting my frustrations with the technology.
26.02.2026 12:22
👍 2
🔁 0
💬 0
📌 0
- they have been kind of re-appropriated, their main property "content" often being set to an empty string
- "before" and "after", what if I need a 3rd decoration? this arbitrary limitation is annoying to me
- I can't name the decorations, people have to figure out what the thing is by reading CSS
26.02.2026 12:22
👍 1
🔁 0
💬 2
📌 0
When there's no language that can programmatically repeat the element, in your case it would indeed mushroom into a mess in the HTML panel.
I'm not criticizing you for using them, I find the technology itself off-putting. For several reasons:
26.02.2026 12:22
👍 0
🔁 0
💬 1
📌 0
Good Tailwind users like CSS ❤️ And Tailwind is utility-first, not utility-only!
26.02.2026 00:43
👍 2
🔁 0
💬 0
📌 0
Also, on one hand it’s a demo of bleeding edge CSS, on the other hand we’re still stuck at (ab)using pseudo elements instead of maybe adding new elements to the DOM.
CSS demos love avoiding creating HTML elements, but I see no reason not to.
26.02.2026 00:40
👍 0
🔁 0
💬 1
📌 0
Very impressive demo for sure.
My concern is that browsers won’t know how to optimize for stuff like that due to lower versatility, although it would make sense that native features perform better…
But I get that this is a demo of what can be done, not necessarily should.
26.02.2026 00:40
👍 0
🔁 0
💬 1
📌 0
Regarding "are you ok?" coming from a place of concern. I also find that problematic. Especially if I feel like me not being well is burdening them — I feel obligated to either say "yes" so that they don't have to worry or pull them in all the way and say everything. That's quite a binary.
25.02.2026 23:40
👍 1
🔁 0
💬 0
📌 0
But I'll think about this, thanks for elaborating.
25.02.2026 23:13
👍 0
🔁 0
💬 1
📌 0
*cries in Dutch*
25.02.2026 23:11
👍 0
🔁 0
💬 1
📌 0