Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
falafel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
falafel
3y ago
BBC, NPR and Washington Post are all left leaning organizations funded by governments and billionaires. I don't know if I would call this "getting a reasonable overview of world and local news".
2.
▲
by
falafel
3y ago
I like Angular and I think it's still a solid choice for new apps in an enterprise setting, and signals are a welcome addition that solve real problems, but I don't understand the hype. Signals are as old as JavaScript if not olde
3.
▲
by
falafel
3y ago
do-notation can be easily implemented using delimited continuations (ie. generators). Generators compose well and flatten tail calls so you don't need TCO or trampolines. The only notable issue is that one-shot delimited continuations
4.
▲
by
falafel
6y ago
There isn't much difference nowadays. I think it's just a matter of preference as long as the trackpad is made of glass, which aren't hard to find on PC's anymore. I even prefer my PC trackpad on Linux vs my Mac trackpad
5.
▲
by
falafel
6y ago
There are plenty of CLI tools built on Node: https://github.com/sindresorhus/awesome-nodejs#command-line-...
6.
▲
by
falafel
6y ago
So the employer punishes people that cannot afford to live close to the office? And on top of that, if they need to travel to conduct business, their pay is decreased? If I understand this right, it seems like a horrible idea, and I would n
7.
▲
by
falafel
6y ago
That's not the comparison as far as I understand it. The analogy is of someone that dedicates all their time to becoming the best at their craft, like Chopin. It's not about being a genius.
8.
▲
by
falafel
6y ago
I don't agree with the first two points. Native applications aren't consistent in this way. There are dozens of cross-platform GUI kits and they all behave slightly different, just like Electron apps. If you want consistency, you
9.
▲
by
falafel
6y ago
It is indeed ironic. I was initially interested in the content, but I closed the site in less than a minute after getting frustrated by the emojis, blurry text and annoying sidebar and header animations when scrolling. I remember another si
10.
▲
by
falafel
7y ago
Chief Architect. About 15h per week, or almost half my time basically. * ~1h daily for status meetings * ~2h twice a week for project coordination and discussion * ~4h once a week for overarching architecture decisions across all projects *
11.
▲
by
falafel
7y ago
This refers to the Language Server Protocol [1] which is intended to decouple the IDE features from your editor so you can use it with any editor, such as Vim. [1] https://en.wikipedia.org/wiki/Language_Server_Protocol
12.
▲
by
falafel
7y ago
As a remote employee, I fully agree. Also, can we stop polluting the environment unnecessarily? There are too many cars on the road with just one person inside. How many of those people really need to commute into an office every day becaus
13.
▲
by
falafel
9y ago
> places outside of North America and West Europe have lagged in attitudes to software development. This is right. From my experience working with an offshore team in India, the main problem is cultural. A large majority of the developer
14.
▲
by
falafel
9y ago
To be honest, I think if anything the trend will continue and the salaries will go up. There will still be a shortage of highly skilled developers who demand higher salaries. At my company we've been trying to hire a senior frontend de
15.
▲
by
falafel
9y ago
Also what's shocking is that you see plenty of young able people in those tents that could get a job yet decide to stay there. That baffles me. If you have arms, and legs, and you're doing ok in the membrane, then you can find a j
16.
▲
by
falafel
9y ago
Callback hell? What is this 2010? Callback hell is a non-issue in modern JS code with promises, and async/await.
17.
▲
by
falafel
9y ago
They haven't unfortunately. npm 5.5.1 is still very broken, especially if you use postinstall scripts.