193: Working from Home – Pandemic on hard mode 🏡

Download

Well, the world took a crazy turn and everyone’s working from home now. How do
you work from home? An experienced developer who’s done this before talks to a
newbie and discuss their thoughts.

Shownotes

Sponsors 🙏

Educative.io

Learn and practice Android development from inside your browser. Visit Educative.io/Fragmented to get 10% off.

Contact

192: What is your backup strategy? 📼


Download


WordPress

title : 192: What is your backup strategy? 📼 permalink : 192

In this episode, we talk about what a good backup strategy looks like and the different kinds of data you should be backing up.

Stay safe and think about your backup strategies.

Shownotes

3-2-1 Backup Rule

Backup Software

This mirrors both drives defensively (-n is dry run)

    rsync --partial --progress --archive --update \
      --verbose\
      --human-readable\
      --exclude='$RECYCLE.BIN' --exclude='$Recycle.Bin' --exclude='.AppleDB' \
      --exclude='.AppleDesktop' --exclude='.AppleDouble' --exclude='.com.apple.timemachine.supported'\
      --exclude='.dbfseventsd' --exclude='.DocumentRevisions-V100*' --exclude='.DS_Store'\
      --exclude='.fseventsd' --exclude='.PKInstallSandboxManager' --exclude='.Spotlight*'\
      --exclude='.SymAV*' --exclude='.symSchedScanLockxz' --exclude='.TemporaryItems'\
      --exclude='.Trash*' --exclude='.vol' --exclude='.VolumeIcon.icns' --exclude='Desktop DB'\
      --exclude='Desktop DF' --exclude='hiberfil.sys' --exclude='lost+found'\
      --exclude='Network Trash Folder' --exclude='pagefile.sys' --exclude='Recycled'\
      --exclude='RECYCLER' --exclude='System Volume Information' --exclude='Temporary Items' --exclude='Thumbs.db'\
      -n\
      /Volumes/xhd_strg/ /Volumes/xhd_strg_bkp

Misc

Sponsors 🙏

Square

Check out the new Square YouTube channel for developers. Square has SDKs and APIs to make payments and run a business.

Contact

191: Logging 🌲

Download

Today we talk about logging. When to log, how to log, what to log – our thoughts on the subject.

Shownotes

Sponsors 🙏

Square

Check out the new Square YouTube channel for developers. Square has SDKs and APIs to make payments and run a business.

Contact

190: The Privacy of ***********

Download

In this episode, Donn and KG talk about the post Tim Bray recently wrote – Why Google did Android. They then touch on Chrome becoming a monopoly and tips on what folks can do to be a little more privacy conscious on the web.

Shownotes

Google Chromium and Ad-blocking

Misc

Follow up from a previous episode:

Contact

189: The 2038 Problem

We’ve all heard of the Y2K problem, but there’s also a similar coming up this 2038 for us programmers. In this episode we dive into the 2038 problem (… after of course talking about our opinions on new year resolutions).

Get 1% better every day folks… Listen here:

Download

Shownotes

Contact