

New account since lemmyrs.org went down, other @Deebster
s are available.
I'm pretty sure you wouldn't be able to get a custom number plate of that star's name.
metux is Enrico Weigelt, the dev behind Xlibre, the new fork of X11. He's quite controversial, partly due to claiming to want to keep politics out of development by filling his posts with alt-right dog whistles, as well as being an antivaxer and having some... er... revisionist views of history.
Network effect, same as for most social things. Perhaps the EU will force interoperability, but they seem more focused on "save the children" style control and monitoring.
That mirrored mode is interesting and made sense to me even before I read the explanation. I'd assumed it only makes sense for using the left hand and that using just the right would need a different version of the keyboard, but there doesn't seem to be a flipped version.
Going into more detail would be helpful: Do you get an error? Do some settings restore or change? How old is your backup (i.e. from what version of Voyager)? Android or iPhone (before and after)? Are you selecting a file from your device, or trying to use from cloud storage (Google Drive, Nextcloud, etc)?
Two months after suffering her injury on the final season of Game of Thrones, Casey Michaels was one of 80 performers asked to contribute £300 towards a gift for Irlam for keeping the team safe. Although they were told the collection, which potentially raised £24,000, was voluntary and would “not impact any future employment,” Michaels believes the opposite is true. “Everybody knew there would be repercussions for not paying,” she says.
This Rowley Irlam comes across like a corrupt, arrogant arsehole.
I'm guessing by the recipes you mean Southern USA. I thought okra was from somewhere in Asia, but Wikipedia tells me it's from East Africa (Ethiopia, Eritrea and "East Sudan" - which is kinda funny as there's a Sudan and South Sudan).
Dickbutt? Getting /r/HighQualityGifs/ vibes
btw, you wanted cue not queue, as in cue cards, that's my cue, cue the music.
Are you saying you think it's ridiculous to end support "already"?
I think it's likely that anyone still using 486s isn't updating software anyway, so it's unlikely to matter aside from niches like retro devices. Luckily, open source means that if there's a genuine desire there'll probably be a fork to provide it.
Thanks, I knew I'd seen it before somewhere.
Nothing dates it more than the reference to Boing Boing.
Then the UK's equally dumb: it was 10:04 pm BST (GMT+1) cos daylight savings is a thing in most of Europe too. At least it's synchronised across Europe[The EU is planning on killing daylight savings but I have no idea if the UK will do the sensible thing and go along when/if this happens] so you just need to remember that most[thanks for making it more confusing, Mexico] of North America changes a few weeks earlier.
Also, the UK says GMT/BST which is nice and clear - calling both EST and EDT "Eastern Time" makes even more of a mess!
And yes, I've just rediscovered you can use footnotes, why do you ask?
The duplicate content thing is kinda impossible to solve perfectly. Some people will tell you it's a feature, and it can be interesting to see the different instances' comment sections (especially after moderation), but yeah it can be annoying to have your feed dominated by a few stories.
The default web front-end will merge crossposts, but won't if they're multiple posts to the same URL. I think some of the apps do have that deduplication as a feature, but I couldn't tell you which.
I remember the same problem from my Reddit days, but there wasn't generally so many similar, overlapping communities.
From the Lemmy docs:
My default is set to
This is the newest sorting option, I think, and it helps me not miss posts from the smaller comms - particularly ones where people are asking a question and there's been no engagement. Ideally I'd like to have Mastodon-style lists so I could have "quiet comms" or something and check them all every so often.
I will switch to new or top 6h/24h if I've been on recently and just want to see what's fresh. Top all time or 1y if I'm looking at new-to-me comms so I can see what type of thing to expect from it.
There's no algorithm here, so use the different sorting options (for both posts and comments), as well as setting your favourite as default once you see what works for you.
the different sort options are of course algorithms, but I mean there's no automatic, manipulative system like YouTube's "The Algorithm", Facebook, TikTok, etc.
Voting doesn't tune your algorithm, so I'd say only use downvoting for things that are low quality, trolling, in the wrong sub, duplicate posts, etc. Your votes aren't private, by the way - although Lemmy itself doesn't display voters' names, that info is in every server's database, and some other software in the Fediverse does show them.
There are quite a few apps available, I like Voyager on Android and I stick to the default website on my computer.
Also these can be good sources:
I think scaled is better than hot otherwise you'll never see anything from your small communities.
Sometimes I get downvotes that make no sense, so I just chose to believe it was an accident.
btw, you've typoed the name: altwiki makes me think it's an alt-right version of Wikipedia.
This is old news, but no-one posted it at the time.
They released a bunch of new features, including error boundaries, each
without as
(simple but useful), exported snippets and er LLM-friendly documentation.
There's 24 new things in total, as it was a Christmas advent thing.
xkcd #3040: Chemical Formulas
Title text:
Can you pass the nackle?
Transcript:
[Cueball is holding a pointer and gesturing towards a whiteboard that shows the chemical formulas HCOOH and CH₃COOH. Below these, respectively, are classic diagramatic representations of formic/methanoic acid [with an apparently accidental doubled bond between the carbon and the hydroxy group] and acetic/ethanoic acid; being, in turn, a single- and double-carbon chain molecule with a double-bonded oxygen (carbonyl group) plus an oxygen-hydrogen (hydroxy) upon one carbon of each, to form the full carboxyl grouping, and hydrogens completing all other expected bonds.]
Cueball: The two simplest carboxylic acids are hakoo and chuckoo.
Off-panel voice: No!![Caption below the panel:]
How to annoy chemists
Source: https://xkcd.com/3040/
Taskmaster series 18, episode 10 - Le Goose
Click to view this content.
Let’s discuss tasks, contestants and the show in general.
Spoilers ahead.
Taskmaster series 18, episode 9 - The cockle children
Click to view this content.
Let’s discuss tasks, contestants and the show in general.
Spoilers ahead.
Zellij 0.41.0 released with its solution for colliding keybindings
A solution for the colliding keybindings problem, a new plugin manager and UI, reloading configuration at runtime and a new setup wizard.
cross-posted from: https://programming.dev/post/21363946
The normal complaint new Zellij users have is that it has a lot of keybindings which are likely to conflict with programs like nvim or Helix that use a lot themselves. Before, the workflow was to lock Zellij with
ctrl-g
which let input go through to the focused shell/program.The new mode has most of the keybindings behind the ctrl-g lock, e.g. a new tab is
ctrl-g
t
n
(instead ofctrl-t
n
). You can still usealt-(cursor)
for changing focus andalt-n
/alt-f
for a new tiled/floating pane, but all other key presses get passed along.You can switch between default and unlock-first (non-colliding) modes so if you need those alt shortcuts you can lock everything as before.
Plus some other nice features like being able to change modifier keys while running (via the Kitty Keyboard Protocol), and autoloading the new config when you edit the file.
Zellij 0.41.0 released with its solution for colliding keybindings
A solution for the colliding keybindings problem, a new plugin manager and UI, reloading configuration at runtime and a new setup wizard.
The normal complaint new Zellij users have is that it has a lot of keybindings which are likely to conflict with programs like nvim or Helix that use a lot themselves. Before, the workflow was to lock Zellij with ctrl-g
which let input go through to the focused shell/program.
The new mode has most of the keybindings behind the ctrl-g lock, e.g. a new tab is ctrl-g
t
n
(instead of ctrl-t
n
). You can still use alt-(cursor)
for changing focus and alt-n
/alt-f
for a new tiled/floating pane, but all other key presses get passed along.
You can switch between default and unlock-first (non-colliding) modes so if you need those alt shortcuts you can lock everything as before.
Plus some other nice features like being able to change modifier keys while running (via the Kitty Keyboard Protocol), and autoloading the new config when you edit the file.
Taskmaster series 18, episode 8 - The Nexus of Truth
Click to view this content.
Let’s discuss tasks, contestants and the show in general.
Spoilers ahead.
Taskmaster series 18, episode 7 - Captain Jackie and the hotdog
Click to view this content.
Let’s discuss tasks, contestants and the show in general.
Spoilers ahead.
Taskmaster series 18, episode 6 - A dance as old as time itself
Click to view this content.
Let’s discuss tasks, contestants and the show in general.
Spoilers ahead.
Bacon v3 released
Bacon is a Rust code checker designed for minimal interaction, allowing users to run it alongside their editor to receive real-time notifications about warnings, errors, or test failures (I like having it show clippy's hints).
It prioritizes displaying errors before warnings, making it easier to identify critical issues without excessive scrolling.
Screenshot (from an old version I think):
v3 adds support for cargo-nextest, plus some QoL improvements.
Taskmaster series 18, episode 4 - I’m a girl that likes a clean line
Click to view this content.
Getting later and later at posting these!
Let’s discuss tasks, contestants and the show in general.
Spoilers ahead.
Taskmaster series 18, episode 3 - The gangsters of the sea
Click to view this content.
Let’s discuss tasks, contestants and the show in general.
Spoilers ahead.
xkcd #2990: Late Cenozoic
Hover text:
Our nucleic acid recovery techinques found a great deal of homo sapiens DNA incorporated into the fossils, particularly the ones containing high levels of resin, leading to the theory that these dinosaurs preyed on the once-dominant primates.
Transcript:
[Three squid-like aliens in a classroom; one alien stands in front of a board covered with minute text and a drawing of a T-Rex skeleton. Two aliens sit on stools watching the teacher alien. The teacher alien on the left is on a raised platform and points at the board with one tentacle.]
Left alien: Species such as triceratops and tyrannosaurus became more rare after the Cretaceous, but they survived to flourish in the late Cenozoic, 66 million years later.
Left alien: Many complete skeletons have been discovered from this era.
[Caption below the panel:]
It's going to be really funny when our museums get buried in sediment.
https://www.xkcd.com/2990/
[explainxkcd.com for 2990](https://www.explain
Taskmaster series 18, episode 2 - ...and then a detective comes
Click to view this content.
Let’s discuss tasks, contestants and the show in general.
Spoilers ahead.
Taskmaster series 18, episode 1 - The faceless facilitators
Click to view this content.
We have a new series! Let's discuss tasks, contestants and the show in general.
Spoilers ahead.
Does It Make Sense To Put Data Centers In Space? Can They Really Cost Less To Operate?
Click to view this content.
cross-posted from: https://sh.itjust.works/post/24946971
TL;DW:
Does It Make Sense To Put Data Centers In Space?
At some point in the future, yes.
Can They Really Cost Less To Operate?
In theory, yes.
Scott expresses concerns that current startups have not adequately addressed some of the practical challenges, such as cooling.
Data Centres... in Spaaace?
Click to view this content.
Yewtube mirror: https://yewtu.be/watch?v=d-YcVLq98Ew
Scott Manley discusses Lumen Orbit's plan to data centres in space and whether it or not makes sense.
Cryptic Crossword Daily puzzle
cross-posted from: https://programming.dev/post/18316051
Minute Cryptic is a daily single-question cryptic crossword, with a hint system and an explanation (Youtube video - it appears the channel came before the website).
Definitely worth checking out if you have any interest in cryptic crosswords, which are funnier and more interesting (imho) than standard crosswords.
Cryptic Crossword Daily puzzle
Minute Cryptic is a daily single-question cryptic crossword, with a hint system and an explanation (Youtube video - it appears the channel came before the website).
Definitely worth checking out if you have any interest in cryptic crosswords, which are funnier and more interesting (imho) than standard crosswords.