Viewing profile — jhomedall
jhomedall
HN member- Joined
- Tue, May 10, 2016, 8:16 PM UTC
- HN karma
- 281
- Public activity
- 131 items
- HN profile
- View on Hacker News ↗
About jhomedall
No profile information was provided.
Recent public activity
-
comment
Comment #48372216
I have a VR headset and still prefer head tracking. It's more comfortable, and becomes second nature after an hour or two of use.
-
comment
Comment #37629516
On the combat side of things, Tiny Combat Arena is well reviewed: https://store.steampowered.com/app/1347550/Tiny_Combat_Arena... A lot of people also seem to like VTOL VR: https:/…
-
comment
Comment #34711188
There is no way to determine that a non-trivial neural network won't drastically diverge in output due to small changes in input (eg one pixel attacks on image classifiers). This i…
-
comment
Comment #34708809
That's useless in this case. You need to be able to prove that it will work with all inputs, and there are too many combinations of inputs to exhaustively enumerate.
-
comment
Comment #33511703
Not quite. Lifetime annotations prevent you from accidentally using references after the value they refer to has been freed. They track how long things will live, instead of defini…
-
comment
Comment #32502027
Why would static types require you to create additional classes?
-
comment
Comment #32334723
Willing to die and willing to endure torture are different things. Everybody breaks given enough pain.
-
comment
Comment #31880365
Oh you're right. My bad, sorry.
-
comment
Comment #31878012
The top (selected) path is 23 hexes from start to finish, but the winding closer path is 24 hexes.
-
comment
Comment #31524916
There is no line. If Google decides to ban you, your only recourse is to post online and hope your story gets enough traction for it to become a PR issue for them.
-
comment
Comment #31055289
I've worked on several teams that required PRs before merging, and there was never any toxic behavior. Everybody was happy with it.
-
comment
Comment #28971851
Nobody in this thread insulted you.
-
comment
Comment #28765378
Encrypting web traffic is a necessary step in making dragnet surveillance impossible.
-
comment
Comment #28760667
Certificates from Let's Encrypt are free.
-
comment
Comment #28420889
Wow, I had no idea. Thanks for the heads up.
- comment
-
comment
Comment #27632991
Many Common Lisp implementations allow you to dump the program state to an image, which can then be loaded later.
-
comment
Comment #27584111
Both DCS and Falcon BMS (actively maintained fork of Falcon 4) have fully clickable cockpits. You can also use keyboard shortcuts, of course. Falcon BMS example: https://www.youtub…
-
comment
Comment #27555024
It most likely sounds difficult to understand because you are not familiar with it. Try working through the first few exercises in SICP; you'll see that it can be quite straightfor…
-
comment
Comment #27516387
There are plenty of people working hard and making sacrifices who will never be well-off financially. Good work ethic is an advantage, but does not guarantee a good life.
-
comment
Comment #27496737
A lot of forensic science, such as hair analysis, bullet casing analysis, and bite mark analysis, is either partially or entirely bunk. - https://www.washingtonpost.com/local/crime…
-
comment
Comment #27119467
Did you install docker from their own PPA linked in the instructions above, and are you on Ubuntu 20.04 with WSL2? Those are the only steps I took. e: ver on 'cmd' also shows Micro…
-
comment
Comment #27117437
From that link (permalink to answer: https://stackoverflow.com/a/61887923 ) : > Nowadays you can try: > sudo service docker start > when using WSL2, if you are running on windows v…
-
comment
Comment #27112634
Having followed the instructions from https://docs.docker.com/engine/install/ubuntu/ , I was able to get this working fine. This is without Docker Desktop installed. It probably wo…
-
comment
Comment #27110964
They do in WSL2, as I understand it.