Live data from Hacker News

Viewing profile — wooosh

wooosh

HN member
Joined
Tue, Apr 05, 2022, 4:49 PM UTC
HN karma
397
Public activity
40 items

About wooosh

https://wooo.sh

Recent public activity

  1. 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.

  2. 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…

  3. story
  4. comment
    Comment #32724160

    Intel has an implementation of this technique here as well: https://github.com/intel/hyperscan

  5. story
  6. story
  7. story
  8. story
  9. story
  10. 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…

  11. 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 :)

  12. 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

  13. 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…

  14. story
  15. story
  16. 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 …

  17. story
  18. story
  19. 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?

  20. 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]: …

  21. story
  22. 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…

  23. 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…

  24. comment
    Comment #30951635

    I wrote this as an elaboration on an earlier comment: https://news.ycombinator.com/item?id=30938604

  25. story