Post A4w0tsDuebIRKIysds by Jose_S_Bam@bitcoinhackers.org
 (DIR) More posts by Jose_S_Bam@bitcoinhackers.org
 (DIR) Post #A4vyw2iuO1dSYvNyCG by verretor@himk.am
       2021-03-06T13:13:25Z
       
       0 likes, 1 repeats
       
       “There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies and the other way is to make it so complicated that there are no obvious deficiencies.”– C.A.R. Hoare, The 1980 ACM Turing Award Lecture
       
 (DIR) Post #A4w0tsDuebIRKIysds by Jose_S_Bam@bitcoinhackers.org
       2021-03-06T13:35:25Z
       
       0 likes, 0 repeats
       
       @verretor I guess he envisioned Bitcoin and Ethereum... 😀
       
 (DIR) Post #A4wstJxbRE4gaPXOGu by pj@bitcoinhackers.org
       2021-03-06T23:40:25Z
       
       0 likes, 0 repeats
       
       @verretor all recruiters want the latter.
       
 (DIR) Post #A4wxZL0UKxNVoMB5eq by verretor@himk.am
       2021-03-07T00:32:49Z
       
       0 likes, 0 repeats
       
       @pj I like to write simple command line tools that simply print to stdout. I can often use other commands like grep with them. They tend to work on just about any platform.I wrote a Fediverse scraper that way. It turns out, it even runs on Android.https://github.com/verretor/fediscrape
       
 (DIR) Post #A4wxy9Gd7c8udnYhLU by verretor@himk.am
       2021-03-07T00:37:19Z
       
       0 likes, 0 repeats
       
       @pj “This is the Unix philosophy: Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a universal interface.”– Doug McIlroy