Viewing profile — thedirt0115
thedirt0115
HN member- Joined
- Fri, Mar 03, 2017, 4:28 PM UTC
- HN karma
- 348
- Public activity
- 161 items
- HN profile
- View on Hacker News ↗
About thedirt0115
No profile information was provided.
Recent public activity
-
comment
Comment #36915006
Consider owning an ETL system where users can create periodic jobs, like calculating a "daily active user" rollup table from a bunch of event source tables. Now consider being aske…
-
comment
Comment #36132729
This got me interested as well. I couldn't find the specific incident they were referring to with a brief search, but I did find this, which implies that toll data can be and has b…
-
comment
Comment #24590766
There is a rule variation that disables confirmation of whether the person you're voting off was a crewmate or imposter --- this variation makes the "kill, self-report, blame other…
-
comment
Comment #24317995
Here is a GIF demonstrating the tangent line as a point traverses a curve: https://s3-us-west-2.amazonaws.com/courses-images/wp-content... The "pencil" (the short line representing…
-
comment
Comment #24193151
This is really cool, thanks for sharing! It would be great if the hover text for the tools also displayed the keyboard shortcuts that I found in the nice and easy-to-read JavaScrip…
-
comment
Comment #23853794
Here's a GIF of the belt trick they're talking about in the paper: https://www.gregegan.net/images/DiracAnimation.gif
-
comment
Comment #23838465
Don't be afraid to put unfinished code or code without tests up on GitHub -- just mention in your README that it's not production-ready yet or something. It still has educational v…
-
comment
Comment #23709805
I too miss Flash games, but there are still tons and tons of free indie games on the web. Have you checked out itch.io, for example? There are ~90k free HTML5 games [1]. [1]: https…
-
comment
Comment #23654446
There's a billiards simulator/game[1] that uses event prediction instead of step-based physics for realistic and reproducible results. It solves the equations of motion to find the…
-
comment
Comment #23541313
That looks like it's from 2016 -- is this still the case? (I'm not a Dropbox user, but would like to know)
-
comment
Comment #23429810
The author was a mechanical engineering professor who loves pool. These slow motion videos are more physics demonstrations than instructional. Not many people know how to jump the …
-
comment
Comment #23429596
Dr. Dave is awesome. If you like this, you might also like "Amateur Physics for the Amateur Pool Player" -- http://www.sfbilliards.com/Misc/Shepard_apapp.pdf
-
comment
Comment #23385324
Demo + discussion: https://news.ycombinator.com/item?id=13329525
-
comment
Comment #23356807
Hammerspoon can do this (and way more!) for free :) https://www.hammerspoon.org/go/#winresize
-
comment
Comment #23301566
These are called "pangrams". Here's a fun one that's short and makes sense: Waltz, bad nymph, for quick jigs vex!
-
comment
Comment #23273038
This is correct, they released the source code a couple years ago under a reference license. https://blogs.unity3d.com/2018/03/26/releasing-the-unity-c-s... https://github.com/Unit…
-
comment
Comment #23127598
My Lua isn't strong, but I think this is what you're looking for: Data structure initialization: https://github.com/rxi/lite/blob/master/data/core/doc/init.l... How insertion works…
-
comment
Comment #23074521
AutoHotkey can do this "caps lock as both escape and control" thing too. I use this, from http://vim.wikia.com/wiki/Map_caps_lock_to_escape_in_Windows : ; Author: fwompner gmail co…
-
comment
Comment #23047019
I agree that it would be nice if the learner was given some instruction on how to experiment right away. I'd recommend https://regex101.com/ as a tool to complement this (or any) r…
-
comment
Comment #22902208
And interestingly, not everyone sees the illusion: https://www.ncbi.nlm.nih.gov/pubmed/27847925
-
comment
Comment #22884262
One of the featured games is Kine, a cool looking 3D puzzle game. The creator, Gwen Frey, just did a great GDC talk, "The Kine Postmortem": https://www.youtube.com/watch?v=wDG_EvHC…
-
comment
Comment #22839221
I'm not into 3D printing, so I'm unsure of what viable means in that context, but for photogrammetry in general, I've had success generating 3D models of little figurines/statues w…
-
comment
Comment #22670368
tl;dr: "Not because chemical weapons are immoral. Because they are ineffective" :'(
-
comment
Comment #22660655
Another sports sim that is incredibly close to real life is Virtual Pool 4. It looks quite dated, but no other game has more realistic billiard physics that I know of.
-
comment
Comment #22447936
There's an issue open for this, so they'll probably have it pretty soon: https://github.com/apple/swift-argument-parser/issues/8