Viewing profile — dmbass
dmbass
HN member- Joined
- Wed, Jun 22, 2011, 2:23 PM UTC
- HN karma
- 398
- Public activity
- 157 items
- HN profile
- View on Hacker News ↗
About dmbass
Recent public activity
-
comment
Comment #21601395
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 …
-
comment
Comment #16525440
puppeteer only supports Chorme so you will need to use Slimer if you wish to use Firefox.
-
comment
Comment #16505541
Allows the stock owners liquidate in public market
-
comment
Comment #16447733
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 assoc…
-
comment
Comment #15596804
A negative review from him would probably be pretty damning and deter lots of techies who are stilly trying to buy the phone.
-
comment
Comment #14273737
Taking it back for the people.
-
comment
Comment #14092950
Didi already has a non-compete pact with Uber (they acquired Uber's Chinese arm from Uber).
-
comment
Comment #13858484
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.
-
comment
Comment #12708412
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, live…
-
comment
Comment #12372477
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…
-
comment
Comment #11041878
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 …
-
comment
Comment #11039196
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 …
-
comment
Comment #9620233
It's from Google's Polymer project https://www.polymer-project.org/1.0/
-
comment
Comment #9367617
How do we know they're not using techniques like this?
-
comment
Comment #8569672
This post is about the FT service http://polyfills.io/
-
comment
Comment #8279381
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 the…
-
comment
Comment #8037345
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 user…
-
comment
Comment #7963626
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 …
-
comment
Comment #7963589
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:…
-
comment
Comment #7689091
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 some…
- comment
-
comment
Comment #7677311
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 int…
-
comment
Comment #7673929
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 …
-
comment
Comment #7670106
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 …
- story