Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
BinaryBullet
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
BinaryBullet
5y ago
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?
2.
▲
by
BinaryBullet
6y ago
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/morning-mix/wp
3.
▲
by
BinaryBullet
9y ago
See also: An interactive floating point visualization: https://evanw.github.io/float-toy/
4.
▲
by
BinaryBullet
9y ago
Good job. Very cool!
5.
▲
by
BinaryBullet
9y ago
not meows, but here are some purrs: https://purrli.com/
6.
▲
by
BinaryBullet
9y ago
...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 layout features.
7.
▲
by
BinaryBullet
9y ago
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.
8.
▲
by
BinaryBullet
9y ago
The new material-ui@next (version 1.0) docs are here: https://material-ui-1dab0.firebaseapp.com/
9.
▲
by
BinaryBullet
9y ago
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!
10.
▲
by
BinaryBullet
9y ago
Thanks for the link! I hadn't heard of this before.
11.
▲
by
BinaryBullet
9y ago
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/mas... So, mp3s add a b
12.
▲
by
BinaryBullet
10y ago
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 distillation of hundreds of Christmas songs; th
13.
▲
by
BinaryBullet
10y ago
There's a good interview on Youtube with the main author "FLOSS Weekly 340: VeraCrypt": https://www.youtube.com/watch?v=rgjsDS4ynq8
14.
▲
by
BinaryBullet
10y ago
Cool site. Keep up the good work!
15.
▲
by
BinaryBullet
10y ago
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.com/mrahtz&
16.
▲
by
BinaryBullet
10y ago
The Magenta Project source code is available under the TensorFlow Organization on Github: https://github.com/tensorflow/magenta
17.
▲
Google's art machine just wrote its first song
(theverge.com)
2 points
by
BinaryBullet
10y ago
|
1 comments
18.
▲
by
BinaryBullet
10y ago
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 of the example links as "potential
19.
▲
by
BinaryBullet
10y ago
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 unique hashes have been collected for say the "
20.
▲
by
BinaryBullet
10y ago
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/easy change to make.
21.
▲
by
BinaryBullet
10y ago
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 override the default global objects that you are trying to &
22.
▲
by
BinaryBullet
10y ago
Thanks for the link. I didn't know about Orinoco, and I'm excited about WASM. ...and performance improvements are always good!
23.
▲
by
BinaryBullet
10y ago
very cool!
24.
▲
by
BinaryBullet
10y ago
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 nesting level you are at, and are
25.
▲
by
BinaryBullet
10y ago
Yeah... I just vaguely remember something like this popping up in the past. I guess it was a slightly different issue. Your suggestion would work, or at least only showing up in feeds until the collaboration has been accepted. What's
26.
▲
by
BinaryBullet
10y ago
You showed up in my feed as well (multiple times). I thought this was an issue that had been fixed in the past?
27.
▲
by
BinaryBullet
10y ago
NOTE: this only works for NPM 3's flat node_module structure
28.
▲
by
BinaryBullet
10y ago
In the root project folder (containing package.json and ./node_modules), you can run the following: comm -12 <(ls ./node_modules) <(curl https://gist.githubusercontent.com/azer/db27417ee84b5f34a6ea&
29.
▲
by
BinaryBullet
11y ago
There's an inline style on a div that states: margin-left: 150px !important; margin-right: 150px !important; Changing the `150px` to `10%` seems to make the site slightly responsive while looking about the same (on my macbook
30.
▲
by
BinaryBullet
11y ago
This is really cool. I've been using various tools for quick demos, but have really been looking forward to something that makes use of webpack and npm (in the browser).
More ›