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.
HN user
jetako
Shoutout to MobX-state-tree
No need for dark mode if the canonical design is dark. I wish this was more prevalent.
Vanguard ETFs are my jam: VOO, VXF, VGT, VTI, etc.
How do you figure? I've been financing a car at ~3% interest for the past 4 years. My investments have returned triple that over the same period.
Safari is literally worse than IE6 was.
You're joking, right?
I share your concern regarding text fields. That's the one area where I never want to mess with native behavior. The search results for "flutter ios text field copy paste" aren't encouraging.
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.
Can't believe I've gone this long (2 years) without knowing about the `sls logs` command. It's life-changing.
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.
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.
DO NOT move to Seattle if you have any kind of seasonal-affective disorder, or you value seeing the sky.
Why is it insane?
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.
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.
The question wasn't about Windows. The single-app setting only works when you use the Dock to switch apps, not when you use Command+Tab. I would like to know if there's a way to affect the latter as well.
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.
Haxe is even better. Very similar to Actionscript but with more comprehensive type inference and generics, to be brief.
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.
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
Compared to javascript, yes. True class-based inheritance, optional strict typing, getter setters, and methods and closures retain class scope. What's not to like? Null-reference errors?
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.
Please read up on MVC before you write any more code, for the love of sanity.