We’re done with the tired old fontstacks of yesteryear. Enough with the limitations of the web, we won’t have it. It’s time to raise our standards. Here, you’ll find only the most well-made, free & open-source, @font-face ready fonts.
Noticed this appearing in FreeBSD ports earlier today. Some of the typefaces are fantastic! Must take a more detailed look at this.
This tutorial explains how to share a Git repository among developers. It is meant for small teams who are adopting Git for the first time, and want to get started quickly with a familiar setup before exploring Git’s many new possibilities.
If you follow this route, you will end up with a single centrally-hosted repository that everyone in your group can use to publish their own work and fetch whatever others have published. People used to a centralised VCS will find this model easy to adjust to, but of course, each user’s “working copy” will itself be a fully-fledged Git repository, and many new workflows are available to users as they learn more.
Gerrit is a web based code review system, facilitating online code reviews for projects using the Git version control system.
Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer.
Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer. This functionality enables a more centralized usage of Git.
Zawinski's saw on lazy thinking applied to economics
Jamie Zawinski once said,
Some people, when confronted with a problem, think ‘I know, I’ll use regular expressions.’ Now they have two problems.
But lazy thinking like this doesn’t just happen in software development. Consider economics:
Some people, when confronted with a problem, think ‘I know, Let’s let the market decide.’ Now they have two problems.
Lazy thinking is everywhere. Now, back to your regularly scheduled programming.