HN user

jetako

89 karma
Posts0
Comments38
View on HN
No posts found.
Aging programmer 4 years ago

I can't speak to the prevalence of this mentality, but it rings true for my consultancy. The idea of maximizing hours is absurd. We do everything we can to minimize hours, thus maximizing value to the client. That's how we keep our clients happy, and make room for more business.

1. Keep Coding

Hardest pill to swallow, but it's mostly true. The old adage, "If you want something done right, do it yourself" is a subversive kind of fallacy, because it's half correct. Yes, you could probably get it done better and sooner, but every minute you spend doing it yourself could have been invested in empowering your team.

I've been using redux-zero on my latest projects with reasonable success. It does away with the distinction between actions and reducers, so you're basically just calling functions that update the app state.

This eliminates almost all boilerplate-ish code compared to redux, but it comes with its own caveats. I think it's a solid choice for small to medium size applications.

https://github.com/concretesolutions/redux-zero

Amazon Go 10 years ago

I hope all of the bleeding-heart armchair economists in this thread see your post. They've clearly never worked these jobs they claim to value so much.

The city only gives back what you put in. It's an onion with enormous depth, and you have to dig. I guess she wasn't willing to put in the effort. It's definitely not for everyone.

The city does seem to be in constant flux, but there are plenty of landmarks. Griffith Observatory and the Downtown Library come to mind.

The author sounds like she spent most of her life west of Hollywood. I would be bitter too if my outlook was so myopic. She somehow managed to miss the bustling Jewelry District and Gallery Row on her way to Skid Row, and must have turned around before she reached the Arts District.

Distributed fairly evenly from K to 12, I enjoyed a handful of passionate teachers that conducted class in a more Montessori fashion, all at public schools. At the very least, they permitted me to guide my own curriculum.

My CAD/CAM teacher permitted me to spend an entire semester messing around with Photoshop. He would simply check in on me once a week. Without question, the skills I learned in those months got me my first industry job 3 years later.

The vast majority of my teachers followed the mediocre status quo that you describe, but there certainly was no mandate to teach that way. I know the problem is far more complex than individual teacher engagement, but that's what it boils down to. Anything that can be done to inspire teachers and keep them happy (better pay wouldn't hurt) should have a positive effect on education. The teachers that had the best impact on me cared the most about teaching, simple as that.

I submit that a major, if not the primary reason for the Leaf's disappointing sales is its atrocious, shameful, ugly design. It honestly makes me wonder if Nissan wanted it to fail so they can say "we tried" and have a scapegoat for backing away from electric tech.

I chose Ember in part to make use of its sibling framework, ember-data. Is there a relational model abstraction that integrates well with Angular?

Funny you mention reinventing the wheel. YUI may have been around for just as long, but jQuery won the DOM abstraction battle years ago.

Both Ember and Backbone depend on jQuery, incidentally. Leveraging popular libraries is an important feature of any framework.

My iOS 7 Wishlist 14 years ago

Google Now is the one feature that will determine whether I switch from iPhone to Android in the next 6 months. If Apple doesn't come up with something comparable in that time frame, they will lose a customer.

Sounds like your hairy ass is the real problem. Ever considered trimming down there? Dry paper might afford you the illusion of cleanliness, but I guarantee you your bum remains dirty without a thorough washing.

I'm sure you have better things to do than build a lightbox from scratch. Take 10 minutes to learn someone else's solution and you can move on to solving the actual problem for which you were tasked, which likely has little to do with lightboxes.

WTFJS? 16 years ago

Yea, what a weird mental block, not realizing null is equivalent to 0, even in math statements. I guess it's because null is not the same as 0 when converted to a String.

WTFJS? 16 years ago

isNaN(null) == false; is the only wtf I can never remember to avoid, because I can't rationalize it no matter how hard I try.

Edit: I get it now. null coverts to 0

Nice tut for simple plugins. For plugins that keep lots of state per element and allow subsequent modification thereof, I would suggest building with the jQuery UI widget framework. Among its conveniences are method calls via $(element).customWidget('methodName') I was pleasantly surprised to find the core to be completely independent of the template system, meaning there's no custom css mixed in there, and no explicit/hacky support for any of the jQuery UI widgets.

It's like sushi. Mediocre sushi can be enjoyable, especially when you get a multi-course meal out of it. But premium sushi, the kind shipped straight from Japan or wherever the fish live best, is another thing entirely. You can't even compare the mediocre with the premium. Different planes of satisfaction. It's the difference between decent and incredible.