Tom Pierce's Blog : Let the geek times roll.
Updated: 6/20/04; 3:13:45 PM.

 

Subscribe to "Tom Pierce's Blog" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.

 
 

Thursday, June 19, 2003

I just found out about the Cocoa Development wiki. If I ever get enough time on my hands to play with Cocoa, I'll be sure to check this site out.


12:17:10 PM    comment []

World's smallest guitar.

nanoguitar.jpgReally a nanoguitar, the world's smallest guitar is just ten micrometers long, with six strings that are about 100 atoms wide. The strings will actually resonate if plucked by an atomic force microscope, not that you'd be able to hear anything. There's only one thing we want to know: how long until the first nanoguitar solo?
Read [Via BoingBoing]

[Gizmodo]

This is just too cool. Can you tune it?


12:09:46 PM    comment []

'Pirates' told to pack it in - RIAA. Verizon hands over names [The Register]

Looks like Verizon has lost the battle.


12:00:57 PM    comment []

I've fixed a bug in remove-line-boundary-in-region. The problem was that the removal went one line too far. This is fixed. Plus, I commented the code.

(defun remove-line-boundary-in-region (beginning end)
"Collapses all the lines in the specified region into a single line."
(interactive "r")
(save-excursion
(goto-char beginning)
(goto-char (point-at-bol))
(insert "n")

(let ((beg (point)))
(goto-char end)
(while (>= (point) beg)
(delete-indentation)))))


8:47:24 AM    comment []

© Copyright 2004 Tom Pierce.



Click here to visit the Radio UserLand website.

 


June 2003
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30          
May   Jul

Search

[sgl dagger]
How this works

Emacs Sources
 tsql-indent.el
 user-add-sql-folding-marks
 remove-line-boundary-in-region
 convert-camel-to-underscore

My Subscriptions
 Funny
 KM