back
user profile
sigvef
409karma·148submissions·March 13, 2011
recent activity (148 total)
comment
Three.js has an (old) css renderer too https://threejs.org/examples/#css3d_molecules
comment
I guess an answer would be to call it "old", given its placement next to "new" (and the fact that it lets you browse old stories).
comment
I hadn't learned about arrow functions yet when it was written in 2015 :)
comment
In a perfect world, everything is generated from ASCII diagram sources: https://github.com/sigvef/sigvehtml .…
comment
Was not expecting this on HN! Check out github.com/ninjadev/re for the latest demo made with nin. We (authors) are all at revision right now, so questions might not get answered right away.
comment
In a perfect world, everything is generated from ASCII: https://github.com/sigvef/sigvehtml .
comment
We use the Web Audio API, HTML5 Canvas (with PIXI.js) and MediaRecorder to render and play-back generative music videos on the client side. However, it turns out that MediaRecorder can only work in re…
comment
We launched Music Video Dispenser on HN roughly two months ago (previous discussion: https://news.ycombinator.com/item?id=13308820 ). At the time we rendered videos on the client usin…
6 pts
comment
I also tried to hack together WebRTC headlessly a while ago actually! I looked at GStreamer and Kurento, but ended up using Janus instead. Anyway, turns out you can use Xvfb, essentially a "fake …
comment
Firefox is one of those projects that just keeps on giving, and it's all thanks to the hard work put in by all the contributors. It's easy to forget that sometimes. We use Firefox headlessly…
comment
We've gone full circle! This thing started as a stand-alone HTML page for dweets with ability to embed the code in the URL: http://arkt.is/t (hover to show editor). GitHub: http…
comment
One trick you learn as a dweeter is to write all for-loops as "fr" instead of "for", and then only adding the last "o" when you feel confident that the loop won't ac…
comment
The source is on GitHub: https://github.com/lionleaf/dwitter \o/
comment
This makes it harder to tell at a glance whether I'm on github.com or GitHub Enterprise.
comment
We added a YouTube video! https://www.youtube.com/watch?v=fv0-D6hVaU8
comment
Maybe we can kickstart a physical kiosk machine? I heard they're all the rage nowadays [0]. [0]: http://www.theverge.com/2016/11/10/13584488/snapchat-snap-in..…
comment
We looked at using ffmpeg.js too since we wanted faster-than-real-time and constant frame rate rendering. It's too slow though, so we went with MediaRecorder instead. Thanks for the suggestion on…