Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fork-while-fork
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
fork-while-fork
2y ago
Can you define what you consider a "very healthy diet"?
2.
▲
by
fork-while-fork
4y ago
This is exactly the problem with unlimited PTO. It makes employees to feel guilty about taking time off and allows employers to avoid paying out unused time off when they leave.
3.
▲
by
fork-while-fork
4y ago
I've been running a PC Engines APU2 ( https://www.pcengines.ch/apu2.htm ) for many years now. It has enough power to route over my gigabit fiber connection. It has mini-PCIE slots for wifi cards. If you want 2.4GHz and 5
4.
▲
by
fork-while-fork
4y ago
> so that they could still enforce the non-compete without paying me in accordance with NY state law. Could you elaborate on that part?
5.
▲
by
fork-while-fork
4y ago
Google maps with Android Auto does auto-learn popular/regular destinations and suggests them at appropriate times. It works pretty well.
6.
▲
by
fork-while-fork
5y ago
Check out bettercap
7.
▲
by
fork-while-fork
5y ago
Intent matters. The maintainer very clearly intended to do harm. They abused end user trust which is a common attack vector for many pieces of malware.
8.
▲
by
fork-while-fork
5y ago
I'm curious if you think the same applies to a developer that writes any kind of ransomware when an end user downloads and installs it knowingly. End user trust is a common attack vector for malware and the developer here took advantag
9.
▲
by
fork-while-fork
5y ago
You can tell http.Client to not redirect: client := &http.Client{ CheckRedirect: func(req *http.Request, via []*http.Request) error { return http.ErrUseLastResponse }, } Then use the client as no