Archive for June 22nd, 2008

Twitter Updates for 2008-06-22

***Post Removed shortly after 12am 24 June***

WARNING: My modifications to the Twitter Tools plugin broke the daily update posts. Do not attempt these changes unless you want to break the daily updates on your installation of Twitter Tools

Looks like the Twitter Tools plugin has gone slightly cuckoo and decided to repost the last daily digest. I think the reason it did that is because I disabled and then re-enabled the daily digests as Twitter Tools seemed to be stuck in the wrong timezone.

We’ll see if it’s feeling any better soon I suppose.

Update 1:13am: It seems to be storing tweet creation times in UTC rather than local time but storing the time it downloaded them in local time. I suppose I’ll find out around 10am if it’s worked out that I’m in Canberra and not London. I’ll see if I can find out anything more about this weird behaviour before then. End Update

Update 2:09am: It’s apparently a known issue, but not one that’s likely to be officially fixed any time soon. I didn’t find anything useful on Google either, so I went looking through the plugin and found this section related to digest creation starting on line 214:

$now = ak_gmmktime();
$yesterday = strtotime(‘-1 day’, $now);
$last_post = get_option(‘aktt_last_digest_post’);

if ($last_post != date(‘Y-m-d 00:00:00’, $yesterday)) {
$days = ceil((strtotime(date(‘Y-m-d 00:00:00’, $yesterday)) – strtotime($last_post)) / (3600 * 24));
}
else {
$days = 1;
}
for ($i = 0; $i < $days; $i++) { $n = $days - $i; $digest_day = strtotime('-'.$n.' days', $now); $tweets = $wpdb->get_results(”
SELECT *
FROM $wpdb->aktt
WHERE tw_created_at >= ‘”.date(‘Y-m-d 00:00:00’, $digest_day).”‘
AND tw_created_at < = '".date('Y-m-d 23:59:59', $digest_day)."' GROUP BY tw_id ORDER BY tw_created_at

Which I have altered to read:

$now = ak_gmmktime();
$yesterday = strtotime(‘-1 day’, $now);
$last_post = get_option(‘aktt_last_digest_post’);

if ($last_post != date(‘Y-m-d 10:00:00’, $yesterday)) {
$days = ceil((strtotime(date(‘Y-m-d 10:00:00’, $yesterday)) – strtotime($last_post)) / (3600 * 24));
}
else {
$days = 1;
}
for ($i = 0; $i < $days; $i++) { $n = $days - $i; $digest_day = strtotime('-'.$n.' days', $now); $tweets = $wpdb->get_results(”
SELECT *
FROM $wpdb->aktt
WHERE tw_created_at >= ‘”.date(‘Y-m-d 10:00:00’, $digest_day).”‘
AND tw_created_at < = '".date('Y-m-d 09:59:59', $now)."' GROUP BY tw_id ORDER BY tw_created_at

Basically I’ve added ten hours (the difference between Canberra’s timezone and GMT), hopefully that will fix the problem until it is officially fixed in an update by the plugin’s author. If this works, then I suppose that I’ll need to write a version of the workaround for those people in timezones behind GMT. It should be one extra line and a different variable, but I’ll wait to see if this works first. It hasn’t broken anything yet, so for one of my coding efforts it’s looking promising. End Update

Samuel

4 comments June 22nd, 2008 at 11:59pm

Twitter Updates for 2008-06-22

  • As per the risk of a surprise trip, the gift recipient was not home. I’m sure they’ll be surprised to see the presents when they get home. #
  • Happy 55th birthday Bruce McAvaney, and happy 52nd birthday Daryl Brohman. #
  • Ooh yay, I’m working until midnight. I’ll be tired by the end of it as I’ve been awake since 2PM yesterday. #
  • A great idea: I should take over a TV station’s analogue signal for the final hour of analogue television (with their permission of course). #
  • “**Shrieking** I’m not cleaning that!” — Precisely the words I wanted to hear when I walked in to a fast food outlet earlier tonight. #
  • I’m happy that Jim Ball is back on 2UE’s New Day Australia, but I’ve been awake for 32 hours so I’ll probably sleep through most of it. #
  • No sleep for talkback radio callers! I’m calling Jim Ball now about bicycle storage areas and global warming. http://2ue.com.au to listen #
  • Jim seems refreshed from his walking holiday. I’ll elaborate on the global warming point I made in the coming days on my blog. #

June 22nd, 2008 at 11:59pm

Oh no, it’s the Schapelle Corby story again

If you think back three years to 2005and the height of the media excitement around the Schapelle Corby trial, almost everyone had an opinion on whether she was guilty of smuggling drugs or not, many of those opinions appeared to based on nothing more than a whim or whether she “looked like a drug smuggler”, A smaller number of opinions seemed to be based on selections of information presented at the trial and regurgitated by the media in a manner which would be impossible for an Australian based trial. Regardless of the opinions, the only person who really knew for sure was Schapelle Corby, for everyone else, it was a guess.

In the end, an Indonesian court found her guilty, and based on that, plus Schapelle’s body language of hitting herself on the head in a “why did I do something so stupid?” type of motion upon hearing the verdict, I formed the opinion that she probably was guilty. I don’t know for sure, but the evidence seems to fairly strongly indicate it in my mind.

Today, long after the story should have died, it still lingers and has returned to prominence with the revelation from one of Corby’s lawyers that he made up the whole “a baggage handler did it” defence:

SCHAPELLE Corby was in a Bali hospital under guard last night as a documentary revealed her ex-lawyer said Alexander Downer had suspected her family was behind her notorious crime.
[..]
The claim is made by Corby’s former defence lawyer, Robin Tampoe, in an explosive new documentary Schapelle Corby: The Hidden Truth.

The three-hour documentary screens tonight and Tuesday night on Channel 9.

In the documentary Mr Tampoe admits fabricating the defence that Australian baggage handlers could have planted the drugs in Corby’s luggage.

“Baggage handlers didn’t put drugs in the bag, nothing to do with it,” said Mr Tampoe, whom Corby sacked after she was sentenced to 20 years’ jail.

“Now she (Schapelle Corby) believes it. They all f—— believe it.

“It’s not true. That’s why you can’t put direct evidence relating to baggage handlers, ’cause they didn’t do it.
[..]
Mr Tampoe admitted in the documentary making up the theory after hearing ABC radio talkback in which callers discussed alleged corruption among airport staff. He no longer practises law.

He will face the Queensland Law Society next month over a misconduct complaint by Mercedes Corby.

Asked what he would say to the baggage handlers of Australia, Mr Tampoe says: “Sorry about that guys. Poor buggers. I won’t do it again. Thanks for the defence.”

If you think about it, the baggage handler theory was far fetched anyway. Illegal drugs are a rather valuable commodity and the people who take the risk of transporting it from one place to another in bulk amounts do so in a relatively controlled manner, they’re not going to “forget” to remove the drugs from a bag before shipping it overseas, and they’re not going to whack the illicit substance in some random bag that they may never see again. They’re going to know exactly where the bag is going, what it looks like, when it will get there, and how they’re going to get the substance out before anybody notices.

The inherent risks of transporting this stuff are too great to not take extreme care, admittedly mistakes will occur from time to time, but if the drugs in Corby’s bag had been planted by a baggage handler, there would have been at least a trace of suspicious activity by a baggage handler…but there wasn’t, so that defence fell flat on its face despite the media having a field day with it.

It’s unfortunate that this story is still dragging out and that everyone who has even a remote relationship with the Corby family seem to be doing their best to cash in on the saga. I have to wonder why we seem to be so content to make such a glorified spectacle of a convicted drug smuggler, and why the media think that her mental state, three years after her conviction, is of any interest to the general public. There are many people in Australian prisons who have mental health problems but we don’t make their plight a front-page news story…I don’t see any good reason for Schapelle Corby to receive media attention unless some amazing evidence comes to light showing that she is innocent, or (and I certainly don’t wish this on her) she dies, in which case she would deserve fleeting media attention as a person who was once in the public eye and is now no longer with us.

I don’t have the faintest clue why this story keeps getting a run in the media, perhaps somebody can enlighten me. Have I completely missed the point here? Does Schapelle deserve the attention? If so, why? And could it really be true that this story is so much more important than everything else going on in the world that it needs to be dragged up over and over and over every few months?

I just don’t get it. Unless I’ve completely missed something here and I’m looking at this from the perspective of another planet, I just can’t see any reason for the continued interest in the story. She was convicted, she is in prison, and her appeals failed; surely that should be a sign for the rest of us to move on.

Samuel

2 comments June 22nd, 2008 at 02:14pm

Twitter!

I decided to join twitter due to the fact that I seem to put off writing a lot of my short blog posts because I want to expand on them even though they would be fine as a short blog post.

Twitter constrains me to 140 characters per message so it’s perfect for short blog posts, and can be used for other miscellaneous updates. Hopefully this will not only make me not put off the short blog posts to the point where they never get written, but it will also make me more interested in actually writing my longer blog posts because I won’t be dismayed by all of those short blog post titles just waiting for an accompanying article.

All of my twitter updates will be posted here daily (as long as the WordPress plugin for that actually works) and I’m debating whether or not to show them in the sidebar. You can also follow me on twitter at http://twitter.com/SamuelGS

At this stage I think this is just what I need to get back in to blogging regularly. Twitter’s 140 character limit is just the psychological limit that I need…I think…we’ll see how it goes.

Update: OK, it’s silly for me to post short immediate updates to twitter and only have them appear here once per day. The daily archive will be posted here once per day, but I’ve decided that the latest updates need to be visible in the sidebar. So far, so good, this is looking promising. End Update

Samuel

June 22nd, 2008 at 04:36am


Calendar

June 2008
S M T W T F S
1234567
891011121314
15161718192021
22232425262728
2930  

Posts by Month

Posts by Category

Login/Logout


Blix Theme by Sebastian Schmieg and modified for Samuel's Blog by Samuel Gordon-Stewart.
Printing CSS with the help of Martin Pot's guide to Web Page Printability With CSS.
Icons by Kevin Potts.
Powered by WordPress.
Log in