Live data from Hacker News

Viewing profile — Everdred2dx

Everdred2dx

HN member
Joined
Sun, Aug 13, 2023, 5:37 PM UTC
HN karma
98
Public activity
40 items

About Everdred2dx

No profile information was provided.

Recent public activity

  1. comment
    Comment #47906732

    Yep, and already has been done. https://github.com/chiefautism/privacy-parser

  2. comment
    Comment #45688852

    I had a ton of fun using Kaitai to write an unpacking script for a video game's proprietary pack file format. Super cool project. I did NOT have fun trying to use Kaitai to pack th…

  3. comment
    Comment #45444112

    tiktok influencers seem to love them because they can record strangers without them knowing. so there’s that…

  4. comment
    Comment #45256710

    Well limiting to specifically OP's example (M4 Mac), Asahi doesn't support it yet. :(

  5. comment
    Comment #44567619

    They mentioned “rebuilding” in EC2. Probably just moved that over to Azure and no longer are bothering with serverless :)

  6. comment
    Comment #44567412

    Yep. I've ran into this using Bugsnag for reporting on unhandled exceptions in Python-based lambda functions. The exception handler would get called, but because the library is asy…

  7. comment
    Comment #44547557

    It's not AI but Ghidra has a cool feature called BSim which does something similar. Each function get's a "feature vector" which now that I think about it has some clear parallels …

  8. comment
    Comment #44547473

    If you were using a user agent spoofing extension couldn't this be used to guess your "real" UA?

  9. comment
    Comment #44465154

    Not to discount your overall point, but you're comparing a 25% increase with a 75% decrease here. Not quite the same thing

  10. comment
    Comment #43895641

    Is the benefit of using a language server as opposed to just giving access to the codebase simply a reduction in the amount of tokens used? Or are there other benefits?

  11. comment
    Comment #43880211

    It’s early days but check out Tracecat. I’ve been playing with it a bit and love it!

  12. comment
    Comment #43873826

    Neat. Thanks!

  13. comment
    Comment #43866407

    How would you scan for your api keys on repos outside of your organization? I assumed this was a dev’s personal repo.

  14. comment
    Comment #43688929

    How does bedrock eliminate this problem?

  15. comment
    Comment #43601484

    Yeah, feels like we’re writing web/API frameworks from scratch again without any of the lessons learned along the way. Just a matter of time though i’m hoping

  16. comment
    Comment #43490375

    Is anyone working on a "catalog" of MCP servers? Searching on Github is not exactly the best way to discover these.

  17. comment
    Comment #43479124

    I actually have only tried this once but had the opposite experience. Gave it 5 or so related functions from a ps2 game and it correctly inferred they were related to graphics code…

  18. comment
    Comment #43450754

    Nice. This was one of the main shortcomings in Falcon that pushed me to switch some projects to FastAPI. That said FastAPI had many other benefits that went far beyond API specs.

  19. comment
    Comment #43370388

    How does this siphon the secrets away? It looks like it just dumps them out to stdout and stops there.

  20. comment
    Comment #43297598

    How does that work with sharing vaults between devices?

  21. comment
    Comment #43175660

    Very interesting application of LLMs. Thanks for sharing!

  22. comment
    Comment #42994525

    This was a very insightful comment. Cheers!

  23. comment
    Comment #42994251

    As another commenter said, Telegram. 404 media has ran multiple stories on them. Here is one: https://www.404media.co/inside-the-com-world-war-robberies-b...

  24. comment
    Comment #42113027

    I think what OP is suggesting is that this technical barrier artificial as it may have been helped foster community. I feel the same way as them!

  25. comment
    Comment #42101270

    One of the most approachable distillations of CS research I've ever read. Thanks!