eeleech

joined 1 year ago
[–] eeleech@lemm.ee 8 points 1 year ago (5 children)

I find that S-expressions are the best syntax for programming languages. And in general infix operators are inferior to either prefix or postfix notation.

[–] eeleech@lemm.ee 4 points 1 year ago (1 children)

Why not write your own version? Getting the temperatures is easy and portable with the sensors command from lm-sensors. The rest of the info is easy to get using various commands (e.g. uptime, free) combined with a bit of sed/grep/awk for formatting.

[–] eeleech@lemm.ee 4 points 1 year ago

I find it interesting how large the difference between tastes regarding music players is. After the development of Cantata ceased, I was unable to find any mpd client that I liked and decided to write my own instead (if anyone is interested, the code is available at https://github.com/dokutan/cmpdc)

[–] eeleech@lemm.ee 3 points 1 year ago (1 children)

ISO 8601 allows either dashes or no separator, both 20230810 an 2023-08-10 are valid, but not 2023.08.10 .

[–] eeleech@lemm.ee 1 points 1 year ago

If you are looking for cheap storage, i recommend you check out diskprices.com . At least it helped me sometimes to find the disk with a low price per TB.

[–] eeleech@lemm.ee 5 points 1 year ago

Of course anecdotes are of very limited usefulness, but I had exactly the opposite experience. The HDDs that failed on me, failed slowly with SMART errors that gave enough time to make a backup, and never failed completely. On the other hand I had a cheap SSD die completely and without any warning after only limited use, and experienced bit rot even on reputable vendors.

tl;dr choose what you want but make backups

[–] eeleech@lemm.ee 9 points 1 year ago

I use both versions actively, the main differences of SCEE compared to StreetComplete are the addtion of more obscure questions (for example building and roof colors, species/genus of trees), allowing direct editing of tags and disabling the gamification/statistics.

[–] eeleech@lemm.ee 1 points 1 year ago
(when-not (> a b) (> b a))
view more: ‹ prev next ›