Deebster

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

I have fingerprint biometrics protecting my phone's lock screen and the vault itself - I feel this is the biggest weakness in my security, both from weaker legal protections (there are situations where you cannot be compelled to give your password but your fingerprints aren't protected) and the fact that my phone has my fingerprints all over it.

My desktop just has a numeric PIN on the lock screen since you also need to enter the Bitwarden master password (and you need to be in my house to get the chance to type it in).

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

We know this as the Caravan Game.

Anal Buccaneer
Anal Xplore
Anal Freedom
Anal Cavalier

[–] Deebster@programming.dev 1 points 1 month ago

I'm pretty sure you wouldn't be able to get a custom number plate of that star's name.

[–] Deebster@programming.dev 14 points 1 month ago (1 children)

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.

[–] Deebster@programming.dev 13 points 1 month ago (1 children)

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.

[–] Deebster@programming.dev 3 points 1 month ago

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.

[–] Deebster@programming.dev 5 points 2 months ago* (last edited 2 months ago)

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

[–] Deebster@programming.dev 72 points 2 months ago (1 children)

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 2 months 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 months ago (2 children)

Dickbutt? Getting /r/HighQualityGifs/ vibes

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

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

 

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.

218
submitted 6 months ago* (last edited 6 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.

101
Animal Far (infosec.pub)
submitted 8 months ago* (last edited 8 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 9 months ago* (last edited 9 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 ›