Live data from Hacker News

Viewing profile — maxnoe

maxnoe

HN member
Joined
Tue, Feb 28, 2017, 9:00 AM UTC
HN karma
1,366
Public activity
404 items

About maxnoe

No profile information was provided.

Recent public activity

  1. comment
    Comment #49033635

    Because he composed the anthem?

  2. comment
    Comment #49021181

    Who blatantly ripped that off from Karl Marx...

  3. comment
    Comment #48861726

    > The square root of -1 doesn't correspond to any quantity you could count or measure directly (you can't have negative one apple, for instance) That must be the worst explanation …

  4. comment
    Comment #48857636

    Unix time does not count elapsed seconds in real time since 1970-01-01T00:00:00, this is a common misconception. Unix time assumes a fixed number of seconds per day. 86400. If a le…

  5. comment
    Comment #48856474

    No, the current rules are being relaxed because with the current ones, a negative leap second _might_ happen in the near future. It did not happen yet. No negative leap second that…

  6. comment
    Comment #48293081

    GitHub Incident again/

  7. story
  8. comment
    Comment #47966495

    Imaging Atmospheric Cherenkov Telescopes, we detect optical light emitted by high energy particle Cascades in the atmosphere to observe cosmic gamma radiation. The particles need t…

  9. comment
    Comment #47950834

    One would be support for ligatures

  10. comment
    Comment #47932595

    Our telescopes actually need the (or at least an) atmosphere to function. There are some classes of observatories, which you cannot build in space but which are still affected by s…

  11. comment
    Comment #47908890

    > This is where I usually insert that 3,000 year old Gandalf meme. Elrond?

  12. comment
    Comment #47908870

    Copying my comment from the other recent thread: The authority on the definition of SI units is very clear: > The hertz shall only be used for periodic phenomena and the becquerel …

  13. comment
    Comment #47853729

    Keep in mind that our current instruments are not really sensitive to most exoplanets that would be interesting for a sci-fi setting. Current instruments are mostly good at finding…

  14. comment
    Comment #47822930

    Please don't. The authority on the definition of SI units is very clear: > The hertz shall only be used for periodic phenomena and the becquerel shall only be used for stochastic p…

  15. comment
    Comment #47822862

    Yes, the year has pi * 1e7 seconds 1e5 / 3.14e7 ≈ 3e-3, milli, not micro

  16. comment
    Comment #47707527

    Or as Stephen Fry put it: "Nature, Nurture and Nietzsche", very fitting here.

  17. comment
    Comment #47603925

    There is a section in the GitHub Readme of Eurooffice with a justification of the fork: https://github.com/Euro-Office#euro-office-liberates-the-onl...

  18. comment
    Comment #47500750

    "Most companies still do not publish Linux builds for creative software" There, fixed it for you. It's not like Linux is the blocker here.

  19. comment
    Comment #47396902

    Absolutely not. You could argue this for entry level lectures, but not at the PhD level. PhD is learning how to do original research, how could you separate teaching that from doin…

  20. comment
    Comment #47273873

    Ever tried latexmk for the automation?

  21. comment
    Comment #47065403

    But this exact example is different, because the critical step of mutation is missing. The initial line is the same, but: a = b = random.random() a += 1 a == b # False Only because…

  22. comment
    Comment #46692078

    Science never proves a positive. You can only disprove . The only way to prove a positive if there is a finite number of possibilities and you have disproven all but one. But even …

  23. comment
    Comment #46675813

    If you are more into doing this locally than using a Webservice, have a look at astroplan based on astropy. https://astroplan.readthedocs.io/en/stable/

  24. comment
    Comment #46599281

    If it disagrees with experiment, it's wrong. https://youtu.be/EYPapE-3FRw?si=LjSNyltYaVUY5bzX

  25. comment
    Comment #46419778

    But on any modern CPU, clock speed won't be constant. It's not compile time constant, nor a runtime constant. Its variable over time. You'd have to record the clock speed over time…