Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dmbass
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
dmbass
7y ago
The sentiment is that goods should be produced sustainably instead of unsustainably or not at all. Obviously consumers gonna consume whatever is available to them (that's why they are called consumers).
2.
▲
by
dmbass
9y ago
puppeteer only supports Chorme so you will need to use Slimer if you wish to use Firefox.
3.
▲
by
dmbass
9y ago
Allows the stock owners liquidate in public market
4.
▲
by
dmbass
9y ago
I don't see how you can be against subscription pricing for living software. You're paying the publisher/developers to continue developing and supporting the software and run associated services. It's the only sustainabl
5.
▲
by
dmbass
9y ago
A negative review from him would probably be pretty damning and deter lots of techies who are stilly trying to buy the phone.
6.
▲
by
dmbass
9y ago
Taking it back for the people.
7.
▲
by
dmbass
9y ago
Didi already has a non-compete pact with Uber (they acquired Uber's Chinese arm from Uber).
8.
▲
by
dmbass
10y ago
from the article: > Our code is completely open, but piping to bash can be dangerous. For a safer install, review the code and then run the installer locally.
9.
▲
by
dmbass
10y ago
I think a lot of the "complexity" of web development comes from the fact that most of us are just YOLOing to get something that "mostly works" out the door. For the most part, lives don't depend on our systems and t
10.
▲
by
dmbass
10y ago
Babel and webpack are megaoverkill for this and account for a good chunk of the 2k gzipped size. The actual library code is barely 140SLOC. There's a lot of room for improvement if this is intended to be a real standalone library (vs.
11.
▲
by
dmbass
11y ago
I've thought about doing the list of smaller lists but it could cause issues with the DOM (if you care about it) since components must return a single element. Will look into that fixed data table.
12.
▲
by
dmbass
11y ago
The biggest performance issue I've encountered is with long lists. The most basic implementation means you will have to instantiate a new component for every item in the list even if only one of them has changed. I haven't spent t
13.
▲
by
dmbass
11y ago
It's from Google's Polymer project https://www.polymer-project.org/1.0/
14.
▲
by
dmbass
11y ago
How do we know they're not using techniques like this?
15.
▲
by
dmbass
12y ago
This post is about the FT service http://polyfills.io/
16.
▲
by
dmbass
12y ago
Based on the post, I would guess not very much. It mostly sounded like they were unable to get people to pay for their service, not that they had problems fulfilling the orders they did receive and at their scale (23 orders on Valentines Da
17.
▲
by
dmbass
12y ago
The title makes a dubious connection between their valuation and their technology. I guess that Secret investors are not interested in the technology but rather the network of users.
18.
▲
by
dmbass
12y ago
Not in the beginning. There used to be a site that measured the time between when a story got to the homepage of slashdot vs. Digg. It was a tossup for a while but eventually Digg started winning out which is when I stopped reading slashdot
19.
▲
by
dmbass
12y ago
Also interesting to include Digg and reddit. If you extend the date to 2014, turn reddit off because you won't be able to see anything other than green, up, and to the right. http://www.google.com/trends/explore#q=
20.
▲
by
dmbass
12y ago
One of the worst embedded bugs I ever had the displeasure of looking into was on a data streaming device developed by a contractor. One of the I/O processes would lockup after something like 6 or 7 days of continuously running without
21.
▲
by
dmbass
12y ago
I think that's the entire point of the article. The premise is that designers have been given a seat at the table because of the perception that they have some advanced insight into producing products with market fit and betting on the
22.
▲
by
dmbass
12y ago
This is subtly different for Linkedin. They DO show the same thing to Googlebot as logged out users. Registered users end up seeing a different page which Google bot has no way of accessing because it does not have an account.
23.
▲
by
dmbass
12y ago
I think this is a misrepresentation of what makes React.js valuable. React is useful for optimizing your rendering (model state -> DOM state) because you don't have to think about re-rendering sub-views of things that haven't
24.
▲
Active 0day attack hijacking IE users threatens a quarter of browser market
(arstechnica.com)
3 points
by
dmbass
12y ago
|
0 comments
25.
▲
by
dmbass
12y ago
That's not the endgame. Once machines pass the Turing test, it will be impossible to filter humans vs. machines.
26.
▲
by
dmbass
13y ago
Why is this important? What makes this different from any other open source game clone?
27.
▲
by
dmbass
13y ago
Indeed. HTML isn't even mentioned in the post and it also doesn't seem like they are dropping support for forecast.io, just updating the existing native iOS app to be more in line with the HTML based website.
28.
▲
by
dmbass
13y ago
Hmmm... I'll have to make a graph of that and see how it pans out.
29.
▲
by
dmbass
13y ago
Let me give an example: Say I pay $10/month and only listen to 2 artists, each with .001% market share. IMO, each one should get $3.50 from my pool of subscription money. Using their current scheme, each would get $0.00007 while Lady G
30.
▲
by
dmbass
13y ago
2. Artist’s Spotify streams divided by total Spotify streams This calculates an artist’s popularity on the service, their “market share.” Dividing an artist’s streams by the total streams on Spotify determines the percentage of
More ›