Viewing profile — wooosh
wooosh
HN member- Joined
- Tue, Apr 05, 2022, 4:49 PM UTC
- HN karma
- 397
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About wooosh
Recent public activity
-
comment
Comment #40594897
Probably not the most practical attack, but it is very possible to MITM the connection between the keyboard itself and the motherboard.
-
comment
Comment #34355734
A similar project is rr[0], which is freely available. Like you said, I find that reversible debuggers are a huge improvement over regular debuggers because of the ability to recor…
- story
-
comment
Comment #32724160
Intel has an implementation of this technique here as well: https://github.com/intel/hyperscan
- story
- story
- story
- story
- story
-
comment
Comment #32381973
Yes, this is on a single 8GB 2667MHz DIMM in a laptop. edit: For dual channel RAM, I would suspect the throughput depends on how the kernel decides to map physical memory to virtua…
-
comment
Comment #32381695
> I doubt my current garage band could afford the OP just this moment, but I sure wish we could! Well, I intend to finish high school at a minimum before pursuing employment :)
-
comment
Comment #32380101
This was actually considered, and other libraries do ignore checksums, or at least have options to: https://github.com/richgel999/fpng/issues/9
-
comment
Comment #32380081
Unfortunately I haven’t had the time to do a proper benchmark, and the fpng test executable only decodes/encodes a single image which produces very noisy/inconclusive results. Howe…
- story
- story
-
comment
Comment #32338982
Not sure if any of these would result in meaningful performance gains, but a few ideas I had: * An avx96/avx128 version, which requires more care than avx32/avx64 because you will …
- story
- story
-
comment
Comment #31464507
Wouldn’t it be more than one person per computer though, seeing as it’s a "home" computer that would likely be shared?
-
comment
Comment #31286629
You can debug programs that ran in the past using debuggers like rr[0], which support both recording execution for later debugging, or stepping backward in a running process. [0]: …
- story
-
comment
Comment #30965936
#3 really resonates with me, writing about topics that I think I know well enough to share online often reveals gaps in my understanding and new insights. I used to think that appl…
-
comment
Comment #30965869
I use blogging to achieve a few goals of mine: * Solidify my knowledge in a given topic (the best way to find out how well you really know something is to try to teach it) * Improv…
-
comment
Comment #30951635
I wrote this as an elaboration on an earlier comment: https://news.ycombinator.com/item?id=30938604
- story