Mac

December 21, 2007

Optimizing bulk inserts in MySQL

Filed under: Uncategorized — mac @ 4:21 pm

Link Here

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google]

September 6, 2007

How to make a Höher H088 DIVX/DVD zone-free?

Filed under: Uncategorized — mac @ 7:14 pm

Quite easy actually:

  • Plug in
  • Power on
  • On the remote, press “Open”
  • And press on 9 as many times as it takes to get a “9″ displayed on the screen

That’s it.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google]

August 1, 2007

WORM - aka how to write things in stone

Filed under: Uncategorized — mac @ 9:21 am

WORM stands for Write Once, Read Many - it’s usually used for archival storage systems, and it’s actually sometimes a legal requirement (typically in SOX).

At least three solutions can be commonly found on the market:

  • Centera, by EMC, is a WORM solution featuring a retention policy
  • Network Appliance (NetApp) has a software solution which runs on their systems called SnapLock
  • HP sells WORM Tape Drives

But there is no Open Source filesystem doing this yet AFAIK…

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google]

July 9, 2007

Flip a coin

Filed under: Uncategorized — mac @ 1:10 pm

AKA the binary decision make process here

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google]

June 29, 2007

SQL Rosetta Stone

Filed under: Uncategorized — mac @ 12:24 am

aka how to translate commands between MySQL and PostgreSQL

Meta information

MySQL PostgreSQL
show databases; \dn
show tables; \dt
show columns from t1; \d t1
show indexes fom t1; \di

Time information

MySQL PostgreSQL
UNIX_TIMESTAMP() SELECT EXTRACT(EPOCH FROM TIMESTAMP WITH TIME ZONE '2001-02-16 20:38:40-08');
FROM_UNIXTIME() select 1063147331.843::int4::abstime;
NOW() NOW()

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google]
« Previous Page

Powered by WordPress