

Fair enough! The disadvantage is that, as opposed to Dropbox and similar, I have go into a file at the root of the synced folder, rather than keeping that config near to where itcs relevant.
Thanks for the names!
Fair enough! The disadvantage is that, as opposed to Dropbox and similar, I have go into a file at the root of the synced folder, rather than keeping that config near to where itcs relevant.
Thanks for the names!
That’s… a very good idea. I should do that anyway.
Forgejo for projects and syncthing for data is probably perfect, thank you!
I tried with both, but I didn’t figure out how if such an option exists. I did manage to do the opposite (keeping files uploaded but not having them locally), both with and without VFS (with VFS it’s in a context menu in nautilus, without it’s in the desktop app).
it does! I use it to sync my music, but I feel like it’s not the right tool for the job here.
I don’t want to “have the folders connected”, I want to have the ability to sync files easily, while excluding specific folders and files.
I have. It hasn’t worked very well for me, the docs weren’t great (though I’m looking at them now and they do seem better?) and it broke in strange ways.
The URL slug says “meth consumption”. Neat typo!
Is it for sure Microsoft?
Do advertisers maybe require a bit of JS to be run to validate a click? I can’t imagine they’re happy to lose money to completely invalid clicks…
I pronounce it da-eh-mon in my head, it sounds more old-timey than “dee-mon”.
Ahh, that makes sense. Powers of two are real convenient. Your math is a little wrong though: X != (X & 0xFF) + (X >> 8), but X = (X & 0xFF) + (X >> 8) << 8
The right half can be removed entirely if you’re doing modulo 16, since the first 4 bits will always be 0. So it simply becomes X & 15
! Much cleaner for sure.
Would you happen to remember what the optimization was, mathematically?
https://stackoverflow.com/questions/20036698/subdivide-a-modulo-function-16-bit-but-can-only-do-8-bits-at-a-time#20036828 seems to say that it’s “impossible afaik”, and I can’t seem to optimize it myself (though this kind of math isn’t my forte)
Hosted on poast, though, which is defederated from literally everyone decent for a good reason
I’ll stick with AP for now but I’ll keep an eye on it, then.
Nostr is culturally vaguely american, and it’s hard to distinguish the libertarians from the Trumpists there (I’ve seen several posts saying “Trump will be better for Bitcoin”, for example). Libertarians and republicans both sell themselves as “small government”.
“Leftist libertarians” generally call themselves anarchists, in my experience.
I checked out Nostr relatively recently and it seemed to me it was full of cryptobros and extremely right-wing people (libertarians, Trump fanatics. A ton of racism and queerphobia, also a bunch of conspiracy thinking). Has anything changed?
It completely breaks them, currently: https://github.com/TeamNewPipe/NewPipe/issues/11139
This applies to at least NewPipe and yt-dlp, probably basically every such tool. Also, if you use logged-in cookies and download, they sometimes ban your account! Fun!
… which is why youtube has recently started blocking non-logged in users
Who’s the swiss prof?
Also, the reason this is a CVE is because Rust itself guarantees that calling commands doesn’t evaluate shell stuff (but this breaks that guarantee). As far as I know C/C++ makes no such guarantee whatsoever.
It’s to get around a bug on some platforms where the Referer header isn’t set properly. Basically when you click the link in the app (maybe other platforms too idk), it can’t set the Referer, so website statistics can’t know what came from bsky. This was in their changelog. It used to already work correctly on desktop, though.