Live data from Hacker News

Viewing profile — dmbass

dmbass

HN member
Joined
Wed, Jun 22, 2011, 2:23 PM UTC
HN karma
398
Public activity
157 items

About dmbass

maxkostow.com

Recent public activity

  1. 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 …

  2. comment
    Comment #16525440

    puppeteer only supports Chorme so you will need to use Slimer if you wish to use Firefox.

  3. comment
    Comment #16505541

    Allows the stock owners liquidate in public market

  4. 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…

  5. 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.

  6. comment
    Comment #14273737

    Taking it back for the people.

  7. comment
    Comment #14092950

    Didi already has a non-compete pact with Uber (they acquired Uber's Chinese arm from Uber).

  8. 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.

  9. 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…

  10. 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…

  11. 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 …

  12. 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 …

  13. comment
    Comment #9620233

    It's from Google's Polymer project https://www.polymer-project.org/1.0/

  14. comment
    Comment #9367617

    How do we know they're not using techniques like this?

  15. comment
    Comment #8569672

    This post is about the FT service http://polyfills.io/

  16. 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…

  17. 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…

  18. 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 …

  19. 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:…

  20. 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…

  21. comment
  22. 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…

  23. 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 …

  24. 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 …

  25. story