Viewing profile — fork-while-fork
fork-while-fork
HN member- Joined
- Thu, Jun 10, 2021, 8:15 PM UTC
- HN karma
- 43
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About fork-while-fork
No profile information was provided.
Recent public activity
-
comment
Comment #39766451
Can you define what you consider a "very healthy diet"?
-
comment
Comment #34932832
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.
-
comment
Comment #34671357
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 …
-
comment
Comment #34255215
> so that they could still enforce the non-compete without paying me in accordance with NY state law. Could you elaborate on that part?
-
comment
Comment #33433437
Google maps with Android Auto does auto-learn popular/regular destinations and suggests them at appropriate times. It works pretty well.
-
comment
Comment #30744212
Check out bettercap
-
comment
Comment #30707297
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.
-
comment
Comment #30706288
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 …
-
comment
Comment #27465286
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 t…