Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
retroplasma
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
retroplasma
23d ago
I can offer you the whole planet, and you are a chicken: https://gist.github.com/retroplasma/12e0e6e236aabd17c314cb53...
2.
▲
by
retroplasma
3mo ago
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 fix. (edit: Added that side note to the gist)
3.
▲
"Fix" MacBook Neo Cursor Lag: Record 1 Pixel of the Screen Every 10 Seconds
(gist.github.com)
229 points
by
retroplasma
3mo ago
|
105 comments
4.
▲
by
retroplasma
7y ago
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 headaches from bundling an installer for macFUSE or Dokan'
5.
▲
by
retroplasma
7y ago
Related: unlimited private incremental storage on Usenet (concept): https://gist.github.com/retroplasma/264d9fed2350feb19f977575... TL;DR: An alternative to NZB, RAR and PAR2. Private "magnet-link" that point
6.
▲
by
retroplasma
8y ago
makes sense. the region for Phoenix is named "phoenix_heli" though so i figure that one was captured from a helicopter
7.
▲
by
retroplasma
8y ago
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 learned about Frida along the way and would have used
8.
▲
by
retroplasma
8y ago
It's planes and I think also helicopters. I've written satellite mode in the repo because the Maps app button says "Satellite"
9.
▲
by
retroplasma
8y ago
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 still missing, e.g. no idea yet how they get octant pat
10.
▲
by
retroplasma
8y ago
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.
11.
▲
by
retroplasma
8y ago
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 :)