Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
evanspa
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
evanspa
4mo ago
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 would not be ideal; it will just be noise.
2.
▲
Matthias Wandel's YouTube channel got hacked [video]
(youtube.com)
30 points
by
evanspa
3y ago
|
18 comments
3.
▲
by
evanspa
4y ago
"vicious" Think you meant to say "vacuous"
4.
▲
by
evanspa
5y ago
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 hockey and that one night a week playing and being with the
5.
▲
by
evanspa
5y ago
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.
6.
▲
by
evanspa
5y ago
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 data structures and algorithms that I just
7.
▲
by
evanspa
5y ago
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 nanit.com and saw the baby monitor tech, I thought maybe I we
8.
▲
by
evanspa
5y ago
> 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 headers"? What special header(s) needs to be on th
9.
▲
by
evanspa
6y ago
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 the bench holding it, you can get called for
10.
▲
iOS 14: The Attribution Hash
(adjust.com)
1 points
by
evanspa
6y ago
|
0 comments
11.
▲
by
evanspa
7y ago
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 clear-cut: https://www.washingtonpos
12.
▲
by
evanspa
7y ago
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...
13.
▲
by
evanspa
8y ago
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 regardless of their race; to treat people the way y
14.
▲
by
evanspa
8y ago
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 embarrassed to say that I don't really grok G
15.
▲
by
evanspa
8y ago
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 is relatively "formal" in that we all h
16.
▲
by
evanspa
9y ago
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.
17.
▲
by
evanspa
9y ago
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 REST API is written in Clojure and the backend is Postgre
18.
▲
Show HN: A simple offline-first app to track your reps in the gym
(itunes.apple.com)
2 points
by
evanspa
9y ago
|
1 comments
19.
▲
by
evanspa
9y ago
Shouldn't there be a connection between the top-right red circle and green circle in that very first graph?
20.
▲
by
evanspa
9y ago
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," which are either very far off from happenin
21.
▲
Show HN: A simple offline-first app to track your reps in the gym
2 points
by
evanspa
9y ago
|
3 comments
22.
▲
by
evanspa
9y ago
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 REST API is written in Clojure and the backend is Postgre
23.
▲
Show HN: A simple offline-first app to track your reps in the gym
(itunes.apple.com)
4 points
by
evanspa
9y ago
|
1 comments
24.
▲
by
evanspa
9y ago
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 of the blog just points to the bl
25.
▲
by
evanspa
9y ago
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 POSTing new records to the server for syncing, the server w
26.
▲
by
evanspa
9y ago
In my strength-tracking iOS app Riker, I use SQLite directly (not CoreData) as my local data store, and support full offline-mode. The backend is Postgres. In the app, for each relation (e.g., a "workout set"), I have 2 tables: a
27.
▲
by
evanspa
9y ago
Java has always allowed for class members using the "static" keyword. The GoF book predates the public release of Java. The code samples in GoF are in C++ and Smalltalk. Correct me if I'm wrong, but Java 8 does allow functio
28.
▲
by
evanspa
9y ago
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 REST API is written in Clojure and the backend is Postgre
29.
▲
Show HN: A simple offline-first app to track your reps in the gym
(itunes.apple.com)
4 points
by
evanspa
9y ago
|
1 comments
30.
▲
by
evanspa
9y ago
Thanks. Honestly, I didn't even know that Garmin offered an SDK to build apps. Will have to build a Riker app for the Garmin's too :)
More ›