spike
@spike@discuss.tchncs.de
30 he/him Embedded Software Junior Dev High-Tech Low-Life
Gamer, Beginner Audiophile, Cyberpunk
RPGs, board games, video games, you name it, I play it
Currently rocking kbear ks1's and heavily eq'ed Sony wf-1000xm4's (Best ANC, but sound is lacking in clarity)
- Comment on Is there a way to run old bare metal hardware on LAN for a dedicated computing task like AI? 1 year ago:
Seems like avoiding context switching and all the overhead associated would make a big difference when pretty much everything in cache is critical data.
It’s not. Like the commenter above said: It’s a fraction of the task at hand. Especially when you design the rest of the system to run only if necessary. Context Switches are what? like 50 CPU Cycles? Store Registers, Store TCB, Load other TCB and load other register states jump back to PC. Maybe some other OS Shenanigans, but that’s basically it.
Now Imagine complex calculations on a 25-Dimensional Matrix.
- Comment on Docker + Nextcloud = why is it so difficult? 1 year ago:
I spun this up just today and had no issues whatsoever. Just a bad aftertase because the AIO package creates and manages other containers on the host, I’d love to have more control over those as well. But for the sake of comfortability I’ll just have to accept that. And it truly works out of the box!