Readit News logoReadit News
jagthebeetle commented on De Bruijn Numerals   text.marvinborner.de/2023... · Posted by u/marvinborner
jagthebeetle · 4 months ago
Looking at https://text.marvinborner.de/2023-04-06-01.html helped me understand the syntax a bit (though I'm just a non-theoretical programmer).

I was confused about what <4> = \lambda ^ 5 4 meant, since it already seemed to have a "4" in it.

The trick is that the 4 seems to be similar to a positional argument index, but numbered inside out.

IOW, in this encoding, <4> is a function that can be called 5 times (the exponent on the lambda) and upon the fifth call will resolve to whatever was passed in 1st (which because of the inside-out ordering is labeled "4").

(For a simpler example, 0 is a function that can be called once and returns its argument.)

So succ is 3-ary; it says, give me a function (index 2, outermost call); next, give me its first argument (index 1, second-outermost call); when you call that (index 0, dropped, innermost call), I'll apply the function to the argument.

But note that if index 2 is a numeral <N>, the outermost call returns a function that will "remember" the next thing passed in and return it after 1 (succ's innermost call) + N + 1 (<N>'s contract) calls.

jagthebeetle commented on Dark Academia Grows Up   publicbooks.org/dark-acad... · Posted by u/lermontov
libraryofbabel · 6 months ago
This is a review of Katabasis, R.F. Kuang's new book. I wonder if there are any fans of Kuang here who can convince me to give her another go; I did not much like Babel, and only got 20% of the way into it. (This despite being a recovering humanities scholar who still wears dark-academiaish tweed skirts to her programming job.) From what I remember, the characters were a bit flat, the plot didn't draw me in, and the writing style was a little formulaic. I can't help compare with Donna Tartt's The Secret History, which I absolutely adored.
jagthebeetle · 6 months ago
I quite like _The Secret History_ too.

I think in _Babel_ (and _Katabasis_ as well), Kuang is a bit more prone than Tartt to showing off legit academic tidbits, which gives a nice scholarly glint (the illusion of high-brow? authenticity, dare I say?) to the environment, while not compromising the easy fantasy reading. More details than vibes, perhaps?

(When she gets details wrong, it does break the illusion. Like a small tangent on the etymology of the Greek word for truth in _Katabasis_.)

Oxford also simply has a certain aura for me, being from the US. All in all, I think Kuang's books are great "binge" or "airplane" reads with a smack of academic authenticity.

I saw _Possession_ mentioned elsewhere, which I think does academic vibes _and_ details very and IMO resides in a more refined literary category than either of the two other books. I should reread it!

jagthebeetle commented on What learning react won't teach you: Image Formats   idiallo.com/blog/react-an... · Posted by u/foxfired
jagthebeetle · 7 months ago
A bit of a nit, but the 17kb PNG actually looks slightly blurry, or "artifact-ed" on my MacBook screen. Happily though, the author included a section on SVG at the bottom, which was my knee-jerk reaction for the appropriate format for lettering at that scale.
jagthebeetle commented on Try and   ygdp.yale.edu/phenomena/t... · Posted by u/treetalker
jagthebeetle · 7 months ago
This construction is similar to a hendiadys (which comes from the Greek for "one through two"); e.g. "nice and warm." (So says Fowler anyway.)
jagthebeetle commented on Pi calculation world record with over 202T digits   storagereview.com/news/st... · Posted by u/radicality
lqet · 2 years ago
Do you mean in the computed 202T digits of Pi, on in in the infinite sequence of Pi digits? In case of the latter: s̶u̶r̶e̶, probably, if Pi is normal, any finite sequence of digits is contained somewhere in Pi, so it would contain (in encoded form) any closed formula and any program, book, or piece of music ever written.

E: As the comments have pointed out, this requires the conjecture that Pi is normal to be true, was has not been proven or disproven yet.

jagthebeetle · 2 years ago
I thought this wasn't actually mathematically established - the related property would be whether or not pi is normal.
jagthebeetle commented on This is a teenager   pudding.cool/2024/03/teen... · Posted by u/gmays
RobCat27 · 2 years ago
I like the message, but I feel like this is bad data visualization. The width of each group of people is not the same, so it's somewhat meaningless to visually compare groups without being able to see the raw percentages. For example, the "Many Adverse Experiences" group is stretched to be longer than the other groups so that proportionally fewer people in that group appear to be a larger proportion than the same proportion would be in other groups because they're not as wide.
jagthebeetle · 2 years ago
Agreed, not least because: - area-based visualizations make the effect hard to distinguish; bar charts or data clouds with numbers and confidence intervals would have been way more immediate. - the colors make the negative group (usually) more visually prominent, since it has higher contrast with the background, exacerbating the area-estimation problem. (e.g. me wondering, "are there more overweight pink people as a fraction of pink people?")
jagthebeetle commented on Hexcodle   hexcodle.com/... · Posted by u/chat
tedunangst · 2 years ago
Is there any reason to look at the target instead of just going for binary search? The least significant digit is kinda meaningless to guess without fixing the more significant one.
jagthebeetle · 2 years ago
While I agree the LSD is somewhat meaningless, I personally find it fun to test my color matching/mixing. Binary search circumvents that (at least for the most significant digit); though I agree it really only applies for the first and maybe second guess.

For instance, my initial guess was off by (+1,-1,-1,+3,-1-2) and my first impulse was to look at the target and see that I had too much red and not enough green.

jagthebeetle commented on Valetudo – Cloud replacement for vacuum robots enabling local-only operation   valetudo.cloud/... · Posted by u/philo23
osmano807 · 2 years ago
From their FAQ https://valetudo.cloud/pages/faq.html

Valetudo is the roman name for the greek goddess Hygieia, which is the goddess of health, cleanliness and hygiene.

jagthebeetle · 2 years ago
Tangentially, "valetudo" is just "health" (which may contextually connote _good_ or _bad_ health): https://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:1...

We get "valetudinarian" from this word, one who worries (excessively) about one's health.

jagthebeetle commented on Veritasium: The SAT Question Everyone Got Wrong [video]   youtube.com/watch?v=FUHkT... · Posted by u/goplayoutside
drc500free · 2 years ago
What makes sense to me is to think about something that DOESN'T roll.

Suppose I start in Greenwich, walk - without rolling - down the prime meridian to the south pole, up the international date line to the north pole, and back down the prime meridian to Greenwich.

How many rotations do I go through? One. I get a full rotation because I've followed the earth's curvature all the way around the globe once, even though I'm walking straight without rolling.

So the answer is "how many rotations due to rolling" plus "one bonus rotation for passing around the curvature of the circle."

jagthebeetle · 2 years ago
That intuition makes a lot of sense to me, especially if I picture the person's frame of reference.

Kind of reminds me (a layman) of winding numbers. I suppose there are topologically inspired variations of this problem that might be even more "paradoxical" (or perhaps just silly). If you moonwalk the second half, you undo your rotation? Or if you follow specially designed subterranean tunnels, you can end up doing 0 or negative rotations!

jagthebeetle commented on The rule says, “No vehicles in the park”   novehiclesinthepark.com/... · Posted by u/luu
jagthebeetle · 3 years ago
"Travois" seemed the most interesting one. Based purely on the first page of Google images, it struck me as somewhere between a horse and a carriage, but ever more on the vehicle side.

u/jagthebeetle

KarmaCake day76November 2, 2016View Original