Live data from Hacker News

Viewing profile — rpz

rpz

HN member
Joined
Thu, Jul 12, 2018, 12:12 AM UTC
HN karma
48
Public activity
108 items

About rpz

No profile information was provided.

Recent public activity

  1. comment
    Comment #47257482

    Reminds me of https://geocar.sdf1.org/fast-servers.html

  2. 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 …

  3. comment
    Comment #40551264

    I remember stumbling upon this on YouTube and I really enjoyed the simplicity of it

  4. 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 …

  5. comment
    Comment #38961878

    [flagged]

  6. comment
    Comment #38945428

    D=document;E=“getElementById”; D[E](“myId”)

  7. 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…

  8. comment
    Comment #38935067

    [flagged]

  9. 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…

  10. 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…

  11. comment
  12. comment
    Comment #38625828

    The fact that we have touch screens in cars in the first place is an abomination.

  13. comment
    Comment #37831011

    * star start start of ;)

  14. comment
    Comment #37830970

    :) we think similarly. I came here to post & and anddress

  15. 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…

  16. 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…

  17. story
  18. comment
    Comment #37007365

    Same story at Citigroup. Happened around 2017

  19. 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

  20. comment
    Comment #36938933

    similieHash(“documentation as code”) == similieHash(“nails as hammer”)

  21. comment
    Comment #36766929

    Squeeze a lemon or muddle some strawberries into it and you’re golden. Tea is nice too.

  22. 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…

  23. 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…

  24. comment
  25. comment
    Comment #34051841

    I’m pretty sure Roger Hui’s implementation of J was written in roughly Arthur’s style