Live data from Hacker News

Viewing profile — brandmeyer

brandmeyer

HN member
Joined
Sun, Apr 19, 2015, 6:30 PM UTC
HN karma
4,226
Public activity
1,223 items

About brandmeyer

No profile information was provided.

Recent public activity

  1. comment
    Comment #49000878

    It shouldn't, under the assumptions they are opening up with. Inverse square law twice is appropriate for an approximation that the reflection is entirely diffuse because you assum…

  2. comment
    Comment #48598183

    Some day we'll get CREATE TABLE ... ( ... STORAGE ORDER COLUMN MAJOR) to have our transactional cake on the tables that need it and eat our analytics cake on the tables that need t…

  3. comment
    Comment #47961662

    The vast majority of POI churn information comes from streetview + machine learning object detection + automatic change detection + human verification. There are many clever algori…

  4. comment
    Comment #47398748

    > they (might) have a float, and are using the `==` operator, they're doing something wrong. Storage, retrieval, transmission, and serialization/deserialization systems should be a…

  5. comment
    Comment #47398718

    Repeating the exercise with something that is exactly representable in floating point like 1/8 instead of 1/10 highlights the difference.

  6. comment
    Comment #47083736

    They are very similar to the pros and cons of having a monorepo. It encourages information sharing and cross-linkage between related teams. This is simultaneously its biggest pro a…

  7. comment
    Comment #45232747

    You can't even express static rounding in C. You can't even express them in the LLVM language-independent IR. Any attempt to use the static rounding modes will necessarily involve …

  8. comment
    Comment #45181571

    Nothing major , just some oddball decisions here and there. Fused compare-and-branch only extends to the base integer instructions. Anything else needs to generate a value that fee…

  9. comment
    Comment #44701942

    Any argument that is filled with this much ragebait should be dismissed out of hand.

  10. comment
    Comment #44631874

    ISPC suffers from poor scatter and gather support in hardware. The direct result is that it is hard to make programs that scale in complexity without resorting to shenanigans. An i…

  11. comment
    Comment #44475892

    Shout-out to the NOAA GFS team, who publish the GFS analysis directly to AWS S3. https://registry.opendata.aws/noaa-gfs-bdp-pds/

  12. comment
    Comment #43008372

    > And I suppose you could write a validator to make sure that this worked. Like this one! https://clang.llvm.org/extra/clang-tidy/checks/bugprone/argu...

  13. comment
    Comment #42979683

    > introduced by PWM dimming, but why would that be a low enough frequency to bother people? The human fovea has a much lower effective refresh rate than your peripheral vision. So …

  14. comment
    Comment #42948518

    clang-format and clang-tidy are both excellent for C and C++ (and protobuf, if your group uses it). Since they are based on the clang front-end, they naturally have full support fo…

  15. comment
    Comment #42318307

    LUTs are commonly used in geodesy applications on or near the Earth's surface. The full multipole model is used for orbital applications to account for the way that local lumpiness…

  16. comment
    Comment #42306314

    Exactly what order and degree were you using to evaluate the model? Variations in drag and solar pressure are more significant than the uncertainty in the gravity field for objects…

  17. comment
    Comment #37831719

    > "^integer" which is better than "int" I agree that it reads a little better. But as a small-handed person, it is unfortunately much more uncomfortable to type.

  18. comment
    Comment #37583866

    > isn’t a standard in that protobuf doesn’t care Shove protobuf into Something Else that does packet delimitation for you. I'm fond of SQLite for offline cases as a richer alternat…

  19. comment
    Comment #35248861

    Shout-out to Firefox Multi-Account Containers, which Just Works (TM) for exactly this use case.

  20. comment
    Comment #35033518

    This comment is a fantastic example of the meta-battle which the tech industry has been waging. They have worked very hard to change the very questions in the privacy debate. In th…

  21. comment
    Comment #34708165

    Running multiple test builds in parallel isn't all that difficult, though. One with ubsan, one with asan, and one (opt-in on a test-by-test basis) with tsan.

  22. comment
    Comment #33964041

    > There aren't connections in SQLite like there are for network-connected DBs (eg MySQL) The handle named `db` in your example is as expensive to create as a connection in the rela…

  23. comment
    Comment #33833330

    Its even optional in ARMv7-A and Cortex-A9 doesn't have it.

  24. comment
    Comment #33696820

    Big family house in the suburbs with aggressive demand scheduling (ie, we let the temp float a fair amount when nobody is home) versus high-efficiency car.

  25. comment
    Comment #33695519

    For my case, it was worse. When normalized to dollars, I spent nearly 2x more in HVAC expenses compared to driving's fuel costs, and that's with a modest commute (20 miles). Its mu…