Julien Palard · @mdk
199 followers · 1773 posts · Server mamot.fr

@ucodery It make it easy to pick tools that does a single task

#unixphilosophy

Last updated 1 year ago

awd · @__awd_
1 followers · 1 posts · Server techhub.social

It's hard to state how much these 300 odd pages have not only shaped the software I've written, systems I've developed, and the career I've had so far, but what increasingly seems to be a large part of my personality. 🤣

@robpike

#introduction #unix #unixphilosophy

Last updated 1 year ago

Thomas Berker · @snauth
42 followers · 77 posts · Server fosstodon.org

Switched from a connected smart watch to a cheap digital watch. It is liberating that this watch only does time-related things (time, alarm, timer, stopwatch) and it does these things very well: 10 years of battery life and a simple and consistent user interface. A material example of the .

en.wikipedia.org/wiki/Unix_phi

#casio #unixphilosophy

Last updated 1 year ago

δ Delta 🔞 · @delta
22 followers · 82 posts · Server girlcock.club

Rather than buying a with a built-in clit stimulator, I think it's more in the spirit of the to buy the dildo and vibrator separately.

#unixphilosophy #dildo

Last updated 1 year ago

Wayne Werner · @ketmorco
299 followers · 1973 posts · Server fosstodon.org

is the standard editor. I'm gnu.org/fun/jokes/ed-msg.en.ht was the actual man page for ed years old.

From what I understand, grep is from the ed `g/re/p` pattern - g for global, re being your regex, and p being print. Fun times!

Well, ed only operated on actual files, but there was a need to do the same thing but for streams. And wouldn't you know it, the pops up again: let's call the program `sed` for Stream ed!

In my case, I only want to display the first block of matches.

#ed #unixphilosophy

Last updated 2 years ago

「 Though Mahoney’s interview suggests that the original symbol for pipes was “>,” in the 1994 book, “A Quarter Century of Unix,” McIlroy remembers when Thompson decided the symbol for pipes should instead be “|.” Thompson made the change “for a talk in London, because he couldn’t bear to reveal my ugly syntax.” 」

#unix #unixphilosophy #osdev #retroprogramming

Last updated 2 years ago

「 the philosophy that everybody started putting forth, “This is the Unix philosophy. Write programs that do one thing and do it well. Write programs to work together. Write programs that handle text streams, because that is a universal interface.” All of those ideas, which add up to the tool approach, might have been there in some unformed way prior to pipes, but they really they came in afterwards 」

#unix #unixphilosophy #osdev #retroprogramming

Last updated 2 years ago

「 Though Mahoney’s interview suggests that the original symbol for pipes was “>,” in the 1994 book, “A Quarter Century of Unix,” McIlroy remembers when Thompson decided the symbol for pipes should instead be “|.” Thompson made the change “for a talk in London, because he couldn’t bear to reveal my ugly syntax.” 」

#unix #unixphilosophy #osdev #retroprogramming

Last updated 2 years ago

「 Michael S. Mahoney, a science historian at Princeton University who created an oral history of Unix in 1989, argued that the day pipes were actually created marked a significant turning point for the Unix philosophy 」
— The New Stack

thenewstack.io/pipe-how-the-sy

#unix #unixphilosophy #pipes #osdev

Last updated 2 years ago

Vilda :arch: · @vilda
58 followers · 200 posts · Server fosstodon.org
rich · @rchrd
69 followers · 1609 posts · Server mastodon.online

I wonder if it's possible to live ones life according to the

#unixphilosophy

Last updated 3 years ago

codesections · @codesections
2554 followers · 8513 posts · Server fosstodon.org

I somehow missed this when it was announced last month:

is a, um, new shell. It aims to more strictly follow the by spiting tasks up into smaller chunks/making more use of pipelines.

To do that, it treats data as tables of 2+ dimensions rather than as flat text, drawing a bit from but with a simpler design.

Not sure the benefits are large enough to convince me to switch, but it's an interesting idea.

jonathanturner.org/2019/08/int

#nushell #unixphilosophy #powershell

Last updated 5 years ago

codesections · @codesections
2588 followers · 8522 posts · Server fosstodon.org

I somehow missed this when it was announced last month:

is a, um, new shell. It aims to more strictly follow the by spiting tasks up into smaller chunks/making more use of pipelines.

To do that, it treats data as tables of 2+ dimensions rather than as flat text, drawing a bit from but with a simpler design.

Not sure the benefits are large enough to convince me to switch, but it's an interesting idea.

jonathanturner.org/2019/08/int

#nushell #unixphilosophy #powershell

Last updated 5 years ago

codesections · @codesections
2553 followers · 8513 posts · Server fosstodon.org

^^^ is getting at a bigger-picture question: Is it simpler to have multiple small tools that work together (the ), at the cost of grafting together tools written in different languages, operating with different abstractions, that weren't designed to work together?

Or is it simpler to have a single, coherent abstraction, at the cost of code bloat and sacrificing some on the one-job-per tool front?

(Related to debates I've had with @emsenn in one direction and @sir in the other)

#unixphilosophy

Last updated 6 years ago

codesections · @codesections
2553 followers · 8513 posts · Server fosstodon.org

I'm trying to decide between two window manager setups:

1)
, manage windows dwm.suckless.org/
, launch programs tools.suckless.org/dmenu/
, access passwords
, set alarm github.com/codesections/dlarm
, manage panes github.com/tmux/tmux/wiki
-or-raise, run program or focus it if already running github.com/Soft/run-or-raise

2)
, all of the above + more with extensive lisp config, stumpwm.github.io/

Which of these is simpler? Better?

#dmenu #dwm #passmenu #dlarm #tmux #run #stumpwm #unixphilosophy

Last updated 6 years ago

Gwmngilfen · @gwmngilfen
452 followers · 1977 posts · Server fosstodon.org

Yay, I finally found a way to follow the people I still want to read about from $birdsite...

* www.twitrss.me converts a Twitter feed to RSS
* bots.tinysubversions.com/conve converts RSS to ActivityPub

Result! I'm testing it now... Just gotta remember that I can't *reply* to those people here :)

#everythingisapipe #unixphilosophy

Last updated 6 years ago

codesections · @codesections
2532 followers · 8465 posts · Server fosstodon.org

@besserwisser
<mostly_joking_self_promotion>
Well, in that case, I've written a password generator you should try!

is a CLI app to generate secure passphrases that are easy to type (for when you can't paste). And it follows the , and lets you pipe it's output to standard-out (or, optionally, have it in your clipboard). passgen.codesections.com/

</mostly_joking_self_promotion>

#minimalist #passgen #unixphilosophy

Last updated 6 years ago