Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Dashron
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Dashron
2mo ago
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 gathered feedback well but it wasn't easy to answer the questi
2.
▲
by
Dashron
4y ago
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 creates a grocery list. The recipes are varied but not
3.
▲
by
Dashron
4y ago
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 of those 9 months of my son would be pretty amazing.
4.
▲
by
Dashron
5y ago
I didn't use the word offended. Feeling offended is a very different emotion than feeling alienated.
5.
▲
by
Dashron
5y ago
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 be used by a new programmer I try to avo
6.
▲
by
Dashron
7y ago
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.
▲
by
Dashron
8y ago
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 plans I've worked with are super, supe
8.
▲
by
Dashron
8y ago
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 it's very pos
9.
▲
by
Dashron
9y ago
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.
▲
by
Dashron
9y ago
I like hal+forms!
11.
▲
by
Dashron
9y ago
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 purpose. If its part of the business logic, it's probabl
12.
▲
by
Dashron
9y ago
Yeah definitely. I completed https://aframe.io/aframe-school via https://webvr.rocks/firefox on my PC & Rift. It's a great framework.
13.
▲
by
Dashron
10y ago
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 BINDING ARBITRATION." "You gr
14.
▲
by
Dashron
11y ago
Or if you want to use native promises, I threw this together https://github.com/Dashron/roads-coroutine
15.
▲
by
Dashron
12y ago
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 understand.
16.
▲
by
Dashron
14y ago
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 the page, close their browser, lose internet, etc. and the tr
17.
▲
by
Dashron
14y ago
Future progress on this can be located at https://github.com/Dashron/Bifocals/issues/8 if you are interested.
18.
▲
by
Dashron
14y ago
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 author before I do. Hopefully this will be fixed soon!
19.
▲
by
Dashron
14y ago
Ugh where the hell does that happen? My linter usually yells at me, I'll dig around and fix those up.
20.
▲
by
Dashron
14y ago
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.
▲
by
Dashron
14y ago
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 the view layer so you can asynchronously re-route through the
22.
▲
by
Dashron
14y ago
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 two very different things. The interface the client uses is
23.
▲
by
Dashron
15y ago
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 any time you let the system generate an ID for the resour