Viewing profile — robohamburger
robohamburger
HN member- Joined
- Wed, Oct 09, 2013, 6:03 PM UTC
- HN karma
- 280
- Public activity
- 153 items
- HN profile
- View on Hacker News ↗
About robohamburger
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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.
-
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 …
-
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.
-
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.
-
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…
-
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 …
-
comment
Comment #19900918
A QR code or something similar I could scan and get the receipt in csv would fix receipts for me.
-
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…
-
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.
-
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 …
-
comment
Comment #17693081
Have you ever shipped a python? It is best to isolate it and its dependencies otherwise unexpected things happen.
-
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…
-
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.
-
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…
-
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.
-
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.
-
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.
-
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…
-
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. …
-
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…
-
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…
-
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…