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?
FLOSS virtualization hacker, occasional brewer
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?
Nice. A friend of mine built one with ball bearings: https://youtu.be/40DkJ9vt5CI?si=2TupxpdiZkEg3nVB
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.
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.
Other way around. Loyalty cards have always been about getting that sweet sweet data about customer habits.
Btrfs never really worked out for me (I think default COW doesn’t play nice with VM images) and ext4 works great.
Pretty much. From v8.0 onwards all the extra features are indicated by id flags. Stuff that is relevant to kernel mode will generally be automatically handled by the kernel patching itself on booting up and in user space some libraries will select appropriately accelerated functions when the ISA extensions are probed. There are a bunch off advisory instructions encoded in the hint space that will be effectively NOPs on older hardware but will enhance execution if run on newer hardware.
If you want to play with newer instructions have a look at QEMUs “max” CPU.
Virt-manager isn’t super scriptable but the underlying libvirt can be controlled by virsh which is a shell interface to libvirt. You can use both at the same time, e.g. start and stop via virsh and access to gui container via virt-manager/virt-viewer.
I write assembly for test cases and early setup code. I read far more assembly than I write.
It’s called vrms (virtual RMS) and Debian at least packages it.
Why do the $20 subscription when the API pricing is much cheaper, especially if you are trying different models out. I’m currently playing about with Gemini and that’s free (albeit rate limited).
I wrote a bit of BASIC on my Spectrum but there was a reason they had keyword shortcuts on that keyboard. It wasn’t until I got my Dragon 32 which had I proper keyboard that I really got into coding.
My dad failed his 11+ so was sent to a technical school so he actually learnt how to lay a row of bricks or how to beat out lead flashing. He did end up doing a PhD in Physics but I suspect his early school years explain why he’s always been much more practical than me. My wife was a stage tech during uni so I’ll happily defer to her for joinery. I can just about solder a copper pipe or big pads on a PCB.
SystemReady is already a thing. When it becomes mandatory for design wins hopefully it will become more common place.
So this is like extending mastodon replies into your blog post, but with more syndication options?