January 2010
8 posts
Untitled
Posted via web from Tim says what? | Comment »
Untitled
Posted via email from Tim says what? | Comment »
The Evolution of a Programmer
High School/Jr.High 10 PRINT "HELLO WORLD" 20 END First year in College program Hello(input, output) begin writeln('Hello World') end. Senior year in College (defun hello (print (cons 'Hello (list 'World)))) New professional #include <stdio.h> void main(void) { char *message[] = {"Hello ", "World"}; int i; for(i = 0; i < 2; ++i) printf("%s",...
Facebook rewrites PHP runtime
Well, I was able to put all the pieces together on this one, finally, and I now understand exactly what is up: Facebook has rewritten the PHP runtime from scratch. This coming Tuesday, they will make a big announcement around this project, and will make it available as open source software. I’m not really sure of any of the details of the project, but I do know that Facebook hired someone...
Facebook rewrites PHP runtime
Well, I was able to put all the pieces together on this one, finally, and I now understand exactly what is up: Facebook has rewritten the PHP runtime from scratch. This coming Tuesday, they will make a big announcement around this project, and will make it available as open source software. I’m not really sure of any of the details of the project, but I do know that Facebook hired someone...
http://dontevenreply.com/ →
Original ad: Hey there! My roommate and I are looking for another housemate. We live in a large apartment in Upper Darby. There are two bedrooms and a spacious living area. The rent is $250 a month, which includes cable, internet, electric, and water. My roommate and I are both vegans and will only live with another vegan. IF YOU AREN’T A VEGAN, YOU NEED NOT APPLY. We are looking for...
Hillary Clinton calls for Web freedom, demands... →
Secretary of State Hillary Rodham Clinton called Thursday for a global Internet free of censorship and demanded that China investigate claims by Google that e-mail accounts belonging to human rights activists had been targeted by hackers.
He who treads softly goes far.