Viewing profile — jacobgreenleaf
jacobgreenleaf
HN member- Joined
- Sat, Jul 20, 2013, 9:45 PM UTC
- HN karma
- 55
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About jacobgreenleaf
No profile information was provided.
Recent public activity
-
comment
Comment #23759039
Depending on the channel, this could be terabytes of content.
-
comment
Comment #22355946
Software Engineers [...] Job Outlook, 2018-28 +21% (Much faster than average) https://www.bls.gov/ooh/computer-and-information-technology/...
-
comment
Comment #20527833
The HTTP IETF RFC (2616) states: > The first digit of the Status-Code defines the class of response. The last two digits do not have any categorization role. There are 5 values for…
-
comment
Comment #20482119
To be more precise, ZFS snapshots are mostly just a timestamp reference, similar to how a git commit is just a reference to a git object. Writes don't change the value of the files…
-
comment
Comment #20416914
You could use the outages mailing list https://puck.nether.net/mailman/listinfo/outages https://puck.nether.net/pipermail/outages/2019-July/012527.h...
-
comment
Comment #17742019
Redis has authentication.
-
comment
Comment #17715103
The fact that it’s a “non functioning future” is exactly why people are concerned. It’s entirely possible to regulate a set of activities out of existence if you make the cost of c…
-
comment
Comment #17715029
FATCA “applies” to foreign corporations because bilateral treaties were signed, and a lot of the agreements were reciprocal.
-
comment
Comment #8380724
Are you seriously saying that buying something and throwing it away is better than donating the same amount of money?
-
comment
Comment #8008550
The MVP for that system wouldn't be all patient data, it'd be just one metric or something that you could harden the system's other properties against. If you leak one metric, you …
-
comment
Comment #8008361
> Far more likely prospect - aren't "K-9 units" widely renowned for corrupt practice, in particular training the dog to react on command to enable illegal searches and the planting…
-
comment
Comment #8008330
Title only makes sense if you accept the presupposition that Google has such a responsibility. Read: "Google's Growing Silence"
-
comment
Comment #7932243
If the hash was SHA-512 wouldn't that be hard?
-
comment
Comment #7924334
At the height of the great depression only ~23% of workers were out of jobs. That's hardly 100% during a "downturn." At 100% unemployment do you really think our current system of …
-
comment
Comment #7894461
How are you going to view the diff between more than two temporally adjacent commits? Or find the commit upon which an arbitrary line of source code was added? Or x, or y, or z rea…
-
comment
Comment #7894180
Alternatively, I think it might be possible if you can cause arbitrary interrupts to the operating system and control some registers and perhaps the stack as well. Depending on the…
-
comment
Comment #7887285
In South Korea, some argue that Samsung has that position: http://www.washingtonpost.com/world/in-s-korea-the-republic-...
-
comment
Comment #7882079
I would think that if Amazon is failing to rectify the problem, then they at least have a very clear and obvious incentive to do so.
-
comment
Comment #7766295
Then again, maybe the alternative methods of funding won't emerge and AdBlock will destroy the web as we know it.
-
comment
Comment #6831944
In Haskell, and I assume Scala, you can name types of the same form, so I might say a TimeSeries is a list of floating point values. If I use that data type, you can't accidentally…
-
comment
Comment #6583991
Actually the primary correlate of SAT scores is not intelligence but wealth.
-
comment
Comment #6076685
There is an inconsistency in naming: you call it "flags" at the top but "options" at the bottom. I think you should also say "Regular expression quick reference" rather than "Regex…