ENTRIES TAGGED "git"

Four short links: 16 January 2013

Four short links: 16 January 2013

What Matters, NetSec Game, Coding Freedom, and Pro Git

  1. Things Users Don’t Care About (Pete Warden) — every day we relearn these lessons. How great it will be once all their friends are on it.
  2. Tracer FIRE 5 — online workshop and game that teaches network security. [A] week-long hands-on computer security workshop for cyber defenders in DOE, other government agencies, critical infrastructure, and college students. The exercise consists of 2 days of intensive training on a single subject, followed by a 2½-day game in which contestants are placed on a team and must use their new and existing skills to compete with other teams for points across multiple categories. (via Reddit /r/netsec)
  3. Coding Freedom: The Ethics and Aesthetics of Hacking (Amazon) — Gabriella Coleman’s new book, which explains us. Exploring the rise and political significance of the free and open source software (F/OSS) movement in the United States and Europe, Coding Freedom details the ethics behind hackers’ devotion to F/OSS, the social codes that guide its production, and the political struggles through which hackers question the scope and direction of copyright and patent law. In telling the story of the F/OSS movement, the book unfolds a broader narrative involving computing, the politics of access, and intellectual property. (Also available as CC-Licensed PDF)
  4. Pro Git (Scott Chacon) — CC-NC-SA licensed book on mad git skills.
Comment |

New school C

Why C is a more practical and enticing programming language than you might think.

Choosing a programming language for that project you’re working on is a fairly straightforward decision: it needs to be fast, easy to use, and it must come with enough bells and whistles to keep you from re-inventing the wheel every time you want to do something. Looking at this criteria, aside from the fast bit, the C language may…
Read Full Post | Comments: 8 |
Four short links: 19 November 2012

Four short links: 19 November 2012

Mac git tool, Web Developer Tool, Bullshit Detector, and ISPs Join Devil For Baby-Eating Orgy

  1. Wing Man — Mac app for source control management with git, implements workflow rather than simply being a wrapper for git commandlines.
  2. CodeKit — Mac app for web developers, automates (invisibly, thanks to watching filesystem changes) much of the web site tools.
  3. LazyTruth — Chrome plugin for gmail that detects bogus forwarded email and gives you the option to reply with the truth. RoboSnopes for the win! (via The Atlantic)
  4. Verizon to Throttle Pirates (BBC) — unable to solve their business model problems though the courts, Hollywood “partners” with ISPs to extra-judicially punish alleged infractions. ISPs win when heavy downloaders are throttled, of course, because it lets them have higher contention ratios (sell the same upstream cable to many more downstream email-checking residences instead of just a few torrenters). These five ISPs are mall-cops, private tax collectors, and regional monopolists, all in one nasty bundle of evil.
Comment: 1 |
Inside GitHub’s role in community-building and other open source advances

Inside GitHub’s role in community-building and other open source advances

An interview with Matthew McCullough

In this video interview, Matthew McCullough of GitHub discusses what they’ve learned over time as they grow and watch projects develop there. (more…)
Read Full Post | Comment: 1 |
Jon Loeliger offers some practices to use with Git

Jon Loeliger offers some practices to use with Git

Advice from author of "Version Control with Git."

After finishing the second edition of "Version Control with Git," author Jon Loeliger talked to O'Reilly editor Andy Oram about how to use Git effectively as changes to code pile up.

Read Full Post | Comment |
Developer Week in Review: Google I/O's ticket window opens and shuts in record time

Developer Week in Review: Google I/O's ticket window opens and shuts in record time

Google I/O reg disappoints many, Microsoft shares, and happy birthday to gcc.

Google I/O registration was there and gone so fast you might have missed it if you blinked, Microsoft is sharing more of its code Apache-style, and the leading compiler package in the world celebrates a milestone.

Read Full Post | Comment |
Developer Week in Review: Mobile's embedded irony

Developer Week in Review: Mobile's embedded irony

Who really profits from Android sales? And does the world need another source control system?

Microsoft profits from Google's toils, why you shouldn't put older developers out to pasture, and a new source control system enters the fray.

Read Full Post | Comment: 1 |
Four short links: 4 July 2011

Four short links: 4 July 2011

God Games, Digitised History, git Database, and App Framework

  1. Let There Be Smite (Pippin Barr) — simple diversion for the 4th of July. It won’t be easy for God to save America. (via Pippin’s blog)
  2. Basel Wear — to answer the question I know was burning on your lips: “what *did* the Swiss wear in 1634?” Impressively detailed pictures from a 1634 book that is now online. One of the reasons I’m in favour of digitizing cultural collections is that we’re more likely to encounter them on the net and so ask questions like “how did people dress in 1634?”, “why did everyone carry keys?”, and “what is a Sexton?”
  3. databranches: Using git as a Database it’s important to approach your design for using git as a database from the perspective of automated merging. Get the merging right and the rest will follow. I’ve chosen to use the simplest possible merge, the union merge: When merging parent trees A and B, the result will have all files that are in either A or B, and files present in both will have their lines merged (and possibly reordered or uniqed).
  4. Joshfire — open source (dual-licensed GPLv2 and commercial) multiplatform development framework built on HTML5.
Comments Off |
Four short links: 21 April 2011

Four short links: 21 April 2011

Regular Expressions, Mac Git, Open Source Patents, and Pepys Lessons

  1. Rubular — a way to write and test regular expressions interactively. Very cool. (via Adam Fields)
  2. gitx — OSX ui for git. (via Marc Hedlund)
  3. Open Source Critical to Competition (Simon Phipps) — DOJ and German Federal Cartel Office see danger for open source in Novell’s patents being acquired by a consortium of Oracle, Microsoft, Apple, and EMC (fancy!) and are taking steps to ensure open source is protected.
  4. My Talk about Samuel Pepys’s Diary as an Online Story (Phil Gyford) — I love the ways Phil has stretched and repurposed the web’s affects for storytelling. Listen to this talk. (via BoingBoing)
Comments Off |
Developer Week in Review

Developer Week in Review

App Store policy makes developers see red, Ubuntu may have a black heart, and a look at the blue content in git commits.

Coming up on the Week in Review: Revolt of the App Store developers, Ubuntu's innocence lost, and a report we swear you'll like.

Read Full Post | Comments: 3 |