Viewing profile — eatfish
eatfish
HN member- Joined
- Sun, Nov 04, 2012, 2:29 AM UTC
- HN karma
- 87
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About eatfish
No profile information was provided.
Recent public activity
-
comment
Comment #35426786
You forgot the stage light effect. Mysteriously Apple give a free fix/service program for the 13" models but not the 15" models. Kind of sucks if you had a 15" model that started t…
-
comment
Comment #31820521
If you consider that Facebook bans around 5B accounts per year ( https://www.forbes.com/sites/melissaholzberg/2021/03/22/face... ). At this point that's more noise than signal. Not…
-
comment
Comment #29401827
True, and I think Quarterdeck (and Pharlap, Rational, etc.) developed the VCPI specification that allowed those DOS extenders to work cooperatively. Some of the early DOS extenders…
-
comment
Comment #29398110
Around that time DOS programs were still being written to fit within 640KB of memory. However PC's were starting to be shipped with 2, 4 or even 8MB of RAM - memory really was a so…
-
comment
Comment #23562579
Vaguely related: there's Firecracker which boots in 125ms on x86 but that's as a VM, so it's an apples to oranges comparison. From what I recall Firecracker powers AWS Lambda so it…
-
comment
Comment #20143825
Not the OP and I wouldn't say I'm a fan but I've made some peace with it by putting a membrane cover over the top and so far: (a) not one dust related casualty in the past 18 month…
-
comment
Comment #17779306
I expect they correlated logs from several sources, maybe the guy connected via ssh to Apple's servers at the same time his mac accessed software update or something. If he sent al…
-
comment
Comment #16863727
Don't do this to the space bar! I used the same trick as the video to fix/clean several keys out and had a pretty good feel for what I was doing. However the stress/weak points on …
- comment
-
comment
Comment #15564966
That's not a fair comment and you know it. Yes, instrumentation adds overhead. The absolute numbers cannot be used to determine peak performance but that's never the intention when…
-
comment
Comment #15558816
Only played with it a bit so far but it seems to me that the call and flame charts are now missing any timing information. Unless I've overlooked it you can't actually see how long…
-
comment
Comment #11164929
When the robots become self aware that guy from 1:25 has it coming.
-
comment
Comment #9876584
Actually, Nintendo were releasing 3D games even before the PS1. Starfox was the first poly 3D game from Nintendo and was released in 1992, at least a year, maybe more, before the P…
-
comment
Comment #8939514
I think it would be a lot more palettable if Nim enforced one of those coding conventions per module, while letting users of that module reference it any way they liked. e.g. my te…
-
comment
Comment #8651168
It is not other vendors that you need to be worried about. For example, when joining Khronos (OpenGL, GLES and others) you get royalty free permission to use any technology in Khro…
-
comment
Comment #7841488
Stop pulling numbers out your ass. The specs for the MBA are online and it draws 6.5W with the display on.
-
comment
Comment #7572199
Oh, I'm not dismissing Rust. I think my overall point is that nothing is ever going to perfect. Plan for imperfection.
-
comment
Comment #7572124
Sorry, I'm not limiting the discussion to SSL vulnerabilities. A remote code exploit is as bad as a memory leak. I posted these two: CVE-2013-1493 and CVE-2013-0809 in another repl…
-
comment
Comment #7572092
.NET isn't something I work with but that's good to hear. Maybe you could tell me why this one doesn't count though? http://technet.microsoft.com/en-us/security/bulletin/ms10-06...…
-
comment
Comment #7572003
That is true, but I don't think this invalidates my central point that the rational response to heartbleed is to update your contigency plans. The irrational response is to plan th…
-
comment
Comment #7571798
1. I think a lot of people believe Rust will just type-check any old program and tell you when it has faults. So you can start with a bit of Ruby/C/Python, translate it to Rust and…
-
comment
Comment #7571654
But even 'safe' languages have unsafe VMs. There is no question that over the years these VMs (or the runtimes) have had equally severe vulnerabilities. The thing that really sets …
-
comment
Comment #7332883
That's the hack. It probably transfers more bitcoins somewhere.
-
comment
Comment #7189825
I thought it was neat that they let me email myself with a reminder. This is an MVP, it's just the right response.
-
comment
Comment #7056470
Agreed. My experiments with rust have been uphill because I've been fighting with lifetimes, ownership and borrowing. For the most part I failed to see that I -needed- unsafe code …