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…
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…
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…
I didn't use the word offended. Feeling offended is a very different emotion than feeling alienated.
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…
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.
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, super…
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 possible to have someone…
Does anyone have experience with long-term usage of these automatic DB to API systems? I always worry about change management and inefficient designs.
I like hal+forms!
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…
Yeah definitely. I completed https://aframe.io/aframe-school via https://webvr.rocks/firefox on my PC & Rift. It's a great framework.
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 grant Valve and…
Or if you want to use native promises, I threw this together https://github.com/Dashron/roads-coroutine
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.
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…
Future progress on this can be located at https://github.com/Dashron/Bifocals/issues/8 if you are interested.
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…
Ugh where the hell does that happen? My linter usually yells at me, I'll dig around and fix those up.
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
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…
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…
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…
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…
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…
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…
I didn't use the word offended. Feeling offended is a very different emotion than feeling alienated.
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…
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.
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, super…
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 possible to have someone…
Does anyone have experience with long-term usage of these automatic DB to API systems? I always worry about change management and inefficient designs.
I like hal+forms!
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…
Yeah definitely. I completed https://aframe.io/aframe-school via https://webvr.rocks/firefox on my PC & Rift. It's a great framework.
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 grant Valve and…
Or if you want to use native promises, I threw this together https://github.com/Dashron/roads-coroutine
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.
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…
Future progress on this can be located at https://github.com/Dashron/Bifocals/issues/8 if you are interested.
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…
Ugh where the hell does that happen? My linter usually yells at me, I'll dig around and fix those up.
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
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…
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…
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…