Live data from Hacker News

Viewing profile — Dashron

Dashron

HN member
Joined
Thu, Apr 21, 2011, 3:26 PM UTC
HN karma
30
Public activity
23 items

About Dashron

Aaron Hedges, API Product manager, and web developer by night. Fascinated by developer experience in web frameworks, API SDKs, and APIs themselves.

Recent public activity

  1. 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…

  2. 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…

  3. 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 …

  4. comment
    Comment #27439088

    I didn't use the word offended. Feeling offended is a very different emotion than feeling alienated.

  5. 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 …

  6. 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.

  7. 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…

  8. 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…

  9. 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.

  10. comment
    Comment #14930133

    I like hal+forms!

  11. 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…

  12. 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.

  13. 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…

  14. comment
    Comment #10189457

    Or if you want to use native promises, I threw this together https://github.com/Dashron/roads-coroutine

  15. 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…

  16. 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…

  17. comment
    Comment #4694648

    Future progress on this can be located at https://github.com/Dashron/Bifocals/issues/8 if you are interested.

  18. 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…

  19. comment
    Comment #4690569

    Ugh where the hell does that happen? My linter usually yells at me, I'll dig around and fix those up.

  20. 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

  21. 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…

  22. 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…

  23. 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…