Deebster

joined 2 years ago
[–] Deebster@programming.dev 34 points 7 hours ago

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.

[–] Deebster@programming.dev 7 points 1 week ago (1 children)

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).

[–] Deebster@programming.dev 25 points 2 weeks ago (2 children)

Dickbutt? Getting /r/HighQualityGifs/ vibes

[–] Deebster@programming.dev 8 points 2 weeks ago (4 children)

btw, you wanted cue not queue, as in cue cards, that's my cue, cue the music.

[–] Deebster@programming.dev 19 points 2 weeks ago (1 children)

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.

[–] Deebster@programming.dev 2 points 2 weeks ago

Thanks, I knew I'd seen it before somewhere.

[–] Deebster@programming.dev 3 points 2 weeks ago (2 children)

Nothing dates it more than the reference to Boing Boing.

[–] Deebster@programming.dev 3 points 2 weeks ago

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?

[–] Deebster@programming.dev 1 points 3 weeks ago (1 children)

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.

[–] Deebster@programming.dev 4 points 3 weeks ago (3 children)

From the Lemmy docs:

  • Active (default): Calculates a rank based on the score and time of the latest comment, with decay over time
  • Hot: Like active, but uses time when the post was published

My default is set to

  • Scaled: Like hot, but gives a boost to less active communities

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.

[–] Deebster@programming.dev 17 points 3 weeks ago* (last edited 3 weeks ago) (5 children)

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.

[–] Deebster@programming.dev 7 points 3 weeks ago* (last edited 3 weeks ago) (1 children)
 

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.

230
submitted 4 months ago* (last edited 4 months ago) by Deebster@programming.dev to c/xkcd@lemmy.world
 

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/

explainxkcd for #3040

 

Let’s discuss tasks, contestants and the show in general.

Spoilers ahead.

104
Animal Far (programming.dev)
submitted 6 months ago* (last edited 6 months ago) by Deebster@programming.dev to c/memes@feddit.uk
 
 

Let’s discuss tasks, contestants and the show in general.

Spoilers ahead.

 

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 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.

 

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.

 

Let’s discuss tasks, contestants and the show in general.

Spoilers ahead.

 

Let’s discuss tasks, contestants and the show in general.

Spoilers ahead.

 

Let’s discuss tasks, contestants and the show in general.

Spoilers ahead.

30
Bacon v3 released (dystroy.org)
submitted 7 months ago* (last edited 7 months ago) by Deebster@programming.dev to c/rust@programming.dev
 

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.

v3.0.0 release notes

 

Getting later and later at posting these!

Let’s discuss tasks, contestants and the show in general.

Spoilers ahead.

view more: next ›