To the extent possible under law,
steeph
has waived all copyright and related or neighboring rights to this work.
File Attachments (116 files)
To the extent possible under law,
steeph
has waived all copyright and related or neighboring rights to this work.
File Attachments (259 files)
To the extent possible under law,
steeph
has waived all copyright and related or neighboring rights to this work.
File Attachments (151 files)
To the extent possible under law,
steeph
has waived all copyright and related or neighboring rights to this work.
File Attachments (110 files)
Entry created on 2022-12-02
Authors: steeph (337)
Categories: Cheese (1)
Silly (32)
Thoughts (72)
Languages used: en (189)
I think somebody just has to tell the cheese that it stinks. It would probably shower more often if it was aware of how others view it.
Bash Tip
Entry created on 2022-11-30
Authors: steeph (337)
Categories: Bash (30)
File Descriptors (1)
Output Redirection (1)
Software (50)
Languages used: en (189)
In a script, if you open a file descriptor like this: eval exec 3>&1
and redirect output from certain commands to it like this: echo blub >&3
then you can redirect only that certain output to a different file if needed when calling the script. By default all goes to stdout, but when called like this: ./script 3>>file1 >>file2
then you can check the separated output in file1 and the rest of stdout in file2.
Entry created on 2022-11-29
Authors: steeph (337)
Categories: Conversation (2)
Jokes (2)
Silly (32)
Languages used: en (189)
Where were you born?
Hmm, I'm not sure. That was such a long time ago. I can't remember. Where were you born?
In a hospital.
Huh, just like me.
Entry created on 2022-11-25
Authors: steeph (337)
Categories: 2022 (4)
Thoughts (72)
Toothbrush (1)
Languages used: en (189)
2022 was the year in which I've learned to accept that a toothbrush costs more than a few cents and that I have to start using a new one more often than once or twice a year. It's not actually that much money that goes into toothbrushes compared to other things adult me has to pay for.