Live data from Hacker News

Viewing profile — pkage

pkage

HN member
Joined
Mon, Sep 19, 2016, 2:25 PM UTC
HN karma
714
Public activity
158 items

About pkage

https://ka.ge/

[ my public key: https://keybase.io/pkage; my proof: https://keybase.io/pkage/sigs/H5CBCtp_dXAcg78KYbrbG1uqmBaPgylN1Bfm166k1UY ]

meet.hn/city/us-Atlanta

Recent public activity

  1. comment
    Comment #49031232

    I used this to build my personal site: https://ka.ge . It's a pixel-perfect (and functional) recreation of the windows 98 desktop environment in under a MB.

  2. comment
    Comment #48982093

    As with all text-only AI detection schemes, I am concerned about the accuracy of the detection. I'm skeptical of the methodology, specifically the final join of the three detector …

  3. comment
    Comment #48418773

    The filter doesn't appear to be perfect, one of the top posts right now is "My Agent Skill for Test-Driven Development"

  4. comment
  5. comment
    Comment #47207173

    I switched from iTerm2 because at the time (possibly still), iTerm2 had a performance bug where large amounts of underlined text would cause the terminal to slow down noticeably. W…

  6. comment
    Comment #46622322

    https://ka.ge Lockdown project during early COVID, I tried to be as close as possible to the original windows 98 functionality.

  7. comment
    Comment #46123831

    Does not appear to work under Firefox, getting a bunch of CORS-related errors (header ‘user-agent’ is not allowed according to header ‘Access-Control-Allow-Headers’ from CORS prefl…

  8. comment
    Comment #45784494

    In addition to the other responses, it's also worth noting that wasm itself is useful outside of the web itself; e.g. in containerized applications.

  9. comment
    Comment #45367862

    Yes, that's an http connection to the Docker Engine api on localhost failing due to the same issue—the docker engine cam't negotiate with the Docker Hub to get the new image and is…

  10. comment
    Comment #44230045

    There's native ad blocking on iOS and has been for a while—I've found that to significantly enhance the usability of the device. I use Wipr[0], other options are available. [0]: ht…

  11. comment
    Comment #44022719

    The DC Metro system operates similarly.

  12. comment
    Comment #43380864

    Not OP, but common solutions in this space represent the state as conflict-free replicated data types (CRDTs). Some popular browser-based libraries for that are Y.js[0] and Automer…

  13. comment
    Comment #42944095

    mispasted, thanks!

  14. comment
    Comment #42941699

    I remember reading the excellent Beej's Guide to Network Programming[0] and Beej's Guide to Unix IPC[1] as a teenager, which were incredibly approachable while still having depth—f…

  15. comment
  16. comment
    Comment #41996625

    Dupe of: https://news.ycombinator.com/item?id=41995701 (171 comments)

  17. comment
    Comment #41693409

    For me, that's manual—I make sure everything I've cited is in the .bib file, and move papers into another collection if they end up not being relevant for a particular paper. This …

  18. comment
    Comment #41692593

    Same here, except that I gather all the bibliography entries into a Zotero collection organized by paper and only export that to the latex workspace rather than using JabRef. Works…

  19. comment
    Comment #41691177

    There is no concrete concern past "models that can simulate thinking are scary." The risk has always been connecting models to systems which are safety critical, but for some reaso…

  20. comment
    Comment #41551590

    If you're willing to hold your nose a little bit, Plaid[0] might be worth looking into. They have (had?) a testing tier which is more than enough for personal uses (100 linked acco…

  21. comment
    Comment #41528856

    I mean, it's entirely possible the boy has two mothers. This seems like a perfectly reasonable answer from the model, no?

  22. comment
    Comment #41524779

    LIME and other post-hoc explanatory techniques (deepshap, etc.) only give an explanation for a singular inference, but aren't helpful for the model as a whole. In other words, you …

  23. comment
    Comment #41400865

    Same here. I started my PhD with the full intention of doing most of my research with Julia (via Flux[0]), and while things worked well enough there were a few things which made it…

  24. comment
    Comment #41300527

    I like this! I feel like I've written a half-version of this a dozen times, it's nice to see a version which is fully fleshed out. One feature request: you could likely fully remov…

  25. comment
    Comment #41110042

    I agree, the `dev` extra group should be used for development dependencies. The arguments against it are pretty weak, especially the "i don't want dev dependencies listed as depend…