PageRenderTime 25ms CodeModel.GetById 29ms RepoModel.GetById 0ms app.codeStats 0ms

/_posts/2014-06-22-SELF2014.md

https://github.com/christianchristensen/christianchristensen.github.com
Markdown | 75 lines | 52 code | 23 blank | 0 comment | 0 complexity | cd9a32b077d70273968712a9c217a28b MD5 | raw file
  1. ---
  2. layout: post
  3. title: SouthEast LinuxFest 2014
  4. date: 2014-06-22 20:00
  5. comments: false
  6. ---
  7. [SouthEast LinuxFest 2014](http://www.southeastlinuxfest.org), Videos: https://www.youtube.com/user/southeastlinuxfest
  8. Nice recap by Jupiter Broadcasting (~@42 min): http://www.jupiterbroadcasting.com/60412/southeast-linuxfest-highlights-las-318
  9. ### SQLite as an Application File Format - Richard Hipp
  10. * "Representation Is the Essence of Programming" -Frederick Brooks (Mythical Man Month)
  11. * ["SQLite is not designed to replace Oracle. It is designed to replace fopen()."](http://www.sqlite.org/whentouse.html)
  12. * ["Data lasts longer than code."](http://media-cache-ec0.pinimg.com/originals/c9/6e/db/c96edb1f57ceff741f1d5501717e39bc.jpg)
  13. Side notes:
  14. * [SQLite Archiver](http://sqlite.org/sqlar/doc/trunk/README.md)
  15. * [Fossil SCM](http://www.fossil-scm.org) - very similar to Git in concept (distributed VCS), but keeps everything in one SQLite file. Also, only a single binary that supports built-in wiki, issue tracking, and basic GUI functions. Ultimately it allows for some some nice semantics like: `SELECT DISTINCT name FROM users;` (rather than shell ginsu).
  16. ### Slackware ragchew - David Cantrell
  17. (http://www.slackware.com, http://www.burdell.org)
  18. * Still alive and an impressive South-East Linux sub-culture.
  19. * Fascinating history and interaction during the Linux "boom" (many trade shows!) with Sun, FreeBSD, and ultimately [Walnut Creek CDROM](http://en.wikipedia.org/wiki/Walnut_Creek_CDROM) (later BDSi, then Wind River Systems, then iXsystems)
  20. * Slackware was the first "live boot" (see also zipslack)
  21. * Version control regrets -- would have been great to see the evolution, but it's lost.
  22. * Suse - dev's mail spool file made it onto a distro release (wild west of builds and Linux)
  23. * As a community we could do better... packaging is a great example (every distro has their own)
  24. * Hallway track: awesome history of [tz database](http://en.wikipedia.org/wiki/Tz_database) (note: this was needed for his own distro as glibc? stopped pulling in the latest for static builds, which required distros to manage the dependency) - "Time (and timezones) are both technical and political."
  25. ### PBI v10: Application Management Made Easy - Ken Moore
  26. AppCafe
  27. * Wiki as data-source for rating system
  28. * runs pkgng through a series of shell scripts and parses the output for the GUI utilities (Qt)
  29. [PCBSD](http://www.pcbsd.org/en/utilities)
  30. * Modified GRUB to support full disk encryption with ZFS
  31. * [Life Preserver](http://wiki.pcbsd.org/index.php/Life_Preserver/10.0) takes a snapshot prior to upgrade so that in the instance of a reboot and fail you can rollback.
  32. * Errata: Ken Moore is Kris Moore's brother, [BSDNow.tv](http://www.bsdnow.tv)
  33. ### ZFS 101 - Dru Lavigne
  34. * [Becoming a ZFS Ninja](https://blogs.oracle.com/video/entry/becoming_a_zfs_ninja)
  35. * [Open ZFS office hours](http://open-zfs.org/wiki/Events)
  36. * Encryption: [GELI](http://www.freebsd.org/doc/en/books/handbook/disks-encrypting.html), [PEFS](http://www.bsdnow.tv/tutorials/pefs)
  37. * Other
  38. * [ZFS (on Linux) - use your disks in best possible ways](http://www.slideshare.net/dpavlin/cuc2013-zfs)
  39. ### Other
  40. * [GPG/CACert KeySigning](https://sparkslinux.wordpress.com/2014/06/16/pgp-keysigning-event-and-cacert-assertion-at-self2014)
  41. * Ham radio meetup
  42. * [Freedv](http://freedv.org/tiki-index.php)
  43. * [Fldigi](http://www.w1hkj.com/Fldigi.html)
  44. * [Digital modes - sights & sounds](http://www.w1hkj.com/FldigiHelp-3.21/Modes)
  45. * [N8VNR](https://twitter.com/nivex)
  46. * http://agrimmsreality.blogspot.com
  47. * Other talks
  48. * Making Pointers Point - Andrew Psaltis (Basic introduction to pointers in C and memory allocation)
  49. * Trolls arent the only threat under the bridge
  50. * DNSSEC
  51. * Hands on ARMs - Jason Plum
  52. * Open Blocks (4GB ethernet device)