Skip to content

Instantly share code, notes, and snippets.

@adg
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adg/bcde06fb867968519479 to your computer and use it in GitHub Desktop.
Save adg/bcde06fb867968519479 to your computer and use it in GitHub Desktop.

Go Lightning Talks

3:30pm, 1 Feb 2015, Go DevRoom, FOSDEM, Room K.3.401

Camlistore demo

Mathieu Lonjaret https://twitter.com/lejatorn

Live demo of Camlistore easy deployment on gce. Quick overview of Camlistore's UI & tools. What's new since FOSDEM 2014.

restic - backups done right

Alexander Neumann https://twitter.com/nerdlicher

I started building a new backup program called 'restic' in Go a year ago. It's in alpha stage right now (do not use it for real data yet), but it's usable and very fast. https://github.com/restic/restic

Go as a building block for the internet

Alexandre Fiori https://twitter.com/fiorix_

Lessons learned from implementing the Diameter protocol from scratch.

JSON marshaling and code generation

Francesc Campoy https://twitter.com/francesc

JSON marshaling can sometimes be boring to write. So boring that computers should take care of it.

Can Go fix the Windows command line?

Seppe Stas https://twitter.com/seppestas

When building a tool to automatically set up SSH connections to remote systems, Go is a dead obvious choice of technology. One of the mean reasons for this is portability: I can build one tool, and run it on different types of systems. Even Windoes! One problem though... Windows' command line interface sucks. Terribly. Let's see what Go can do to fix this (read: work around this), without affecting the code for the useful OSes to much. https://github.com/Bitbored/go-ansicon

Update about Go on Android and iOS devices

David Crawshaw https://twitter.com/davidcrawshaw

Phenakistoscope in Go

Alex Plugaru https://twitter.com/humanfromearth

This talk is a short exploration of what fun things can be done with image/draw: Take an animated gif and convert it to a Phenakistoscope to do your own offline animations. The wiki: http://en.wikipedia.org/wiki/Phenakistoscope The code: https://github.com/xarg/Phenakistoscope

Go on App Engine

Valentin Deleplace

What you can do with Go on AppEngine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment