hhmx.de

Dieses Fediverse-Konto und seine Inhalte werden nicht von hhmx.de verwaltet. Die kontoführende Instanz ist mastodon.social - die originale Adresse ist https://mastodon.social/@sil.

sil@mastodon.social
sil@mastodon.social

Stuart Langridge

(@sil@mastodon.social)

Do 06.10.2016

Beiträge: 7.377Folgt: 466Folgende: 2.858

I told you, you can have an ice cream when we get there.

mastodon.social · mastodon · 2025-05-16 08:36:35

Föderation EN Sa 17.05.2025 21:09:35

Iiiiiiiit’s ! Got a beer, let the fun begin

Föderation EN Do 17.04.2025 08:46:41

I wanted to put a video on my website, but I wanted it to adapt to the viewer's bandwidth and screen (you know, how YouTube does, where you get the narrow 240p version if you're on a rubbish mobile connection, but you still get the video). After a bit of research, I worked out how (thank you to Scott Jehl about responsive video via CSS, and mux.com for HLS and ffmpeg instructions) and wrote a quick note in case anybody else needs the same.
kryogenix.org/days/2025/04/16/

Föderation EN Di 22.10.2024 12:14:40

if you've got a load of CSS files which may have many duplicate entries, what's a good tool for bundling them all together and deduplicating them? Ideally a standalone tool which mostly does that, not something like a webpack plugin which will require me to set up webpack.

Föderation EN So 13.10.2024 20:17:04

@GreenSysAdmin was it you I was talking to about installing web apps on the Linux desktop? I wasn't sure if Vivaldi could do it. Well, I can confirm that Vivaldi can indeed do it, 'cos I've just checked by installing Farmbound as a PWA and it worked fine, so that's nice :)

Föderation EN So 13.10.2024 12:41:44

I ran around asking all the people who I thought were candidates and nobody was. So, offer your suggestions (or own up!) for having been to all the OggCamps below
People I thought of who might have good ideas even though not themselves: @popey @marxjohnson @awfulwoman @andypiper @bigcalm @methoddan
mastodon.social/@oggcamp/11329

Föderation EN Sa 12.10.2024 16:04:49

And now @Edent at building an activitypub server while wearing a frankly ridiculous spangly jacket which I am very envious of

Medien: 1

Föderation EN Sa 12.10.2024 15:11:27

“You may have heard about wave-particle duality? That’s all bollocks. Light is made of photons.”
@ralight unseats the most fundamental physics understanding at

Medien: 1

Föderation EN Fr 20.09.2024 23:06:34

osspledge.com/

Two rules (from @getsentry who started this):

1. Give money to the open source projects which are probably 90% of your code base. $2000 per developer on your staff, although you can and should do better than that. (@buttondown are doing better than that.)
2. Report every year on whether and how you did it.

This seems like a good idea today, and a thing where non-participation should feel weird tomorrow.

Föderation EN Fr 20.09.2024 15:11:32

OK, here is a weird CSS discovery. Media queries apparently can go around just a single property and value, not necessarily a whole rule.

That is:

@media ... { p { color:green } }

works as expected, but

p { @media ... { color: green } }

works as well!

Is this _supposed_ to work? Does everyone else use this all the time and I'm the last to find out? I had no idea this worked; I assumed you had to wrap whole rules only!

kryogenix.org/random/media-que demonstrates.

Medien: 1

Föderation EN Di 17.09.2024 23:25:35

HA HA HA HA HA HA I have found out why my iPhone iCloud backup was larger than 5GB but there was no way to reduce its size!

Turns out... if you bookmark a web app to your Home Screen then its data is included in your iCloud backup. This is very good! Nice one Apple.

But it doesn't show up in the "Backup Details" list of apps in your iCloud Backup settings, so you don't know where the space is gone. This is not as good. I shall file a bug.