Live data from Hacker News

Viewing profile — anordin95

anordin95

HN member
Joined
Thu, Oct 31, 2019, 10:29 PM UTC
HN karma
192
Public activity
35 items

About anordin95

No profile information was provided.

Recent public activity

  1. comment
    Comment #48333109

    The CEO of this startup was also the CEO of Cruise during the scandal in which Cruise hit a pedestrian, lied and heavily misrepresented evidence to CA investigators. Ethically jarr…

  2. comment
    Comment #47720063

    I initially found this odd too. However, I think the catastrophic failure probability is the same as the prior system, and presumably this new design offers improvements elsewhere.…

  3. comment
    Comment #45921723

    I should have mentioned that the government foots the legal bill! That is, you don't need to hire your own costly lawyer. The case will eventually be USA vs. (your old company), an…

  4. comment
    Comment #45852999

    I'm an American who was retaliated against in the past for collective bargaining efforts. Luckily, that's illegal here as codified by the National Labor Relations Act of 1935 (it p…

  5. comment
    Comment #45831470

    I know it and do like it! Even for those that follow Diataxis, in my experience the "Explanation" sections are often lacking, especially compared to the "How-To" or "Tutorial" ones…

  6. comment
    Comment #45828755

    I am a huge fan of the "Explanations" page of their docs: "These explanation pages are oriented towards deepening your understanding of Hypothesis, including its design philosophy.…

  7. comment
    Comment #45389828

    I would have liked more insight into the control group (so called "matched control") hospitals. Typically, PE firms only step in when companies (in this case, hospitals) are strugg…

  8. comment
    Comment #44649081

    Mhm. You need another thread to accomplish async file reads, which is basically what aiofiles does. This isn't really to the fault of asyncio. The necessary OS primitive isn't avai…

  9. comment
    Comment #44640342

    Mmm fair point! Though, coroutines aren't really asynchronous objects in that usage, right? Since `await coroutine` would run that coroutine synchronously.

  10. comment
    Comment #44640315

    Ah, I'm so glad to hear it. And, thank you for the nit/feedback! I generally use python3.12 for my work which doesn't error out on that line. However, python3.11 and below will rai…

  11. comment
    Comment #44638711

    I've used Python's asyncio a couple times now, but never really felt confident in my mental model of how it fundamentally works and therefore how I can best leverage it. The offici…

  12. story
  13. story
  14. story
  15. comment
    Comment #44607355

    A high level overview of the ideas and objects that power Python's asyncio. And, some simple, illustrative examples.

  16. story
  17. comment
    Comment #44286031

    Surprisingly, it appears TechCrunch's analysis regarding price ratios and trip distance is a bit off! From the article: "This was true of the Uber and Lyft rides, too. But Obi foun…

  18. comment
    Comment #41816664

    Thanks for the suggestion. I've added a link to llamafile in the repo's README. Though, my focus was on exploring the model itself.

  19. comment
    Comment #41792298

    There are other popular ways to invoke these models, such as Ollama and Hugging-Face's general API package: transformers, but those hide the interesting details behind an API. Peel…

  20. story
  21. comment
    Comment #41773021

    Peel back the layers of the onion and other gluey-mess to gain insight into these models.

  22. story
  23. story
  24. comment
    Comment #41727134

    There are other popular ways to invoke these models, such as Ollama and Hugging-Face's general API package: transformers, but those hide the interesting details behind an API. I wa…

  25. story