C

Christian Kaindl

Designer, Software Engineer. Interested in all kinds of things.

Research on HTML audio - Day 1

This is the result of one day of research about HTML audio - the HTML element and the Web Audio API. I surfed through a number of MDN articles and references and looked at some libraries and tools. Lastly, I even made a little contribution to the MDN docs. Articles (with short summaries) https://developer.mozilla.org/en-US/Apps/Fundamentals/Audio_and_video_delivery Web Audio API example and streaming Tips & tricks https://developer.mozilla.org/en-US/Apps/Fundamentals/Audio_and_video_de...
Read post

JS talk 'Enabling New Web Experiences'

Video: https://www.youtube.com/watch?v=yqZYAM2es9Q by David Bryant: https://twitter.com/david_bryant at JSConf: https://2018.jsconf.eu/ thoughts/conclusions/resume I like Mozilla. No, I love them. Hopefully I can attend the MozFest this year again. This talk was about some tech that is and was developed by the Mozilla Emmerging Technology Group. Short summary (together with some other related things): Deep Speech is awesome (also project Common Voice) Rust (programming language) is now us...
Read post

JS talk 'Write Code With Standard and ESLint'

Video: https://www.youtube.com/watch?v=kuHfMw8j4xk by Feross Aboukhadijeh: https://feross.org/ at JSConf: https://2018.jsconf.eu/ thoughts/conclusions/resume I can use ESLint with the Standard linter config (for me only with the exception of the semicolon) and create a binary out of it that I can run on my project and help me get things clean. Note to myself: Go start using this now! Linters are here for 3 purposes: Programming errors Best Practises Style conventions Prettier only care...
Read post

Trello Super Powers Add-on v0.9 | Release Notes

This release packs some cool new things into the Trello Super Powers Add-on. For speed, here are the most notable changes: TL;DR Export Trello boards as CSV lists Much smaller Add-on size Added CONTRIBUTE.md for easier contribution (The code is now documented way better, and it is also clearer where one can start and whom to ask.) Now translated into Spanish (thanks to @quiqueciria on GitHub)! Resolved issue where an input field was visible at the bottom of the Trello board (that is used for ...
Read post