HN user

jplur

139 karma
Posts2
Comments73
View on HN

So I've shipped a few small games with clojure and unity. GC does come up, but it's very easy to optimize your tight update functions with Unity's profiler.

As for finding answers, the clojure CLR interop is pretty similar to JVM. I spend most my time looking at the Unity scripting docs.

Strongly agree! One of the reasons I'm excited about IPFS is for content addressable code linking. For example, running single js functions through google's closure compiler to normalize the symbols and using a package manager that would recursively replace IPFS links with the code.

Yes the IPFS implementation might change but not the content multihash addressing. Linking to data with those addresses is the generic 'package management' that solves all these problems (references to mutable data at mutable origins, circular dependencies, data caching, namespace conflicts). The specifics of resolving links will hopefully be something we don't think about much.

I've played around with ipfs.js for resolving links into eval'd js at runtime and imagine a npm replacement would be pretty trivial. The IPFS peer to peer swarm seems stable to me but you could also dump all your hash-named files into a s3 bucket or something as a fallback repo.

I use the web to build applications and very much need to set scroll points and capture key input thank you very much.

At a party I met an artist at residence at MIT who claimed to have a Eukaryote sized hook stepping force up to a man sized fly fishing rod.

But, I think at small scales sound is closer to buffeting (like how water is the consistency of gelatin for microscopic organisms, waves can't propagate)

How To Scroll 12 years ago

I just gave up trying to read a newsweek mobile form article because of this (site kept resetting the scrollpoint to the top of page). If I can't read a text article on my $500 pocket super computer, I'm beyond annoyed.

And I agree, even if your scroll .js works perfectly, the callbacks leave a perceptible pause on most phones.

If you don't see yourself playing this game, consider following the dev blog. It's rare for someone to devote themselves to a lifelong project, and Tarn has been going strong for a decade now. The updates are fun, especially his narrative descriptions of glitches in the world.

Is there even data to export? It appears to me the OP would need the bit.ly domain to preserve the links, otherwise he could just scrape all the URLs and find a way to redirect them.

For me, coffeescript was the answer to the question "How can I write javascript with python-esque whitespace block formating?" I suspect the author was asking something like "what can replace javascript?"

Well written article. I wrote a long comment about my views, sat for a bit, re-read the article, then deleted my banter because it wasn't adding anything interesting, but I do want to say these themes have been on my mind lately and I appreciate seeing them discussed so well.