A week-long programming retreat
facebook.com
A week-long programming retreat
1–10 of 158 posts
Re: A week-long programming retreat
#2I wrote about my specific recommendations here: https://robots.thoughtbot.com/you-should-take-a-codecation.
Re: A week-long programming retreat
#3Re: A week-long programming retreat
#4People throw around words like "revolution" for the current deep-learning push. But it's worth remembering that the fundamental concepts of neural networks have been around for decades. The current explosion is due to breakthroughs in scalability and implementation through GPUs and the like, not any sort of fundamental algorithmic paradigm shift.
This is similar to how the integrated circuit enabled the personal computing "revolution" but down at the transistor level, it's still using the same principles of digital logic since the 1940s.
Re: A week-long programming retreat
#5Re: A week-long programming retreat
#6Interesting to hear that C++ isn’t that well supported on OpenBSD. The story is quite the opposite with FreeBSD, where it’s really easy to use either clang or gcc. I usually spin up new jails to keep different installations sandboxed. CLion works quite nicely with most window managers on FreeBSD, but I rarely boot Xwindows these days and usually prefer to work with emacs inside tmux from the console.
Re: A week-long programming retreat
#7Re: A week-long programming retreat
#8This is a lesson for me and probably many others. Don't get hung up on tools, ship!!!
Re: A week-long programming retreat
#9Re: A week-long programming retreat
#10Interesting to hear that C++ isn’t that well supported on OpenBSD. The story is quite the opposite with FreeBSD, where it’s really easy to use either clang or gcc. I usually spin up new jails to keep different installations sandboxed. CLion works quite nicely with most window managers on FreeBSD, but I rarely boot Xwindows these days and usually prefer to work with emacs inside tmux from the console.
The question becomes; if its not C++, then what is the first class citizen on OpenBSD. And if it is C++ then how do we improve support? Just going to ports seems like a poor answer.