Is an Intel N100 a better value than a Raspberry Pi?
tl;dr : it depends .

About one year ago, I bought an Intel N100 mini PC (specifically the GMKtec N100 NucBox G3 ) and compared it to the Raspberry Pi 5 8GB .
A year later, and we have a newer $159 16GB version of that mini PC with a slightly-faster Intel N150, and a new 16GB Raspberry Pi 5 .
I re-ran all my benchmarks, and this time compared like
Windows 11 Arm VMs on a Raspberry Pi, with BVM
With the release of a Windows 11 for Arm ISO , it's easier than ever to get an officially-supported install of Windows on many different Arm PCsânow including a Raspberry Pi.
The Windows on R seems like it has run out of steam, as many open source initiatives do, after years of being bludgeoned with support requests being the only way to really get Windows going on a Pi.
But GitHub user (and high-schooler ) Botspot just emailed me his BVM project, short

Progress on Intel and Nvidia GPUs on Raspberry Pi

Nvidia GPUs have been running fine on Arm for a while nowâI just upgraded the System76 Thelio Astra to an RTX 4080 Super and am testing it now.
But Nvidia seems to have a partnership with Ampere, which probably leads to their drivers getting priority support, and likely a few special edge cases in code to work around a couple PCIe quirks on the Altra CPUs. Nvidia also builds their own Arm CPUsâa lot of themâso Arm support is
Project MINI RACK - what have we started??
Today I set up a new DeskPi RackMate 12U model, the T2, and compared it to the other existing models (T0 / 4U and T1 / 8U)... and I have to ask: at what point are these racks not 'mini' anymore?

I posted a short video about the 12U in case you're interested in itâthough many mini homelab enthusiasts have taken to 3D printing the entire rack , or just buying two cheap
NUT on my Pi, so my servers don't die

A few weeks ago, power went out for the first time in my studio space , and that meant all my servers just had power cut with no safe shutdown.
Handling power outages is never a top priority... until it's the only priority! And by then it's usually too late! Luckily for me, no data was lost, and my servers all came back up safely.
This week the power company emailed and said they'd be cutting power for maintenance next week, but they
Benchmarking multiple network interfaces at once in Linux with iperf3
Recently, I've been working on a Pi router build with multiple 2.5 Gbps Ethernet ports using Radxa's Dual 2.5G Router HAT .
I wanted a simple way to check on total network TCP throughput using both interfaces (or really, as many interfaces as possible) to multiple computers on my network, and I noticed iperf3 's --bind option (like --bind [ip address of interface] ) was not splitting the traffic on both interfacesâit would
SiFive's HiFive Premier P550 is a strange, powerful RISC-V board

SiFive's HiFive Premier P550 is a strange board. It's the fastest RISC-V development board I've testedâthough I haven't tested a Milk-V Megrez . It's also Mini DTX , which is an ATX-adjacent standard board size that won't fit in many Mini ITX SFF PC cases, which might be why SiFive and ESWIN are releasing a custom case for it (pictured above, which they sent along with the board for my review
How to Recompile Linux (on a Raspberry Pi)
Because I get the same question on every video where I recompile the Linux kernel on a Pi to work on GPU or other hardware driver support, I finally made a video answering it:
How do you recompile Linux?
In my case, since I mostly rebuild the kernel for the Pi, I rebuild Raspberry Pi's Linux kernel fork instead of 'mainline' linux (the upstream Linux kernel source ).
There are a couple great guides for recompiling Linux on the Pi:
Build Box64 with Box32 for X86 emulation on RISC-V Linux

Recently I've been testing a SiFive HiFive Premier P550 , and as part of that testing, I of course plugged in some AMD GPUs I had laying around.
I'll get to that testing at a later date, but one thing I enjoy in my testing is finding what 3D accelerated games and other applications can be run on alternative architectures. With the great work from Wine and Proton over the years, a great many games run out of the box on Linuxâand they
How to build Ollama to run LLMs on RISC-V Linux
RISC-V is the new entrant into the SBC/low-end desktop space, and as I'm in possession of a HiFive Premier P550 motherboard, I am running it through my usual gauntlet of benchmarksâpartly to see how fast it is, and partly to gauge how far along RISC-V support is in general across a wide swath of Linux software.
From my first tests on the VisionFive 2 back in 2023 to today, RISC-V has seen quite