Viewing profile — Mageek
Mageek
HN member- Joined
- Mon, Jul 27, 2015, 3:19 PM UTC
- HN karma
- 363
- Public activity
- 68 items
- HN profile
- View on Hacker News ↗
About Mageek
No profile information was provided.
Recent public activity
-
comment
Comment #46112875
Breadth vs. Depth. Alg4Opt covers more topics, providing the motivation behind the algorithm, sometimes a basic derivation, and a concrete implementation. It has citations in the m…
-
comment
Comment #41758471
To be clear, both are fiction, it’s just that one is fantasy and the other is set in modern reality.
-
comment
Comment #41420312
The video doesn’t show how the car got into this situation
-
comment
Comment #39388314
Rust has a method for enforcing better memory safety. That is great for deployed applications, but can be annoying when you’re still exploring / mutating your code to figure out th…
-
comment
Comment #39377594
The article says it: “We determined that due to the persistent orientation mismatch of the towed pickup truck and tow truck combination, the Waymo AV incorrectly predicted the futu…
-
comment
Comment #39310536
My mom was hit by a driver when she was biking and fell with her arm in front of the wheel. The driver then decided to pull forward and drove over her arm. So humans don’t really s…
-
comment
Comment #38713159
NHTSA standing general order crash rates are a mandated and publicly available data source. That’s what the study is based on.
-
comment
Comment #37093831
Another very good blog overview here (not mine): https://ianthehenry.com/posts/delaunay/ I love DCELs and have been tinkering with them in my own side projects lately. Very cool da…
-
comment
Comment #37050440
Isn’t Waymo already operating a full service in Phoenix? Haven’t heard of many issues from there.
-
comment
Comment #35618732
I highly recommend the course “Computer, Enhance!” by Casey Muratori on substack for those interested in how CPUs / assembly work. You get to decode byte code, simulate instruction…
-
comment
Comment #35097610
I recently started the new class by Casey Muratori, “computer enhance”, that teaches performance-aware programming. I also try to complete a small personal project every month and …
-
comment
Comment #34896478
“As of 2020, South Korea was the only country among the OECD members to have a rate below 1, giving it a shrinking population.” Being below 2 gives you a shrinking population, beca…
-
comment
Comment #34601726
You still run A*, it’s just on the nav mesh rather than on a grid.
- story
-
comment
Comment #34551036
The title is complete clickbait. It should say “no one’s short intuitive explanations of why planes stay in the air are fully correct”
-
comment
Comment #34248808
A blog post in which the classic cart-pole swingup problem is solved with a hierarchical control method that breaks the problem down into a high-level search problem on top of low-…
- story
-
comment
Comment #33986093
Chesterson’s Fence comes to mind. If you think you have an obvious solution, you’re almost surely missing something. Killing people obviously has repercussions. Building more housi…
-
comment
Comment #33552948
the prompt wasn’t questioning why there aren’t more - it was asking where they hang out online.
-
comment
Comment #33111714
My next door neighbor would scream at people passing by. I’d routinely be woken at 7am due to his swearing. Things started getting worse. He verbally threatened to kill people. He …
-
comment
Comment #32090996
This is astounding! I’ve looked into papers on this topic before and found them indescipherable. I love the clean visualizations, the implementations, and the clear progression.
-
comment
Comment #31812768
The Chinese room argument is claimed to show how consciousness cannot be based on computation. I totally disagree - it merely shows that as an external observer we cannot verify co…
-
comment
Comment #31812698
I absolutely love doing this. I often write in LaTeX, where new lines don’t effect the typeset output. It is so much easier to see git diffs, comment sentences out, move sentences,…
-
comment
Comment #31802398
“Proofs from the Book” is a great (and IMO fun) book. The 3Blue1Brown YouTube channel is amazing as well.
-
comment
Comment #31500506
I very much enjoyed this blog post! Thank you for the thorough overview