Feb 1
My loathe affair with Optus
So in Australia we have two main telephony providers: Telstra (formerly a state owned monopoly, now privatised) and Optus (owned by Singtel which is itself owned by the Singaporean Government). They provide the most comprehensive coverage for mobile telephony and outside of most major centres are the only reasonably options for 3G coverage (or any coverage at all). Vodafone exists and has half decent coverage but don’t expect any more than 2G beyond the major centres – if you’re lucky enough to get coverage at all. “3″ also exists as a 3G only network however it really doesn’t have much coverage beyond the capital cities.
A long time ago I was a reasonably happy Telstra customer. I think I’ve mentioned this before. But then I got sick of the lack of features that they offered me (or the features they didn’t offer me) since I was a pre-paid mobile phone customer. The feature that really hurt was the lack of international roaming. I tried hard but they wouldn’t offer it so I went off to look at my options: Optus and Vodafone. Optus had the slightly better international roaming coverage due to their Singtel links and covered more countries that I cared about than Vodafone. Vodafone’s coverage leaves a lot to be desired where I live so that helped me go to Optus.
When I left Telstra they had this interesting way of handling credit. If you bought a three month duration of credit, you got three months added. If in a month you added another three month amount you got another three months added – so at that point you had five months left. Optus didn’t have it this way and in Optus land you choose between having reasonable deals or having reasonably long lasting credit. The default option was a TurboCap which was limited to a month expiry (and in most cases a month renewal but there are two week options) and the alternate option was a two month expiry with much less options. I went for that as I didn’t much use my phone so the TurboCap didn’t interest me.
My girlfriend all of a sudden got me an iPhone and on a new prepaid item so that meant a new phone number. This new one was on Optus’ TurboCap because it was the only prepaid option that provided data with it. But here is the trick that isn’t documented in their terms and conditions however there is actually an absolute limit. Yes, there is a point where Optus won’t accept your money any further. There are all sorts of limits on their extra cap features (MyTime money, MyBonus) which I understand however the MyCredit has a limit of $300. That means that once you hit this limit YOU CAN’T RECHARGE AND LOSE ALL OF YOUR MONEY. I can’t emphasise this enough. Optus have an arbitrary limit not described in their terms and conditions. I walked into an Optus store and the girl told me what was wrong and said it was in the terms and conditions. She pulled out a brochure and went looking through it but couldn’t find it. I ended up ringing Optus to complain about it and they offerred to kindly resolve the situation by removing $30 off my account so that I could recharge and not lose all of my credit. Thanks Optus. But whilst I was on the phone, the bloke dropped another pearl of wisdom. If you don’t recharge more than $40 on the TurboCap your data credit doesn’t roll over. Since I recharge from my NAB ATM I only have the option of $30, $50 and I think $100 I have as my recharge options. So I have to get $50 every recharge to retain my data. I tried a $30 recharge and with the previous $50 recharge (less lets say $10), it took me a week of normal data usage and almost no phone calls to burn through all the credit. So to retain my data credit I need to get $50 each month (there is no cheaper option with data on it). Since I don’t use the phone much it means that in 5 months I’ll be at the point where I’ll be unable to recharge properly again. At this point I guess I can let my data credit expire and use my data to burn through everything. But I’d rather not.
So the next Optus product I bought was a wireless broadband package. Optus again had the better deal and half decent coverage where I want to use it so they won. Plus they threw in a small booster antenna that I don’t think makes a difference but anyway. They also had a money back deal where if it wasn’t working with coverage then I could return it. Telstra didn’t seem to have that and to be honest that’s what sold me to Optus (yes they can do good things when they try). I got it home, it worked and continues to work reasonably well. But here’s the rub: periodically it decides that I don’t have credit. It’ll drop out a few times or just stop and redirect my browsing to a no credit page. This has happened a few times even though I’ve had credit and it annoys me. If it drops out then that is fine, wireless does that. But to drop out repeatedly, direct me to a “zero credit” screen and then drop out a few more times before working is just down right annoying. Plus I’m sure they debit me 10MB of credit each time it drops out and I reconnect (around 60MB, or 1% of $100 worth of credit). So after a few times I’m seeing a few percent uselessly disappear from my account. So today I actually ran out of credit. Helpfully it sent me an SMS (that I can’t read since I’m online) when I had 20MB left which was approximately 10 minutes before it cut me off completely. Useful. Of course Optus will tell me that I need to use their crappy application or something to view stuff however the supplied device barely installed on Snow Leopard, it required me to extract the package archive to get to a sub installer for the driver to get things to work and then manual device configuration. Thank the internet for instructions because Optus’ own instructions didn’t work. I also tried registering for the Optus Zoo and it just claimed that the mobile number was invalid so I can’t use that to check my balances online either. Thanks Optus.
Some of the reason I prefer prepaid is that I only pay for what I use not a fixed amount and then get charge an exorbitant amount if I all of a sudden go over. Prepaid works for me this way. I have a VISA debit card for similar reasons – I prefer to spend what I have rather than getting a “loan” where possible which is what a credit card or a post-paid mobile phone is. I prefer that control of my own and I get repeatedly shafted by either Telstra or Optus for wanting this control. Other issues are also there such as arbitrary limits not defined in terms and conditions annoy me especially when you get hit by them out of nowhere. All in all it almost makes me feel like making that faustian deal and going with Telstra. At least then I’d get faster internet and better signal coverage. Might even be cheaper.
No commentsDec 31
OSDC2009 Presentations
My OSDC2009 Presentations are now up on both the OSDC Website (see http://2009.osdc.com.au/sam-moffatt) and also on my University’s ePrints site. You can check out the individual papers and their associated presentations on their respective ePrints pages:
No commentsDec 9
Free Git/SVN hosting providers
During my recent presentation at the Joomla! Developers Conference in New York, I emphasised the importance of using a version control system (in particular SVN) to maintain copies of everything. From PSD versions of designs and templates to more traditional items like source code, some form of a version control system is what you need to do. If you’re working in an organisation where you need to collaborate with more than one person then version control tools provide valuable collaboration and consistency controls. Another interesting aspect of hosted repositories is backups – not only do these systems keep different versions of your data but if you use them properly you’ve also got a backup for if your machine gets toasted. During my presentation I used CVSDude as an example. CVSDude is a local Australian company run out of Brisbane which is why they stick in mind but there are other tools.
Firstly I’ll do a quick overview of the two main systems being promoted: Git and SVN. SVN, or Subversion, was developed as a newer version of CVS. Subversion has been referred as a “code wiki” which I feel is a great explanation. It keeps versions of files around for you and ensures you’ve got everything in hand. Subversion is a centralised source control system, so you need a central server to run it on for different people (you can also run it on your own machine as well but there is only one point of truth). Git is a distributed version control system where basically every working copy has a full copy of the tree. This is great for pure source projects and a few other sorts where having everything on disk isn’t too bad but doesn’t work well when you have larger repositories and files that you might want to share. Git doesn’t permit partial checkouts as well so you get the entire repository or nothing. This can work in your favour (you can do stuff like commits locally and do history checking locally) or against you (it might be a chunky repository). Git repositories typically are more compressed and smaller than SVN however Git’s Windows tools leave a lot to be desired. If you’re working with people who aren’t technical, Git can be painful and I’d suggest Subversion. Both are a learning curve but Subverion’s is easier and the centralised control is useful for most projects.
Provider A: GitHub
GitHub are one of the most popular Git hosting sites out there for open source projects as well as being a commercial hosting provider with “private” repositories. For people who are doing open source projects and interested in using Git, GitHub with its 300MB disk space (expandable for open source projects) and unlimited public repositories and collaborators is perhaps the most powerful option in the Git sphere. It is also all backed up as well, like most of the options, so you’ve got some peace of mind there. GitHub have personal and business branches offering different “private” hosting options starting at five private repositories consuming 600MB with one additional collaborator for $7 per month. The plans go somewhat incrementally up from there adding disk space, private repositories and private collaborators. GitHub has a wiki as an option as some point as well as a private/public pastebin service.
Check out GitHub’s pricing at http://github.com/plans
Provider B: Unfuddle
Unfuddle is something I’ve just come across after my presentation on a recommendation from someone at the conference. Unfuddle offers both Git and SVN support as well as a form of a wiki in what appears to be “Notebook pages”. It limits you to one active project but features RSS and iCal support as well as bug tracking, milestones and in the free version support for two people to collaborate. The free version offers 200MB and more expensive versions have file attachments, SSL and time tracking as well as more disk space, active and archived projects, people and unlimited “notebook pages”.
Check out Unfuddle’s pricing at http://unfuddle.com/about/tour/plans
Provider C: CVSDude
CVSDude are a much older group who offered initially CVS hosting but recently handle Subversion. They support Trac which a popular development support tool that integrates with Subversion providing milestone support, issue tracking and integration (e.g. you can close tickets from SVN) and a wiki. CVSDude appears to be slightly below par with GitHub with their cheapest plan offering 500MB of storage, one project and two users (as opposed to five projects and 600MB from GitHub). They also appear to offer Bugzilla, a popular bug tracking software (perhaps they didn’t like Trac’s version or have disabled it?) as well as DAV storage whatever that means. CVSDude does emphasise that they have better backup facilities than others offer plus the Trac/Bugzilla instance provides more functionality than GitHub does. CVSDude annoyingly hides a lot of information behind marketing so you need to do a lot of reading to work out what they’re really selling for each option.
Their overview page serves as an entry point for finding more information, check it out at http://cvsdude.com/hosting-products.html
Provider D: GForge Group (and JoomlaCode)
GForge Group appear to offer free one project per person hosting on their stack with a 75MB space offering. You can add up to five people to the project and it is a private project. GForge offers a wiki, mailing lists, forum, file release system, tracker and a few other tools as well. It has the interesting caveat that if you don’t log in for 30 days your project will be permanently deleted. GForge are selling a stand-alone product more than anything so they’re encouraging you to head that way with that however as an item it is an interesting. It looks like you can add to it however their store link didn’t appear to be working properly. JoomlaCode is powered by GForge AS and offers many of the same features (version control currently limited to SVN though GForge AS supports CVS and GIT amongst other things). JoomlaCode’s hosting is free for GPL non-commercial Joomla! related projects and is offered as a service to the community.
Check out http://gforge.com/gf/register/?action=ProjectAdd for more details.
Provider E: PixelNovel
PixelNovel is another host I’ve just seen today that offer a tool for Adobe Photoshop that integrates Subversion straight into the tool. This means that you don’t need to jump out of the system to handle it and it also does previews of the Photoshop files for you for when you’re going back in time. The standalone Photoshop plugin will work with seemingly any Subversion repository and costs around $60 per licence though it would appear you can pick up a free copy with a PixelNovel account which offers 100MB for nothing and goes up from there.
Check out their pricing and plans at http://pixelnovel.com/pricing
As with everything before you hand over cash, code or templates read the fine print. Though it doesn’t say it outright, PixelNovel for example will delete your account after two months of inactivity or lack of bill payment and GForge have similar albeit much more upfront text. Some services offer SLA’s on performance and uptime guarantees where as others don’t whilst some mention backups in a very definite time frame (I think CVSDude offers 10 minute backups) and others mention that they do it without many details. Some also offer more tools than the others and PixelNovel has some specialised tools targeted at designers particularly. As with everything the devil is in the detail so good luck checking things out and make a decision based on your own personal needs.
4 commentsSep 24
How-To: Setting up depositor reassignment in ePrints
ePrints is one of those projects that I seem to spend a lot of time doing minor tweaks to and changes to help the Library do their job effectively. This shifts from major projects like Author ID to mundane tasks like refreshing their templates and style to match the marketing departments wishes. One of the things I’ve done recently is setting up ePrints to be able to reassign the depositor field.
Read more
Aug 28
ePrints Author ID
One of the things I’ve been working on over the last month is the ability to create distinct and unique author identifiers for ePrints. ePrint’s is a really awesome Perl based repository that the University uses to handle its research papers but whilst it is great at handling ePrints, documents, users and a whole host of other things it really falls over when you try to treat authors as individuals.
No commentsAug 8
“Write a blog post about your upgrade”
So today I upgraded Wordpress to its latest security release. I would have liked to use the automatic tool but somehow it forces me to use FTP for some reason unknown to me. So I did it the hard way and unlike Joomla! it asks you to delete files, copy things, make sure you don’t accidentally delete something and check that you included everything right. I always find it annoying how Wordpress works however that’s the price that I pay for trying out something interesting. In other news my iBook G4 is in piece on my kitchen table whilst I try to work out how to fix it again.
No commentsJul 31
Joomla! 1.5.14 released, easy updates with JUpdateMan
A few hours ago Joomla! 1.5.14 was released and I updated my websites. It’s a great feeling to be able to update a Joomla! site in under a minute from logging in, to finding and downloading the update to applying it. Check out the latest update manager and download the latest Joomla! release now.
38 commentsJul 29
The reality of employment
There are times when 140 characters just isn’t enough, microblogging works but in this case I have a quote which would be put 86 characters over twitters limits (I tried):
And generally speaking, “large, deep-pockets organization(s)” are no more stable than a startup, from the grunt’s perspective. At any moment, you’re one spreadsheet away from being laid off to improve the quarterly statements.
It’s taken from a comment on the Slashdot article about the JRuby guys splitting from the Oracle/Sun behemoth. It is an interesting statement and something I feel is a rather accurate representation of the way life really is and a quite straight forward and direct statement of fact.
Yay for Macroblogging!
No commentsJul 27
Update Manager 1.5.1 Final Released!
Hi all, I’m happy to announce that I’ve released the final version of the update manager. I would kindly ask all those who downloaded and installed the beta versions to update to the final release going forwards. There is a small introduction with links to the latest release on my open source consulting site as well as a walkthrough of the process. This is the first stand alone release of the tool from the Advanced Tools package and I’m going to update the Advanced Tools package to incorporate this update sometime tomorrow. I’ve also applied to have this extension listed in its own right on the JED as well to make it even easier to find. Check it out and as always if you have any issues, let me know through the comments.
For those who had earlier versions of the extension installed, you will probably be getting the following message (or have issues updating to 1.5.12): Parsing XML Document Failed: Not a JUpgrader definition file!
Updating to this version of the update manager will resolve those issues, so what are you waiting for? Update!
33 commentsJul 26
Update Manager 1.5.1b3 Release
As I edge closer to a release I have what I hope will be the close to final. So far I have one outstanding issue with parsing XML files which I hope to have resolved with an alteration of the XML file. So you can download the Joomla! Update Manager 1.5.1 Beta 3 which now has displays for issues where your temporary path might be wrong (unfortunately it isn’t easy to handle detecting if something is writeable when in FTP mode so when I work that problem out things will be solved). As always, comments welcome!
No comments