Live data from Hacker News

Viewing profile — id_ris

id_ris

HN member
Joined
Sat, Jan 21, 2012, 8:07 PM UTC
HN karma
133
Public activity
30 items

About id_ris

No profile information was provided.

Recent public activity

  1. comment
    Comment #27885808

    One idea I've been using recently is to start writing unit tests around a piece of code or functionality as I'm trying to use it. That technique narrows the scope to a single thing…

  2. comment
    Comment #27724556

    There is no good reason to mimic matplotlib's API except that everyone knows it.

  3. comment
    Comment #27722449

    Did you consider creating a backend for Matplotlib which rendered to ascii?? That way a matplotlib user could simply switch backends when on the terminal, and then switch to someth…

  4. comment
    Comment #23894153

    How are people accessing GPT3? Is there a website, code repo, api... or do some select few have access?

  5. comment
    Comment #23807782

    None of these points address the hardest parts of buying lumber for a beginner. The hardest parts are in no particular order * knowing the maximum dimensions you can fit into your …

  6. comment
    Comment #22891397

    Is it not available through 'AVCaptureDepthDataOutput`? My understanding is that depth data is a separate channel stored in photos.

  7. comment
    Comment #22827189

    The biggest drawbacks of Swift are the legacy relationships it has to the Apple ecosystem. Yet swift is open source, and Apple and the community can fork it if they so choose. This…

  8. comment
    Comment #22826564

    I'm an iOS developer deeply familiar with Swift and on the path of learning ML. The irritation with "import Foundation" is understandable. Foundation is, wait for it, the Foundatio…

  9. comment
    Comment #22466213

    Very nice writeup. It's fun to see linear algebra out in the wild.

  10. comment
    Comment #22423191

    There is a lot of excitement around machine learning and AI and there is not a proportional excitement for the math that underlies the theory. In a lot of content that teaches mach…

  11. comment
    Comment #22419857

    I recently finished going through MIT OCW's linear algebra class from Gilbert Strang. Without the struggle of doing the assignments, reading the text, and watching the lectures, I …

  12. comment
    Comment #16579032

    is there anything to verify that this isn't clickbait to get addresses for an email list

  13. comment
    Comment #12430831

    Dr. Rhonda Patrick. she has a website and podcast

  14. comment
    Comment #10756740

    just when I thought I was becoming competent at shell scripts, a post like this reminds me of all the issues that I hadn't even known existed.

  15. comment
    Comment #10456417

    What do you want to do? Do you want to be the lead person adding automation to the analysts jobs? It sounds like you could catapult yourself up a few rungs on the ladder and have a…

  16. comment
    Comment #10447574

    You're right. I put in another pull request to fix the original function, but that's not yet been accepted. https://github.com/facebook/chisel/pull/122

  17. comment
    Comment #10447446

    > IMHO when debugging software needs to be automated to the point that a library needs to be written (and itself debugged) What is the underlying problem you're referring to? It is…

  18. story
  19. story
  20. story
  21. comment
    Comment #10430652

    Jose Saramago, a Nobel Prize winner for fiction, wrote a brilliant and surreal book based around this elephant and mahout. I highly recommend it: http://www.amazon.com/The-Elephant…

  22. comment
    Comment #9950659

    This is a reason to not verify over SMS and to instead use the Google Authenticator app. It seems easier to socially engineer a SMS redirect than to obtain the mobile device and by…

  23. comment
    Comment #9950370

    Is OTP one-time-password?

  24. comment
    Comment #9922754

    For linear algebra check out Prof. Gilbert Strand's course on MIT OCW. He's great at explaining the material and the course resources are comprehensive. http://ocw.mit.edu/courses/…

  25. comment