Live data from Hacker News

Viewing profile — dylukes

dylukes

HN member
Joined
Wed, Jul 04, 2012, 3:53 AM UTC
HN karma
194
Public activity
61 items

About dylukes

No profile information was provided.

Recent public activity

  1. comment
    Comment #44044132

    I've done research involving sampling from all extant notebooks on GitHub and manually analyzing them, and have been a heavy user of them in non-CS research contexts for a long tim…

  2. comment
    Comment #39995663

    San Diego is near the Palomar Observatory and Mount Laguna observatory (see map [1]). The observatory as well as environmental concerns of bright lighting at night messing with wil…

  3. comment
    Comment #38971371

    Small quibble: converting a measure to a z-score requires an assumption of normality and that you're considering a population. For a sample the equivalent is the t-statistic, which…

  4. comment
    Comment #38909982

    If I'm in the mood for being a little glib... where do you think that Linux distribution that SteamOS is based on got its user-space (or more seriously, its drivers?) Also: the Ste…

  5. comment
    Comment #38909247

    What do you think is running on your favorite game consoles (that aren't Xbox)? I'll give you a hint, it isn't Linux. Nintendo is using a custom OS but with a huge chunk of user sp…

  6. comment
  7. comment
    Comment #38826687

    Happy new year to all! Cheers!

  8. comment
    Comment #38746975

    I am reminded of Magnetix, though they were ball and stick based, and I don't believe included "solid" polygons. Maybe some kits beyond the ones I saw did.

  9. comment
    Comment #38746863

    Addendum: the positions of the atoms shown in that video and other figures are NOT smoothed or snapped to a grid in any way. They are directly drawn from the experimental results! …

  10. comment
    Comment #38746788

    There are applications of the Johnson solids to characterizing patterns that occur in nature at the nanoscale. You wouldn't be able to see them with the naked eye, but they are ver…

  11. comment
    Comment #38207289

    Two dozen programming languages shipped in or not, almost no languages support this. It is something that you start appreciating a lot more once you have used it significantly. It …

  12. comment
    Comment #38187556

    It separates "names as public-facing API design decisions" from "names as developer conveniences for expressing intent and clarifying their code". These are often very at odds. And…

  13. comment
    Comment #38138271

    American coffee shops have never been cafes. They're glorified caffeine dispensaries. Buy your drink, get out, drink it somewhere else. In Europe no one bats an eye at you spending…

  14. comment
    Comment #38138256

    Good news: https://github.com/jart/cosmopolitan/commit/5e8c928f1a37349a...

  15. comment
    Comment #38138201

    Sheer random chance. I had this same question while working on structural resolution of a certain RNA polymerase. I asked "okay so if this ratcheting mechanism allows the protein t…

  16. comment
    Comment #38065749

    I don't find the first point surprising. (Our) pi is the one tied to the only metric where the unit circle is perfectly continuous, differentiable, etc. The 2-norm is very special …

  17. comment
    Comment #37995538

    > In my book a general code review is simple sanity check by a second pair of eyes, which can result in suggestions to use different API or use an API slightly differently. This is…

  18. comment
    Comment #37817286

    If you start enums at 1, then the first item in the enum isn't coercible to false, all items coerce to true.

  19. comment
    Comment #37775026

    The fundamental idea of testing units and then integrations between units is unassailable and unkillable (today). We should have serious discussions about HOW we test units, and wh…

  20. comment
    Comment #37774998

    > this isn’t actually correct terminology This entire post could have been reduced to this (reasonably correct I think) claim. > if we recognize that what LLMs are really doing is …

  21. comment
    Comment #37774987

    I mean taking the title at face value and factoring in the odds... Practically speaking _you_ can do absolutely nothing with them. If you can then you work in a far more interestin…

  22. comment
    Comment #37774945

    People who are actually correct on the basis of significant experience don't tend to feel it necessary to remind others at every possible occasion (unless not doing so would lead t…

  23. comment
    Comment #37649223

    ALL THESE WORLDS ARE YOURS – EXCEPT EUROPA. ATTEMPT NO LANDING THERE.

  24. comment
    Comment #37560229

    AoVA lacking its own total ordering on indices might be a problem for some use cases, but not for the one that is suggested here: AST nodes. In these cases, the arrays can be just …

  25. comment
    Comment #37387419

    Also to give a brief overview: Dynapad was/is a scheme based wrapper/GUI layer/scripting interface for building applications on top of the Pad++ primitives. Sadly the version of sc…