

Did Wordpress ever fork our have people just been migrating to alternatives?
FLOSS virtualization hacker, occasional brewer
Did Wordpress ever fork our have people just been migrating to alternatives?
Basically you need to hook into decryption engine being used and copy the unencrypted data before it gets sent to the hardware to play. I assume something like Widevine sends the data directly to the system codec for playback so you could look at the syscalls it makes for that.
The other option is to use VirtIO with Native Context support as a software based partitioning scheme that is relatively lightweight compared to the mdev approach.
The kernel on GitHub is just a mirror - the primary source is on kernel.org
Yep I’ve been a happy Antenna Pod user for years. A double tap of my headphones skips 30s forward, triple 10s back and makes skipping past the ads easy.
Is it worth raising an issue with the project? Also enable logging to see if there are any clues as to why a rescan is being done?
Syncthing should have inotify support which allows it to watch for changes rather than polling. Does that help?
How can Google vet an app store without vetting everything it could serve?
Nice. A friend of mine built one with ball bearings: https://youtu.be/40DkJ9vt5CI?si=2TupxpdiZkEg3nVB
What do people expect? Those servers aren’t free to run and they’re is only so much VC money to burn. That said I wouldn’t pay the various subscription levels that are currently being asked for. I pay for API use which is basically pay as you go. It also makes you think “does this task really need the non-free tier to complete?”.
I assume that is too cover the intelligence officers monitoring the Russian milbloggers.
Magic Wormhole - it’s been around awhile but it’s super useful for moving files from your internet connected server to your phone without going through multiple hops copying stuff to you local machine and finding a cable.
That’s how it starts. Before you know it you’ll be buying no-name smart bulbs from Ali Baba and investigating custom firmware for full local only control.
Very binary, much wow.
Quite. Go to the big services that know how to moderate and maintain (and importantly pay for) a public square. But also encourage the interesting ones enable federation for wider coverage.
There are some advantages to algorithms for discovery - it’s certainly is more user friendly. It’s just a shame they tend to enshitify or become toxic. Bluesky seem to offer an API of sorts to plug in feeds you create. Perhaps open algorithms are more accountable?
QEMU is always going to focus on emulation fidelity first and there are few shortcuts. With floating point the differences aren’t generally in the numbers but in how the NaNs and other edge cases are handled. If you want to execute FP heavy code you should be cross compiling anyway.
QEMU absolutely will use hardware floating point where it can but only when it will give the correct results. FEX and Box64 are user mode emulators which achieve their speed by avoiding emulation where they can buy thunking at API boundaries.
They won’t directly support it because in their view the Google Play process is a more secure way of verifying they supplied the binaries than is possible of f-droid. If reproducible builds were possible maybe there could be some mechanism to verify a given binary is built from a given commit of the source tree.
Minecraft bedrock edition. There is a native project called mcpe loader but that does break occasionally because of the way it’s done. The waydroid approach is pretty rock solid.