Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hesselink
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
hesselink
1y ago
Same in the Netherlands. Postcode and house number is unique and enough to deliver mail. I usually write the return address that way.
2.
▲
by
hesselink
3y ago
Does anyone else find this article unreadable? It sounds more like a marketing piece than an explanation of what merge queue is.
3.
▲
by
hesselink
5y ago
It is worth noting that according to a (Dutch language) article I read this morning, 90% of the listings that were removed had not been booked in the last year according to an Airbnb spokesperson. Paywalled Dutch language link: https:/
4.
▲
by
hesselink
7y ago
I was confused as well. I think (from some other comments) that the issue is that you can scroll to text that is specific to you and others might not have on their page (e.g. 'cancer' on some medical page) and then somehow gather
5.
▲
by
hesselink
7y ago
And yet you provide none. What do you base this on?
6.
▲
by
hesselink
7y ago
It isn't, I don't understand where this comment comes from. You can derive the entire thing without writing a line of parsing code.
7.
▲
by
hesselink
8y ago
Haskell type classes by default pick the implementation based on a single type variable in its signature, but it can occur in multiple positions (including the return type). A commonly used language extension (multi parameter type classes)
8.
▲
Sloppy OPSEC gave researchers an inside look at the exploit industry
(cyberscoop.com)
4 points
by
hesselink
8y ago
|
0 comments
9.
▲
by
hesselink
8y ago
The thing is, you're focusing on when you've detected that there is an issue (a crash). A lot of the issues with NULL are the fact that you can't easily detect if beforehand. It's not indicated in the types, or the synta
10.
▲
by
hesselink
8y ago
Ctrl+V for making and operating on block selections.
11.
▲
by
hesselink
8y ago
Interesting, it doesn't seem to work here because my employer's VPN blocks the torrents.
12.
▲
by
hesselink
9y ago
I aliased 'g' to 'git'. Combined with git aliases ('st' for 'status' etc) this is almost as short but doesn't steal all the short names from your shell. So instead of 'gs' you have &#x
13.
▲
Crossenv malware on the npm registry
(blog.npmjs.org)
2 points
by
hesselink
9y ago
|
0 comments
14.
▲
by
hesselink
9y ago
The interesting thing is that he thanks PayPal for their help in this case.
15.
▲
by
hesselink
9y ago
I feel like this is a false dichotomy: you can have a fast iteration cycle, and have statically checked guarantees. I've worked in Haskell for 7 years and had exactly this. I could load my entire app in GHCi, make changes, reload and
16.
▲
by
hesselink
9y ago
Does anyone have the list of affected apps? It doesn't seem to be in the original blog post.
17.
▲
by
hesselink
9y ago
There are several packages on hackage offering a type safe printf. Some use TH, some use variadic functions (defined with a type class) or other advanced type level features.
18.
▲
by
hesselink
9y ago
If I understand correctly, the point is not raising IPC necessarily, it's finding what to optimize. If you have low IPC, optimize for memory access. If you have high IPC, optimize for code execution. This is in the article under "
19.
▲
by
hesselink
10y ago
I know it from this presentation: https://www.youtube.com/watch?v=AU2Rhq5eWa4
20.
▲
by
hesselink
10y ago
Or put the units in the type system: https://msdn.microsoft.com/en-us/visualfsharpdocs/conceptual...
21.
▲
by
hesselink
10y ago
You can also open a private browsing window.
22.
▲
by
hesselink
10y ago
I haven't read the linked report, but I'm guessing that's mostly industrial usage? From anecdotal evidence of the people I know (which is also biased), most consumer electricity is 'green' (wind, solar, and sometime
23.
▲
by
hesselink
10y ago
It's interesting how different people's preludes are. We have a custom prelude at work, and things that it has that this one doesn't: * Time types and functions. * Overloaded (.) and `id`, and some arrow functionality. * More
24.
▲
by
hesselink
11y ago
Seems to be down or at least very slow, here's the google cache version: http://webcache.googleusercontent.com/search?q=cache:http://...
25.
▲
by
hesselink
11y ago
This stack overflow question has some more nice examples: http://stackoverflow.com/questions/7220436/good-examples-of-...
26.
▲
by
hesselink
11y ago
I wonder if what these companies are (not) doing is actually a crime under the European personal data protection laws?
27.
▲
by
hesselink
11y ago
This is literally in the first paragraph of the story: > The staccato pop of a cracked knuckle might sound like a balloon bursting — but it’s actually triggered by the formation of gas bubbles, rather than their disappearance.
28.
▲
by
hesselink
11y ago
Hey, that's me! And I do hate a lot of things... including Haskell and OS X sometimes :)
29.
▲
by
hesselink
11y ago
It says they go to Spam, so I assume it will be treated like other spam (autodelete after 30 days, IIRC).
30.
▲
by
hesselink
11y ago
How would you prevent that?
More ›