btw, I just ran ftq on t420 on 9front. ftq has the option to wire to a
core: I wired to core 2.
This is a full desktop, with rio, wifi stack, and so on.
The results from ftq on 9front are mindboggling. One simple figure of
merit we now develop is "if I had all the machine all the time, how much
You can probably use some flavour of Plan 9 on a Pi Zero variant to do the
authentication stuff, if you're OK with running that on ARM cores attached to a
media processor running a variant of ThreadX. Other similar form factor boards
are available.
You could also run Inferno on a smaller system
On Mon, 10 Feb 2025 at 23:46, sirjofri wrote:
> I especially also thought of some hardware factotum, a usb thumb drive
> which only serves a factotum as a filesystem and can do all the authentication
> and security stuff without ever leaving the device. We'd need to figure out
> how to store the s
Oh yeah, the linux.pdf thing should have been Inferno, too.
"Portability" by emulation seems like cheating, but many Linux midwits
will eat it up and believe "Linux is portable / Linux is simple /
everything is a file" through sheer repetition like how many Americans
seem to believe they're a uniqu
The pi zero has a USB hid gadget mode ( it can be used like a rubber ducky
for bad usb attacks). Not sure if there is a plan 9 driver for that
interface.
On Tue, Feb 11, 2025, 2:21 PM wrote:
> You can probably use some flavour of Plan 9 on a Pi Zero variant to do the
> authentication stuff, if