Viewing profile — andrewstellman
andrewstellman
HN member- Joined
- Sun, Nov 19, 2017, 2:29 PM UTC
- HN karma
- 353
- Public activity
- 55 items
- HN profile
- View on Hacker News ↗
About andrewstellman
Website: https://www.stellman-greene.com
Twitter: @andrewstellman
Github: https://github.com/andrewstellman/
Recent public activity
-
comment
Comment #29943059
> Teaching how to code should be about problem-solving and effectively using the tools of a programming language to solve it. Say for example modeling a card game. Even better if t…
- story
-
comment
Comment #19421194
I'm seeing several people asking what RDF is useful for. If you're curious, I use it for basketball analytics: https://github.com/andrewstellman/pbprdf Here's an article about my s…
- story
- story
-
comment
Comment #19054791
> The team realized that the process could be reversed: given a computer model of a 3D object, the researchers calculated what it would look like from many different angles, and th…
-
comment
Comment #18858018
> And unlike with object recognition that uses cameras, there are no privacy concerns, or need to maintain line-of-sight or good lighting conditions. Radar works through different …
-
comment
Comment #18800117
Well, yes, you're right – like beauty, readability is in the eye of the beholder. I've been writing a ton of Scala code lately, and my version is very Scala-like, so it looks bette…
-
comment
Comment #18795584
I've been looking for an example that shows how pattern matching can make code much both compact and readable. I think this does nicely. Here's an example in Scala: (1 to 100).map(…
-
comment
Comment #18759729
I remember it running autonomously on the little roads in Schenley Park, which were wide just enough for the vehicle but not open to traffic. Unfortunately, I never learned what ha…
-
comment
Comment #18759208
When I was studying computer science at Carnegie Mellon in the '90s, I played bass in a band, and the guitar player was a grad student at the Robotics Institute working on the auto…
-
comment
Comment #18752606
This is such a great story. Congratulations on turning things around! https://twitter.com/AndrewStellman/status/107722796317793484...
- story
-
comment
Comment #18563387
I've known people who lived a life very similar to the one this person describes: moving from town to town, making art wherever they go, meeting new people, floating from relations…
- story
-
comment
Comment #18337849
The vast majority of players won't realize that they can run untrusted code just by typing a few characters into a chat window. To be fair, most chat windows don't work that way.
- story
-
comment
Comment #18150001
One of the biggest misconceptions about markets is that the most recent trade price is the current value. But that's not actually true – it's approximately true in heavily traded m…
- story
- story
- story
-
comment
Comment #17736123
"Practical" is right – a seemingly "theoretical" exploit turns out to have serious practical implications. This is a really well-written article with lots of examples. Excellent wo…
- story
- story
-
comment
Comment #17572830
Yep. Here's the line that prints it – open a new Chrome tab (ymmv w/ other browsers, definitely looks weird in Safari), open developer tools, and paste it into the console: console…