Live data from Hacker News

Viewing profile — domenukk

domenukk

HN member
Joined
Fri, May 09, 2014, 9:40 AM UTC
HN karma
159
Public activity
84 items

About domenukk

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #34319532

    There is also cargo make which, at least in rust land, serves a similar purpose. https://github.com/sagiegurari/cargo-make I ended up using it over just because it felt easier to u…

  5. comment
    Comment #32152590

    FWIW, ArrayList is a List, backed by Arrays. So List would have been the more Java/Zig way to name it (also Python, etc.)

  6. story
  7. story
  8. comment
    Comment #30569606

    I've seen projects like this in the past - either you have skilled people and use a strict CSP from the start, or the footguns of dynamiically crafting objects ultimately leads to …

  9. story
  10. story
  11. story
  12. comment
    Comment #29793746

    It runs an Android userspace on the host kernel, inside a container

  13. comment
    Comment #28808334

    What about flutter apps?

  14. comment
    Comment #27164391

    To be fair, a trait gets you 98% there. It can have default implementations for most functions, you just overwrite the ones you want to change. You'll still need to declare the und…

  15. story
  16. comment
    Comment #26860562

    Machine in the Middle or Malice in the Middle are better options imho

  17. comment
    Comment #26439985

    There is afl-rs https://github.com/rust-fuzz/afl.rs also we're working on a fuzzing library that's completely written in rust right now, stay tuned :)

  18. comment
    Comment #26439862

    Why not have multiple with different strengths for different users, though? Honggfuzz is also really good. That being said, most distributions replace afl with afl++ these days.

  19. comment
    Comment #26437934

    Maintainer here, happy to hear that! Doing our best :) Even Google's own OSS Fuzz switched to afl++ recently ( https://google.github.io/oss-fuzz/ )

  20. comment
    Comment #26399968

    And that solves double frees through ___?

  21. comment
    Comment #26398064

    The pie chart's legend in this post is sorted largest number to smallest number, if that helps. Or as table: Buffer overread: 22 Buffer overflow: 20 Use After Free: 4 Double Free: …

  22. comment
  23. comment
    Comment #25580534

    And exploits

  24. story
  25. story