Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
funciton
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
funciton
3mo ago
Developer's machines and cicd systems are high value targets. They were absolutely right to point that out.
2.
▲
by
funciton
1y ago
You want to be authenticated specifically on the device that you're using to access the website. Not some arbitrary other device. If you enter your username, password, and totp, and the website tells you you've logged in from some
3.
▲
by
funciton
2y ago
The city is polluted. Do we replace the entire city or install air filters? It's mostly a matter of scale.
4.
▲
by
funciton
2y ago
I find it a bit strange to make a blanket statement like that, dismissing an entire field of research as 'not a net positive'.
5.
▲
by
funciton
2y ago
Who's going to be on the hook for ID verification? Ah, right... Just a thought, making open source maintainers do more unpaid work is probably not the answer to the problem of overworked open source maintainers.
6.
▲
by
funciton
3y ago
$300 million of that was raised against a $3 billion valuation, and another $700 million against a $10 billion valuation. All in all fairly little dilution for Conde Nast / Advance Publications.
7.
▲
by
funciton
3y ago
Reddit admins only have site-wide rules to worry about. They don't need to care about whether a particular post is appropriate for a particular subreddit. If they did that would make their job a lot more complicated.
8.
▲
by
funciton
4y ago
Unless you want to be using tor all day every day, and never make an online purchase or log in on a website ever again, there's really no way to stop companies from tracking you. The only way to make that happen is if a regulatory auth
9.
▲
by
funciton
7y ago
The missing fundamental illusion persists when the harmonics are split across different ears, and whether it is perceived or not is highly subjective. That's why it's widely accepted to be an illusion that arises in the brain'
10.
▲
by
funciton
7y ago
Friends and family, sure. But why should a random stranger who has never contacted me before be able to place events in my calendar without my consent? Why is that even the default behavior? The easy fix would just be to change the default
11.
▲
by
funciton
8y ago
Haskell, Idris
12.
▲
by
funciton
8y ago
> I much prefer the simple NULL sentinel that blows up like an assertion when I made a mistake. Haskell, for instance, has the 'fromJust :: Maybe A -> A' function that allows you to do just that. It unpacks the Maybe typed v