

I remember when this guy came to power and the allegations of extra-judicial executions as part of his war on drugs. I didn’t realise the ICC had caught up with him.
FLOSS virtualization hacker, occasional brewer
I remember when this guy came to power and the allegations of extra-judicial executions as part of his war on drugs. I didn’t realise the ICC had caught up with him.
VirtIO was originally developed as a device para-virtualization as part of KVM but it is now an OASIS standard: https://docs.oasis-open.org/virtio/virtio/v1.3/virtio-v1.3.html which a number of hypervisors/VMM’s support.
The line between what a hypervisor (like KVM) does and what is delegated to a Virtual Machine Monitor - VMM (like QEMU) is fairly blurry. There is always an additional cost to leaving the hypervisor to the VMM so it tends to be for configuration and lifetime management. However VirtIO is fairly well designed so the bulk of VirtIO data transactions can be processed by a dedicated thread which just gets nudged by the kernel when it needs to do stuff leaving the VM cores to just continue running.
I should add HVF tends to delegate most things to the VMM rather than deal with things in the hypervisor. It makes for a simpler hypervisor interface although not quite as performance tuned as KVM can be for big servers.
No the Apple hypervisor is called hvf, but projects like rust-vmm and QEMU can control and service guests run on that hypervisor. No KVM required.
virtio-gpu with Vulkan pass through for the VM with a Vulkan to Metal translator in host user space. There are various talks about this including at KVM forum: https://kvm-forum.qemu.org/2024/The_many_faces_of_virtio-gpu_F4XtKDi.pdf
Very expensive and still slower than an hard coded ASIC.
Sure if they needed to bypass ads I can introduce them to Free tube or whatever but for all it’s sins they need moderated exposure to the YouTube experience so they’re equipped enough not to go totally wild when they finally have unfettered access.
I thought my youngest was all about watching hour long Minecraft playthroughs but really they are quite interested in game mechanics and speed running. They are just a lot more tolerant of watching hours of videos around a particular game.
I don’t overly police their content consumption (although we do talk about limiting shorts). The main thing is at the weekend to kick them off the TV after the morning to go and do something more interactive.
When we first let the kids watch YouTube it was on the main TV with it’s own account. We have consistently monitored it and actively prune recommendations while slowly introducing them to the concept of “the algorithm”. From secondary school they pretty much need YouTube on their own PC’s for homework reasons and it’s harder to totally lock down - we use the family link controls to limit it a little but if they tried to get around them they could. The hope is we’ve at least prepared them a little before they have totally unfettered access to the internet.
We did try YouTube kids a little but it was such a garbage experience we just blocked the app everywhere.
The article says it only applied to apps requesting certain permissions. I agree I’m an ideal world it would be nice to get f-droid directly from the Play store but at least according to the article the ability to install it isn’t being blocked here.
From the article it sounds like the limitations come for some app types downloaded directly from a browser. I think this doesn’t affect alternate app stores like f-droid where you are effectively delegating approval to their process.
I have come across the other limitations mentioned with the Home Assistant companion app which I could only get matter registration to work with the version downloaded from the Play store.
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.
It sounds like Debian has enough of a community of users and developers who are motivated to keep accessibility alive. I’d rather build on Debian stable than try and build a franken machine. While the bookworm default version of Orca is as old as bookworm it does also have a back port of the latest version.
Trixie is in freeze now so it’s a good time to test and report bugs so the final release can provide as smooth accessibility experience as the last release.
Did Wordpress ever fork our have people just been migrating to alternatives?
I can second the alcohol free beers. The modern ones have excellent taste and hit the refreshing hoppy spot for me and are much better than juice or sodas when it comes to calories. I’m not totally dry, I drink 2-3 units a week, but I’m certainly feeling better for not having alcohol every day.
I’m forever telling my children to pay attention in car parks because they are full of moving cars.
That’s certainly an assertion but even the MP who’s comment they got didn’t go that far. I’m not sure STW are the most neutral party to report this either.
Sure they can designate targets, it’s one of its many roles which also include surveillance. If anywhere is deserving of keeping a close eye on its what’s currently going on in Gaza.
Do we know the RAF are spying for Israel or just keeping a close eye on what’s going on in Gaza? I would suspect Israel has better on the ground intelligence available to it anyway.
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.
Where is the benefit in doing all that compute in space? AIUI radiating all that heat in a vacuum is quite hard.
I think the first proper internet I had was downloading files from FTP servers at university. The first time I had it from home was over a modem to Demon ISP running some cobbled together TCP/IP stack for my Atari Falcon.
It was wild back then, I think even on windows you needed to install an IP stack before you could do anything because Windows didn’t have one but default because why would you?