Macromedia Blog Aggregrator

Blogged by webmilhouse as ColdFusion — webmilhouse Tue 23 Mar 2004 1:17 pm

Macromedia has a news/blog aggregator for their various products.

Check it out here.

The Geek Test

Blogged by webmilhouse as General — webmilhouse Tue 23 Mar 2004 10:12 am

Ok, everyone probably has seen this before, but here it is for those who haven’t:

The Geek Test — see how much of a geek you are.

I scored a 38.

Good Article on Stored Procedures and ColdFusion

Blogged by webmilhouse as ColdFusion — webmilhouse Thu 18 Mar 2004 9:15 am

Check out the article on Macromedia’s site.

SWORD Project

Blogged by webmilhouse as General — webmilhouse Wed 17 Mar 2004 7:47 am

A nice open source application that uses XML to markup Bible texts and then readers to parse them on almos t any platform (Win, Linux, Mac, Zaurus).

Here is the link.

Turbo Codes in Data Communications

Blogged by webmilhouse as General — webmilhouse Wed 10 Mar 2004 1:11 pm

Very interesting article on a new data communications coding method called “turbo codes” was posted on Slashdot today. It is an interesting approach to allow noisy channels like cell phone networks to work at almost the Shannon capacity.

Read the article here.

Down and Out in the Magic Kingdom

Blogged by webmilhouse as Papers and Writings — webmilhouse Tue 9 Mar 2004 7:32 am

Also read a short story by Cory Doctorow called “0wnz0red”, an excellent read. He continues to publish all of his books and short stories on the web.

Here is the link to his site with books, articles, short stories, and so forth.

The Hacker Crackdown by Bruce Sterling

Blogged by webmilhouse as Papers and Writings — webmilhouse Tue 9 Mar 2004 7:29 am

Read this great book called “The Hacker Crackdown” by Bruce Sterling that talks about the law enforcement and hacker subculture clashes in the early 90s. A great read, but I couldn’t find it in PDF format, so I converted it.

Here is the link to original text.

Here is the link to the PDF that I made from that text (1.2 MB PDF) .

Mr. Sterling, if you find this, I had to edit some spelling and formatting from the text I found online, I hope you don’t mind.

Who Killed Jesus?

Blogged by webmilhouse as General — webmilhouse Wed 3 Mar 2004 7:56 pm

Since this is in the news a lot because of “The Passion”, check out this interesting article on it.

Finding processes running

Blogged by webmilhouse as Linux — webmilhouse Wed 3 Mar 2004 6:57 am

There are a number of interesting things in the /proc directory.

For fun, log into your Linux box as root, and in a bash shell type:

# ls -d /proc/* | grep [0-9] | wc -l; ps ax | wc -l

This should compare the number of processes that /proc thinks it is running and the number that ps thinks it is running. I read that a common rootkit exploit is to modify ps to not show you what is running, and that it is tough to trick /proc to do the same thing. If the numbers are significantly different, audit your system.

Style Sheets

Blogged by webmilhouse as Web Development — webmilhouse Mon 1 Mar 2004 7:59 am

I stumbled across an interesting site that gives good information about stylesheets and also has a great dynamic menu script. Check out BrainJar.com.

Also, I have been reading over the CSS2 specification on the W3C’s site. There is a lot of interesting stuff there, check it out here.

This blog uses a nice stylesheet from BlueRobot, who also has some nice CSS stylesheeting examples.

Proudly powered by wordpress 2.7 - Theme based on Back in Black 2 by neuro, modded by me.