blayde

u/blayde@lemmy.blahaj.zone
0 posts · 33 comments

Recent posts

No posts.

Recent comments

I fear not even adb is enough. It used to expose backup/restore functionality which allowed for some neat tricks like transferring/modifying shared preferences. So of course now that's gone. Seems like it's only a matter of time before adb requires a host certificate issued by Google

I've used Message Pack in the past with good results. I think it does everything you're looking for. Difference being it has no formal schema declaration or code generation step so there are tradeoffs vs something like flatbuffers

I recently had to play the game where my password manager generated a password with special characters, but they weren't the right special characters. Needed to manually swap each one out with an acceptable replacement

This is a fun take on the joys of creating passwords but I had to cut myself off when it required

::: spoiler spolier today's wordle answer :::

lol

edit: Sorry if spoiler doesn't work - I tried...

It took a lot of work to get PC parts to become interoperable. There's all kinds of special negotiations that happen at boot to discover the state of hardware. There are standard drivers for most peripherals

Mobile devices aren't expected to change hardware so everything is hard-coded into the ROM. No discovery protocols are supported. Standardized drivers make it hard to ship new features or squeeze every last bit of performance so no effort goes into making them