Viewing profile — ethereal
ethereal
HN member- Joined
- Sun, Jun 26, 2011, 7:50 PM UTC
- HN karma
- 315
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About ethereal
No profile information was provided.
Recent public activity
- story
-
comment
Comment #12980518
Link to paper: https://www.usenix.org/system/files/conference/osdi16/osdi16... I'm one of the co-authors on the paper. Let me know if you have any questions! (And no, we didn't com…
- story
-
comment
Comment #6029907
I'd just like to point out that `cryptography' is _not_ just about testing that `decrypt(encrypt(msg)) == msg`. memfrob'ing a region of memory does this, but would we consider that…
-
comment
Comment #5717393
Just reading your second reference, the bit about expert systems is pretty interesting . . . what's your stance on this? It seems that, given sufficient instrumentation information…
-
comment
Comment #5717379
Speaking as a student studying systems (particularly security and OS development) . . . the second point sounds really interesting. Recently I've been working on a simple microkern…
-
comment
Comment #5558777
This is exactly my take on the Parallella board, and it's the exact reason why I donated to the Kickstarter back in the Fall. I want to try my hand at writing a real, efficient, ma…
-
comment
Comment #5348947
I've been using Lua in a project for quite some time, replacing Python as my embedded scripting language of choice. It never ceases to amaze me, as a language and as an interpreter…
-
comment
Comment #5279626
Same thing here. When reading fiction (and some types of non-fiction) I can do away with my internal monologue and absorb the text directly, with full or near-full comprehension. […
-
comment
Comment #5248279
I've found that my impression of CtrlP's speed varies dramatically depending on the project that I'm working on. For projects such as Bochs [0] (~750 files in CtrlP), I get annoyed…
-
comment
Comment #5149301
Regarding the company in question -- my own best guess would be one that does static code analysis -- Coverity [0] comes to mind, for example. I can't really think of any other com…
-
comment
Comment #4411126
From the article: > An updated version of LAN Manager known as NTLM was introduced with Windows NT 3.1. It lowered the susceptibility of Windows passwords to rainbow table attacks,…
-
comment
Comment #4367598
... you'd need some preprocessing first. The ASCII characters `0' and `1' aren't easy to use to write a program, though you could do it with nasm and some '-' and '+'s I suppose. I…
-
comment
Comment #4142905
> Kids aren't learning abstract fundamentals at that age though. They are mimicking stuff. I have to respectfully disagree with you on this point. A member of my extended family do…
-
comment
Comment #4075838
zsh used to do this for me (back when I used it; switched back to bash about a year ago now), and it was the most _annoying_ thing it ever did. My typical workflow (when working on…
- story
- story
-
comment
Comment #4018817
Actually, it's not that difficult. Get GCC to generate DWARF [debugging] information, and then use that to provide the back-references. (Reference: DWARF 3.0 spec, available at htt…
-
comment
Comment #3931155
I had the same thought about the download link -- it does seem a bit odd. But if you think about it, it does make sense. Very few people will not have JavaScript enabled -- those w…
-
comment
Comment #3904348
It is perhaps worth noting that 12/24V DC is just as deadly as 120/240V AC. There's naught deadly in voltage, it's the wattage that electrocutes you. A static shock is 6kV, as I re…
-
comment
Comment #3789601
I haven't had my DNA sequenced (yet!) so I can't answer if I'm human or not. I suspect I am, though, and simply had the good fortune to be given parents willing to foster an intere…
-
comment
Comment #3789264
How quickly time flies . . . I started programming on paper, writing programs for PIC12 microcontrollers. I would have been seven at the time. Never actually programmed one of the …
-
comment
Comment #3773795
Simple in concept, difficult in execution. How would you recommend the transition between the two systems be handled?
-
comment
Comment #3767898
I believe that is the purpose of the AltGr [0] key, is it not? [0] http://en.wikipedia.org/wiki/AltGr_key#US_international
-
comment
Comment #3721301
How are they planning on powering these devices? The original article doesn't mention . . . Solar seems the most obvious choice (to me).