Live data from Hacker News

Viewing profile — erikgaas

erikgaas

HN member
Joined
Sun, Oct 18, 2015, 9:15 PM UTC
HN karma
77
Public activity
40 items

About erikgaas

No profile information was provided.

Recent public activity

  1. comment
    Comment #49186238

    The important part is PBCs protect you from a shareholder primacy directive. Eric Ries describes it in his new book, but the example he gives is if the most evil company you know t…

  2. comment
    Comment #48479613

    I've been reading the book. The important part is in 2004 they were offered to be acquired by serono. Because of their governance they were able to say no to the acquisition. Meanw…

  3. comment
    Comment #45456421

    One thing I loved about the first solveit course was how create the community is. It goes back to fast.ai too, but everyone is super kind, smart, and has diverse backgrounds. We've…

  4. comment
    Comment #45456335

    Here is a video showing off using solveit for creating a web app. https://youtu.be/DgPr3HVp0eg?t=3120 To reiterate other comments, this is more about the methodology than the tool,…

  5. comment
    Comment #45184790

    Right. I agree, but I think you are appealing to generosity when it works just as well if you appeal to greed and selfishness. If I'm a parent who does not intend to take advantage…

  6. comment
    Comment #44171375

    Templating is great. I think I prefer fasthtml because I can apply all of the python tricks I know. Python arguments seem to work very well. Having a list of dom elements and splat…

  7. comment
    Comment #44171307

    Imo they are abstractions but not quite as bad as you / myself / everyone else is used to. Monsterui is moreso an extension of fasthtml. It doesn't hide any of the underlying API. …

  8. comment
    Comment #44171153

    There is no reason for the author to be misleading about Table as a "high level component". There are more than enough examples that fit your definition. Look at the code for dashb…

  9. comment
    Comment #44170815

    If you want a custom Div you can just define a function for it. The definition of DivLAligned is just for convenience. You can see its implementation is fairly trivial. https://git…

  10. comment
    Comment #42819543

    Much better really? Looking at the muni map, pretty much all transit clusters around downtown. And bart doesn't even stop at 4th and King. You have to go to Millbrae for a close-is…

  11. comment
    Comment #42819334

    The other important implication is how Caltrain could be routed through underground tunnels to Salesforce transit center. 4th and king isn't super nice and, correct me if I'm wrong…

  12. story
    2
  13. comment
    Comment #26676313

    I took a waymo in Chandler that had no safety driver and it was able to make unprotected left turns just fine.

  14. story
  15. story
  16. comment
    Comment #25191580

    I work for Lyft's self driving car division, Level 5! Nbdev has been great. I use it a lot. Thank you for all of the work you've put into it!

  17. comment
    Comment #25165306

    So I use this in production at my company. It's an awesome tool. Personally when I'm coding in python I like to prototype in jupyter, copy code over, and then reimport anyway. Nbde…

  18. story
  19. story
  20. comment
    Comment #23535266

    I haven't used it in a while, but I remember having good experiences with Sumatra. https://www.sumatrapdfreader.org/

  21. comment
    Comment #22862235

    Been using this for work projects. A lot of raised eyebrows when people hear jupyter first development, but the automated docs, flexibility with prose, inline testing, out of the b…

  22. story
  23. comment
    Comment #20586325

    I took a neuroscience course back in the day that discussed findings related to autism. I don't remember everything, but there was a discussion on excess dopamine early in the brai…

  24. comment
    Comment #20306455

    Sometimes it is useful to make useless things. It will build experience while being fun and making you more able to come up with "useful" things. Tried this with a friend of mine. …

  25. comment
    Comment #20306395

    You can but it's not ideal. What if you want to write your own cuda kernel for your experiment? Python isn't really setup for this easily unless you want to throw odd c++ integrati…