grenzland.club is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
A question for you kind folk: What would be the best filesystem to use on a partition to be shared by NetBSD and Gentoo?
I'm planning to set up a dual boot system to sort of A/B test them to see which works best for me for different things, and I'd like a data partition that they can both use.
My guess is that I will end up with at least one computer running each of these (where I am currently running Debian on everything).
Strategic mistake: I assumed pihole had a bsd-compatible package. It doesn't. Now I have a working netbsd system on my ad blocking system, but no actual ad blocker.
Right now trying to see if I can get containers to work on netbsd
Or I just switch to some other software.
Although pihole is at least convenient.
#netbsd #unix
I just lost my job today, so here we go..
I'm a ~30 years Sysadmin/DevOps/Server Shepard/Graybeard whatever its called now UNIX nerd.
Looking for work doing UNIX'y stuff. I mostly do automation, and have avoided working with AI and Kubernetes (though I have a bit of k8s experience at two jobs, I just prefer "the old way")
Chef, Puppet, Cfengine, Ansible, Shell scripts, etc.
I've built Linux distributions, and automation tools. Having worked at Redhat, TurboLinux, Penguin Computing, Salesforce, and Chef.
Built and maintained monitoring systems, checks, and lived the on-call life.
Built and managed CI systems, and Pipelines.
I've written and maintained software in Ruby, Python, and Shell. I've dabbled in just about every other programming language you'll find on a UNIX system.
I have spent a lot of time with *BSD, Solaris, IRIX, and Linux, and to a lesser extent HPUX, and AIX.
If its sysadmin work on a UNIX, I've likely done it.
Please don’t be shocked, but I’ve been reading old #UNIX Review magazines on Archive.org, as one does. I’ve been finding a number of interesting artifacts throughout. This June 1984 ad by Cadmus Computer Systems listed a #USENET address: !wivax!cadmus.
This is a UUCP bang path, for the kids who don’t know. The ! separates relay hops, it’s a literal routing instruction. Get to the backbone, reach wivax, forward to cadmus.
No DNS.
Machines screamed at each other to swap data.
Here’s an ad for cross-compilers and assemblers for UNIX environments.
My favorite detail here is this brag: “Over the past 3 years, we’ve built over 1MB of working code.” Cross-compilers, assemblers, simulators, and debuggers targeting six architectures across a dozen hosts. This code was dense.
The 80’s #UNIX wars were a wild time.
It’s also very fun to read the articles from the time and see what they were predicting for the future. “UNIX for the masses” was a popular topic.
This is an original ad for a #UNIX computer company.
No AI art here! You can see the artist’s signature over the dragon’s wing.
Editor: quick! I need art to accompany the article on internationalization of #UNIX for our Dec 1985 issue!
Illustrator on shrooms: say no more.
Boss: I need art for an article on #UNIX networking technologies for the next issue of UNIX WORLD.
Artist: come back tomorrow.
From a 1991 SunExpert magazine article about “What’s to come” for network protocols. The article depicts a man traveling into the 2020’s, seemingly unaware of the chaos he’ll find.
He’s going to pass @prahou traveling back in time to 1991 to get some mint condition Sun workstations.
Oh, this is good...
From UNIX World, 1985: "It finds the subtle bugs in my C programs" - Claude B. Finn.
40 years later, people are using Claude to find bugs in programs. What's old is new again.
#Anthropic #LLM #Claude #ClaudeCode #AI #Security #Programming #UNIX #C
When someone asks me what the #Fediverse, #Mastodon or #ActivityPub is I'll use this illustration from UNIX Review, April 1985.
I found this ad for a six-degree-of-freedom 3D input device in the Summer 1989 issue of the SGI magazine "IRIS Universe".
I remember seeing stuff like this around in the 90s, but it all seemed so inaccessible at the time. Flipping through these old professional magazines, you spot some interesting engineering and industrial design.
@flexion, you should get one of these, restore it, and get it working on one of your systems.
I tell anyone born after the year 2000 that this is how I used to turn my computer on in 1991.
UNIX World, Sept. 1990.
I love this design. This is a full page ad for #UNIX networking software in UNIX Review magazine October, 1984.
Today we have ads where Google thinks it’s cute that Gemini wrote a child’s letter to their hero.
No one would dare put something like this out today for fear they may stand out.
They all want to conform to what's safe and known.
An ad in UNIX World, February 1991, for the Sun SPARCstation 2.
I love how even in their own advertising they admit:
"The whole line is awesome. The prices aren't."
Be Open-Minded!
Back in 1991, this was an ad for UNIX EXPO in UNIX World magazine.
Today, it's an invite to a polycule house party in Somerville, MA.
IYKYK.
Choosing a server in the #fediverse to join #mastodon and post old retro computing ads for everyone’s enjoyment.
UNIX World Sept. 1990.
Boss: I need you to make me artwork for our new ad for the July 1985 #UNIX Review.
Artist: No problem! Who's the target audience?
Boss: Very important and serious business people.
By the way, our last client paid us in LSD tabs.
Artist: Fantastic.
Some delightful notes from @thalia on recent #unix V4 adventures including using ed(1)
https://github.com/thaliaarchi/unix-v4-demo/blob/main/README.md
The real skill is understanding a problem well enough to make the solution simpler. KISS.
Niklaus Wirth was writing about this over 30 years ago:
https://cr.yp.to/bib/1995/wirth.pdf
Looking at today's software, what projects do you think have become unnecessarily complex?
systemd comes to mind for me. What else?
While hacking today, I needed to center some text, normally I do that in BBEdit but this was in shell.
Am I just missing an obvious shell command? for 40 years? Quick apropos or searching didn't turn one up..
Anyway, here's align.py.
no args or -c: Center, -l: Left, -r: Right
-w N: set width if not shell columns.
(WHICH, Python can't get w from os.environ["COLUMNS"] or stty size, had to use shutil. WEIRD.)
#unix #python