pngwn

@pngwn.at

Penguin of great renown. The penguin revolution is nigh, only the feathered and the tuxedoed will be spared. Except for seagulls, they can get fucked. https://pngwn.at

OpenCode caches its plugins, which means if you use `@sveltejs/opencode` without pinning a version, you might be using an old version of it. We just released a new version that automatically cleans up when it detects a new version... clean your cache and restart OpenCode to get the latest version

Just learned last night one of my old high school cross country teammates lost both his kids (and ex-wife) to a devastating act of violence. Our community is raising money to cover funeral services and help John with as much support as we can. www.gofundme.com/f/honoring-a...

Donate to Honoring Abigale and Dekota’s Memory, organized by Jenny Bayes

2 days ago, in a tragic act of violence, John lost both of his children at the hands … Jenny Bayes needs your support for Honoring Abigale and Dekota’s Memory

gofundme.com

They are called weasel words because while you are trying figure out what they mean, the author sneaks into your kitchen and steals your eggs.

Just found out that some species of earwig have a strong preference for using their right penis. That’s right, they have two penises. Why do they have two? Why, in case one breaks off of course.

People who work a lot with coding agents. where do you work? In the terminal? Using one of the desktop apps? In your IDE? Do you work with data via your agents? Do you wish you had a better way to view and interact with it?

In an age of LLMs and streaming text, we need to stop trying to get markdown to play ball and restrict the syntax. I specced a stricter markdown sub(er)set several years ago and wondered if it was strict enough to support true streaming. Turns out penguin flavoured markdown was ahead of its time.

I’m not sure if it is non-creative vs creative, but more that some people view everything as a commodity. “Why wouldn’t you want more of your monetisable output?!” I wouldn’t go so far to say that the process is the point (it is to some) but the process is definitely embedded in the work.

Siobhan Thompson@vornietom.bsky.social · 8mo ago

I think the fundamental gap here is that non-creative people think that creative people make things for the end product, when in fact it’s the act of creation and not the end point that makes it worthwhile.

I’m in Ko Lanta, Thailand right now and though I don’t take stuff from beaches I was marvelling at the beauty of the coral. I thought they would make the most stunning toggles and closures. Then I saw this cute little hermit crab. An important reminder that we are guests here.

Bild

People who rate beaches low on google maps should go to actual prison. 4 stars because there rocks. 3 stars because there was no shade. Nature sends its apologies.

One coffee shop trend that I see internationally that I don’t see in the US and the UK is tiny cookies served with the coffee. Lots of places make their own too and are super delicious. I think this should be a thing everywhere, it’s really fun.

another async feature: out-of-order rendering. this means a component can begin rendering children while it's awaiting data. demo stolen from @ryansolid.bsky.social — these components should render in 3 seconds, but they only take 1: svelte.dev/playground/2...

Out-of-order rendering • Playground • Svelte

Web development for the rest of us

svelte.dev

rich harris@rich-harris.dev · 9mo ago

today we landed a @svelte.dev feature i'm pretty stoked about — we call it 'forking', and it lets you run state changes offscreen and later choose whether to commit them (e.g. user hovers on a link, preload data in case they click) - docs svelte.dev/docs/svelte/... - demo svelte.dev/playground/a...