Viewing profile — evanspa
evanspa
HN member- Joined
- Sat, Dec 29, 2012, 4:08 PM UTC
- HN karma
- 227
- Public activity
- 105 items
- HN profile
- View on Hacker News ↗
About evanspa
Recent public activity
-
comment
Comment #48083295
Another reason not to return a 404 in that case is that chances there will be monitor tooling in place that will treat a 404 as an "error" that will show up in your alerting, but w…
- story
-
comment
Comment #32343214
"vicious" Think you meant to say "vacuous"
-
comment
Comment #30233577
In my 40s. I feel that way too sometimes. My advice: try new things! I just started motorcycling; signed up for MSF course, got a used bike and it’s awesome. I play beer league hoc…
-
comment
Comment #30101741
I do! I did the 2019 AoC in Clojure and really enjoyed it. I plan on getting to the 2020 and 2021 ones at some point.
-
comment
Comment #30100522
I'm in my 40s doing the leetcode grind, but weird thing is, I'm actually ENJOYING it. I get a little high when I solve a problem, and I feel good about re-learning / re-discovering…
-
comment
Comment #28036502
Great article, love Clojure. Was trying to figure out what Nanit does. Might want to consider putting a link to the Nanit homepage on your engineering page. When just typed in nani…
-
comment
Comment #26993386
> Note that CORS preflight requests are not made for GET HEAD POST requests with default headers. I really wish the author included an explanation for this. What are "default heade…
-
comment
Comment #24276029
I think it's just called the "broken stick" rule. Specifically, if you break your stick, you HAVE to drop it on the ice immediately and be done with it. If you even skate back to t…
- story
-
comment
Comment #20107975
I don't think it's fair to mention the police confrontations without all the facts / context. Simply put, based on the reporting by The Washington Post, the situation is not so cle…
-
comment
Comment #19928348
You should check out my strength tracking app, Riker: https://itunes.apple.com/us/app/riker/id1196920730?mt=8 https://play.google.com/store/apps/details?id=com.rikerapp.r...
-
comment
Comment #18084477
Why do you feel it is "the natural tendency" to make minorities feel less welcome? My natural tendency -- and anecdotally, pretty much everyone I know -- is to treat people well re…
-
comment
Comment #16748911
I delivered a session at JavaOne (2001?) on Ant (I was a whiz at it). Then, I had to learn Maven as it gained traction. I'm currently doing Android development, but I'm a little em…
-
comment
Comment #16717810
In my beer hockey league (Charlotte), goalies have to pay the league fees too. And it's up to the player-coach to find a sub if the primary goalie can't make the game. Our league i…
-
comment
Comment #16484265
Ice hockey also has the +/- metric, and as a defenseman that doesn't get a lot of goals and assists, I'm glad it's there.
-
comment
Comment #16132503
Developer here. Thanks for checking out my app, Riker. In case anyone is curious, the iOS app is native, written in Obj-C. The Riker web app is written using React and Redux. The R…
- story
-
comment
Comment #16125104
Shouldn't there be a connection between the top-right red circle and green circle in that very first graph?
-
comment
Comment #16051733
Agreed - it would be really great to have automatic recording of reps like we have for steps, but as you pointed out, you would need "smart equipment" and "smart free weights," whi…
-
story
Show HN: A simple offline-first app to track your reps in the gym
Developer here. Thanks for checking out my app, Riker. In case anyone is curious, the iOS app is native, written in Obj-C. The Riker web app is written using React and Redux. The R…
-
comment
Comment #15951549
Developer here. Thanks for checking out my app, Riker. In case anyone is curious, the iOS app is native, written in Obj-C. The Riker web app is written using React and Redux. The R…
- story
-
comment
Comment #15915476
Sorry if it's already mentioned, but I found it frustrating that I could not get to the winnie homepage ( http://www.winnie.com ) from the blog. Even the "Home" nav link at the top…
-
comment
Comment #15310451
You are right. The way I solved for this scenario is that when a record is first created on the device, a GUID is created for it (and stored using another column of course). When P…