Live data from Hacker News

Viewing profile — davnn

davnn

HN member
Joined
Thu, Aug 28, 2014, 4:02 PM UTC
HN karma
750
Public activity
297 items

About davnn

never stop questioning.

Blog: fastpaced.com

Recent public activity

  1. comment
    Comment #47172040

    I really appreciated his coding-style, but the bar is quite low on research/ML-algorithms to be fair. I still wonder how he managed to get „trending“ repositories regularly despite…

  2. comment
    Comment #47168251

    What was happening with this account? I was often seeing popular but empty (only title of the paper and maybe a short readme) repositories that were created directly after a paper …

  3. comment
    Comment #46813567

    Do you have a link to share? Would be highly interested!

  4. comment
    Comment #46786872

    I would say uv provides quite a lot of additional features that can be used in various ways to create plain-old venvs. Note, however that uv-pack can also pack a subset of your uv-…

  5. story
    Show HN: Uv-pack – Pack a uv environment for later portable (offline) install

    I kept running into the same problem: modern Python tooling, but deployments to air-gapped systems are a pain. Even with uv, moving a fully locked environment into a network-isolat…

  6. comment
    Comment #46323740

    It's kind of ironic that BMW pushed CATL into the EV market [1]. [1] https://cleantechnica.com/2022/06/30/how-herbert-diess-zeng-...

  7. comment
    Comment #46172591

    Why would you say useless? They hopefully make a couple of good decisions. Three good decisions a day [1], maybe? [1] https://www.youtube.com/watch?v=kfY3uRCvEMo

  8. story
  9. story
  10. comment
    Comment #45601152

    I am using runtime type and shape checking and wrote a tiny library to merge both into a single typecheck decorator [1]. It‘s not perfect, but I haven‘t found a better approach yet…

  11. comment
    Comment #45080529

    Maybe living the blue zone [1] lifestyle? [1] https://en.m.wikipedia.org/wiki/Blue_zone

  12. comment
    Comment #44782495

    There appears to be (almost) no true competition in healthcare, therefore no real incentives to improve productivity. Wages in healthcare rise disproportionately without productivi…

  13. comment
    Comment #44161772

    > The key insight is that smaller, well-bounded changes are exponentially easier to review thoroughly. I am not sure if that is the real insight. It appears to me that most people …

  14. comment
    Comment #43774230

    That's basically where I am coming from :). I know about my addiction.

  15. comment
    Comment #43770322

    Working in the ML field, I can't hate Python. But the type system (pre-3.12, of course) cost me a lot of nerves. Hoping for a better post-3.12 experience once all libraries are usa…

  16. comment
    Comment #42291225

    That‘s actually quite similar to the nearness library [1]. The main difference appears to be vicinity‘s focus on simplicity while nearness tries to expose most of the functionality…

  17. comment
    Comment #41756684

    That's the point I was trying to make, which is also why I brought up 'pseudo-local' development environments in the article.

  18. story
  19. comment
    Comment #41755547

    Maybe you refer to [1]? These are the two options I like to show students who first get in touch with data visualization. [1] https://www.data-to-viz.com/ Note: In the about page, …

  20. comment
    Comment #41422606

    ChatGPT answer: There are *two* "R"s in the word "strawberry."

  21. comment
    Comment #40024897

    There are libraries that support shape checking and I‘ve written a package to combine beartype’s runtime typechecks with jaxtyping‘s shapechecks, see https://github.com/davnn/safec…

  22. comment
    Comment #38992531

    Is 5k an appropriate amount for such a finding? Sounds incredibly cheap for such a large organization. How much would something like this be worth on the black market?

  23. comment
    Comment #38839915

    > To me it seems like it should be a top priority. Maybe most people are content with children, the current state of the art against aging communities?

  24. comment
    Comment #38790812

    Not yet, I believe. Revenue from iPhone sales is still quite fundamental to Apple‘s success, it‘s more than triple the revenue from all services combined (not including Google‘s se…

  25. comment
    Comment #37758003

    Python as a glue language (as it‘s mostly used in data intensive applications) for something like MPI should not add too much overhead?