Categories
-
Recent Posts
Recent Comments
Archives
Author Archives: Johann
What class do we have next?
Timetables are one of the things my University just doesn’t get right. You have to go on the website every now and then to either download your timetable as PDF, or export in iCal format if it’s available. But those … Continue reading
Posted in Software, University
Leave a comment
Jabber server with Prosody
Update: If you use Puppet, I’ve written a module for Prosody which can be found here: https://forge.puppetlabs.com/JohannDickson/prosody I’ve recently installed a Jabber server for use within my family, it’s a great way for us to communicate since we’re split among different … Continue reading
What’s for lunch?
One thing that’s nice to know when you’re a student, is what’s for lunch at the university restaurant. In that regard, I looked for a way to easily generate an iCal of the week’s menu. First step: scour the CROUS Grenoble … Continue reading
Posted in Software, University, WebDev
Tagged crous grenoble, lunch, python, université de savoie, university, webdev
Leave a comment
Kindle Screensavers
I have a Kindle. It’s a great device, it got me back into reading and I now have a bit more and better to do than just browse the same old stuff on the internet on my down time. One … Continue reading
tmux cheat sheet
I’ve recently started using tmux, so here’s my cheat sheet to remember some of the basic commands: tmux new -s bob create new session called ‘bob’ tmux attach (at) -t bob attach session ‘bob’ tmux list-sessions (ls) list sessions Ctrl + b is … Continue reading