Viewing profile — MathMonkeyMan
MathMonkeyMan
HN member- Joined
- Thu, Nov 28, 2019, 5:02 AM UTC
- HN karma
- 2,579
- Public activity
- 1,080 items
- HN profile
- View on Hacker News ↗
About MathMonkeyMan
No profile information was provided.
Recent public activity
-
comment
Comment #49133488
mercury vapor lamps are not a thermal light source, though
-
comment
Comment #49126666
Mexico is serious about junk food. The cereal boxes in the stores don't have cute cartoon characters on them, and I tried to send somebody a box of chocolates and it got seized by …
-
comment
Comment #49078531
I forgot about the AC mains :) My experience with embedded stuff is very limited -- just some hobby projects on the Pico. From what I've read, though, the on-board oscillators (the…
-
comment
Comment #49065337
This is a harder problem than it seems. I've been thinking and reading about it for a side project, but haven't done much testing yet. There are a few places to get the current tim…
-
comment
Comment #49019691
Yep: https://vimdoc.sourceforge.net/htmldoc/digraph.html I started using them a long time ago to type Greek characters, but then I switched to vscode with a vim extension and it di…
-
comment
Comment #48785984
It does have the title going for it.
-
comment
Comment #48743962
I shut my computers all the way down when I'm done with them. I like a clean slate when I return.
-
comment
Comment #48704149
Is there a difference, though? "You think you know so much because you read a book, but I actually lived it so I really understand it." At best you understand your own experience, …
-
comment
Comment #48703357
I've always been a stickler for being specific about which regex language your thing accepts, and whether it is to match any substring, or a prefix, or a suffix, or the whole thing…
-
comment
Comment #48700854
more like over 88.1
-
comment
Comment #48696357
The median age in America is about 40, so depending on how you define old the majority could go one way or the other.
-
comment
Comment #48614328
I switched out asio's epoll backend for its io_uring in a database server and CPU utilization shot up. Probably depends on usage and the specifics of how it's integrated into the e…
-
comment
Comment #48440986
Patients don't care about all of that medical mumbo jumbo, they just want to feel well.
-
comment
Comment #48371815
Yep, I use this for a @reboot job and a few regular jobs on my home server. I use user crontabs, so I can get around the "unknown shell/path/etc." by prefixing every job with /some…
-
comment
Comment #48348111
I haven't studied history or political science, but I suspect that a bunch of cooperating individual local municipalities can as easily lead to war as to federalism. The Federalist…
-
comment
Comment #48273223
I think it might have been a cognitive development thing, but at some point in high school, Stroustrup's "The C++ Programming Language" just kinda clicked for me, like I hadn't bee…
-
comment
Comment #48187321
You got downvoted, but you're correct. Obligatory XKCD: https://xkcd.com/927/ > Personally I prefer lisp 1 languages, like scheme. Even there, though, there was a split over r6rs, …
-
comment
Comment #48115968
Seeing what came later with gauge theories and more speculative stuff like loop quantum gravity, you can't blame Einstein for thinking that the theory of everything might take the …
-
comment
Comment #48095184
You can do this as a convention in javascript since 2015, but I haven't seen a library that does it: > function foo({a, b, c}) { ... return {x: a, y: b, z: c}; ... } undefined > fo…
-
comment
Comment #48079585
This made me go down a rabbit hole of techniques for separating sodium and chloride from urea/ammonium/ammonia solutions. I wonder if it could ever be made viable when compared to …
-
comment
Comment #48079532
I remember hearing about an interview problem from a while back, and the trick was to use exclusive-or. Now I understand why.
-
comment
Comment #48078592
Urine can contain too much sodium, and pharmaceuticals.
-
comment
Comment #47995366
Yes, it's often the randos who feel this way.
-
comment
Comment #47995310
C++ is a rather old programming language.
-
comment
Comment #47993873
This is true. To be fair, if you use only the Linux syscall interface, then a program that you compiled on x86 in the 90s will probably still run anywhere today. Linus is adamant a…