Live data from Hacker News

Viewing profile — retroplasma

retroplasma

HN member
Joined
Mon, Jan 14, 2019, 3:54 AM UTC
HN karma
126
Public activity
20 items

About retroplasma

No profile information was provided.

Recent public activity

  1. comment
  2. comment
  3. comment
    Comment #48660259

    Yes, however, a small change of the cursor size doesn't work for me for the Neo lag (idk about the TV app). I have to set it to a size that is significantly bigger, to trigger the …

  4. comment
  5. story
  6. comment
    Comment #21765947

    By the way if you are searching for some cross-platform FUSE-like alternative for a project I encourage you to try WebDAV if something else is your bottleneck. It saved me some hea…

  7. comment
  8. comment
  9. story
  10. story
  11. comment
  12. story
  13. comment
    Comment #19921177

    Related: unlimited private incremental storage on Usenet (concept): https://gist.github.com/retroplasma/264d9fed2350feb19f977575... TL;DR: An alternative to NZB, RAR and PAR2. Priv…

  14. comment
    Comment #19362850

    makes sense. the region for Phoenix is named "phoenix_heli" though so i figure that one was captured from a helicopter

  15. comment
    Comment #19359951

    Mostly used popular tools like Hopper, LLDB, Hex Fiend. Xcode's debugger UI was surprisingly helpful too because it lists current memory allocations of obj-c instances nicely. Also…

  16. comment
    Comment #19359770

    It's planes and I think also helicopters. I've written satellite mode in the repo because the Maps app button says "Satellite"

  17. story
  18. comment
    Comment #18900741

    Mainly lived inside Chrome's dev tools for many nights. Its deobfuscator and debugger is very handy. Still scratched my head lots of times along the way. Some interesting stuff is …

  19. comment
    Comment #18900694

    That project seems to use some other kind of API. It does not handle real octree/3d data AFAIK. I've only seen quadtree and terrain elevation stuff there.

  20. comment
    Comment #18900581

    Can be done, although high LOD takes a while and the current implementation might eat up all memory. You can run it in parallel though. Shard by octants :)