- Wanted to get to kdbus, couldn't
- Galera Cluster IRL
- Sailfish intro
- Sailfish round table
- Debian Contributors
- Sailfish dinner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Byte calculator. Sums bytes of a given file and displays to screen. | |
| * | |
| * Compile: | |
| * gcc calc.c -o calc -O2 | |
| * | |
| */ | |
| #include <stdlib.h> | |
| #include <stdio.h> | |
| #include <stdint.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .. image: t1.jpg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .. image: t1.jpg |
Before purchasing Jolla I gave `some reasons`_ why I am purchasing a new phone and an explanation what I expect from it.
Because I have an Android tablet, I did not need an Android phone and I was OK to experiment. Many of the typical phone features like maps, twitter, offline wikipedia are on tablet which I always have with me; therefore phone does not have that many requirements.
This post documents my envisioned state of digital asset storage and maintenance. Most of the stuff is already implemented, so this page is a reminder for me what the final state should be.
Inspired by `musings from Colin Percival`_.
Archive and backup all personal stuff
A sample resource:
.resource [
.url [
.string.gamelist
.string.favouritesGet
.binding.siteid
.binding.uid
]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Begin graphite.service | |
| set -euo pipefail | |
| cat > /etc/systemd/system/graphite.service <<EOF | |
| [Unit] | |
| Description=graphite server | |
| After=docker.service | |
| Requires=docker.service | |
| [Service] |