- 2 Posts
- 21 Comments
I just make vaguely blob-shaped seitan, definitely want to give these shaping methods a try! I’ve never really noticed a bitter taste with VWG, what brand do you use?
Libnotify backends are D-Bus services, which isn’t really something you’d want to implement in a shell script. Going by some source code I just found, it looks pretty straightforward to do in Python, so that’s one option.
The easier option would be to use an existing notification daemon that lets you disable the default GUI and specify a script to run as a hook, but I don’t actually know of any like that.
rxxrc@lemmy.mlto Privacy@lemmy.world•New.reddit.com (2018 redesign) is officially gone. How do disable all tracking on new new Reddit?English5·7 months agoAre you aware of Redlib? Self-hostable frontend for Reddit aimed at privacy. I’ve never had a problem with old.reddit but Redlib has a bit of a more modern UI if that’s what you’re after. There are a bunch of public instances if you don’t want to host it.
Otherwise I’m sure you could use uMatrix to disable the tracking (can’t give detailed instructions sorry), but I’d argue hitting Reddit’s domain at all is already less than ideal if you’re trying not to be tracked.
Is there a reason you can’t use the generic CSV format?
Regardless, I have tested and it doesn’t look like those IDs are used during import. Import works perfectly fine with a Zipfile containing an unencrypted JSON file, as formatted by ProtonPass export, with all those base64 strings (
itemId
,itemUuid
,shareId
) removed or blanked out:JSON example
{ "encrypted": false, "userId": "", "vaults": { "": { "name": "test", "description": "", "display": { "color": 0, "icon": 0 }, "items": [ { "data": { "metadata": { "name": "test-login", "note": "" }, "extraFields": [], "type": "login", "content": { "itemEmail": "", "password": "password", "urls": [], "totpUri": "", "passkeys": [], "itemUsername": "username" } }, "state": 1, "aliasEmail": null, "contentFormatVersion": 6, "createTime": 1733128994, "modifyTime": 1733128994, "pinned": false } ] } }, "version": "1.25.0" }
When re-exporting those imported values, they have new IDs even when you include the old IDs from the original export, so they’re obviously not being used. My guess is they’re just some sort of random UUID.
I had never heard of coffee tonic, but I love both coffee and tonic, and it’s rolling into summer here. I am absolutely going to try this!
I’m on Wayland these days, but if you happen to be using X11 this is the homebrew solution I used to use:
xdotool type --delay 50 "$(xclip -o -sel c)"
The
--delay
argument specifies the delay in milliseconds between keystrokes; if you go too low on that it tends to break things.Interested to see what solrize comes up with because this method definitely has drawbacks – no way to interrupt it and if you accidentally paste something large it takes a long time to finish due to the forced delays.
I’ve never really had the need for a Wayland version, but I don’t see why subbing
ydotool
forxdotool
andwl-paste
forxclip
wouldn’t work.
rxxrc@lemmy.mltoLinux 101 stuff. Questions are encouraged, noobs are welcome!@lemmy.world•"moov atom not found" while trying to play a invidious live stream through yt-dlp.English2·8 months agoI’m not sure the
invidious:
protocol supports live streams, it seems like it’s only fetching a single fragment from the HLS stream. What you’re trying works for me using a direct invidious instance URL, e.g.https://inv.nadeko.net/watch?v=cmkAbDUEoyA
.
For fun I did a quick check and based on GEBCO elevation data this looks like about 20m sea rise (I’m guessing exactly – I assume whoever made the image picked a round number).
I could have posted what 2m looks like but at this scale it just looks like current Florida.
rxxrc@lemmy.mlto Linux@lemmy.ml•PSA: Remember to also check hidden directories you don't even know about for waste of space8·8 months agoshopt -s dotglob
will make*
include .dotfiles.
rxxrc@lemmy.mlto Technology@lemmy.world•Here’s the paper no one read before declaring the demise of modern cryptographyEnglish8·9 months agoThat’s just a one-time pad with extra steps.
rxxrc@lemmy.mlto [Migrated, see pinned post] Casual Conversation @lemm.ee•Reading a fiction book that's largely about the swift collapse of the Roman Empire. It's kinda freaking me out.English4·9 months agoAustralia’s about as sparsely populated …
Sorry what? Australia’s population density is is 3.6/km², the US’s is 33.6/km², almost 10 times higher. Even if you fudge it by treating the swathes of uninhabited desert as an outlier and ignoring them, you’re still dealing with a raw number of people lower than the population of Texas.
Are we really so far down the “obligatory memetic envelope because apparently just stating opinions isn’t socially acceptable any more” slope that we’ve dropped past “can’t stop thinking about x lmao” and on to “i was talking to my sister and, get this, i said x”?
I guessed the same, but according to Wikipedia:
The name wallaby comes from Dharug walabi or waliba.
I’m not sure how modern anglicisation works but I assume what’s given there is considered the most accurate spelling of the indigenous word. So “wallaby” isn’t too far off.
rxxrc@lemmy.mlto [Migrated, see pinned post] Casual Conversation @lemm.ee•Experiences with bloated websites?English4·11 months agoThis is honestly quite mild by website bloat standards. If that’s really the entirety of their Javascript it’s already way smaller than e.g. Medium or what this blog post considers “slightly bloated”. The fact that it’s in one file in 13 lines is also very standard. It makes no difference to the parser whether there are newlines or not, and removing them will in fact be saving bytes.
I’m guessing the performance issues with the site are more to do with how it’s coded. If it’s really bad for what sounds like a simple use case it might even be a cryptominer or something. A lot of those “random utility as a service” sites are.
rxxrc@lemmy.mlOPto Technology@lemmy.world•Major IT outage affecting banks, airlines, media outlets across the worldEnglish741·1 year agoI don’t think that’s what’s happening here. As far as I know it’s an issue with a driver installed on the computers, not with anything trying to reach out to an external server. If that were the case you’d expect it to fail to boot any time you don’t have an Internet connection.
Windows is bad but it’s not that bad yet.
rxxrc@lemmy.mlOPto Technology@lemmy.world•Major IT outage affecting banks, airlines, media outlets across the worldEnglish78·1 year agoLooks like the laptops are able to be recovered with a bit of finagling, so fortunately they haven’t bricked everything.
And yeah staged updates or even just… some testing? Not sure how this one slipped through.
rxxrc@lemmy.mlto World News@lemmy.ml•Australian teen sentenced to 3 years in juvenile detention for nation's first school shooting2·1 year agoafter calling Australia’s emergency line 001
So close.
That’s fantastic, thank you! It works perfectly.