Closures for Java
via Google Video
Adnan Wasim talks about system administration and software development issues....
via Google Video
Posted by
Adnan
at
9/30/2007 01:32:00 PM
0
comments
Links to this post
via Google Video
Douglas Crockford from Yahoo talks about how mashups are insecure, and how google gears might solve the problem.
Posted by
Adnan
at
9/29/2007 04:18:00 PM
0
comments
Links to this post
via Google Video
Posted by
Adnan
at
9/27/2007 08:36:00 PM
0
comments
Links to this post
To lookup when windows was installed:
wmic os get InstallDate
Same output:
C:\Documents and Settings\adnan_wasim>wmic os get InstallDate
InstallDate
20060918120036.000000-300
Posted by
Adnan
at
9/27/2007 01:40:00 PM
0
comments
Links to this post
via YUI Theater
Posted by
Adnan
at
9/23/2007 09:34:00 PM
0
comments
Links to this post
FreeBSD ZFS practical examples screencasts and slide.s: "Here, you can learn some ZFS basics, like adding/replacing disks into a zpool, while in this screencast you will learn how to create disk snapshots on ZFS. After that, you can try some more interesting stuff, like snapshoting and cloning UFS on top of ZFS. ZFS also offers compression features, which you can learn more about, as well as doing some compression ratio analysis, in this screencast. Finally, the useful self-healing feature demonstration here."
(Via bsdnews.com.)
Posted by
Adnan
at
9/23/2007 01:30:00 AM
0
comments
Links to this post
Posted by
Adnan
at
9/21/2007 10:10:00 PM
0
comments
Links to this post
Leak Debugging Screencasts: "I was asked to record some screencasts showing how I debug memory leaks so that other people could understand better how I use our memory leak debugging tools. So I've been recording (and talking) while I'm debugging memory leaks."
Posted by
Adnan
at
9/21/2007 01:10:00 PM
0
comments
Links to this post
Posted by
Adnan
at
9/19/2007 10:32:00 PM
1 comments
Links to this post
Posted by
Adnan
at
9/19/2007 12:22:00 PM
0
comments
Links to this post
I was a little surprised that the IBM Lotus Symphony was based on Openoffice.org. Whatever happened to the old Lotus Office suite? When I went to download the application suite, I found their are Linux and Windows binaries, but no OS X. The download for Windows was about 112 MB or so.
Its a pretty standard office suite, though the interface kind of reminded me of the eclipse IDE.
Update: Its funny, but I just ran into Joel Spolsky's article about the old and new Lotus Symphony:
IBM just released an open-source office suite called IBM Lotus Symphony. Sounds like Yet Another StarOffice distribution. But I suspect they’re probably trying to wipe out the memory of the original Lotus Symphony, which had been hyped as the Second Coming and which fell totally flat. It was the software equivalent of Gigli.
Posted by
Adnan
at
9/18/2007 10:24:00 PM
0
comments
Links to this post
Posted by
Adnan
at
9/18/2007 08:28:00 AM
0
comments
Links to this post
via Google Video
Posted by
Adnan
at
9/15/2007 06:44:00 PM
0
comments
Links to this post
via Google Video
Posted by
Adnan
at
9/15/2007 04:32:00 PM
0
comments
Links to this post
via Google Video
Posted by
Adnan
at
9/13/2007 11:25:00 PM
0
comments
Links to this post
Robert interviews AMD CEO Hector Ruiz.
Via Scobleshow
Posted by
Adnan
at
9/12/2007 10:17:00 PM
0
comments
Links to this post
From the description:
Launchd isn't just an init replacement though--it provides a powerful XML interface for defining when, where, and how programs should be invoked on OS X. In this talk, Dave, who developed launchd, will discuss the rationale behind launchd and how the program came to be.
Posted by
Adnan
at
9/11/2007 08:02:00 PM
0
comments
Links to this post
Amazing story!
via Google Video
Posted by
Adnan
at
9/09/2007 10:33:00 AM
1 comments
Links to this post
Linux Finds Home On More Desktops
This is good news, however, I still find reasons to have another operating system around. I occassionally need to do video chats with my family back home. I can't do it on Linux. No driver for the webcam on my system. And even if I did have the driver, none of the popular chatting solutions (skype, msn messenger on gaim) would support video chat on Linux.
Posted by
Adnan
at
9/05/2007 10:31:00 AM
0
comments
Links to this post
via Google Video
Posted by
Adnan
at
9/02/2007 05:21:00 PM
0
comments
Links to this post
via Youtube
Posted by
Adnan
at
9/01/2007 10:54:00 PM
0
comments
Links to this post
via Google Video
Posted by
Adnan
at
9/01/2007 10:09:00 PM
0
comments
Links to this post
python 3000 breaks hello world:
" ./python
Python 3.0a1 (py3k, Sep 1 2007, 14:48:21)
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
Type 'help', 'copyright', 'credits' or 'license' for more information.
>>> print 'hello world'
File '', line 1
print 'hello world'
^
SyntaxError: invalid syntax
Weird. I've been trying to learn this python programming language, but the first command in my lecture notes, the three textbooks I have, and all the online tutorials seem to be wrong.
Anyone know how to get hello world working?
Update: oh it seems that print is a function. ---> ;)
Maybe it should show this in the shell, kind of like what typing help does:
>>> help
Type help() for interactive help, or help(object) for help about object.
>>>print 'hello world'
Type print('hello world') to print a string, or print(object) to print an object."(Via unofficial planet python.)
Posted by
Adnan
at
9/01/2007 09:20:00 AM
0
comments
Links to this post