emitstop | 9 years ago | on: Users You Don’t Want
emitstop's comments
emitstop | 9 years ago | on: The End of Gmane?
emitstop | 9 years ago | on: Mozilla could walk away from Yahoo deal and get more than $1B
emitstop | 9 years ago | on: A Tragic Loss
emitstop | 9 years ago | on: A Tragic Loss
Additionally, 92 people are killed in fatal car accidents in the US every day. So it's not as though this is some uncommon occurrence that autonomous vehicles would be unlikely to improve.
emitstop | 9 years ago | on: The app boom is over
Also I would love to install more apps but to do so I have to clear space on my phone, and the apps I already have are slowing my phone down and eating my battery. For me it's always a matter of resources.
emitstop | 9 years ago | on: Wal-Mart Plans to Test Grocery Delivery Through Uber, Lyft
emitstop | 9 years ago | on: Agile Is Dead, Long Live Continuous Delivery
emitstop | 9 years ago | on: Why most mobile development projects fail
https://keminglabs.com/boxbox/dynamic-layout-engine/
Check out this demonstration. I really think this is going to be the next big step forwards for designers. I don't think they need to fully understand CSS, the box model, flexbox, the dom, inheritance, etc to deliver effective designs. They just need to be forced to follow these limitations of these things within the design tool itself.
I think the idea is to make every change the designer makes reflect a nearly identical change that the frontend devs are going to have to also make. For example, text color inheritance is a notoriously hard thing for a designer to grasp. If that was handled automatically for them, they are going to out of necessity, create a more code friendly color inheritance hierachy in their designs.
emitstop | 9 years ago | on: Why most mobile development projects fail
I think the solution is going to lie somewhere inbetween, with designers needing to expand their knowledge and working within tools that are based on how CSS and HTML actually function instead of a program that allows you to just place boxes wherever you want and hope its easy to code.
I've been following what these guys are doing over at BoxBox, they are onto something big I think. https://keminglabs.com/boxbox/
emitstop | 10 years ago | on: Texting and Driving? Watch Out for the Textalyzer
emitstop | 10 years ago | on: Congratulations You’ve Been Fired
Generally newly created, but not necessarily. In 'The Lean Startup' by Eric Ries one of the primary examples is based around Intuit, which is a large publicly traded company.
emitstop | 10 years ago | on: Dropbox closing Carousel and Mailbox
I've switched to airmail for the time being, but I'm definitely going to miss snoozing emails to specific dates.
emitstop | 10 years ago | on: Dead Code Should Be Buried – Why I Didn't Contribute to NLTK
emitstop | 10 years ago | on: PurifyCSS – Remove unused CSS
emitstop | 10 years ago | on: PurifyCSS – Remove unused CSS
Edit: Also the point I was getting at was that cascade is a useful and powerful tool, just as the methodologies for controlling it are. We will also soon have a property that will eliminate the cascade entirely... all:unset;
I just think the problems and solutions listed in the talk are either non-problems or are things that could be solved in superior ways. And that it introduces more problems and limitations than it solves.
emitstop | 10 years ago | on: PurifyCSS – Remove unused CSS
The reasons people are running into problems with global css scope is because they don't understand the basics of how to write effective and maintainable CSS. Seems like many front end devs nowadays grew up with css hand-holding libraries like bootstrap, and can't seem to wrap their heads around completely necessary things like taking account for CSS specificity and how the cascade works and how to use it to your advantage.
emitstop | 11 years ago | on: How to Center in CSS
emitstop | 11 years ago | on: CSS Sans – A pure CSS font
emitstop | 11 years ago | on: CSS Sans – A pure CSS font
I see how its a fun exercise in CSS and everything, but actually providing it as a download as if people will use this productively is stupid.