Here, there, everywhere for mdocml

Franco Fichtner recently received commit rights for DragonFly.  This is so he could import mdocml, a OpenBSD-originating replacement for groff and man page display.  Mdocml has been mentioned before on the Digest, and there’s a downloadable book.  (See the more-interesting-than-it-sounds History of UNIX Manpages there too, but I digress.)

One advantage of using mdocml, as I understand it, is that groff is no longer required to view man pages.  The only thing left in DragonFly that required a C++ compiler was groff.  So, rebuilding could be a bit faster, and a bit less complicated.

Here’s the part that makes me happy: Changes made in DragonFly promptly made it back into NetBSD’s mdocml.   Other changes rolled from DragonFly back into OpenBSD, too, and mdocml is in FreeBSD 10, though I don’t have a src change to point at right now.  It all circled back around to DragonFly, too.  It’s really neat to have a BSD-grown cross-BSD product.

(Incidentally, if you have a Thinkpad and keyboard issues, Franco has a patch for you to try.)

 

Lazy Reading for 2013/10/06

I’m going for pull quotes and dedicated paragraphs this week, just to mix it up.

The Slow Winter.  It’s about the history and trends of chip design, if you can believe it.  “Modern software barely works when the hardware is correct, so relying on software to correct hardware errors is like asking Godzilla to prevent Mega-Godzilla from terrorizing Japan. THIS DOES NOT LEAD TO RISING PROPERTY VALUES IN TOKYO.” I love it so much.   (via)

Richard Stallman on 30 years of GNU.  I don’t agree with everything he says, but the basic point is correct.  “If you use a program to carry out activities in your life, your freedom depends on your having control over the program. ”  (via multiple places)

When Pipes Get Names.  For some reason, I’ve never had to deal with named pipes – directly.  I’ve used them via other programs, of course.

The person who invented Whack-A-Mole also created dedicated email terminals in the 80s/90s called Anti Gravity Freedom Machines.  All those smaller ‘Maker‘ projects seem unenthusiastic compared to this guy.  Anyway, his warehouse full of robots blew up.  I haven’t found pictures yet.

Joblint, a job description checker.  This has more value than I thought.  I’m curious about statistical results over a large number of jobs.  Take a look at those warnings, too – they’re mentioning the possible dark side of a lot of job ‘benefits’.  (via)

This XOXO presentation by Maciej Ceglowski, creator of Pinboard, makes some good points about work, going against countervailing wisdom to some extent.  “You can work on a lot of projects, but you will only get a couple of opportunities to work on something long-term.”  Pinboard is one of those businesses that remains relatively successful without having to get bought by Google to return any profit.  That’s a sort of success I find fascinating.  (via)

CERN has created an in-browser version of… the first web browser.  It accurately displays like a green-screen terminal, including key clicks.  Watching the screen draw gives me flashbacks to playing MUDs.

Adding Vi To Your Zsh.  Can you add vi-like keybindings to tcsh?  (via)

Your unrelated comics link of the week: Art comics links.  It’s a link to more links, but it’s all worthwhile stuff.  Be prepared for difficult but rewarding reading.

In Other BSDs for 2013/10/05

Less straight source links this week.

Related to DragonFly: Patrick Welche updated glib2 in pkgsrc, and is interested in hearing how it works for DragonFly users.  If you have pkgsrc on your system and it’s not a quarterly release, try building t.

Lazy Reading for 2013/09/29

Moved 20 servers to new hardware this week.  Normally my workplace doesn’t get very active until snow hits.  Normally.  Anyway, going for the long sentences this week.

Your unrelated link of the week: Proper Opossum Massage.  Yes, it’s a serious video, but it shouldn’t be taken seriously.

In Other BSDs for 2013/09/28

This week was relatively quiet, but also had the most cross-BSD work I’ve seen in a while.  Look at the links and you’ll see.

Here’s more on Unbound, since it seems to be a trend.

Hammer2 boot support

If you want to boot from a Hammer 2 /boot volume, you now can.  Hammer 1 never worked well as /boot, though it was technically possible.  Hammer 2 will be just fine.

Note that you can’t turn on recently-added disk compression since the bootloader doesn’t understand it, and Hammer 2 is not ready for anything but being worked on.  Don’t try it unless you’re ready to be submitting code changes to fix Hammer2.

Some GSoC wrapup reports

Joris GIOVANNANGELI and Pawel Dziepak both have published final reports for this year’s DragonFly/Summer of Code experience.  Both of them say they want to keep working on DragonFly, which is exactly the result I want.  There may be more if the other students have time.  A final report wasn’t required, but it is good feedback.

Related: Joris is working on Capsicum for DragonFly and published an API document describing how it has worked/will work.