Durability in the year 2020

Submitted by gil on

It is the year 2020 and we still don’t have great answers to data durability in the face of unclean shutdowns. Unclean shutdowns are things like power outages, system faults and unlucky kernel panics and preventing data loss when they happen is a hard problem. I’m going to talk through a few ways these can cause data loss in this blog post but you can probably come up with new ones on your own - exotic failures that no system will ever handle correctly. In the year 2020, the conventional wisdom is still true. Always take backups, and RAID is no substitute for backups.

Tokyo

Submitted by gil on

I had the desire to go to Japan, and especially Tokyo, because I wanted to spend my next trip in an urban area doing urban things. I felt that the last few vacations had a focus on exploring nature and natural wonders and I wanted to try going the other way. Tokyo is a massive urbanized area with the largest urban population in the world and endless things to do so it fit my goals well.

9/2, the afternoon:

My criticism of dotdrop, a dotfile management system

Submitted by gil on

Git, the command-line version control system, was initially released on April 7, 2005. Github launched to the public on April 10, 2008 and was the killer application that promoted Git beyond its initial audience of systems programmers. By 2010 it was clear to me that the industry was moving away from Subversion and Git was the new standard in version control. I took it upon myself to git with the times and learn it for myself.

Lessons learned porting from SQL Server to SQLite

Submitted by gil on

After a sudden reduction in force at the day job I inherited a crufty old reporting system from a team of DBAs. We're a company full of Linux and a few legacy Solaris systems but the DBAs who built this thing almost 15 years ago must have insisted on SQL Server 2005 so I was the proud owner of one of the few Windows servers on our side of the business. After three months of wrangling with the report I was able to get it off of the Microsoft stack just before the Windows sysadmins decided it was time to pull the plug on this long forgotten and neglected Windows Server 2003 system.

Understanding the Lightning Network: how it works and why it sucks

Submitted by gil on

Bitcoin engineers face a future where rising transaction fees price users out of using bitcoin for everyday commerce. There are a few solutions for lowering those fees and the latest, most hyped solution is the Lightning Network, a system built on a web of payment channels. I'll explain how payment channels work, how they can be put together to make the Lightning Network and show what this new economy looks like.

Blog tags