HN user

lingzb

178 karma
Posts13
Comments36
View on HN

Yes, I think whether Uber or Lyft (esp. Uber) can pull off such big acquisitions before their IPOs is the big big question on how this market shakes out.

I really want to try this. I think easy car sharing could be huge and it'd be amazing to be rid of the hassle that is car ownership (monthly parking, insurance, maintenance, etc.)

That is a legit concern. Hopefully, they engineer these scooters to be more durable over time. Also, hopefully user etiquette improves over time as well so people abuse these scooters less, resulting in far longer life spans.

[dead] 8 years ago

I think this is on point.

Esp. like "Guido van Rossum does not like culy braces and invents Python, syntax choices were inspired by Monty Python and the Flying Circus." Python / Guido have a well-deserved placed in the pantheon of great programming languages.

The fallacy of DRY 8 years ago

Yes too much DRY can result in the wrong trade-offs. For example, change one line of code and, in certain cases, you may need to test all the places it's used. For UI, this can be challenging in certain cases because UI often has use case-specific quirks.

That said, I think erring on DRY is generally good. It's just that when one is a little more sophisticated, one should be more thoughtful about the trade-offs in certain cases.

The top name has sunk 115K hours. If a person has 16 waking hours a day, that's almost 20 years of that person's life. WOW

[dead] 8 years ago

Good list but missing Polychain Capital which is pretty legit.

Good list but I think GitHub's list matches more closely to what I see people using: https://octoverse.github.com/

In particular, GitHub's list has JavaScript as #1 and I've seen a lot of frontend and middle-tier work moving to JavaScript via React, Node, Angular, Vue, etc.

Also, how is Assembly in the top 10 on the IEEE list??? I get that every machine runs it but I don't see a lot of people programming in assembly these days...