HN user

skwiddor

128 karma
Posts0
Comments103
View on HN
No posts found.

Does plan9 support 15 different archs with all of their quirks and subarchitectures? no. only 11

WiFi stack? yes, and bluetooth

Support for different power modes? yes, I think so, can't say I've ever used it. does "echo blank > /dev/vgactl" count?

Framebuffers? no, it is a 21st century os

Kernel probes, high resolution timers, extended inbuilt security APIs? yes

all in 13 syscalls

> If anything, a microkernel is always more bloated because of the extra code needed to do all the process sync.

there are more than two types.

We have fretted recently because the plan9 kernel is struggling to fit on a floppy disk when loaded up as an installer with most things turned on.

The whole of plan9, kernel, userspace, 386 binaries & sources for 6 architectures fit into 200Mb uncompressed (and the whole shooting match compiles in 15 minutes).

Linux is a re-implementation of an OS that was already considered dead by it's maintainers.

"Not only is UNIX dead, it's starting to smell really bad." Rob Pike circa 1991.

see also "Sometimes when you fill a vacuum, it still sucks."

I wouldn't use Fuse as your benchmark. All of plan9's filesystems are userspace (except the one that uses a dedicated machine). They can saturate 10gbe so your objections really concern Fuse and it's hosts.

Only if you buy into it.

We were on Windows 2000 until this year finally moving to XP for multi-media compatibilty (specifically Flash) reasons.

I've been around since dos3.3, looking forward to upgrades went out of the window a long time ago :)

The only interesting hardware innovation in recent times has been an interest in reduced power consumption / back to passive cooling.

Then again, I'm a guy with a 486 upgraded to P54C with 32Mb RAM as my email server.

Did you read to the bottom? They wanted to generate not only valid output from valid makefiles but wanted to catch the same errors in the same way as their reference.

I like their approach and I would consider it an excellent bug hunting tool. Focussed fuzzing.

Would you consider their markov chained output a derivative work though ?

my friend works digitising film stock.

He told me that a Portuguese tv station is deteriorating and the fumes it gives off spreads the process to the other film stock and even if they had all the 35mm film digitisers in the world running 24/7 they would still lose a significant portion so they are having to make some tough decisions about what to save.

oh and it was Bell-Labs that invented pixels.

I copy the data arenas to another machine and when they are full (500mb per arena) I burn them to cd.

I us this script to copy the arenas

http://plan9.bell-labs.com/sources/contrib/maht/rc/vbackup

It's slightly sloppy in that I could just append the unwritten bytes but for < 500mb who cares, its a 1gbe after all.

Venti dumps give me a full history of file changes. On the plan9 central server one can browse the daily snapshots for 10+ years of plan9 development. It also coalesces duplicate blocks so storing 20 copies takes as much room as one.

Venti is available for plan9 and Lunix.

i accidentally wiped $home this week, then :

    cp `{yesterday $home}/* $home
got it all back