Live data from Hacker News

Viewing profile — robohamburger

robohamburger

HN member
Joined
Wed, Oct 09, 2013, 6:03 PM UTC
HN karma
280
Public activity
153 items

About robohamburger

No profile information was provided.

Recent public activity

  1. comment
    Comment #41217329

    I have literally fixed a coffee grinder at one of the startups I worked at. I think I would fail this test since most coffee machines are hard to repair unless it is something triv…

  2. comment
    Comment #27516091

    Had a similar experience. Was on this for a bit when I had a GP who seemed hesitant to prescribe stimulants even though I had historically taken ritalin and it was fine (all side e…

  3. comment
    Comment #22696018

    I like how the ascii graphics look better but the fact that they are not square drives me crazy. I used tilesets when I was learning the game which I would recommend since it can b…

  4. comment
    Comment #20454744

    Yup my solution as a fellow bus user on 3rd is to try time it right so I am not out there for too long.

  5. comment
    Comment #20423006

    I think also knowing which streets to avoid entirely are good too. Each street has its own vibe and always has. 3rd and pike was bad way back in 2000's in ways that are similar to …

  6. comment
    Comment #20422908

    They may not even own the car: https://www.seattletimes.com/seattle-news/homeless/mayor-dur... Usually you can spot the cars that are homes, at least where I live.

  7. comment
    Comment #20422809

    Just moved back to Seattle and I can feel my empathy slowly eroding away from all this. It is tough and sad to see.

  8. comment
    Comment #20397283

    It is always worth taking a look at what you need to accomplish and the data you have and the tools for manipulating it then build (or not build) a system. If you just hit everythi…

  9. comment
    Comment #19920595

    > It has high latency: because build is costly, it is invoked at most once per x seconds, which means you either have to wait to get the results, or get stale results. I find this …

  10. comment
    Comment #19900918

    A QR code or something similar I could scan and get the receipt in csv would fix receipts for me.

  11. comment
    Comment #19312447

    I have been using specs ECS in rust for about a year and a half now and I think rust + ECSs work really nicely together. However, I started with a simple stupid solution you descri…

  12. comment
    Comment #19292744

    https://www.merckmanuals.com/home/infections/parasitic-infec... is at least one such parasite I would not want to detox on. I wonder what fun pals live inside those fish though.

  13. comment
    Comment #17988859

    I agree, and as a person who used to work from home and is now going in again, it is hard to adjust and I find my self-questioning the merits of physical offices. I think there is …

  14. comment
    Comment #17693081

    Have you ever shipped a python? It is best to isolate it and its dependencies otherwise unexpected things happen.

  15. comment
    Comment #17610617

    I wish I had thought of that when I had a dog who liked to run away! Mine really like car rides, and we didn't live in the city so I would just get in my car and slowly ride up beh…

  16. comment
    Comment #17578983

    Still really enjoying rust. I am really amazed by all the work that goes into it and the level of organization that is going on behind the scenes.

  17. comment
    Comment #17433324

    I know building permits do seem to work like this in the US. There is probably a separate db (if its even a db) for each county. It is very much a data cleaning nightmare from my l…

  18. comment
    Comment #17418842

    Agreed. Also, unless django has changed peaking under the hood is a nightmare. Forms and the ORM (and really the whole framework) is giant ball of mud.

  19. comment
    Comment #17340389

    I met a friend, who I am still friends with today by lending them my Diablo 1 manual in class. That was an amazing manual.

  20. comment
    Comment #17340303

    Agreed, which is my bad. Though spiritual successor is kind of squishy idea it's probably obvious they were not considering diablo 3 as being in the running.

  21. comment
    Comment #17339974

    I guess I didn't read spiritual in the successor part though I am not sure what that means. I can see how they games are different enough that saying diablo 3 is a spirital success…

  22. comment
    Comment #17339640

    edit : Didn't read the the "spiritual" part of the "spiritual successor". Though you could argue diablo 3 is, I would not be so bold. You should still try diablo 3 if you haven't. …

  23. comment
    Comment #17252504

    Thanks for sharing this! I didn't realize this project existed. I have lots of questions now, like why this isn't using the zeromq based protocol, so I guess I will need to spend s…

  24. comment
    Comment #17251435

    I think a more interesting direction would be for jupyter lab to ship an electron app and have it able to understand how to spin up and talk to containerized kernels. I made a hack…

  25. comment
    Comment #16979500

    I really like jupyter and I am looking forward to jupyter lab and where it takes computing. It is really great for solving one off problems or learning. The jupyter code itself whi…