jjrdn.bsky.social
@jjrdn.bsky.social
Reposted
Just ported @ryanfeigenbaum.com's amazing color logic into a standalone, MIT-licensed library. Perceptually uniform palettes for your next generative art or design project. 🎨 meodai.github.io/pro-color-ha...
November 20, 2025 at 9:51 PM
Reposted
To celebrate the many shapes of gateways (🔗 RE: ngrok.com/blog/api-gat...), this week we'll walk through a few of our favorite gateway patterns; how they work, what they solve, and where ngrok fits in each one!
November 17, 2025 at 9:59 PM
Reposted
Executives imagine they're bringing some secret sauce "idea guy" magic to the software industry. Nope, they bring:

1. Raise money
2. Coordinate people

If AI makes software suddenly require less money / people I really hate to break the news to you about whose jobs are at risk here.
November 16, 2025 at 4:37 PM
Reposted
🚀 Skyrocketing! 🚀 (200+ new stars)

📦 iptv-org / iptv
⭐ 101,059 (+308)
🗒 TypeScript

Collection of publicly available IPTV channels from all over the world
GitHub - iptv-org/iptv: Collection of publicly available IPTV channels from all over the world
Collection of publicly available IPTV channels from all over the world - iptv-org/iptv
github.com
November 17, 2025 at 6:03 PM
Reposted
Banger. My gut feeling is telling me that I'll pretty much need this exact book in 2026.
I’m thrilled to share that my new book (Spatial Data Management with DuckDB) is now published! 🎉

At 430 pages, this book provides a practical, hands-on guide to scalable geospatial analytics and visualization using DuckDB. All code examples are open-source and freely available on GitHub.
November 16, 2025 at 4:40 PM
Reposted
Oh how I love macOS storage management
November 14, 2025 at 8:57 AM
Reposted
And then use Hex with Parakeet-TDT to prompt with voice. Not even joking. It’s realtime transcription.

„Make the button bigger“.

bsky.app/profile/kitl...
(Sorry for posting a video of the other site. But, more importantly, PARAKEET IS SO GOOD!!!)

hex.kitlangton.com
November 14, 2025 at 6:55 PM
Reposted
Have you used masking with gradients in CSS? What about repeating-linear-gradient?
I show a lot of neat CSS tricks while customizing a range input with no frameworks

youtu.be/AvvXZL3mKhc?...
How To Make Amazing Range Inputs With CSS
YouTube video by Syntax
youtu.be
November 13, 2025 at 3:28 PM
Reposted
BIG shoutout to @honeycomb.io. I already loved their product for human root cause analysis, but their MCP server is next level shit. I configured it in Cursor, gave a single command, and the agent found and fixed the error in a minute. HUGE timesaver!
November 13, 2025 at 2:33 PM
Reposted
TIL about the JS "Declarations in Conditionals" proposal

This lets you write const/let inside if/while block

Curious, would you use this?
I think I like it, could make code slightly less verbose and still explicit

(TC39 stage 1, will be presented for stage 2 next week)

github.com/tc39/proposa...
November 10, 2025 at 5:01 PM
Reposted
Big new thing on Svelte Changelog: you can now prefix a GitHub URL with the whole new shortened "svcl.dev" domain to open an issue, PR, or discussion in SC directly from GH! 🔥
November 9, 2025 at 11:06 AM
Reposted
Built a context menu using pure CSS ✨

Just a popover with anchor positioning.

REPL: svelte.dev/playground/6...
November 9, 2025 at 8:10 PM
Reposted
November 9, 2025 at 10:47 AM
Reposted
Hello, here's a brain dump of everything I know about animation performance.

Animating layout isn't always bad. Global CSS variables are a performance killer. Hardware accelerated blurs can crash sites.

Surprised? Those and more in this post: motion.dev/blog/web-ani...
The Web Animation Performance Tier List - Motion Blog
Learn what makes web animations fast, slow, and everything in between with our 2025 web animation performance tier list.
motion.dev
November 7, 2025 at 12:55 PM
Reposted
Planning to migrate off Podia..
So I built a Video LMS with SvelteKit

Built on:

- Cloudflare Streaming & CDN
- Better Auth
- Stripe Elements
- Video.js Player
- Content Collections (courses are markdown)
November 7, 2025 at 9:51 AM
Reposted
🔥 CSS Quick Tip: `stretch` Value

A brief guide for the upcoming 'stretch' value in CSS, which forces the element to take 100% width/height of the parent container while taking padding & margin into consideration, thus preventing unwanted overflow easily without using calc() or box-sizing.

#css
November 7, 2025 at 12:20 PM
Reposted
Last year we wrote an article on all the ways position:sticky can fail and to this day it remains in the top 10 of weekly most visited pages.

Getting stuck with sticky? This is the post for you.

polypane.app/blog/getting...
Getting stuck: all the ways position:sticky can fail | Polypane
CSS's position: sticky is a dream come true for web developers. It allows elements to switch between relative and fixed positioning based on the scroll…
polypane.app
November 6, 2025 at 8:56 AM
Reposted
🚀 Skyrocketing! 🚀 (200+ new stars)

📦 sst / opentui
⭐ 4,541 (+204)
🗒 TypeScript

OpenTUI is a library for building terminal user interfaces (TUIs)
GitHub - sst/opentui: OpenTUI is a library for building terminal user interfaces (TUIs)
OpenTUI is a library for building terminal user interfaces (TUIs) - sst/opentui
github.com
November 6, 2025 at 1:02 PM
Reposted
VS Code pro-tip: check the `@id:chat.disableAIFeatures` setting.

(It’s more getting in the way than helping me, so better to just get rid of it all together)
November 6, 2025 at 3:54 PM
Reposted
First time writing Svelte Kit Remote Functions.

Used commands for cookie updates to save ssr layouts/preferences.

Sheeeesh, remote functions kick ass. The code is so much nicer now.
November 6, 2025 at 12:59 AM
Reposted
powered by Svelte 5 🏎️💨
November 5, 2025 at 3:41 PM
Reposted
DuckDB continues to be a miracle!
pg_lake just went open source! (Apache 2.0)

pg_lake is a set of extensions (from Crunchy Data Warehouse) that add comprehensive Iceberg support and data lake access to Postgres, with @duckdb.org transparently integrated into the query engine.

Announcement blog: www.snowflake.com/en/engineeri...
November 5, 2025 at 8:51 AM
Reposted
arkregex is meant to be a zero-effort, drop-in replacement for new RegExp().

in the vast majority of cases, it makes your life easier.

for the rest, just don't use it👍
November 5, 2025 at 2:26 PM