Live data from Hacker News

Viewing profile — mbrubeck

mbrubeck

HN member
Joined
Sun, Mar 15, 2009, 10:35 PM UTC
HN karma
21,909
Public activity
2,813 items

About mbrubeck

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #47622329

    But why should the fairest price be equal to exactly 12 months of earnings? Why not 1 month, or 100 months? Is there something special about the length of Earth's orbit that makes …

  3. comment
    Comment #47608874

    Thanks, I missed that 将 was shinjitai. I wonder what caused the weird mixture of glyphs in that example image.

  4. comment
    Comment #47605138

    Can you clarify which characters you're talking about? I don't see any examples of Japanese-specific kanji in the simplified Chinese examples. For example, the first image uses 沟 a…

  5. comment
    Comment #46829021

    The comment above is about non-rechargable lithium-metal batteries. You are thinking of rechargeable lithium-ion batteries.

  6. comment
    Comment #46332685

    There's some active work recently on fixing blocking issues, e.g.: https://github.com/rust-lang/rust/pull/148725 https://github.com/rust-lang/rust/pull/149489

  7. comment
  8. comment
    Comment #46103788

    So first you say it has always cost this much, but in the next breath you say that its cost has outpaced a high rate of inflation. Mathematically, these can't both be true.

  9. story
  10. comment
    Comment #45762161

    We're commenting on an article about IEEE 754 floating point values. Following the IEEE 754 standard, we have: >> isNaN(Infinity) false >> Infinity == Infinity true >> Infinity / I…

  11. comment
    Comment #45761501

    > two equal numbers divided by themselves equal 1 That's not true. For example: 0 == 0, but 0/0 != 1. (See also +Infinity, -Infinity, and -0.)

  12. comment
    Comment #44315016

    From over a decade ago, a paper on then-commercially-available browser fingerprinting tech, including a study of its deployment in the wild: https://dl.acm.org/doi/10.1109/SP.2013.…

  13. comment
    Comment #44259691

    Oops, thanks for the correction.

  14. comment
    Comment #44259661

    In versions earlier than 1.88, garbage collection required the unstable -Zgc flag (and a nightly toolchain). But in 1.88 and later, automatic garbage collection is enabled by defau…

  15. comment
    Comment #44259566

    Automatic garbage collection of old build artifacts* is coming in Rust 1.88 (currently on the beta channel, will become the new stable release in two weeks): https://github.com/rus…

  16. comment
    Comment #44137903

    In both of those cases the designated entity was incorporated in the US (KindHearts in Ohio, AHIF-Oregon in Oregon).

  17. comment
  18. comment
    Comment #43813891

    In words like icône in French, ô is typically used where the original Greek uses ω (omega). https://en.wikipedia.org/wiki/Circumflex_in_French#Indicatio...

  19. comment
    Comment #43442079

    units.txt defines `water` like this: water := gram / cm^3 // Standard density of water (defined) 1 g/cm^3 is the maximum density of water at standard pressure (1 atm), which it rea…

  20. comment
    Comment #43439115

    Looks like the author has fixed that; it’s now available under the Apache License 2.0.

  21. comment
    Comment #43334283

    Since krep doesn’t support regular expressions, it can’t run most of the ripgrep benchmark suite.

  22. comment
    Comment #43271348

    M2 Mac Studios were released in June 2023. https://support.apple.com/en-us/111835

  23. comment
  24. comment
  25. comment
    Comment #42942402

    Yes, they use Bing’s search index, but the relevant difference is that they promise not to retain logs of your searches associated with your IP address or other identifying data: h…