the start of a new browsing era 07. Feb 2012

Pinboard Upgrade

 

klub der republik (2002-2012) 30. Jan 2012

Klub der Republik (2002-2012)

 

forcing tidy to repair broken html 27. Jan 2012

$ curl -sL http://bit.ly/xpkkso | tidy 2>&1 | sed -n '105,106p'
This document has errors that must be fixed before
using HTML Tidy to generate a tidied up version.

$ tidy -help-config | grep force
force-output    Boolean    y/n, yes/no, t/f, true/false, 1/0

$ tidy -show-config | grep force-output
force-output    Boolean    no

$ curl -sL http://bit.ly/xpkkso | tidy --force-output true \
2>/dev/null | head -n 5
<!DOCTYPE html>
<html b:version='2' class='v2' dir='ltr'>
<head>
<meta name="generator" content=
"HTML Tidy for Mac OS X (vers 25 March 2009), see www.w3.org">
 

peter sunde explains irl vs. afk 20. Jan 2012

Peter Sunde erklärt dem Staatsanwalt das Internet

 

safariomnibar port for powerpc 13. Jan 2012

I did a port of Olivier Poitrey’s SafariOmnibar for Macs with PowerPC processor running Safari 5.0.6 on Mac OS 10.5.8. Go ahead and grab the current version over at Github.

 

1 2 3 4 5 ... 532