Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
purity_resigns
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
purity_resigns
7y ago
The only folks I ever here say "the right tool for the job" are Java devs. /s In all seriousness, people using non-mainstream languages are very attached to them. At least in my sample size of one.
2.
▲
by
purity_resigns
7y ago
In my experience on Windows 10, localhost doesn't work all the time 127.0.0.1 like it does on MacOS or Linux.
3.
▲
by
purity_resigns
7y ago
Lazy evaluation is what's most commonly blamed for that, no?
4.
▲
by
purity_resigns
8y ago
I just walked away from an offer at a React shop in Manhattan for 200K TC. There's plenty of specialization available still.
5.
▲
by
purity_resigns
8y ago
I agree with that definition. Maybe lossy is the wrong word, but the transforms historically had gotchas. PPX and what not. Especially when converting between Reason syntax version upgrades and the more stable OCaml syntax (locked to OCaml
6.
▲
by
purity_resigns
8y ago
`| ((Some (result))[@explicit_arity ]) -> Js.Array.forEach Js.log result` the explicit_arity being added in. I can't think of other examples at the moment.
7.
▲
by
purity_resigns
8y ago
I think the ReasonML parser and formatter have numerous issues that'll keep it from being adopted more widely. Especially with nested expressions, the inability to find mismatched parens and braces ultimately turned my team's expe
8.
▲
by
purity_resigns
8y ago
Long ago, when I was at Amazon, we used Collaborative Filtering pretty heavily. It's great when there's a heavily sweetened path with lots of things ordered together or in a chain. It's horrible for moderately popular items t
9.
▲
by
purity_resigns
8y ago
In the US, maybe contractor/body shops are rarer around dev work? Mostly around the Department of Defense. My point was that employers' ability to pull in lots of short term employees weakens their negotiating power. At least in G
10.
▲
by
purity_resigns
8y ago
> The power balance is so skewed in the direction of the employee in the software industry Maybe for the folks at the very top, the Rockstars of yore. Bloomberg ran this yesterday. https://www.bloomberg.com/news/feat
11.
▲
by
purity_resigns
8y ago
https://github.com/fscheck/FsCheck is something I've used very briefly in the past. I did more work with this sort of thing in Scala. In my experience, you usually end up with much more coverage than you want or n
12.
▲
by
purity_resigns
8y ago
Both BuckleScript and PureScript use the someVar|0 trick.
13.
▲
by
purity_resigns
9y ago
As an American that took a substantial pay cut (taxes add to the pain) to get into Germany, this sounds about right for my experience. I came over mostly as a cultural thing, and salary was less of a concern. I work with a few Canadians as
14.
▲
by
purity_resigns
9y ago
A shortage at the price companies are willing to pay, typically growing slower than inflation.
15.
▲
by
purity_resigns
9y ago
Does the article handle ethnically discriminatory hiring practices? Neither "Divers-" and "ethnic"show up in the article, and if it's like Boston's Chinatown, workers are overwhelmingly Chinese.
16.
▲
by
purity_resigns
9y ago
Boise, ID has the same problem with air quality (and it's also in the Mormon heartland). As a non-Mormon growing up in Southern Idaho, it's hard to argue the church isn't very influential politically and also good at social w
17.
▲
by
purity_resigns
10y ago
What are ways companies skirt L1 laws? I always assumed offshoring was done through a country with the laxest visa laws possible.
18.
▲
by
purity_resigns
10y ago
A lot of the diversity data that companies have put together recently doesn't show the magnitude to which companies depend on non-citizen labor.
19.
▲
by
purity_resigns
10y ago
It would be nice if they focused on the JavaScript backend a little bit. There's issues like https://github.com/purescript/purescript/issues/2577 that show the serious performance issues the language has
20.
▲
by
purity_resigns
10y ago
I've ended up on a sidewalk turning with snow on the ground. If the sidewalks are the round kinds it seems like that'd be especially easy.
21.
▲
by
purity_resigns
10y ago
Reason's syntax is a little cleaner and it's easier to get up and running with.
22.
▲
by
purity_resigns
10y ago
I've heard them called Siren Servers.
23.
▲
by
purity_resigns
10y ago
for letter in 'hello world?': print(letter, end='')
24.
▲
by
purity_resigns
10y ago
Interesting that Rich Harris is also behind rollup and that Svelte appears to use CommonJS instead of ES modules still.
25.
▲
by
purity_resigns
10y ago
Chrome is but IE writ large.