https://medium.freecodecamp.org/how-you-can-train-an-ai-to-convert-your-design-mockups-into-html-and-css-cc7afd82fed4
https://www.uizard.io/
https://karpathy.github.io/2015/05/21/rnn-effectiveness/
https://arxiv.org/abs/1703.06870 Mask R-CNN
https://arxiv.org/abs/1611.10012 Faster R-CNN comparison
https://ralfw.de/2018/02/wider-die-konkret-sinkende-produktivitat/
mit indirektem Link auf https://dspace.mit.edu/bitstream/handle/1721.1/6064/AIM-986.pdf
if a system is to be robust it must have more generality than is needed for the particular application
https://blog.acolyer.org/2018/01/29/the-paradigms-of-programming/ Robert Floyd:
After solving a challenging problem, I solve it again from scratch, retracing only the insight of the earlier solution. I repeat this until the solution is as clean and direct as I can hope for. Then I look for a general rule for attacking similar problems, that would have led me to approach the given problem in the most efficient way the first time. Often, such a rule is of permanent value.
Immerhin habe ich von ihr gelernt, dass hinter fast jedem Konflikt ein Mangel an Wertschätzung steckt.
https://myers.io/2017/04/04/the-joel-test-for-2017/
1. Are all builds handled automatically by a Continuous Integration server?
2. Do you make and use daily builds?
3. Do you use an issue tracker?
4. Do you fix bugs before writing new code?
5. Do you have an up-to-date schedule?
6. Do you have up to date information on your products performance and usage?
7. Do you use the best tools money can buy?
8. Do you have a comprehensive test plan?
9. Do you have dedicated UI and UX designers?
10. Does all code go through code review?
11. Do you have coding standards?
12. Are new employees given training?
http://www.spektrum.de/news/suchtpraevention-in-island/1515343
Ob Tabak, Alkohol oder andere Drogen – nirgendwo in Europa konsumieren Jugendliche so wenig Suchtmittel wie in Island. Dafür gibt es einen Grund.
https://lodash.com/ JavaScript utility library
https://github.com/acdlite/recompose React HOC library
http://www.spektrum.de/news/medizin-nobelpreis-fuer-die-innere-uhr/1507805
Erklärt den Hintergrund vom aktuellen Medizin-Nobelpreis etwas tiefer. Die innere Uhr scheint insgesamt aber eine sehr komplizierte Sache zu sein.
http://www.spektrum.de/news/denkfehler-der-homoeopathie/1499429
"Auch bei Kindern und Tieren kann der Placeboeffekt auftreten" (Angenehm zurückhaltender Stil bei dieser Kritik der Homöpathie übrigens, mit vielen allgemein interessanten Argumenten.)
TeraTerm Pro
Putty with colors from https://github.com/altercation/solarized/tree/master/putty-colors-solarized
Related (not serial):
https://ponyfoo.com/articles/es6
You can swap without an “aux” variable,
[a, b] = [b, a]
http://2ality.com/
https://ponyfoo.com/
http://mherman.org/
https://www.kirupa.com/
http://thejameskyle.com/react-loadable-4.html
http://thejameskyle.com/adopting-flow-and-typescript.html https://flow.org/en/docs/install/
http://blog.revathskumar.com/2016/02/browserify-separate-app-and-vendor-bundles.html