aubergene | 4 days ago | on: Temporal: The 9-year journey to fix time in JavaScript
aubergene's comments
aubergene | 11 months ago | on: Show HN: Nue – Apps lighter than a React button
dist/index.html 0.46 kB │ gzip: 0.30 kB
dist/assets/index-yJpzg09Q.css 1.26 kB │ gzip: 0.63 kB
dist/assets/index-CxtJFQC8.js 17.91 kB │ gzip: 7.72 kBaubergene | 3 years ago | on: It’s time to leave the leap second in the past
aubergene | 3 years ago | on: Americans are drowning in spam
aubergene | 4 years ago | on: Open source “split-flap” mechanical display
aubergene | 5 years ago | on: Longest known exposure photograph ever captured using a beer can
aubergene | 6 years ago | on: Reviving Sandstorm
aubergene | 6 years ago | on: Old CSS, New CSS
aubergene | 10 years ago | on: Bacterial cells are small 'eyeballs', scientists discover
aubergene | 10 years ago | on: Swift Style Guide by GitHub
aubergene | 10 years ago | on: A game made with CSS/HTML only
aubergene | 10 years ago | on: 52 Places to Go in 2016
http://graphics8.nytimes.com/newsgraphics/2015/11/10/places-...
aubergene | 10 years ago | on: A size 8 dress today is nearly the equivalent of a size 16 dress in 1958
aubergene | 10 years ago | on: Legends in D3
For the size legend, the defaults are a bit odd. You should almost always be using d3.scale.sqrt() as you're comparing area, also zero in the domain should usually map to zero on the range.
I made a similar legend for circle areas, but they are stacked within each other. http://bl.ocks.org/aubergene/4723857
aubergene | 10 years ago | on: Life paint
aubergene | 10 years ago | on: Let's Encrypt Root and Intermediate Certificates
aubergene | 11 years ago | on: Mozilla to open first-world front in Firefox OS war
The problems are broadly that it was slow, unreliable and poorly designed. It would just become completely unresponsive a couple of times a week, requiring the battery to be removed to restart. There are very few well known apps. Twitter seems to be the only one, and it was so slow for scrolling that I gave up using it. The included apps were just placeholders to install apps, almost all of them only worked online. I wouldn't recommend getting one to anybody. I'm sure you could buy a cheap secondhand Android and have a better experience. It was worse than Android 1.6.
There's such a huge mountain of work for the Mozilla developers to get this to be in anyway competitive to Android. I think Mozilla would be better to concentrate their resources elsewhere.
aubergene | 11 years ago | on: Heroku DX: The New Heroku Developer Experience
aubergene | 11 years ago | on: How a new HTML element will make the Web faster
aubergene | 11 years ago | on: How a new HTML element will make the Web faster
I dislike XML, the confusion between attributes and sub elements is one of the worst bits.
`devalue.parse(devalue.stringify(Temporal.PlainYearMonth.from({year:2026,month:1}))).subtract({ years: 1})`
https://www.npmjs.com/package/devalue