Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fuzionmonkey
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
fuzionmonkey
9y ago
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 an OSS implementation.
2.
▲
by
fuzionmonkey
10y ago
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 the box.
3.
▲
by
fuzionmonkey
10y ago
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 have :hover styles.
4.
▲
by
fuzionmonkey
10y ago
At-cost version web version of this using Lob API: https://github.com/scott113341/post
5.
▲
by
fuzionmonkey
10y ago
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 and deploy your docs/website, which I find much cleaner a
6.
▲
by
fuzionmonkey
10y ago
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 with less need for ridiculous spending on
7.
▲
by
fuzionmonkey
10y ago
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.
8.
▲
by
fuzionmonkey
10y ago
This is very similar to https://github.com/Khan/aphrodite and https://github.com/rtsao/react-stylematic
9.
▲
by
fuzionmonkey
10y ago
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.
10.
▲
by
fuzionmonkey
10y ago
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 show off how much one contributes to open source,
11.
▲
by
fuzionmonkey
10y ago
Launch blog post: http://horizon.io/blog/horizon-launch/
12.
▲
by
fuzionmonkey
10y ago
Non-blogspam: https://www.youtube.com/watch?v=1e-Po9C8Kj8 This user has been doing this repeatedly: https://news.ycombinator.com/submitted?id=mgmsaji
13.
▲
Introducing unlimited private repositories
(github.com)
1576 points
by
fuzionmonkey
10y ago
|
636 comments
14.
▲
by
fuzionmonkey
10y ago
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 style modularization, often in ways arguably better than CSS pr
15.
▲
by
fuzionmonkey
10y ago
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 favorite: https://github.com/
16.
▲
by
fuzionmonkey
10y ago
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, though. Without commenting, the "collaborative"
17.
▲
by
fuzionmonkey
10y ago
https://github.com/Jam3/ffmpeg-gif
18.
▲
CSJS (Cascading Style JavaScripts): dead-simple modular, scoped CSS
(github.com)
3 points
by
fuzionmonkey
11y ago
|
0 comments
19.
▲
by
fuzionmonkey
11y ago
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 ability to make changes in the future. It does, however, allo
20.
▲
by
fuzionmonkey
11y ago
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 use, works without config, and has a surprisingly small, rea
21.
▲
by
fuzionmonkey
11y ago
https://github.com/atom/node-oniguruma
22.
▲
by
fuzionmonkey
11y ago
https://github.com/motorcyclejs
23.
▲
by
fuzionmonkey
11y ago
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 components to make them re-useable and flexible. The inversion
24.
▲
by
fuzionmonkey
11y ago
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 comfortable number of words per line. I find readability m
25.
▲
by
fuzionmonkey
11y ago
React 0.14 is 132KB minified [1]. I wouldn't exactly consider React "lightweight," especially compared to other frameworks like Mercury [2], Mithril [3], and Riot [4], which are a fraction of the size of React but still have
26.
▲
by
fuzionmonkey
11y ago
One thing worth mentioning about class composition with CSS Modules is it allows for the convenient ergonomics of Sass's @extend without any of its problems. Sass @extend is actually counterproductive in terms of reducing filesize [1]
27.
▲
by
fuzionmonkey
11y ago
If you're interested in CSS in JS you should check out css-modules [1] and its Webpack [2] or Browserify implementation [3]. You get scoped, modular, composable, requirable CSS without the burden of doing styles in JS. [1] https:/
28.
▲
by
fuzionmonkey
11y ago
If this was due to a breach at Uber, it stands to reason there would be millions of accounts for sale, not merely thousands. I'm more inclined to believe this is a result of shared and/or weak passwords.
29.
▲
by
fuzionmonkey
11y ago
As a Portland native, I'd say there's nothing Portlanders love more than Portlandy things from Portland. But in seriousness, I think it's fairly clear the whole obsession with the carpet was started by photos shared on Facebo
30.
▲
by
fuzionmonkey
12y ago
See: https://github.com/dominictarr/hyperscript
More ›