Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jetako
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
jetako
4y 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 ou
2.
▲
by
jetako
4y ago
Shoutout to MobX-state-tree
3.
▲
by
jetako
7y ago
No need for dark mode if the canonical design is dark. I wish this was more prevalent.
4.
▲
by
jetako
8y ago
Vanguard ETFs are my jam: VOO, VXF, VGT, VTI, etc.
5.
▲
by
jetako
8y ago
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.
6.
▲
by
jetako
8y ago
> Safari is literally worse than IE6 was. You're joking, right?
7.
▲
by
jetako
8y ago
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.
8.
▲
by
jetako
8y ago
> 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
9.
▲
by
jetako
8y ago
Can't believe I've gone this long (2 years) without knowing about the `sls logs` command. It's life-changing.
10.
▲
by
jetako
8y ago
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
11.
▲
by
jetako
10y 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.
12.
▲
by
jetako
10y ago
DO NOT move to Seattle if you have any kind of seasonal-affective disorder, or you value seeing the sky.
13.
▲
by
jetako
11y ago
Why is it insane?
14.
▲
by
jetako
11y ago
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.
15.
▲
by
jetako
11y ago
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 outlo
16.
▲
by
jetako
13y ago
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 te
17.
▲
by
jetako
13y ago
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 scape
18.
▲
by
jetako
14y ago
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?
19.
▲
by
jetako
14y ago
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 fe
20.
▲
by
jetako
14y 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.
21.
▲
by
jetako
14y ago
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.
22.
▲
by
jetako
14y ago
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.
23.
▲
by
jetako
15y ago
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 light
24.
▲
by
jetako
16y ago
Haxe is even better. Very similar to Actionscript but with more comprehensive type inference and generics, to be brief.
25.
▲
by
jetako
17y 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.
26.
▲
by
jetako
17y 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
27.
▲
by
jetako
17y ago
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?
28.
▲
by
jetako
17y ago
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).c
29.
▲
by
jetako
17y ago
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 compa
30.
▲
by
jetako
17y ago
Please read up on MVC before you write any more code, for the love of sanity.
More ›