Viewing profile — BinaryBullet
BinaryBullet
HN member- Joined
- Mon, Apr 09, 2012, 6:33 PM UTC
- HN karma
- 56
- Public activity
- 65 items
- HN profile
- View on Hacker News ↗
About BinaryBullet
No profile information was provided.
Recent public activity
-
comment
Comment #28988185
I wonder if this is the plugin they are using: https://github.com/steadicat/eslint-plugin-react-memo Does anyone know of any other eslint plugins that help enforce this?
-
comment
Comment #22871772
The best version I remember hearing about is a janitor pitching the idea of Flaming Hot Cheetos: https://news.ycombinator.com/item?id=20227175 https://www.washingtonpost.com/news/m…
-
comment
Comment #15362102
See also: An interactive floating point visualization: https://evanw.github.io/float-toy/
-
comment
Comment #15151948
Good job. Very cool!
-
comment
Comment #14711181
not meows, but here are some purrs: https://purrli.com/
- story
-
comment
Comment #14525045
...and I'm excited to try out the new grid. I had been using https://github.com/rofrischmann/react-layout-components in most material-ui projects, but I'm glad they decided to add …
-
comment
Comment #14525037
The docs site also just "feels" snappier to me in Firefox for some reason. I'm not sure if it's actually faster, but clicking around feels more responsive.
-
comment
Comment #14524964
The new material-ui@next (version 1.0) docs are here: https://material-ui-1dab0.firebaseapp.com/
-
comment
Comment #14136338
I had always wanted to do a webaudio port of: http://www.cs.princeton.edu/~prc/SingingSynth.html but never got around to it. This is great!
-
comment
Comment #14136297
Thanks for the link! I hadn't heard of this before.
-
comment
Comment #14136126
Not really related, but a while back I wrote a script to visualize/hear audio generation loss with different file formats: https://github.com/skratchdot/audio-generation-loss/tree/…
-
comment
Comment #13080012
One of the cofounders of the Echonest (acquired by Spotify) created this back in 2004: "A Singular Christmas" was composed and rendered in 2004. It is the automatic statistical dis…
-
comment
Comment #12319672
There's a good interview on Youtube with the main author "FLOSS Weekly 340: VeraCrypt": https://www.youtube.com/watch?v=rgjsDS4ynq8
-
comment
Comment #11970804
Cool site. Keep up the good work!
-
comment
Comment #11922790
This article is a good / easy to follow explanation of the karplus-strong algorithm. Here's a nice web audio demo: https://chinpen.net/castro/ that uses this js lib: https://github…
-
comment
Comment #11820374
The Magenta Project source code is available under the TensorFlow Organization on Github: https://github.com/tensorflow/magenta
- story
-
comment
Comment #11770190
Thanks for sharing. I remember seeing 'glitch' posted a while back, and am glad to see they've updated it with a bunch of new features. I wish `noscript` didn't recognize a bunch o…
-
comment
Comment #11730098
Will you post insight into the data you've collected? Obviously I don't care about IP addresses, etc, but it would be nice to know how many people have submitted data vs how many u…
-
comment
Comment #11730000
Well, I just created a small POC: http://plnkr.co/edit/hKvPpEZQGCSkCNKly5Z3?p=preview It would need to remember your choice so you don't get prompted everytime, but that's a small/…
-
comment
Comment #11729795
I don't know of any. I would think it would be fairly easy to create a userscript or extension to stub built-in APIs (maybe using something like testdouble.js or sinon.js to overri…
-
comment
Comment #11555409
Thanks for the link. I didn't know about Orinoco, and I'm excited about WASM. ...and performance improvements are always good!
-
comment
Comment #11528217
very cool!
-
comment
Comment #11454470
I believe 'babel-root-import' works on windows (haven't tested myself). It's a lifesaver if you are already working w/ babel (which I am). It really saves time when you forget what…