Viewing profile — MaxRegret
MaxRegret
HN member- Joined
- Fri, Jun 30, 2023, 9:09 PM UTC
- HN karma
- 194
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About MaxRegret
No profile information was provided.
Recent public activity
-
comment
Comment #48698773
Is your position that the term "proof by contradiction" should not be limited to proofs of ¬¬P followed by double negation elimination, and should instead also encompass proofs of …
-
comment
Comment #48697818
Would you care to enlighten us about any of the subtleties of intuitionistic logic that make this a shibboleth, rather than a reasonable view of what a proof by contradiction is? I…
-
comment
Comment #48695194
Also, proving ¬P by assuming P and deriving a contradiction is not "proof by contradiction"! That is just how you prove negations — ¬P is often taken to be syntax sugar for P ⇒ Fal…
-
comment
Comment #46842755
You probably know this already, but the problem isn't remote desktop into a logged-in session (krdp supports this) but rather logging in remotely into a headless server without a l…
-
comment
Comment #46842549
The things that "start going really wrong" are listed immediately after that quote, and have nothing to do with the drop-off trajectory. Epic had problems with the ground stations …
-
comment
Comment #45738122
Passkeys are a public/private keypair, where the service you're authenticating against has the public key and your browser has the private key. To authenticate, the browser demonst…
-
comment
Comment #45241393
It turns out the acidic environment in most beverages inverts the sucrose in cane sugar to form a 50:50 mix of fructose and glucose. In the end, the fructose/glucose ratio in cane-…
-
comment
Comment #44128029
In this case, multiplication by any nonzero fixed element of the ring is an injection from the ring to itself. Any injection from a finite set to itself is indeed a surjection (and…
-
comment
Comment #43853669
Steve Mould just released a video about the microscopy technique that was used to capture this 3D relief of the painting: https://youtu.be/o-dZKBwbsis
-
comment
Comment #42755257
Don't forget Pandoc!
-
comment
Comment #41649912
Zotero has a beta Android app [1][2]. I haven't used it, so I don't know if any functionality is missing. [1] https://play.google.com/store/apps/details?id=org.zotero.and... [2] ht…
-
comment
Comment #39322155
That's what C++ does because it has no way to ensure that you use the atomic reference counts in multi-threaded code. But, as the author writes in the blog post, Rust can in fact e…
-
comment
Comment #39270888
I remember flying VOR radials in Microsoft Flight Simulator 5.1, released in 1995. It came with a printed Pilot's Handbook [1] that included IFR procedures, explained how navaids w…
-
comment
Comment #38281881
Desktop applications can continue to use the X11 protocol, but then they'll be talking to the Xwayland server, which in turn Wayland to actually draw its clients' windows on the sc…
-
comment
Comment #37960141
You're right, the real problem with predicting trajectories through those "keyholes" [1] isn't solving the dynamics equations: our numerical integrators are more than good enough. …
-
comment
Comment #37728811
Yes, indeed! The actual rate of heat transfer is equal to the temperature delta divided by the thermal resistivity of the body-environment interface. So, to keep your body temperat…
-
comment
Comment #37728288
The human body is producing about 80 watts of heat just from basic metabolism (unless you're dead) which you need to dissipate to keep your body temperature from going up. The rate…
-
comment
Comment #37427421
Falcon 9 was designed from the beginning with safety factors consistent with human-rating, rather than the lower safety factors required for cargo (1.4 vs 1.2 if I recall correctly…
-
comment
Comment #37365248
It's hard to pin it down to just a couple of things, because I came across SICP early in my programming life and it changed so much of my approach to the art. But here are a couple…
-
comment
Comment #37257615
I think the user-friendly way to make programming less one-dimensional is what we usually do, outside of shell pipelines; give names to intermediate values: do x ...turning a one-d…
-
comment
Comment #37215119
I think the article is an attempt to make your idea more precise. What if monad 3 could use the result of monad 1, not just monad 2? Then you couldn't write that computation using …
-
comment
Comment #37214617
I agree that it would be interesting to learn what non-strong monads look like. But the blog post does (implicitly) answer some of your questions: It says that all monads in the Se…
-
comment
Comment #37057302
Yes, Starlink satellites have inter-satellite laser links that can provide connectivity even if there's no base station nearby. These have been active since November 2022 [1]. They…
-
comment
Comment #36561415
Negentropy? This is a concept in information theory, but maybe also in physics.
- comment