Advertisement · 728 × 90

Posts by Luke Bennett

With the help of the Sandy Hook families, The Onion has reached a long-awaited deal to take over InfoWars.

We've enlisted the help of @timheidecker.bsky.social, who will be InfoWars' Creative Director.

Please stand by for more.

7 hours ago 29093 7212 771 960

Bit of a different style to most Jacksons, but I always wanted a Mark Morton Dominion.

2 weeks ago 1 0 0 0

The correct side too 🤘

2 weeks ago 0 0 1 0
Preview
Is Bluesky dying? An attempt to untangle a few different arguments around the future of Bluesky – if it has one

Is Bluesky dying? A more thorough look at the numbers. open.substack.com/pub/techtris...

2 weeks ago 311 65 61 64
Video

New work for GitHub: Monaspace. 🔤
A superfamily of 5 open-source typefaces for code.

Full case study here: lettermatic.com/custom/monas...

3 weeks ago 102 14 8 12

Probably because of how it’s spelt 🙈
I’ve been pronouncing it tem-POOR-al this whole time!

1 month ago 1 1 0 0
Preview
What if you said no?

📝 What if you said no? lynnandtonic.com/thoughts/ent...

1 month ago 26 8 1 1
Advertisement
Cont
Cont YouTube video by Tim Minchin - Topic

Reminds me of Cont by Tim Minchin:
youtube.com/watch?v=180H...

1 month ago 1 0 0 0

Yes I did.
I could have have sworn it was working for a bit after migrating though, but maybe I’m imagining things 😅

2 months ago 1 0 1 0

Everything was still connected, but disconnecting and reconnecting seems to have fixed it.
Thanks again 🙌

2 months ago 0 0 1 0
Screenshot of sill.social with Chrome devtools open showing content missing where the list of articles would normally be.

Screenshot of sill.social with Chrome devtools open showing content missing where the list of articles would normally be.

Screenshot of sill.social with Chrome dev tools open showing not much in the response

Screenshot of sill.social with Chrome dev tools open showing not much in the response

My mistake, desktop is busted too (I only use the site on my phone and didn't have my laptop handy yesterday).

2 months ago 0 0 1 0
Screenshot of sill.social with a header and an empty section below where the list of articles would normally be

Screenshot of sill.social with a header and an empty section below where the list of articles would normally be

Hey @tylerjfisher.com, sill.social seems to be busted for me again (at least on mobile).
I’ve tried both the PWA and a regular browser tab, and with and without content blockers.

2 months ago 0 0 1 0
Preview
Gas Town’s Agent Patterns, Design Bottlenecks, and Vibecoding at Scale On agent orchestration patterns, why design and critical thinking are the new bottlenecks, and whether we should let go of looking at code

I have Gas Town derangement syndrome and spent the last few weeks writing thousands of words on agent orchestration patterns; how they shift our bottlenecks and force us to ask whether and when we should stop looking at code

maggieappleton.com/gastown

2 months ago 286 56 16 23
import {Button} from 'react-aria-components';
import {motion} from 'motion/react';

<Button
  render={(domProps, {isPressed}) => (
    <motion.button
      {...domProps}
      animate={{scale: isPressed ? 0.9 : 1}} />
  )}>
  Press me
</Button>

import {Button} from 'react-aria-components'; import {motion} from 'motion/react'; <Button render={(domProps, {isPressed}) => ( <motion.button {...domProps} animate={{scale: isPressed ? 0.9 : 1}} /> )}> Press me </Button>

In the next version of React Aria Components, you can use the `render` prop to customize the rendered DOM element. This also receives the component state, which makes it easy to drive animations.

2 months ago 55 1 3 0

Creating a new DSL and jamming it into CSS seems like a really bad idea.
Now I have to reference the docs constantly, and I’ve lost all the type safety.
Plugins are also now considered “legacy” according to the docs ☹️

2 months ago 0 0 1 0

Using CSS as a config in Tailwind 4 was a mistake.

2 months ago 4 0 1 0
Preview
Skyreader: A RSS Reader on the AT Protocol Introducing a RSS reader for the AT Protocol where you feeds and article sharing are portable

Oops, I started a new project: Skyreader, an RSS reader on the AT Protocol. Share cool articles like it's 2010 and Google Reader would never die. skyreader.app

www.disnetdev.com/blog/2026-01...

3 months ago 514 123 29 43
Advertisement

if you're celebrating people getting laid off from one of the very few companies that was consistently contributing to a fully open source product, because you think that css cascades are really that important, really take a long hard look at your priorities

3 months ago 56 4 0 0

We just published 6 CVEs identifying security vulnerabilities in React Router and Remix v2

We recommend updating to the latest appropriate versions:

React Router v7 -- 7.12.0
React Router v6 -- 6.30.3
Remix v2 -- 2.17.2

Details, links, and package ranges are listed below

3 months ago 12 9 1 3
Post image

🥳 TypeSlayer is out! celebrate by posting what your type graph looks like! it legit has an actual leaderboard now: so bonus points if you win lol 🏆🏆

run: `npx typeslayer`

source: github.com/dimitropoulo...

3 months ago 82 22 2 3
Video

Happy New Year!

An all new StyleX website has just gone live.

It's rewritten from the ground up, and is built on:
- Waku
- Fumadocs
- StyleX (obviously)

No UI is used from fumadocs, and all the components were re-written with StyleX.

3 months ago 26 3 1 3
How to compile JavaScript to C with Static Hermes Lately, I've been working on porting more of Parcel to Rust, and investigating ways to embed JS-based plugins. This post describes how I used Static Hermes to compile Less.js to a native C library tha...

Facebook's Static Hermes is kind of incredible. It can compile JavaScript into C, which is then optimized into native machine code.

I just compiled the Less.js source code into a C library. Then I called it from Rust as a native Parcel plugin (no Node). Wild. 👨‍🔬

devongovett.me/blog/static-...

3 months ago 167 23 7 2
A screenshot from Rick Astley's Never Gonna Give you up music video

A screenshot from Rick Astley's Never Gonna Give you up music video

A screenshot from Rick Astley's Never Gonna Give you up music video

A screenshot from Rick Astley's Never Gonna Give you up music video

A screenshot from Rick Astley's Never Gonna Give you up music video

A screenshot from Rick Astley's Never Gonna Give you up music video

A photograph of the seminary gym in knives out. It has the same window.

A photograph of the seminary gym in knives out. It has the same window.

Just watched the new Knives Out and I think it's really important you know that the scene in the Seminary's Gym is filmed in the same place Rick Astley filmed the music video for Never Gonna Give You Up.

I saw the window tracery and immediately made my friends pause the film so I could tell them.

3 months ago 29014 7342 429 528
Create Scroll-Triggered Animations with CSS
Create Scroll-Triggered Animations with CSS YouTube video by Chrome for Developers

It's really sad that Chrome laid off one of the world's best CSS developer-designers, and now they have to fake demos of web features. youtu.be/d8J0vs-bEPE?...

4 months ago 332 28 15 14
CIA Realizes It’s Been Using Black Highlighters All These Year

CIA Realizes It’s Been Using Black Highlighters All These Year

CIA Realizes It’s Been Using Black Highlighters All These Year
theonion.com/cia-realizes...

4 months ago 5049 799 24 24
Advertisement
Video

Introducing the new React Aria docs! 🎉

All-new content and search experience. Interactive CSS and Tailwind examples to get you started quickly – just install with shadcn. New guides and full example apps. MCP server and AI integrations.

Check it out! react-aria.adobe.com

4 months ago 101 12 9 2
Post image

Introducing ✨ Standard JSON Schema ✨

It's a sister spec to Standard Schema that provides a common interface for any entity that can be converted to JSON Schema

4 months ago 68 6 2 4
Preview
Standard JSON Schema A standardized JSON Schema representation that preserves inferred type information

StandardSchema now supports a new interface to generate JSON Schemas ! 🙌

I started working on a StandardCodec RFC, for bidirectional data type transformation (which encompasses (de)serialisation), like what @zod.dev codecs & Effect schemas can do. Could be a sign to push it a little further 👀

4 months ago 16 3 0 0

Amazing. Thanks so much!

4 months ago 0 0 1 0

I am! I’m pretty sure I noticed the same behaviour as a Safari tab but I could be wrong.

4 months ago 0 0 1 0