This is phenomenal. All the eggs I could find are: the spool, pipe, cat, thread (on the far left), shell, boot and fork. Are there any others, not including the characters on the cape and the words on the bags/jars?
- the reaper in the background may represent the duty of PID 1, which must reap dead processes. He stands between the workshop (user space?) and the rest of the kingdom & streams (kernel space?)
- The strand from his hat appears to have initials on it: DMR (Dennis MacAlistair Ritchie), KT (Ken Thompson), BWK (Brian Wilson Kernighan)
- SCM branches appear to rise from the ting
- B has a "chip" in it
- The "diff" vessel seems to have a special purpose -- not sure if that's intentional.
You pay for both the material it's printed on and the quality of the print. But mostly the material.
A 3-foot tall poster can be over $500 if you get top-notch quality and put it behind nice glass and a nice custom frame.
It's hard to tell how large the photo is here, but $80 isn't surprising at all if the material mentioned (Al Dibond) really is nice. I'm not familiar with it.
If you just want the poster on normal poster paper, I'm confident you could find a print shop to do it for $25.
An A3 (11-3/4" x 16-1/2") poster here in Ireland starts at around 7 euro ($7.50). 80 euros is presumably for the aluminium dibond print - which sounds like an extreme quality print material, and those gets expensive fast. An A3 on that starts at about 50 euro (and it sounds like the author got an A2 - twice the size of an A3.)
Bay Photo (https://www.bayphoto.com/) is where I go for sizes larger than I can print on my own. They've never let me down, and while their prices are significant for larger formats, they're not out of line with what I've seen from other shops. Good, fast shipping, too.
They do print on aluminum, similar to the described style - it's definitely not "dibond" in that there's no backing aluminum layer and by default (at least) no foamcore backing, but I've honestly never felt the lack. That said, when I hang prints, I hang them framed, so maybe it's a treatment designed for display on its own; when I do get aluminum prints from Bay Photo, they're generally one-offs of signs or other oddball stuff, so I don't really worry about fine-art presentation on those.
I have a copy of that poster in good condition as well as at least one related one (Unix wars), but am too lazy to dig it out so I'll go from memory.
There are tees in the pipes and I think the trap and valve was significant. I think the bucket is catching a (memory) leak. Is the guy outside using a reaper? That's not just a spool, but a /usr/spool. There was some talk that the castle represented a domain. And of course the big c shell cauldron.
No, it had BSD, ATT, and OSF on it. And I remember someone fishing in a stream with a net. It was also a Unitech poster in a similar style to the OP one.
Actually I stand corrected, it was Unix Feuds and there was also a UniX Views, another comment here posted pictures of both. I might actually have all three.
"
The oregano is reputedly referring to an incident in which one of the original folks involved with BSD was hassled for coming across the Canadian/U.S. border with a bag of what was assumed to be an illegal substance, and turned out to be oregano.
"
> Also, what's "Oregano" in this context? Seems out of place if it's just the herb/spice.
This is answered in the second paragraph of the linked post...
> The oregano is reputedly referring to an incident in which one of the
> original folks involved with BSD was hassled for coming across the
> Canadian/U.S. border with a bag of what was assumed to be an illegal
> substance, and turned out to be oregano.
I'll be that guy: this is smacks of old school gatekeeping and exclusivity. WizardChan to the core. I think *nix has evolved since to be more inclusive and less of the "oh sage on the mountain please doth listen to my concerns" ego trip. Go on, vote me down, but I want to promote a new image that reflects the community of open source and sharing knowledge, and moves away from the "lone genius in a lab who knows all" fantasy.
- A wizard (which is a reference to a highly knowledgeable UNIX expert)
- the cauldron the wizard is using is in the shape of a seashell, and there are shells on the wizard's hat (on UNIX the shell is a textual interface between the user and the operating system)
- the wizard's hat has the word "su" on it ("su" is the "superuser" command used to "become" a "superuser", ie. the most powerful user on a UNIX system, where one can perform administrative tasks that ordinary users are not capable of doing)
- the wizard's robe contains: ">" and "<", which are symbols used for input and output redirection, "%" and "$" which are sometimes used in shell prompts and "$" is used in regular expressions to indicate the end of the line, "*" is another character used in regular expressions to mean "zero or more of the previous character" and used in the shell for "globbing" (as a "wildcard" for specifying a variable or "anything goes" part of a filename), "!" is used in shell history commands to reference previous commands
- there are containers at the bottom of the picture with the words: "diff" - a utility used to show difference between various texts, "tar" - a utility for creating, listing, and extracting archives, "null" - a reference to /dev/null, a "device" file that outputs the end of file when read and which discards any output sent to it, "troff" is a text formatting utility sometimes used for formatting documentation, "awk" is a language used for text manipulation, "C" is the main programming language used on UNIX, and "B" is a language that "C" descended from, "UUCP" - a once common but now obsolete file transfer utility
- there is a scroll with the words "shell script" on it, which refers to a program containing shell commands
- in the background there are pouches with the words: "spawn", which refers to creating a new process, what looks like "JFO" (not sure what this is), and "nroff" - another text formatting utility, "root" (the default name of the "superuser" account)
- there's a shelf with books bearing these titles: "Daemons" (which are background processes, usually used as "servers" on a unix system, which perform some function indefinitely, contrasting with regular applications which are more one-off processes that usually perform one function and exit), "Who am I" - a reference to the "whoami" utility that will tell you your user id, "traps" - the "trap" utility can be used to respond to signals, which are one way to perform inter-process communication on UNIX, usually used to indicate exceptional events, "Spells" - a word in keeping with the wizard theme, but I don't know if there's anything specific in UNIX that would be considerd a "spell" per se, "Curses" - a graphics library
- there is a container on the shelf with the word "pwd", which is a shell command used to tell you what the current directory is
- there is a box on the shelf with the word "mbox", which is a type of mail file on UNIX, and this box with the word "mbox" contains scrolls, which could be mail messages
- there is a black cat, which is also in keeping with the wizard theme, but I'm not sure whether it corresponds to anything specific in UNIX either (update: of course it's a reference to one of the most common and well-known commands on UNIX: "cat", which is used to output the contents of a file... don't know how I missed one of the most obvious symbols in the whole picture!)
- there is a black boot leaning against the wall. To "boot" a user off a UNIX system is to term...
The middle initials threw me off. Maybe if I'd just concentrated on "DR" and "BK" (or just took a quick peek at the UNIX article on Wikipedia) I might have got it...
Ken Thompson is also the one I am most familiar with and most in awe of, of this group, so that's why I could readily recognize his initials.
>("su" is the "superuser" command used to "become" a "superuser", ie. the most powerful user on a UNIX system, where one can perform administrative tasks that ordinary users are not capable of doing)
su is "substitute user," but it defaults to substituting the root user.
Still puzzled about the liquid, the hook, the diff jar lid with a ring, the two-colored PCB track-like shapes the cauldron is producing and whether "ke" is make.
Seriously , that is the coolest thing ever don't feel bad it was worth it. That picture is friggen epic and I think everyone here wants one...number one on hacker news pretty much sais that!
Has anyone fixated on the design of the Wizard's hat? Although it lacks the degree of floppiness I'd expect of a truly magnificent Wizard's hat, it makes up for it with a long ribbon at the end which you could probably swirl around your head quite magnificently.
I suppose the hat helps keep his hair out of his face and the ribbon is there to remind him not to tilt his head too much into the shell? Or perhaps the ribbon is made of a reactive material which serves as a canary?
Sorry, I should have explained and linked in the first place. It was a poster from Mt Xinu in the mid '80s, showing a space fighter labelled ‘4.2BSD’ flying away from an exploding AT&T ‘Death Star’ logo. The best copy I've seen online is https://raw.githubusercontent.com/ashaferian/Drive/master/Mt...
At the bottom of the article (I think added later but not sure) there is a part about being able to get signed originals. It looks like they are (as of right now) still available as that part is yet to be stricken trough.
The title "UNIX MAGIC" is arguably on a banner(1).
The wall(1) visible through the window. (On NetBSD there was also a window(1) utility.)
The peak visible through the window in the distance could be mount(1) ________.
And of course, there is a man(1) visible through the window.
The prominent display of the wizard's fingers, as in finger(1), in the foreground is probably intentional.
Having so many things hanging is probably not a coincidence.
Nor is the fact that the shell has an overflow.
The streams flowing from the tubes and from a head(1).
The object in the tar bucket appears to be composed of segments.
Arguably awk is written on what appears to be a block, as in badblocks(1).
The ring on top(1) of diff with the string/line, as in strings(1), must have some significance.
From the wizard's hat hangs something with various initials, maybe a tape, a tail(1) or a strip(1).
Perhaps the crack in "B" is supposed to mean something.
Also, there must be some significance to the question mark/ankh shaped hook on the stirrer in the shell. Maybe a it is a broken link(1).
This just shows another great thing about UNIX. They took names from common things. None of the silly names we see today, especially the ones people choose for "tech" companies.
The artist should have had the wizard pouring some buffer solution. Then the overflow would be even better.
Well, when everything is a single word representing either an integer or a memory address, things like char, short int, int, long, and long long don’t make much sense. The flip side is: types allow things like structs and more.
The Unix Magic Poster is great geek lore, for sure -- but I want to thank the OP / author for sharing a link to https://www.whitewall.com/uk/metal-prints/dibond-printing
which seems like a pretty great way to print and display a picture.
Love these posters -- the one referenced in the article, and the other (UNIX feuds) noted in the comments. At one time I had both - lost one on a plane, and lost the other in a move. So rich in meaning, as others are noting.
124 comments
[ 3.5 ms ] story [ 206 ms ] threadI’m assuming the boot is fit something, not sure what though.
some pipes have tee's
- The "shell process" (visual pun! I love it) is "outputting to null"
- The hat ribbon has the initials "dmr," "kt," and "bwk" - presumably Dennis M. Ritchie, Ken Thompson, and Brian W. Kernighan
Any others?
- daemons
- whoami
- traps
- curses
- pwd
- inbox
bags hanging underneath them:
- spawn
- nroff
- dates
- root
a log against the fireplace wall which says "login",
with potion-like bottles saying "uucp"
and the biggest bottle of potion is named "C" (of course),
while an old broken bottle lies on the ground called "B" (of course)
Symbols on the wizard's clothes are all unix symbols:
- $ (default PS1)
- * (glob)
- % (substring)
- > and < (pipe redirection)
Now to the bottom (right to left):
- A jar called "troff"
- A spool called "usr"
- Container called "awk"
- A jar of "oregano"
- Cursive writing on a parchment paper, "shell script"
- A small cup of "tar"
- Another bottle called "diff"
Update: Ah, you said excluding the words! I guess I was too excited to write down what I saw :P
Double entendre or meta?
- The strand from his hat appears to have initials on it: DMR (Dennis MacAlistair Ritchie), KT (Ken Thompson), BWK (Brian Wilson Kernighan)
- SCM branches appear to rise from the ting
- B has a "chip" in it
- The "diff" vessel seems to have a special purpose -- not sure if that's intentional.
(had - one is now in the possession of my adult son)
I see that the .tiff is available, and I'm down to take it to my local print shop, but only if the total print cost is about $20-$30
A 3-foot tall poster can be over $500 if you get top-notch quality and put it behind nice glass and a nice custom frame.
It's hard to tell how large the photo is here, but $80 isn't surprising at all if the material mentioned (Al Dibond) really is nice. I'm not familiar with it.
If you just want the poster on normal poster paper, I'm confident you could find a print shop to do it for $25.
Edit: I checked groupon.de and found a 40x60cm (near DIN A2) aluminium dibond print for 19€ + 7€ shipping ( https://www.groupon.de/deals/lieblingsfoto-73 )
They do print on aluminum, similar to the described style - it's definitely not "dibond" in that there's no backing aluminum layer and by default (at least) no foamcore backing, but I've honestly never felt the lack. That said, when I hang prints, I hang them framed, so maybe it's a treatment designed for display on its own; when I do get aluminum prints from Bay Photo, they're generally one-offs of signs or other oddball stuff, so I don't really worry about fine-art presentation on those.
There are tees in the pipes and I think the trap and valve was significant. I think the bucket is catching a (memory) leak. Is the guy outside using a reaper? That's not just a spool, but a /usr/spool. There was some talk that the castle represented a domain. And of course the big c shell cauldron.
https://ia601002.us.archive.org/3/items/Mt_Xinu_Mach_386_920...
http://catb.org/jargon/html/D/Death-Star.html
Actually I stand corrected, it was Unix Feuds and there was also a UniX Views, another comment here posted pictures of both. I might actually have all three.
Same resolution, lower quality / smaller (smooshed with pngquant): https://github.com/tyingq/unix-magic-poster/raw/main/ump2.pn...
Also, what's "Oregano" in this context? Seems out of place if it's just the herb/spice.
This is answered in the second paragraph of the linked post...
https://archive.org/details/unix-magic-poster-gary-overcare-...
- A wizard (which is a reference to a highly knowledgeable UNIX expert)
- the cauldron the wizard is using is in the shape of a seashell, and there are shells on the wizard's hat (on UNIX the shell is a textual interface between the user and the operating system)
- the wizard's hat has the word "su" on it ("su" is the "superuser" command used to "become" a "superuser", ie. the most powerful user on a UNIX system, where one can perform administrative tasks that ordinary users are not capable of doing)
- the wizard's robe contains: ">" and "<", which are symbols used for input and output redirection, "%" and "$" which are sometimes used in shell prompts and "$" is used in regular expressions to indicate the end of the line, "*" is another character used in regular expressions to mean "zero or more of the previous character" and used in the shell for "globbing" (as a "wildcard" for specifying a variable or "anything goes" part of a filename), "!" is used in shell history commands to reference previous commands
- there are containers at the bottom of the picture with the words: "diff" - a utility used to show difference between various texts, "tar" - a utility for creating, listing, and extracting archives, "null" - a reference to /dev/null, a "device" file that outputs the end of file when read and which discards any output sent to it, "troff" is a text formatting utility sometimes used for formatting documentation, "awk" is a language used for text manipulation, "C" is the main programming language used on UNIX, and "B" is a language that "C" descended from, "UUCP" - a once common but now obsolete file transfer utility
- there is a scroll with the words "shell script" on it, which refers to a program containing shell commands
- in the background there are pouches with the words: "spawn", which refers to creating a new process, what looks like "JFO" (not sure what this is), and "nroff" - another text formatting utility, "root" (the default name of the "superuser" account)
- there's a shelf with books bearing these titles: "Daemons" (which are background processes, usually used as "servers" on a unix system, which perform some function indefinitely, contrasting with regular applications which are more one-off processes that usually perform one function and exit), "Who am I" - a reference to the "whoami" utility that will tell you your user id, "traps" - the "trap" utility can be used to respond to signals, which are one way to perform inter-process communication on UNIX, usually used to indicate exceptional events, "Spells" - a word in keeping with the wizard theme, but I don't know if there's anything specific in UNIX that would be considerd a "spell" per se, "Curses" - a graphics library
- there is a container on the shelf with the word "pwd", which is a shell command used to tell you what the current directory is
- there is a box on the shelf with the word "mbox", which is a type of mail file on UNIX, and this box with the word "mbox" contains scrolls, which could be mail messages
- there is a black cat, which is also in keeping with the wizard theme, but I'm not sure whether it corresponds to anything specific in UNIX either (update: of course it's a reference to one of the most common and well-known commands on UNIX: "cat", which is used to output the contents of a file... don't know how I missed one of the most obvious symbols in the whole picture!)
- there is a black boot leaning against the wall. To "boot" a user off a UNIX system is to term...
"cat" is a common command in Unix, it concatenates files (and if you give it one pathname, it displays the file).
Don't know how I missed that one...
Nitpick: a daemon can do a lot of things besides responding to requests, so I wouldn't say it's usually used as a server.
I am surprised though you did not recognize DMR (Dennis M. Ritchie) and BWK (Brian W. Kerighan). :-)
Ken Thompson is also the one I am most familiar with and most in awe of, of this group, so that's why I could readily recognize his initials.
su is "substitute user," but it defaults to substituting the root user.
Still puzzled about the liquid, the hook, the diff jar lid with a ring, the two-colored PCB track-like shapes the cauldron is producing and whether "ke" is make.
I suppose the hat helps keep his hair out of his face and the ribbon is there to remind him not to tilt his head too much into the shell? Or perhaps the ribbon is made of a reactive material which serves as a canary?
Edit: looks like Unitech Software actually holds the copyright
Does Unitech still exist?
Sometimes the original artist retains rights as well.
The title "UNIX MAGIC" is arguably on a banner(1).
The wall(1) visible through the window. (On NetBSD there was also a window(1) utility.)
The peak visible through the window in the distance could be mount(1) ________.
And of course, there is a man(1) visible through the window.
The prominent display of the wizard's fingers, as in finger(1), in the foreground is probably intentional.
Having so many things hanging is probably not a coincidence.
Nor is the fact that the shell has an overflow.
The streams flowing from the tubes and from a head(1).
The object in the tar bucket appears to be composed of segments.
Arguably awk is written on what appears to be a block, as in badblocks(1).
The ring on top(1) of diff with the string/line, as in strings(1), must have some significance.
From the wizard's hat hangs something with various initials, maybe a tape, a tail(1) or a strip(1).
Perhaps the crack in "B" is supposed to mean something.
Also, there must be some significance to the question mark/ankh shaped hook on the stirrer in the shell. Maybe a it is a broken link(1).
This just shows another great thing about UNIX. They took names from common things. None of the silly names we see today, especially the ones people choose for "tech" companies.
The artist should have had the wizard pouring some buffer solution. Then the overflow would be even better.
The "lid" on the oregano, whether intentional or not, is a nice touch. https://www.etymonline.com/word/lid
B was the _flawed_ predecessor to C. Wikipedia alleges a lack of types was the main issue that consequently drove C's invention.
https://en.wikipedia.org/wiki/B_(programming_language)
Hah, why is the cat(1)'s tail(1) missing from the drawing? Talk about missed oppertunity!