Live data from Hacker News

Viewing profile — wildbook

wildbook

HN member
Joined
Thu, Jan 28, 2021, 3:29 AM UTC
HN karma
16
Public activity
9 items

About wildbook

No profile information was provided.

Recent public activity

  1. comment
    Comment #29705956

    It's a custom fork of plain Lua, not LuaJIT, so indeed there's no LuaJIT support. They first open sourced it this November and supposedly they're planning to implement their own JI…

  2. comment
    Comment #29466823

    How about cases where there's not much data involved but it's still questionable whether or not the data is legal to share? Leaked encryption keys for example come to mind, but I'm…

  3. comment
    Comment #29317362

    I'm actually curious about this since I've never uploaded to youtube myself. Do the creators get statistics on segments that are commonly skipped, or is all information like that h…

  4. comment
    Comment #29290157

    I used to have a setup similar to this, where I had a Windows 10 install and a Linux install on different partitions, both being able to boot into the other through I think VMWare?…

  5. comment
    Comment #29239289

    Rust almost does the exact same thing, so I'd say it's fair. Dependencies (crates) are grabbed in source format and compiled locally as part of the build process, and installing Ru…

  6. comment
    Comment #28744902

    As much as I like C#, your points apply to it too.

  7. comment
    Comment #27892696

    It exists: https://github.com/MythicManiac/copilot-import

  8. comment
    Comment #27874544

    Valorant specifically actually does this to a degree, and there was a quick article written by one of their anti-cheat developers that roughly explains their approach. https://tech…

  9. comment
    Comment #27857440

    I've successfully used Fiddler Classic as alternative to Charles to look at live websocket traffic when debugging things before. Websocket support in general is a bit of a hidden f…