

This affects the view of posts via the bluesky servers, but not via mirrors or other servers
And the use of content addressing means you can be sure it hasn’t been modified
Cryptography nerd
Fediverse accounts;
Natanael@slrpnk.net (main)
Natanael@infosec.pub
Natanael@lemmy.zip
@Natanael_L@mastodon.social
Bluesky: natanael.bsky.social
This affects the view of posts via the bluesky servers, but not via mirrors or other servers
And the use of content addressing means you can be sure it hasn’t been modified
Several Android manufacturers have their own settings in the OS for battery longevity (automatic schedule based smart charging, or charging limits)
Don’t think it’s native in Android. Charging limits need support in the charging controller chip, plus driver support in the OS.
I use my backup headphones when my Bluetooth headset has run out of battery
Or make a rule that bosses have to try out everything they suggest for others first, let them Darwin award themselves instead of others
Wireguard is most reliable in terms of security. For censorship resistance, it’s all about tunneling it in a way that looks indistinguishable from normal traffic
Domain or IP doesn’t make much of a difference. If somebody can block one they can block the other. The trick is not getting flagged. Domain does make it easier to administer though with stuff like dyndns, but then you also need to make sure eSNI is available (especially if it’s on hosting) and that you’re using encrypted DNS lookups
Telegram has been under fire from the start, lol. 'we have math PhDs" 🤷
There’s also a big difference between published specifications and threat models for the encryption which professionals can investigate in the code delivered to users, versus no published security information at all with pure reverse engineering as the only option
Apple at least has public specifications. Experts can dig into it and compare against the specs, which is far easier than digging into that kind of code blindly. The spec describes what it does when and why, so you don’t have to figure that out through reverse engineering, instead you can focus on looking for discrepancies
Proper open source with deterministic builds would be even better, but we aren’t getting that out of Apple. Specs is the next best thing.
BTW, plugging our cryptography community: !crypto@infosec.pub
I did pay attention, and I saw noone serious think that would be legal to do
The biggest errors was not pushing harder against his first campaign, not pushing harder during the impeachments, letting Jan 6 go without another impeachment, and not calling out the billionaires helping his campaign with the intent to dismantle agencies that protect people, etc.
The SCOTUS appointments were big issues but due to the timing meaning they happened when dems lacked majorities there wasn’t much to do about them. Getting Trump out of the office is the only fix.
Only exception would’ve been SCOTUS reform immediately after Biden’s election when he had a majority, but the problem there is he couldn’t get enough votes for it
How were they supposed to override the “turtle” though? Sure they should’ve fought harder, but what legal options were there?
Looks like the same dev from reddit
https://www.reddit.com/r/crypto/comments/1iumxl3/how_far_can_i_push_closesource_code_towards_being/
You’re missing important factors like Trump getting help from SCOTUS and agency heads bowing down to him. Biden would never have been allowed to do a fraction of this because none of it would’ve reached the enforcement stage
It’s sliced along the center, rotating the axis of slice 360 degrees as it goes along the circle, cutting it in two halves which interlock
Ah yes, the classical “only their actions matters” response that all racists use
Don’t worry, they’re still abusing minorities in their own territory
… But not for Uyghurs
I was going to post the whitespace programming language but this wins
Malbolge
Depends on where the exact cause is. Sometimes it’s fixable in another layer (like a compatibility patch in wayland) if all the data is still there, but it really should be fixed in the driver
It’s usually a driver issue as in limited support for your specific graphics card, where some features are implemented differently from other models and not covered in full by the open source drivers
This is an issue with translating the graphics buffer to the screen, it’s a driver issue. There’s differences in the graphics APIs used by older and newer games, sometimes not every version is tested for a given driver / graphics card combination, so stuff like older OpenGL games might not work the same as a newer one running on Vulkan (or which Proton can translate to Vulkan)
[Windows subsystem] for [executable environment] is the naming scheme. The default is Win32, there’s one for POSIX (practically never used), and Linux runs in another.
https://stackoverflow.com/a/41409419