Alexei Accio's Avatar

Alexei Accio

@accio.blue

Somewhere engineer

157
Followers
1,846
Following
31
Posts
26.08.2023
Joined
Posts Following

Latest posts by Alexei Accio @accio.blue

as lenin once said we should transform imperialistic war into a civil one

08.02.2026 17:38 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
import { createMedia, createSizes, cx } from "css-in-ts";

const { p } = createSizes();

const { sm, md, lg, xl, xxl } = createMedia({
	sm: "screen and (min-width: 640px)",
	md: "screen and (min-width: 768px)",
	lg: "screen and (min-width: 1024px)",
	xl: "screen and (min-width: 1280px)",
	xxl: "screen and (min-width: 1536px)",
})


function Div() {
	return (
		<div className={cx(p(2), sm(p(4)), md(p(6)), lg(p(8)), xl(p(10)), xxl(p(12)))} />
	);
}

import { createMedia, createSizes, cx } from "css-in-ts"; const { p } = createSizes(); const { sm, md, lg, xl, xxl } = createMedia({ sm: "screen and (min-width: 640px)", md: "screen and (min-width: 768px)", lg: "screen and (min-width: 1024px)", xl: "screen and (min-width: 1280px)", xxl: "screen and (min-width: 1536px)", }) function Div() { return ( <div className={cx(p(2), sm(p(4)), md(p(6)), lg(p(8)), xl(p(10)), xxl(p(12)))} /> ); }

08.02.2026 09:59 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

so maybe we can do things)
a simple compiler like a github.com/feathers-stu...

08.02.2026 05:18 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

yeah. stylex looks promising but too many rough edges (or just skill issues). i'm using vanilla extract for several projects and quite happy with it. panda css also seems to have some niceties but i've not tried yet.

07.02.2026 14:45 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Video thumbnail

This is the complete, real migration of @mk.gg from the Bluesky PDS to a new Cirrus PDS Worker.

The more boring bits are sped-up to get it under the 3 minute video limit. The real thing took about 12 mins.

Try it yourself: github.com/ascorbic/cir...

11.01.2026 17:14 πŸ‘ 89 πŸ” 18 πŸ’¬ 4 πŸ“Œ 1
Video thumbnail

My experimental single-user PDS has a name!

Meet ☁️ Cirrus, the lightest PDS in the Atmosphere

npm create pds@latest

03.01.2026 19:56 πŸ‘ 280 πŸ” 50 πŸ’¬ 16 πŸ“Œ 13
Preview
GitHub - localsend/localsend: An open-source cross-platform alternative to AirDrop An open-source cross-platform alternative to AirDrop - localsend/localsend

there is localsend for this now

github.com/localsend/lo...

21.12.2025 09:29 πŸ‘ 33 πŸ” 1 πŸ’¬ 3 πŸ“Œ 0

there were β€œsoviety” during russian soviet revolution. and then they made out ussr - union of soviet socialist republics. i’ve an idea that pds resembles a soviet β€” self organised group of people. and updssr is for union of pds social republics) pdss of the world, unite!

12.12.2025 10:38 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

yeh, i’ve been thinking about that lately. so pdss are literally β€˜soviety’. so we can even have the updssr someday)

12.12.2025 06:49 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
GitHub - alteran-social/alteran: atproto PDS built around Cloudflare Workers atproto PDS built around Cloudflare Workers. Contribute to alteran-social/alteran development by creating an account on GitHub.

You can run your own PDS on Cloudflare for free. I've been doing this for 4 months!

04.12.2025 09:44 πŸ‘ 5 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
Compressed Fluid Typography Β· Matthias Ott Matthias Ott is an independent user experience designer and web design engineer from Stuttgart, Germany. He also teaches Interface Prototyping at the Muthesius Academy of Fine Arts and Design.

✍️ New post: Compressed Fluid Typography

#blogtober #css #web #typography
matthiasott.com/notes/compre...

14.10.2025 16:22 πŸ‘ 11 πŸ” 3 πŸ’¬ 0 πŸ“Œ 1
Preview
The present and potential future of progressive image rendering Exploring progressive image rendering across JPEG, PNG, WebP, AVIF, and JPEG XL.

I dug into progressive image rendering and found a bunch of common assumptions aren't quite true.

➑️ JPEG & WebP progressive-renders worse in Safari
➑️ AVIF _does_ support progressive
➑️ But JPEG XL in Safari doesn't
➑️ JPEG XL decodes much slower than AVIF
⬇️ and more

jakearchibald.com/2025/present...

16.10.2025 10:16 πŸ‘ 173 πŸ” 42 πŸ’¬ 15 πŸ“Œ 6

yeah. they made it based on the incredible work of @ertdfgcvb.xyz. here’s the source github.com/oxidecompute...

08.07.2025 21:15 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Mitos ASCII Tool

mitos.shared.oxide.computer

08.07.2025 20:38 πŸ‘ 10 πŸ” 0 πŸ’¬ 2 πŸ“Œ 6
Preview
Grainy Gradients This is about reducing banding effects in gradients by introducing noise. A nice approach is a displacement map using SVG filters.

Grainy Gradients

This is about reducing banding effects in gradients by introducing noise. A nice approach is a displacement map using SVG filters.

13.06.2025 14:39 πŸ‘ 46 πŸ” 9 πŸ’¬ 0 πŸ“Œ 1
Preview
Malleable software: Restoring user agency in a world of locked-down apps The original promise of personal computing was a new kind of clay. Instead, we got appliances: built far away, sealed, unchangeable. In this essay, we envision malleable software: tools that users can...

New longform @inkandswitch.com essay! πŸ“œ

Malleable Software: Restoring user agency in a world of locked-down apps

by me, @joshuahhh.com, @pvh.ca and @seaofclouds.com

inkandswitch.com/essay/mallea...

It's about why people need agency over their software tools, and how to make that happen.

10.06.2025 14:52 πŸ‘ 95 πŸ” 24 πŸ’¬ 3 πŸ“Œ 3

Smart TVs were a mistake

29.03.2025 11:46 πŸ‘ 5 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Post image

A beautiful mixture of Mongolian vertical writing and English

www.instagram.com/p/DHdZKVUymk...

21.03.2025 12:32 πŸ‘ 13 πŸ” 2 πŸ’¬ 1 πŸ“Œ 0
Post image

πŸŽ‰ Welcome to our new sister project: TinyTick!

Most intelligent and local-first web applications need background tasks like fetching, syncing, and cache eviction.

But managing them - with scheduling, failure handling, retries, and so on - can be a pain.

13.03.2025 19:45 πŸ‘ 11 πŸ” 2 πŸ’¬ 1 πŸ“Œ 1
Post image Post image

I have a soft spot for visual formalisms. Some examples:

β€’ neural circuit diagrams (Vincent Abbott)
β€’ revision diagrams (Burckhardt et al)

Any other good examples?

07.03.2025 14:55 πŸ‘ 30 πŸ” 3 πŸ’¬ 8 πŸ“Œ 0

The source code for Ghost House is *incredible*

25.02.2025 18:37 πŸ‘ 27 πŸ” 4 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

What if a spreadsheet cell could hold multiple values at the same time?

That's the idea behind Ambsheets, a project I've been working on w/ @geoffreylitt.com at @inkandswitch.com. It's a new spreadsheet that makes it easier for you to explore many possibilities simultaneously.

1/2

04.02.2025 23:09 πŸ‘ 103 πŸ” 24 πŸ’¬ 6 πŸ“Œ 4
A creative landscape arrangement forming the word 'accio' using natural shapes and fragments that resemble the letters A, C, C, I, and O

A creative landscape arrangement forming the word 'accio' using natural shapes and fragments that resemble the letters A, C, C, I, and O

nice
landsat.gsfc.nasa.gov/apps/YourNam...

07.01.2025 20:16 πŸ‘ 5 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
A dog on a leash walks through a snow-covered field, the white expanse stretching out into the distance where it meets a grey sky.

A dog on a leash walks through a snow-covered field, the white expanse stretching out into the distance where it meets a grey sky.

in case you were wondering what seva was up to

07.01.2025 20:06 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image Post image

Flexoki 2.0 introduces 88 new colors that feel like watercolor pigments on paper.

This is my attempt to bring the feeling of analog color to digital emissive screens. This version expands the palette to a full range of values for every color, without desaturating the pigment effect.

07.01.2025 15:17 πŸ‘ 192 πŸ” 30 πŸ’¬ 10 πŸ“Œ 7
Preview
Best Data Visualization Projects of 2024 Many datasets were analyzed and many charts were made this year. These are my favorite data visualization projects from 2024.

Before this year wraps, my favorite data visualization projects flowingdata.com/2024/12/30/b...

30.12.2024 17:35 πŸ‘ 74 πŸ” 20 πŸ’¬ 1 πŸ“Œ 6
A vast, broken ice field under a cloudy sky, with no visible horizon.

A vast, broken ice field under a cloudy sky, with no visible horizon.

new year’s horizons

07.01.2025 12:58 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

i have been thinking about + building a local first super-app that works off an encrypted personal data store. some ideas:

1
the data store represents "the digital you" – a .life file containing a structured data graph of contacts, events, notes, media, webpages, etc.

03.01.2025 07:55 πŸ‘ 28 πŸ” 1 πŸ’¬ 3 πŸ“Œ 2
a photo of the wall with some letters on it

a photo of the wall with some letters on it

i don’t know what it means

31.12.2024 11:26 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
a photo of the window with wooden bird and paper star lamp on it. a table with a pine leaves next to it

a photo of the window with wooden bird and paper star lamp on it. a table with a pine leaves next to it

some holidays vibes

31.12.2024 10:45 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0