HN user

Mchl

246 karma
Posts1
Comments70
View on HN

Or maybe the word was subverted after it was chosen to represent this concept? Not saying it was the case (I don't know) just mentioning the possibility.

Tesla Semi 9 years ago

Smoke detectors contain highly toxic Americum 241 isotope. It's not that hard to remove it from the ionization chamber.

Raspberry's firmware is not Open Source, that's why. Might just as well full of vulnerabilities and/or backdoors.

Personally I think it should be great for such use, especially with some improvements version 1.0 has (like the crs-simple) you mention. You will have to split your PNG image into tiles though, and ideally have different zoom levels available too (leaflet won't do that for you, but there are tools floating around)

Regarding #1, I'm assuming my own good faith in this :)

#3 in the second clause is indeed tricky, but I suppose it could be worded in legally unambigous way. And anyway I always assumed the dealine in #2 would be no more than three years in the future since the software is first published under these terms.

I also had a similar kind of license in mind. My idea was: the software becomes lincensed under an open source license once any one of these happens:

1. I earn x amount of money out of my work

2. It's n seconds since EPOCH

3. I am pronounced dead by a qualified proffesional or nobody has heard from me for m years.

Git Undo 10 years ago

Git already has `git branch` which doesn't in fact do any kind of branching but creates a label which follows commits when it's checked out.

The one about classes is solved by not using classes. Prototypal inheritance works well (and besides, most implementations of 'class-like' behaviour are using prototypes underneath anyway)

I'm playing a bit of a devil's advocate here ;)