Viewing profile — craigyk
craigyk
HN member- Joined
- Sat, Dec 17, 2011, 4:32 PM UTC
- HN karma
- 892
- Public activity
- 363 items
- HN profile
- View on Hacker News ↗
About craigyk
No profile information was provided.
Recent public activity
-
comment
Comment #37923321
Gene Wolfe. Somehow resolves or explains every seemingly random occurrence throughout the story, even if the first person narrator is extremely unreliable and doesn’t make the conn…
-
comment
Comment #36097985
One of my favorite books, The Systems Bible would agree with your prediction.
-
comment
Comment #36085673
I grew up there in near rain forest area (just slightly short of the technical rainfall requirement). There aren't really any poisonous snakes on the island, just one type that has…
-
comment
Comment #36085594
what struck me about Hawaii on my last visits though is the juxtaposition against Puerto Rico (the lost opportunities). Very similar in a lot of ways- but hasn't nearly leveraged t…
-
comment
Comment #36085530
many islands have similarly diverse environments packed closely together; doesn't make Puerto Rico any less beautiful though.
-
comment
Comment #34823401
Thanks for the DD, I spent 30 secs scanning the article before thinking "this sounds like drivel, I'm going to check the comments"
-
comment
Comment #30172208
I also like to point out in a few similar contexts: even if you could measure all the things, and you could create a perfect/optimal cost function, there would still be no guarante…
-
comment
Comment #28769416
Reminds me a bit of one of my favorite books to chuckle over: systemantics
-
comment
Comment #26922324
I am a researcher in academia that handles most of my system admin needs myself. It’s way cheaper to do yourself than some of these comments here make it sound (if you have good se…
-
comment
Comment #23899851
It's a bit on a non-sequitur, but I am also looking at using MinIO as a S3 interface to a ZFS filesystem. Would be interested to hear from others about this use case for MinIO and …
-
comment
Comment #23899738
I think deletes in ZFS are just slow, my guess is it is doing work to update/coalesce free segments lists so that future writes stay fast.
-
comment
Comment #20358581
BeetleB is being disingenuous, the GOP fled and would not return until they were sure the bill died. There were other things that needed voting on- the climate bill was publicly dr…
-
comment
Comment #20141678
My guess is that ZFS is already pretty slow at deletes, your pool was pretty close to capacity and fragmented.
-
comment
Comment #19692696
This was the first book I read of his, and it blew me away. Gene Wolfe has been my favorite author ever since. His writing was at just the right level of sophistication where it wa…
-
comment
Comment #17965982
My Mazda 6 manual has a very smooth and light clutch and “hill assist” where the car will brake for you on hills as you ease into gear. It’s an awesome combo and I get virtually no…
-
comment
Comment #16677137
What amazed me the most from the first Snowden leak was that the NSA was vastly more effective and competent in their efforts than I had expected.
-
comment
Comment #16677118
I've seen this nonsense spouted a few places now. Personally, I think there is a big difference between the two, one focused primarily on cheerleading to get out the vote, the othe…
-
comment
Comment #16435653
Just last week Google maps directed we take a turn going down the wrong way of a one way street that was already clearly marked as one-way on the map- yeah, I'm not too worried abo…
-
comment
Comment #16205921
Yes. I was going to add that the lines in the original image are more likely due to the discontinuity between the top, bottom, left, right edges. The other comment wasn’t mine, but…
-
comment
Comment #16205016
The very strong 45º lines in the rotated image are probably mostly artifacts caused by the image edges seen in the rotated version. A rotation in real-space is equivalent to one in…
-
comment
Comment #16086526
It also consumes lots of CPU to scan memory this way, so just be on the lookout for webpages consuming lots of unexpected CPU.
-
comment
Comment #16083432
Are they running on bare metal? I'd say don't patch and only run pg and redis on the machine. They should still be secure, no?
-
comment
Comment #16075446
I wrote up this analogy, but basically it only checks after it has done the work of verifying a conditional, and the result of that conditional is to cache something you have can c…
-
comment
Comment #16072729
Yes it does because javascript execution has had to become very fast. Fast means you can run a very tight loop that updates a counter to create a fairly high-resolution clock.
-
comment
Comment #16068915
yeah, I don't think it is a perfect analogy for Meltdown, I'll try one, someone correct me if I'm misunderstanding Meltdown. Let's say you want to know if your boss is away on vaca…