Yet another memory hole

Entries categorized as ‘System’

Human rights charter

December 17, 2008 · 1 Comment

Common law fails to protect disadvantaged people

December 15 2008, SMH

IT IS extraordinary that any lawyer – let alone retired High Court judges or colourful QCs – can seriously contend that the common law and democratically elected parliaments are adequate to protect human rights. We have had both, for hundreds of years, including the last two decades during which, as federal human rights commissioner, I had the privilege of meeting thousands of our fellow Australians who were homeless or mentally ill.

To assert that the common law protected their rights demonstrates wilful ignorance or perhaps just a privileged existence. The reforms introduced following the national inquiries we conducted on these issues were the result of pressure on Parliament generated by the media, including your paper. But these reforms were based on principles prescribed in international human rights instruments monitored by our National Human Rights Commission – not principles embodied in common law or federal or state statutes passed by our elected representatives.

The much vaunted common law developed functional rules for protecting property, commerce and contract – but from the perspective of the most vulnerable, disadvantaged and marginalised in our community – including the homeless, the mentally ill, indigenous peoples and those with multiple disabilities – the common law was, and still is, an abject failure. Indeed, as we demonstrated in these inquiries, far from being part of the solution, the law was frequently part of the problem.

As for the “sovereignty” of Parliament, democracy is extremely important, but from a human rights perspective, it embodies an inherent paradox. Our elected leaders are there because they have proved their willingness to respond to the priorities of the majority. The vulnerable groups just mentioned are all minorities – and in most cases not politically powerful, or even influential. The idea that a government representing the majority of our elected representatives is generally benevolent may seem appropriate in 2008, but recent history demonstrates its unreliability.

When we revealed the “inconvenient truth” that more than 500,000 of our fellow Australians were affected by serious mental illness, but at least 240,000 were receiving no treatment, neither the common law nor statute protected these people. The scandalous violations of their rights (including hundreds of deaths) were largely the result of government omission, neglect or indifference.

There is abundant evidence that deficiencies inherent in the common law and democracies premised on majority rule mean the most vulnerable in our community do need greater legal protection. The Government is to be commended for according all Australians the opportunity to influence this decision with the announcement of a national human rights consultation panel.

Brian Burdekin Potts Point

http://www.smh.com.au/text/articles/2008/12/14/1229189441654.html

Categories: System

PAL and the feral pixel

September 19, 2008 · Leave a Comment

PAL DV is 720×576 (4:3 aspect).
The pixels are nonsquare (1.067 ratio) … wider than they are taller.

So, to work out what 720 width @ 4:3 with nonsquare pixels is in square pixels, whilst still keeping 4:3 …

((720/4)*1.067)*4 = 768

So in square pixels, PAL DV is 768×576

Basically, if you output to square pixels, you can use any 4:3 values (need to be a power of 2 I think) such as 320×240, 512×384, 640×480 or 768×576 and the aspect ratio will be the same.

(http://dvcreators.net/discuss/showthread.php?t=8967)

Categories: System

MAMP w/ Drupal on MB

August 15, 2008 · Leave a Comment

MAMP (http://www.mamp.info) must live under /Applications.

The latest Drupal release: http://ftp.drupal.org/files/projects/drupal-6.4.tar.gz.

Unpack into /Applications/MAMP/htdocs/.

Don’t forget the htaccess dot file won’t be visible unless hidden files are turned on:

defaults write com.apple.Finder AppleShowAllFiles YES.

Open /Applications/MAMP/conf/php5/php.ini and crank up memory_limit to 128Mb.

This may help to avoid drupal’s White Screen of Death, which I experienced once in the past and was unable to fix and would not wish upon anyone!

Categories: Software · System

ScreenRecycler message

April 17, 2008 · Leave a Comment

As with all drivers that you install: In case the machine does not boot after installing:
hold down the SHIFT key during boot to enter SAFE boot. Then remove the driver located in:
/System/Library/Extensions/ScreenRecycler.kext

+

A supremo VNC client: http://www.jinx.de/JollysFastVNC.html

Categories: Software · System

To sleep perchance

April 17, 2008 · Leave a Comment

I’m hoping this will cure my Mac of insomnia: http://www.jinx.de/SmartSleep.html.

Rather than the hack described in here: http://db.tidbits.com/article/9090.

So, 12 hours later and no luck. The superdrive keeps waking at regular intervals. Bad apple.

Categories: System

Hidden Tiger

April 7, 2008 · 1 Comment

/Developer/Tools/SetFile -a V /dir/path/to/hide/

ERROR: Unexpected Error. (-5000)  on file:

- is Apple's way of saying run SetFile under sudo.

Stupid sudo. 

Categories: System

Replacement HDD

April 5, 2008 · Leave a Comment

Installing replaced Seagate hard disk drive. DVD drive refused to recognise Disc 2. Fortunately the external drive was found on USB subsystem. May have something to do with the Apple firmware debacle.

Categories: Software · System

Apple Bugware – non-Apple solution

March 23, 2008 · Leave a Comment

Someone (Ben11) wrote a fix for the previous Apple bug. It works! (0n 10.4.11)

Post here: http://discussions.apple.com/thread.jspa?threadID=1111438

File here: http://desdevlin.googlepages.com/SimpleFlash.zip

These were the instructions:

Re: Superdrive 2.1
Posted: Dec 4, 2007 3:23 PM in response to: Keith Gaboury1
Click to reply to this topic Reply email Email

This is a working fix for the superdrive update failure… All credits and a lot oh thanx goes to the guy (ben11), how wrote this programm and the post… Did work for me very well, and I didn’t found any other help, so I thought I repost it everywhere… (there is a post about ben11’s regionfree patch above, but this is way more easy and probably only for the update prob…)

Hello,

After some private message exchanges it seems I was able to help some people in this situation (inclduing the original poster). I wrote a simple utility to perform a very basic flash to the drive – doing that may be able to recover the situation, but my flash utility performs almost no checks and is generally much more basic than the framework which, for example, the standard Apple Superdrive updaters have used.

So, if your drive is in a similar situation this may be able to help. But only try if you feel you’ve exhausted every other possibility, such as having the drive replaced. This flash process may not work for you, or in the worst case it could conceivably leave your drive is a worse state than before. It is of coursed not endorsed by anybody, in particular not Apple nor the drive manufacturer (or anybody at rpc1.org either).

As I wrote, compared to the standard updaters this utility makes few checks on the drive status – so unless your drive has really lost its standard operating firmware, often because of an interrupted flash, don’t use this rather than a more featured updater.

Simple flash utility archive:

http://rapidshare.com/files/57312123/SimpleFlash.zip.html

There is the terminal based utility (and source code) – along with copies of the HAEA, HBEA, KBVB, KCVB (RPC1 patched) firmwares for the UJ-857 and UJ-857D.

Basic Instructions

You need to download the “SimpleFlash.zip” file, unpack it and then run it using the terminal. e.g. assuming you have downloaded the archive file to your desktop you can unpack like this:

ben11s-computer:~ ben11$ cd Desktop
ben11s-computer:~/Desktop ben11$ unzip SimpleFlash.zip
ben11s-computer:~/Desktop ben11$ cd SimpleFlash

to use the utility you start it using ONE of the following commands:

./simple_flash 0 UJ857-HAEA-MBP-rpc1.dat
or
./simple_flash 0 UJ857-HBEA-MB-rpc1.dat
or
./simple_flash 0 UJ857D-KBVB-MB-rpc1.dat
or
./simple_flash 0 UJ857D-KCVB-MBP-rpc1.dat

(choose according to the firmware you need, see below)

It will prompt you to answer if you want to continue – to which you can type ‘yes’ or ‘y’, if you want to go on. The flash should start and will take about 30 seconds after which the utility should say “Finished”. At this point I recommended you restart your Mac. If all has gone well your drive should be responding again.

Choosing the Firmware

The firmware included are the ones that the “Apple Superdrive 2.1″ update offered for Matshita drives – except the ones in this archive have RPC1 patches. If you don’t want RPC1 you could go back to standard firmware using the updaters posted in other threads on this forum after your drive is responding again.

In principal the utility would also flash other matshita UJ-8xx drives, but suitable firmware data files are not included for them.

HAEA, HBEA are for UJ-857
KBVB, KCVB are for UJ-857D

If your drive previously had:

HAC1 or HAE4 use HAEA
HBE4 use HBEA
KBV9 use KBVB
KCV9 use KCVB

If you don’t know the previous firmware revision you had then: As far as I know firmware revisions HAEA & KCVB are used in the Macbook Pro, HBEA & KBVB are used in the Macbook. Choose according to which model of mac and which model of drive you have.

The optical drive should not accept a firmware corresponding the wrong drive model, but for a given model the various revisions may have slight differences, perhaps because of different physical constraints on the hardware – so try to pick the appropriate revision.

Good luck.

MBP 15 rev1.1 Mac OS X (10.5.1)

———————————————————————

Categories: Software · System

Wordcount dir of files

December 29, 2007 · Leave a Comment

find . -name ‘*’ | xargs wc

Categories: System

cron logs

November 21, 2007 · Leave a Comment

$ crontab -e 
* 10 * * 4 fwmnt >> /var/cron/log/backup.log 2>&1 
* 15 * * 4 fwmnt >> /var/cron/log/backup.log 2>&1
$ crontab -l 

$ touch /var/cron/log/backup.log 
$ chmod 777   

Categories: System