Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Anagmate
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Anagmate
7y ago
Haskell indirectly solves this by separating `trace` (a form of logging) from IO (trace is a procedure that logs function call while all other IO must be contained in an IO monad).
2.
▲
by
Anagmate
8y ago
Had an awesome experience with german Amazon support - he was very friendly and helpful, sent an e-mail afterwards where he explained how the problem occured in more detail and got in touch with their tech team, which fixed the problem in f
3.
▲
by
Anagmate
8y ago
> "buy only from us or never from us" And? Seems like a valid move (from both moral and corporate perspective) to me.
4.
▲
by
Anagmate
8y ago
if the practices used by the company were so bad and abusive, shouldn't the customers just move to another company? Voila, problem solved, the company no longer has monopoly.
5.
▲
by
Anagmate
8y ago
> to allow the source page to carve out How would that help? If I have malicious site, I just wouldn't use that feature.
6.
▲
by
Anagmate
9y ago
I feel like YouTube uses its monopoly to create a walled garden focused on (in their own words) advertiser-friendly content. The thing is, it makes perfect sense from their side - they will make people angry, but why would they bother if th
7.
▲
by
Anagmate
10y ago
This would probably be too hard & expensive to implement, but it seems as the most user-friendly solution: create connection protocol where both ends send all possible protocols they can work with (standard codes could probably be estab
8.
▲
by
Anagmate
10y ago
for me, it throws several false alerts (Twitter, Flickr and few others). Is it possible that it's caused by my browser extensions (uBlock Origin, Disconnect)?
9.
▲
by
Anagmate
10y ago
wedding photos keep you on facebook, which means more time spent on facebook -> more ads server & more behavior tracked. If you click the news, it will take you away from facebook.
10.
▲
by
Anagmate
10y ago
my approach to this consists of 4 security "levels": 1. I have one "throw away" password for services I don't give a fuck about 2. 2 passwords for ordinary services (breach cannot cause any serious harm and I can re
11.
▲
by
Anagmate
10y ago
not really - I get the offer fairly often when looking up a route somewhere, and I don't have Uber installed.
12.
▲
by
Anagmate
10y ago
I feel like a large part of the negativity around Node.js comes from the callback hell and almost everything being async. Solution to these two problems (an ingenious one I think) is async/await (and there is an awesome polyfill on npm