home.social

#everythingisafile — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #everythingisafile, aggregated by home.social.

fetched live
  1. I run a small #plan9 grid at home. This is my drawterm on my Linux PC connected to a Pi4 as a CPU server. It is viewing documents from my local PC, and I connected to a faster CPU in a window to play one of the NES games I wrote.

    #distributedcomputing #9p #everythingisafile

  2. Warum stehen File Descriptor Redirections eigentlich hinten wenn $shell sonst von links nach rechts liest?
    ls -yz 2>&1 > foo
    Warum nur stderr in foo landet, versteh ich ja aber warum bezieht sich:
    ls -yz > foo 2>&1 auf die File Descriptors vom vorherige command (ls -yz)?

    #everythingIsAfile