Viewing profile — Dashron
Dashron
HN member- Joined
- Thu, Apr 21, 2011, 3:26 PM UTC
- HN karma
- 30
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About Dashron
Recent public activity
-
comment
Comment #48891115
When I switched from engineering to product, I tried a bunch of different user insight tools. They all had their strengths and weaknesses, but they always felt... off. They gathere…
-
comment
Comment #32318654
I've tried a lot of different app, and mealime is the only one that clicked with me. 1. I'm reminded to pick meals on Sunday 2. I select a couple of interesting recipes and it crea…
-
comment
Comment #32291502
I'm sure it would amplify my anxiety! My son was IVF so we already have images of him most parents would never see (e.g. blast stage), but having a long term ultrasound time lapse …
-
comment
Comment #27439088
I didn't use the word offended. Feeling offended is a very different emotion than feeling alienated.
-
comment
Comment #27421054
It's not a good feeling when you find something "simple" to be hard. Few tasks are easy when you're a new programmer still wrapping your head around conditionals. If my docs might …
-
comment
Comment #21328356
I looked at the code (but didnt try it) and I think this only affects console output, not any return value that you would parse.
-
comment
Comment #18507524
Ah, I read that phrase differently, but think I see your point now. There's definitely a type of "plan" that can be very micromanagey, and problematic. I've lucked out and most pla…
-
comment
Comment #18488171
He goes in more details about product management here: http ://blairreeves.me/2018/10/16/whats-a-senior-product-managers-job/ I don't believe his view conflicts with yours. I think…
-
comment
Comment #16150843
Does anyone have experience with long-term usage of these automatic DB to API systems? I always worry about change management and inefficient designs.
-
comment
Comment #14930133
I like hal+forms!
-
comment
Comment #14929893
Business logic should be hidden behind the API and the representation. Just like a website, actions are presented when the business logic allows it. Other API calls depend on the p…
-
comment
Comment #14062987
Yeah definitely. I completed https://aframe.io/aframe-school via https://webvr.rocks/firefox on my PC & Rift. It's a great framework.
-
comment
Comment #11421315
Looks like Steam has similar conditions: http://store.steampowered.com/subscriber_agreement/ "YOU AND VALVE AGREE TO RESOLVE ALL DISPUTES AND CLAIMS BETWEEN US IN INDIVIDUAL BINDIN…
-
comment
Comment #10189457
Or if you want to use native promises, I threw this together https://github.com/Dashron/roads-coroutine
-
comment
Comment #8531211
This proposal is more in line with the system you describe (except null instead of undefined). https://tools.ietf.org/html/rfc7386 I prefer it, and think it's much easier to unders…
-
comment
Comment #4790359
One bonus is that the transfer from Dropbox to a web service is going to be way faster than from your computer to that same service. Additionally, the user can navigate away from t…
-
comment
Comment #4694648
Future progress on this can be located at https://github.com/Dashron/Bifocals/issues/8 if you are interested.
-
comment
Comment #4690799
I messed with a couple of highlighters and they all had issues highlighting everything correctly. I might turn them all into gists, but I am going to talk with the rainbow.js autho…
-
comment
Comment #4690569
Ugh where the hell does that happen? My linter usually yells at me, I'll dig around and fix those up.
-
comment
Comment #4690559
Hey all, I'm having issues replying to comments so I've been emailing jasonmoo to get everything lined up properly. Hope I can answer any questions you have. Thanks, Aaron
-
comment
Comment #4195491
Wow, Resource-View-Presenter is exactly my framework. Except I call my presenter layer "resources" and my resources "models". The state machine in my framework is a system within t…
-
comment
Comment #4194831
I might be reading the blog wrong, but it seems he is using the MVC view (templates separated from the logic and sent to the user) and the user interface interchangeably. These are…
-
comment
Comment #3491515
Put is supposed to be Idempotent ( http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.1... ). calling "PUT a=b&c=d" three times should be identical to calling it once. So a…