eeleech

joined 1 year ago
[–] [email protected] 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.

[–] [email protected] 4 points 1 year ago

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.

[–] [email protected] 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)

[–] [email protected] 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 .

[–] [email protected] 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.

[–] [email protected] 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

[–] [email protected] 2 points 1 year ago

I like the default OSM carto style, however as an everyday map while walking I mostly use Streetcomplete (or sometimes everydoor) as I like the ability to make edits.

[–] [email protected] 8 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.

[–] [email protected] 1 points 1 year ago
(when-not (> a b) (> b a))
view more: ‹ prev next ›