Entries Categorized as 'Uncategorized'

Grails scaffolding - improved list page

Date May 20, 2008

The default Grails scaffolding is useful, but I’ve been finding that I don’t care for the ‘list’ view that’s generated (dynamically or statically).  Why not?  Well, because it just shows a numeric ID which you need to click on to ’show’ the field, and then you can ‘delete’ or ‘edit’ the entry from the ’show’ [...]

Grails for PHP developers upcoming

Date January 27, 2008

I’m in the midst of another few installments, but have been preparing for work travel for a bit.  I plan to have these out by the end of this week.  If you have any particular topics you’d like to see addressed, contact me.  Thanks!
 Did you like this post? Buy me a hot chocolate!

adjusting to new time - overslept

Date December 11, 2007

I must be adjusting to the local time.  I finally ‘overslept’ today.  Didn’t wake up until 8:30.  Not entirely true - I woke up briefly at 5:30am, put my head down, and the next thing I know it was 8:30.  Good thing we’re not starting until 10am today, else I’d be really up a creek.
[...]

Valueweb collateral damage

Date August 3, 2007

I’ve hosted standalone servers at ev1servers since 2003.  This past March I had a problem and received some moderately bad customer service, so I decided to look elsewhere.  I migrated most of my sites to gate.com, a lower cost option - I don’t have many hosting needs anymore, and it was a decent value for [...]

Borat DVD packaging

Date March 10, 2007

http://videoeta.com/news/2236 has the full pictures, but this has got to be some of the best DVD packaging I’ve ever seen.  We just got the disc through netflix, and my wife came upstairs and said “we got a pirated copy!”  She was afraid we’d be blamed for keeping the original and sending back a cheap copy.  [...]

codemash - neal ford

Date January 19, 2007

I’m here listening to ThoughtWorks’ Neal Ford, who gave the keynote yesterday. He’s talking about being a productive programmer, and has already given me some interesting things to think about. One, ‘monad’ (powershell) is a new shell for Windows Vista and XP. I may look at installing that, as it looks to [...]

codemash - caffienated php - php java bridge

Date January 19, 2007

I’m attending the caffienated php session - this will demonstrate the java/php bridge. This is put on by Kevin Schroeder from Zend.
Kevin started off by giving a rundown of Zend - products, services, etc. No mention of ZendFramework project (yet?).
Why use PHP and Java together? PHP is easier for most tasks, and [...]

codemash pt 3

Date January 19, 2007

Scott Guthrie is giving a keynote about LINQ - Language INtegrated Query, a new data processing approach from MS.
talked about migration from Dbase-era, to mid 90s, to OO mapping approach today (hibernate, active record, etc).
Still have issues:

how do you deal with non-relational data?
how do you interactive with ‘plain old objects’?
how to enable rich data shaping/transformations [...]

codemash pt 2

Date January 19, 2007

Bruce Eckel is giving a keynote, starting with mindmapping. I was going to write about this, but it’s being recorded, and I assume it’ll be on the codemash.org website. Interesting:
Induction: proof through observation
Deduction: reasoning from exisiting principles
Adbuction: logic of possibility - “what might be”
Oddness - all sw/development is treated the same, but not with [...]

codemash pt 1

Date January 18, 2007

I’ll detail how I got here later, but I’m now listening to Jay Pipes talk about mysql benchmarking and optimization techniques. Initial tools talked about include

sysbench - sysbench.sf.net
mysqlslap - throws in randomized data
apache bench
supersmack - www.vegan.net/tony/supersmack
mybench - jeremy.zawaodny.com/mysql/mybench

profiling

diagnose a running system
identify performance bottlenecks - memory/cpu/disk/network/os

show processlist / status / innodb status (http://dev.mysql.com/show)
NOTE: when ‘using [...]