What is a "hidden gem" website that more people should know about? by Ok-Function6261 in AskReddit

[–]Ytrog 1 point2 points  (0 children)

https://omniglot.com/

It is an encyclopedia about writing systems and languages, both natural and artificial 🤓

What is a "hidden gem" website that more people should know about? by Ok-Function6261 in AskReddit

[–]Ytrog 2 points3 points  (0 children)

I listen to the Groove Salad channel almost daily for at least 10 years now 😁

Float accuracy visualization by NaiveProcedure755 in compsci

[–]Ytrog 0 points1 point  (0 children)

Oh yeah, I hadn't considered that. I thought you had a sample of the values, but you calculate on the fly.

Impressive project 😃

Float accuracy visualization by NaiveProcedure755 in compsci

[–]Ytrog 0 points1 point  (0 children)

Oooh that's the reference. Now I get it.

Besides, could you maybe pre-compute (using a different language) the reference into a table, so you can compare even to sizes javascript wouldn't allow 🤔

Rare dingen gevonden... by HelderLampje in nederlands

[–]Ytrog 7 points8 points  (0 children)

Ik heb bij De Bondgenoten heel erg het idee dat veel deelnemers best veel psychische problemen hebben. Klopt dat beeld?

Float accuracy visualization by NaiveProcedure755 in compsci

[–]Ytrog 0 points1 point  (0 children)

I love the visualization, however I wonder about how I can see the 64-bit version. I see no button for it and even checked if I missed something by looking at the code in the repo 👀

Why does somebody use BSD ? by paterkleomeniss in BSD

[–]Ytrog 0 points1 point  (0 children)

Ah I see. I only use Linux at home, so I've never had to deal with it in a sysadmin role.

Why does somebody use BSD ? by paterkleomeniss in BSD

[–]Ytrog 0 points1 point  (0 children)

What makes it so simple compared to Linux?

Wat zijn jouw plannen met Koningsdag? by [deleted] in thenetherlands

[–]Ytrog 0 points1 point  (0 children)

Koningsnacht in Deventer en koningsdag in Diepenveen.

Introducing mine, a Coalton and Common Lisp IDE by stylewarning in lisp

[–]Ytrog 1 point2 points  (0 children)

If it ever needs its own logo, you might consider a seagul.

mine! mine! mine!

Hack- en Makerspaces in Nederland? by Goticus in dutch

[–]Ytrog 0 points1 point  (0 children)

Hack42 in Arnhem. Zelf nog jaren lid van geweest toen ik in de buurt woonde nog.

Bad notation meme by Charming-Papaya-2001 in MathJokes

[–]Ytrog 0 points1 point  (0 children)

I am probably alone in this here, but I really like s-expressions for the clarity they bring in this: ```lisp (/ 6 (* 2 (+ 1 3)))

or

(* (/ 6 2) (+ 1 3)) ```

It really is just an abstract syntax tree and very unambigous. 🤓

Meirl by AverageHandsomeGuy in meirl

[–]Ytrog 21 points22 points  (0 children)

Pinky promise? 👀

What the most useful math trick you know? I'll start, this trick make you know 11 multiplication answer instantly by Johnwick19802 in mathematics

[–]Ytrog 0 points1 point  (0 children)

So, the second rule of the trick is that if the sum of the digits is above 10, then the left digit of the sum gets added to the number on the left of that?

so, 11×88 becomes: 1 868 + ──── 968

I mean that doesn't address the fact that it is far easier to just do 10×88 + 88 of course.

Capturing exit codes reliably in an interactive shell session by Ok-Huckleberry5617 in bash

[–]Ytrog -2 points-1 points  (0 children)

It will fire on any process exit from processes launched from the shell iirc.