Viewing profile — fuzionmonkey
fuzionmonkey
HN member- Joined
- Tue, Apr 26, 2011, 11:48 PM UTC
- HN karma
- 1,001
- Public activity
- 122 items
- HN profile
- View on Hacker News ↗
About fuzionmonkey
No profile information was provided.
Recent public activity
-
comment
Comment #15716030
Nice work, it even has a deploy to Heroku button! Honestly, I think it's pretty lame trying to profit from arbitrage on SW prices like that. $3 per alert? Really? Great job making …
-
comment
Comment #13725164
I think you are conflating multiple things. There's several JS styling libraries have literally zero configuration (and don't involve build tooling, etc). They "just work" out of t…
-
comment
Comment #13119198
Plain pseudo classes are supported (e.g. :hover), but since descendant/child combinators aren't supported, a parent :hover can't change a child style. But any element can still hav…
-
comment
Comment #12428820
At-cost version web version of this using Lob API: https://github.com/scott113341/post
-
comment
Comment #12307692
For generated HTML docs or websites, this is still not ideal because you have to commit generated code into your master branch. You can even use Travis to automatically generate an…
-
comment
Comment #12200378
It's not a $7 billion "exit". It's an investment for a 20% stake in Didi for $7 billion, which presumably will increase in value as Didi continues to expand in China, especially wi…
-
comment
Comment #12200204
Didi and Uber have been raising outrageous amounts of money to outspend each other on driver incentives. Seems like a smart deal for both sides.
-
comment
Comment #11856981
This is very similar to https://github.com/Khan/aphrodite and https://github.com/rtsao/react-stylematic
-
comment
Comment #11839499
This is awesome. I've been using Electron for browser tests which has been a big improvement over Phantom, but setting up xvfb can be a pain.
-
comment
Comment #11733208
I actually don't like this change. Private contributions don't benefit the greater community unless the project is eventually open sourced. The contribution graph was a nice way to…
-
comment
Comment #11715658
Launch blog post: http://horizon.io/blog/horizon-launch/
-
comment
Comment #11701905
Non-blogspam: https://www.youtube.com/watch?v=1e-Po9C8Kj8 This user has been doing this repeatedly: https://news.ycombinator.com/submitted?id=mgmsaji
- story
-
comment
Comment #11425796
This is simply not true. Many CSS-in-JS libraries support build or render-time extraction of CSS, which takes care of your first criterion. Many CSS-in-JS libraries also handle sty…
-
comment
Comment #11425734
A very comprehensive list of CSS-in-JS libraries with code examples is maintained here: https://github.com/MicheleBertoli/css-in-js for folks who are interested. My personal favori…
-
comment
Comment #11385711
This is awesome! Just today I was looking for collaborative Markdown editor with nice previews/rendering. There needs to be the ability to ability to add comments to documents, tho…
-
comment
Comment #11385634
https://github.com/Jam3/ffmpeg-gif
- story
- story
-
comment
Comment #11136538
Folks have been using React in production since way before version 0.12, which is when Facebook should have released version 1.0. Releasing 1.0 doesn't in any way limit your abilit…
-
comment
Comment #11018606
I prefer browserify because of its emphasis on node compatibility, first and foremost. I think this narrower scope is a strength because as a result, browserify is super simple to …
-
comment
Comment #10994496
https://github.com/atom/node-oniguruma
-
comment
Comment #10942170
https://github.com/motorcyclejs
-
comment
Comment #10941312
Cycle.js has the most elegant and powerful component composition mechanism of any JS framework I've ever used. With React you have to be extremely careful in how you design compone…
-
comment
Comment #10576649
I hope the removal of the sidebar doesn't result in wider README views. The current design has a fixed width of 790px (including 30px of padding on each side), which leads to a com…