initdb -D /var/lib/pgsql/data --locale=en_US.utf8 -E UTF8
Popularity: 21%
initdb -D /var/lib/pgsql/data --locale=en_US.utf8 -E UTF8
Popularity: 21%
From padawan.info:
This made some data munging easy:
update tablename set field = replace(field,'search_for_this','replace_with_this');
Popularity: 20%
“You see, it’s a show about: Nothing”
http://dev.mysql.com/doc/refman/5.0/en/blackhole-storage-engine.html
Popularity: 21%
I have noticed in the past year while working on FeedLounge, that I just cannot keep up with my old reading list. This may sound crazy, but I am down to actually reading about 12-15 feeds, and skimming a couple dozen more. The rest are lost to my feature development, and just simple testing of the server and the new features.
Just a random though to start my morning…
Popularity: 32%
One remark to the crazy types out there that think everything on the internet should be free: It isn’t, and it won’t ever be, so get over it already. Do you honestly thinking hosting and maintaining any web service/application is free? Think again. It just happens to be subsidized in some way as to make you pay somewhere you wouldn’t notice. Think about it for a bit. Every web service out there has to sustain itself somehow. I repeat, think about it.
Popularity: 22%
Working with Shelby today, he had written an XSLT that created a SQL script, with embedded search and replace statements (he was calculating parent ids on the fly). So, now we have a SQL script that contains commands to run. So, something like this:
sed -e "`grep SED: test.txt | awk -F" " '{print $2}'`" < test.txt | grep -v SED:
And the file modifies itself. This is why Unix will live forever! GUIs be damned, full command line speed ahead…
Popularity: 20%
From the jaxen-user list, in a response to someone asking for XPath 2.0 support (a HUGE amount of work), from baz:
To sum up: its hard, we’re lazy, and you’re the first person who’s asked…
This begs to be a standard email response template…
Popularity: 22%