Hacker Public Radio

Your ideas, projects, opinions - podcasted.

New episodes Monday through Friday.


HPR3457: Tables

Hosted by Klaatu on 2021-11-02 00:00:00
Download or Listen

Mobile devices don't display them nicely. Most tables can be converted into a list:

OSInitPkg
Fedorasystemddnf
SlackwareBSD-styleslackpkg
GentooOpenRCemerge

Can be represented as a list. In YAML terms, this is a sequence of mappings.

  • Fedora
    • Init system: systemd
    • Package manager: dnf
  • Slackware
    • Init system: BSD-style
    • Package manager: slackpkg
  • Gentoo
    • Init system: OpenRC
    • Package manager: emerge

A table doesn't always translate exactly to a list, but it probably can be restructured.

OSOpen sourceLanded on Mars
LinuxYesYes
BSDYesNo
macOSNoNo

Could be written like this instead:

Linux and BSD are open source operating systems, while macOS is not. Of these POSIX-compliant systems, only Linux has landed on Mars so far.

That's pretty casual and loses the visual impact of a table or a list. So alternately, you could summarize what's common and highlight differences:

There are a few Linux systems on Mars. Neither BSD or macOS have yet landed on Mars.

  • Linux and BSD are both open source.
  • macOS is based partially on open source and includes components from the BSD, KDE, GNU, and other projects.

Comments



More Information...


Copyright Information

Unless otherwise stated, our shows are released under a Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) license.

The HPR Website Design is released to the Public Domain.