perl icon

Recommendations for The Perl Foundation

Posted in Sun, 27 Aug 2006 02:28:00 GMT

Bill Odom, President of The Perl Foundation, recently posted a blog entry called TPF RFC. My comment to that blog entry wasn't approved for some reason so I figured I'd post some easy-to-accomplish recommendations here.

Read more...
del.icio.us:Recommendations for The Perl Foundation digg:Recommendations for The Perl Foundation reddit:Recommendations for The Perl Foundation spurl:Recommendations for The Perl Foundation wists:Recommendations for The Perl Foundation simpy:Recommendations for The Perl Foundation newsvine:Recommendations for The Perl Foundation blinklist:Recommendations for The Perl Foundation furl:Recommendations for The Perl Foundation fark:Recommendations for The Perl Foundation blogmarks:Recommendations for The Perl Foundation Y!:Recommendations for The Perl Foundation smarking:Recommendations for The Perl Foundation magnolia:Recommendations for The Perl Foundation segnalo:Recommendations for The Perl Foundation

10 comments

typo icon

Typo - License for TypoGarden Themes

Posted in Sun, 27 Aug 2006 01:48:00 GMT

There has been some confusion about the license that covers the themes submitted to the 2005 TypoGarden Theme Contest. Many themes do not mention a specific license and the contest page simply says:

All themes submitted will be made available for download. Don’t submit it unless you want it to be used by tens of thousands of Typo users.

Geoffrey Grosenbach, of TypoGarden, mentioned on the #typo IRC channel that all the themes submitted are under the MIT License. This makes sense since Typo itself is under the MIT License.

Read more...
del.icio.us:Typo - License for TypoGarden Themes digg:Typo - License for TypoGarden Themes reddit:Typo - License for TypoGarden Themes spurl:Typo - License for TypoGarden Themes wists:Typo - License for TypoGarden Themes simpy:Typo - License for TypoGarden Themes newsvine:Typo - License for TypoGarden Themes blinklist:Typo - License for TypoGarden Themes furl:Typo - License for TypoGarden Themes fark:Typo - License for TypoGarden Themes blogmarks:Typo - License for TypoGarden Themes Y!:Typo - License for TypoGarden Themes smarking:Typo - License for TypoGarden Themes magnolia:Typo - License for TypoGarden Themes segnalo:Typo - License for TypoGarden Themes

3 comments

ICANN - Handing out a License to Steal?

Posted in Fri, 25 Aug 2006 14:09:00 GMT

George Kirikos discusses ICANN's proposed tiered pricing which will allow registrars to charge whatever they want on a per-domain basis. This is also being discussed on Slashdot. This currently covers the biz, info and org domains. The com TLD was recently renewed but the speculation is that it may go this way when it comes up for renewal again. Differential, per-domain per-year pricing has been confirmed by Vint Cerf of ICANN. Theoretically, Google could be charged $1million or even $1billion per year for say google.biz.

Read more...
del.icio.us:ICANN - Handing out a License to Steal? digg:ICANN - Handing out a License to Steal? reddit:ICANN - Handing out a License to Steal? spurl:ICANN - Handing out a License to Steal? wists:ICANN - Handing out a License to Steal? simpy:ICANN - Handing out a License to Steal? newsvine:ICANN - Handing out a License to Steal? blinklist:ICANN - Handing out a License to Steal? furl:ICANN - Handing out a License to Steal? fark:ICANN - Handing out a License to Steal? blogmarks:ICANN - Handing out a License to Steal? Y!:ICANN - Handing out a License to Steal? smarking:ICANN - Handing out a License to Steal? magnolia:ICANN - Handing out a License to Steal? segnalo:ICANN - Handing out a License to Steal?

6 comments

Hadoop Distributed File System

Posted in Wed, 23 Aug 2006 05:49:00 GMT

I just ran across the Hadoop DFS which is an open source alternative to distributed file systems such as GoogleFS, OneFS and others. GoogleFS and OneFS are both proprietary so it's nice to finally have a FOSS solution. MySpace uses OneFS. From the Hadoop Wiki:

Hadoop's Distributed File System is designed to reliably store very large files across machines in a large cluster. It is inspired by the Google File System. Hadoop DFS stores each file as a sequence of blocks, all blocks in a file except the last block are the same size. Blocks belonging to a file are replicated for fault tolerance. The block size and replication factor are configurable per file. Files in HDFS are "write once" and have strictly one writer at any time.

Until now, I had only been aware of MogileFS for FOSS solutions, however MogileFS is designed for smaller files such as images and the others are designed for very large files. It will be interesting to see how much traction Hadoop DFS gets since it could be very useful and a good FOSS compliment to MogileFS. Hadoop is part of the Lucene Apache project.

del.icio.us:Hadoop Distributed File System digg:Hadoop Distributed File System reddit:Hadoop Distributed File System spurl:Hadoop Distributed File System wists:Hadoop Distributed File System simpy:Hadoop Distributed File System newsvine:Hadoop Distributed File System blinklist:Hadoop Distributed File System furl:Hadoop Distributed File System fark:Hadoop Distributed File System blogmarks:Hadoop Distributed File System Y!:Hadoop Distributed File System smarking:Hadoop Distributed File System magnolia:Hadoop Distributed File System segnalo:Hadoop Distributed File System

no comments

perl icon

Lucene on CPAN

Posted in Tue, 22 Aug 2006 01:15:00 GMT

Lucene is a Java-based fulltext indexing and search solution run under the Apache Foundation. It is arguably the most popular of many fulltext solutions now but its use of Java makes it a secondary choice for many non-Java projects. To improve the speed of Lucene, there are several C/C++ ports including:

  • Lucene4c: Apache Foundation project
  • Lucy: Apache Foundation project
  • CLucene: Sourceforge project
Read more...
del.icio.us:Lucene on CPAN digg:Lucene on CPAN reddit:Lucene on CPAN spurl:Lucene on CPAN wists:Lucene on CPAN simpy:Lucene on CPAN newsvine:Lucene on CPAN blinklist:Lucene on CPAN furl:Lucene on CPAN fark:Lucene on CPAN blogmarks:Lucene on CPAN Y!:Lucene on CPAN smarking:Lucene on CPAN magnolia:Lucene on CPAN segnalo:Lucene on CPAN

5 comments

blogger icontypo icon

Categories vs. Tags

Posted in , Wed, 16 Aug 2006 06:18:00 GMT

Today, Google announced the next version of Blogger, Blogger Beta. As part of this upgrade, Blogger will finally get categorization. Like Gmail, Blogger will only give you 'labels' which other blog engines such as Typo and MovableType give you both categories and tags. When both categories and tags are available, there's often a question as how to use them, either together or one or the other. This can be seen in some blogs where there doesn't seem to be rhyme or reason to what is a category and what is a tag. For Typo, this is somewhat complicated by that fact that tags came along after categories, so some blogs used them for the same thing but never got rid of the old categories after switching to tags so there appears to be some overlap.

Read more...
del.icio.us:Categories vs. Tags digg:Categories vs. Tags reddit:Categories vs. Tags spurl:Categories vs. Tags wists:Categories vs. Tags simpy:Categories vs. Tags newsvine:Categories vs. Tags blinklist:Categories vs. Tags furl:Categories vs. Tags fark:Categories vs. Tags blogmarks:Categories vs. Tags Y!:Categories vs. Tags smarking:Categories vs. Tags magnolia:Categories vs. Tags segnalo:Categories vs. Tags

3 comments

osx icon

Swift - WebKit-based browser for Windows

Posted in Sat, 12 Aug 2006 19:05:00 GMT

Let's face it, testing a website with OS-X's Safari browser can be difficult if a Mac doesn't happen to be available. Many developers only have non-Apple Intel-based hardware and run both Linux and Windows which allows for testing of Firefox and IE. Unfortunately this doesn't work for Safari because:

Read more...
del.icio.us:Swift - WebKit-based browser for Windows digg:Swift - WebKit-based browser for Windows reddit:Swift - WebKit-based browser for Windows spurl:Swift - WebKit-based browser for Windows wists:Swift - WebKit-based browser for Windows simpy:Swift - WebKit-based browser for Windows newsvine:Swift - WebKit-based browser for Windows blinklist:Swift - WebKit-based browser for Windows furl:Swift - WebKit-based browser for Windows fark:Swift - WebKit-based browser for Windows blogmarks:Swift - WebKit-based browser for Windows Y!:Swift - WebKit-based browser for Windows smarking:Swift - WebKit-based browser for Windows magnolia:Swift - WebKit-based browser for Windows segnalo:Swift - WebKit-based browser for Windows

3 comments

typo icon

MediaWiki and Typo - Pros and Cons for Personal Use

Posted in Fri, 11 Aug 2006 18:37:00 GMT

Now that this site runs both MediaWiki and Typo, I need to decide what to post where. Unfortunately I want to continue running both because they each have their advantages but ideally I could just run one, at least externally facing. These are some of the features I like of both MediaWiki and Typo which makes it hard to choose one over the other for all my posts. As a disclaimer, this is a personal wiki so I won't be discussing multiple users. The below lists the pros for each, If it's listed it means the other one doesn't have it ;)

Read more...
del.icio.us:MediaWiki and Typo - Pros and Cons for Personal Use digg:MediaWiki and Typo - Pros and Cons for Personal Use reddit:MediaWiki and Typo - Pros and Cons for Personal Use spurl:MediaWiki and Typo - Pros and Cons for Personal Use wists:MediaWiki and Typo - Pros and Cons for Personal Use simpy:MediaWiki and Typo - Pros and Cons for Personal Use newsvine:MediaWiki and Typo - Pros and Cons for Personal Use blinklist:MediaWiki and Typo - Pros and Cons for Personal Use furl:MediaWiki and Typo - Pros and Cons for Personal Use fark:MediaWiki and Typo - Pros and Cons for Personal Use blogmarks:MediaWiki and Typo - Pros and Cons for Personal Use Y!:MediaWiki and Typo - Pros and Cons for Personal Use smarking:MediaWiki and Typo - Pros and Cons for Personal Use magnolia:MediaWiki and Typo - Pros and Cons for Personal Use segnalo:MediaWiki and Typo - Pros and Cons for Personal Use

4 comments

svk icondreamhost icon

How to install SVK on Dreamhost posted

Posted in , Fri, 11 Aug 2006 01:50:00 GMT

I just posted my Installing SVK on Dreamhost notes on the wiki. I wasn't able to find any information on installing SVK, or Subversion with its Perl bindings for that matter, on Dreamhost so I took the time to work through it and document it (mostly because I believe SVK is essential to running a modded Typo). The end result looks pretty straight-forward but it was a reasonably time consuming process to backtrack all the errors, nail them down and find out if they are worth worrying about. In the end, the test failures weren't important but I wasn't willing to trust the SVK/SVN install without knowing for sure.

I was eager to get SVK up and running because it seems to be the popular way to keep one's private changes up to sync with a public repo. This is especially important for my Typo install as I have numerous Typo mods that I want automatically merged with new versions of Typo. Just recently we've had Typo 4.0.0, 4.0.1 and 4.0.2. I've been reluctant to make so many changes due to the manual merging I do now. Edge Typo and SVK, here I come!

Apparently Site5 doesn't come with SVK either so you can try to use this there. TextDrive, however, does come with SVK pre-installed.

del.icio.us:How to install SVK on Dreamhost posted digg:How to install SVK on Dreamhost posted reddit:How to install SVK on Dreamhost posted spurl:How to install SVK on Dreamhost posted wists:How to install SVK on Dreamhost posted simpy:How to install SVK on Dreamhost posted newsvine:How to install SVK on Dreamhost posted blinklist:How to install SVK on Dreamhost posted furl:How to install SVK on Dreamhost posted fark:How to install SVK on Dreamhost posted blogmarks:How to install SVK on Dreamhost posted Y!:How to install SVK on Dreamhost posted smarking:How to install SVK on Dreamhost posted magnolia:How to install SVK on Dreamhost posted segnalo:How to install SVK on Dreamhost posted

no comments

rails icon

Rails 1.1.4 LOAD_PATH vulnerability

Posted in , Thu, 10 Aug 2006 17:20:00 GMT

A couple of people have blogged about their use of the "elite hacking tool diff -r" to identify the problem solved by the Rails 1.1.5 Mandatory Mystery Patch. The problem is that Rails accepted LOAD_PATH as a HTTP request header with any file upload so a hacker could upload ruby controllers and then execute them by accessing the newly exposed URIs. This is discussed by Kristian Köhntopp and Evan Weaver.

Read more...
del.icio.us:Rails 1.1.4 LOAD_PATH vulnerability digg:Rails 1.1.4 LOAD_PATH vulnerability reddit:Rails 1.1.4 LOAD_PATH vulnerability spurl:Rails 1.1.4 LOAD_PATH vulnerability wists:Rails 1.1.4 LOAD_PATH vulnerability simpy:Rails 1.1.4 LOAD_PATH vulnerability newsvine:Rails 1.1.4 LOAD_PATH vulnerability blinklist:Rails 1.1.4 LOAD_PATH vulnerability furl:Rails 1.1.4 LOAD_PATH vulnerability fark:Rails 1.1.4 LOAD_PATH vulnerability blogmarks:Rails 1.1.4 LOAD_PATH vulnerability Y!:Rails 1.1.4 LOAD_PATH vulnerability smarking:Rails 1.1.4 LOAD_PATH vulnerability magnolia:Rails 1.1.4 LOAD_PATH vulnerability segnalo:Rails 1.1.4 LOAD_PATH vulnerability

3 comments

Older posts: 1 2