Viewing profile — rpz
rpz
HN member- Joined
- Thu, Jul 12, 2018, 12:12 AM UTC
- HN karma
- 48
- Public activity
- 108 items
- HN profile
- View on Hacker News ↗
About rpz
No profile information was provided.
Recent public activity
-
comment
Comment #47257482
Reminds me of https://geocar.sdf1.org/fast-servers.html
-
comment
Comment #40597206
The article checks the Mercator projection but doesn’t check the Equirectangular projection, which could have been known to the builders of each cathedral. I wonder if the line is …
-
comment
Comment #40551264
I remember stumbling upon this on YouTube and I really enjoyed the simplicity of it
-
comment
Comment #40388594
Fascinating, thanks for sharing! Makes me wonder if the great pyramid was partially submerged, and if so, by how much. This account lends some credence to theories of the pyramids …
-
comment
Comment #38961878
[flagged]
-
comment
Comment #38945428
D=document;E=“getElementById”; D[E](“myId”)
-
comment
Comment #38935281
A number of replies are wondering if I am misunderstanding bitcoin’s UTXO model. Considering the amount of replies I’m going to assume that is the case :). Thanks to most of you fo…
-
comment
Comment #38935067
[flagged]
-
comment
Comment #38933787
Has anybody else poked around in a bitcoin blockchain block explorer recently to look at the individual transactions of a block? Honestly I find it kind of suspicious but I could e…
-
comment
Comment #38875444
I’m in the same boat. Outside of a professional setting atw style is the only way I write code. I find code easier to manage when I can see more of it at once. I like to use this s…
-
comment
Comment #38670857
Yes, k
-
comment
Comment #38625828
The fact that we have touch screens in cars in the first place is an abomination.
-
comment
Comment #37831011
* star start start of ;)
-
comment
Comment #37830970
:) we think similarly. I came here to post & and anddress
-
comment
Comment #37636348
Agreed I remember being faster than my friends who preferred the “abc” mode. Not sure if all phones did this but my phones would sort the words by frequency of use for each combina…
-
comment
Comment #37171123
I was messing around looking into the collatz conjecture in q/k4 and I realized that I could write the short cut collatz function without any conditionals as follows by taking adva…
- story
-
comment
Comment #37007365
Same story at Citigroup. Happened around 2017
-
comment
Comment #36948605
Some great Tesla turbine builds on this channel. This is my favorite channel for anything Tesla turbine related https://www.youtube.com/@iEnergySupply
-
comment
Comment #36938933
similieHash(“documentation as code”) == similieHash(“nails as hammer”)
-
comment
Comment #36766929
Squeeze a lemon or muddle some strawberries into it and you’re golden. Tea is nice too.
-
comment
Comment #36303713
I am not a physicist but if I were to take a stab at simplifying things I’d assume that a neutron is probably just a proton and an electron… isn’t that what a neutron decays to onc…
-
comment
Comment #36206604
If the language has no operator precedence then 1+x*2-3%x is just as easy if not easier to decipher compared to both of your other examples imo. The above is equivalent to (1+(x*(2…
- comment
-
comment
Comment #34051841
I’m pretty sure Roger Hui’s implementation of J was written in roughly Arthur’s style