abargnesi on master
more updates2 (compare)
abargnesi on master
updates on colin's details (compare)
abargnesi on master
added colin's talk and video (compare)
johnnadeau on master
Create Software Defined Radio Rename Software Defined Radio t… Update README.md and 2 more (compare)
johnnadeau on master
Add Real Refactoring Talk (compare)
abargnesi on master
updated scrum board using @john… (compare)
Hey Everyone. Just wanted you guys to know that the company I work at, Thrive Bioscience, is looking for a front end developer. Mostly JavaScript, but since we are a startup, there are opportunities to contribute up and down the stack as well if you also know some python and/or C++. Here is the posting:
http://stackoverflow.com/jobs/123897/user-interface-software-engineer-thrive-bioscience-inc
Also, we are still looking for someone who can specifically do embedded programming with C++
http://stackoverflow.com/jobs/117122/senior-software-engineer-thrive-bioscience-inc
ALE makes use of NeoVim and Vim 8 job control functions and timers to run linters on the contents of text buffers and return errors as text is changed in Vim. This allows for displaying warnings and errors in files being edited in Vim before files have been saved back to a filesystem.
In other words, this plugin allows you to lint while you type.
I won't be able to make it Tuesday, but thought I'd share an interesting article on programming problems:
I'm particularly annoyed that programs don't fail softly when resources run out. Moore's Law notwithstanding - we just demand more of our computers, so we're never really safe from running out of RAM or disk space or CPU cycles or bandwidth.