emitstop's comments

emitstop | 9 years ago | on: The End of Gmane?

Fine by me. The real Gucci Mane is back out of prison, what do we need this one for.

emitstop | 9 years ago | on: A Tragic Loss

92 people per day isn't "uncommon". It might be statistically improbable, but that's not what uncommon means. It's a regular, daily occurrence for 92 real human lives every day.

emitstop | 9 years ago | on: A Tragic Loss

This is the first fatality collision after 130 million miles of tesla's autopilot, so it's already above that bar.

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

So all they determined was everyone already has the top installed (and often pre-installed) apps already installed? What a surprise.

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: Why most mobile development projects fail

I assume when referring to PSD-driven development you mean to say the process of having a designer design a non-responsive, static mockup which is delivered the the front end dev team? I think this is important to clarify because a lot of people tout Sketch as being the answer despite it having the exact same pitfalls and issues Photoshop does.

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

This problem is the bane of my existence as a css/html guy. However I don't believe the core problem is what you suggest. Forcing designers to just work within wireframes isn't going to work. Assets and wireframes is only a small part of what a designer does when creating a good user experience.

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: Dropbox closing Carousel and Mailbox

Not surprised at all, there hasn't been any updates or improvements in awhile, especially for the desktop app, it's nearly unuseable with its current bugs. Seemed like Dropbox never put enough resources into it for it to really get off the ground.

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

Well I think its an out of sight, out of mind kind of thing. Something commented out is generally something you know you'll want to be referencing again. Coming back to something in the future you/your teammates might not even remember/realize that the deleted code was ever there.

emitstop | 10 years ago | on: PurifyCSS – Remove unused CSS

The methodology gives you the tools to have control over the cascade. You cannot avoid it entirely.

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

For many reasons, namely that we've already solved most of these "problems" years ago with simple concepts like OOCSS, SMACSS, and BEM. I suggest taking a look at this rebuttal. http://keithjgrant.com/posts/against-css-in-js.html

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

Just starting to realize how out of touch HN readers are with CSS. This mindset does not belong in a conversation about CSS in 2015.

emitstop | 11 years ago | on: CSS Sans – A pure CSS font

If you can select to copy its no different than a screen reader. There's is 0 usefulness to this, and it's embarrassing that it's on the front page of hacker news right now.

emitstop | 11 years ago | on: CSS Sans – A pure CSS font

Seriously, this is the stupidest thing I've ever seen. Why are people pretending this would be useful in any way at all?

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.

page 1