Stuart's Weblog
Normal service will be resumed shortly...
RSS
  • [ Downloads ]
  • [ Online Gaming ]
  • [ About me ]

Feb 4 2012

SSD RAID considered pointless

The Tech Report, one of the best hardware review sites I know of, has just completed a test of a number of different SSDs of differing capacities. One of the most surprising results?

A RAID0 setup with matched SSDs has performance on a par with or actually lower than a single mechanical hard-drive.

More

By Stuart • Hardware, Technology 2

Oct 2 2011

Installing Gentoo Prefix on HP TouchPad

The ill-fated HP TouchPad has, ironically, proven itself to be a gem of a machine for those with a computing/hacking background – with a fast processor, plenty of memory, and the most open architecture of any tablet so far (in that webOS Doctor can be hacked to alter partition layout and contents on restore), there are few limits to what it could be used for. Android (hopefully within a webOS card) is coming, and already Ubuntu & Debian can be run from a chroot() environment. The ARM build of Gentoo can be run in the same way – but that’s relatively trivial and not especially interesting (in that it doesn’t integrate with the OS – you have to specifically enter the chroot() environment in order to make any use of the software).

I would now always choose to run Ubuntu in a desktop environment – Canonical have done a great job of generalising the historically painful job of getting hardware and software reliably working together (try getting Bluetooth HID devices and WPA Wifi working on Linux from first principals if you want a reminder of just how obtuse software can be…), but I’d still opt for Gentoo for a server/command-line environment. This is what we have with the TouchPad – a great visual OS, but a minimalist installed get of command-line tools. This – with it’s ability to build optimised, efficient, and light-weight packages with only the necessary optional features present – is where Gentoo shines.

More

By Stuart • Mobile, Technology, Toys, UNIX 2

Aug 12 2011

Disable Mac OS Lion’s “Zooming Windows” feature

From Terminal.app
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool NO

That’s all folks!

By Stuart • Apple 0

Aug 8 2011

Disable Mac OS Lion’s “Restore windows” setting on an individual per-application basis

The “General” PreferencePane in Lion’s ‘System Preferences’ windows contains a “Restore windows when quitting and re-opening apps” item. However, sometimes this behaviour does’t make sense – after a reboot I found, for example, that the OS X Installer had re-launched and was asking for a package to install!

More

By Stuart • Apple, Technology, UNIX 8

Aug 4 2011

HP TouchPad Review

Even though I’ve never owned a webOS-based device, over time I’ve followed with interest the various Mobile OS options out there – and webOS certainly seems to have some great ideas. In many ways, webOS is significantly more functional than Apple’s iOS – but is the HP TouchPad good enough as a consumer product to carry through this advantage?

I’m lucky enough to have been allowed to borrow a new TouchPad (model HSTNH-129C), and these are my thoughts after an afternoon’s usage.

HP TouchPad Marketing Image

More

By Stuart • Hardware, Technology, Thoughts 0

Jul 23 2011

Mid-2011 MacBook Air processor comparison: Core i5 or Core i7?

I’ve been promising myself for some time now that – as my current MacBook Pro has started to fall to pieces after three year’s perfect service – I would upgrade to a lighter, much more portable MacBook Air as soon as they received a Sandy Bridge processor update.

There is a nice overview of the available options at TechonoBuffalo, whilst MacWorld and Bare Feats are the first places I’ve seen with useful(*) benchmarks. Furthermore, the ever-reliable Storage Review has an interesting set of figures for the (excellent) performance of the new Blade SSDs.

However, what I’ve been unable to find elsewhere (and even wikipedia isn’t overly useful, in this case) is any quantitative comparison of the two MacBook Air processor options: For the 128GB 11″ model, the Core i7 processor is a £150 (~15%) extra for – on the face of it, a 200MHz (a fifth of an iPhone 4 or iPad, or 12.5%) speed increase.

There must be more of an advantage, surely?

As it turns out, the answer is yes and no…

More

By Stuart • Apple, Hardware, Technology, Thoughts 7

Apr 25 2011

AirPlay support for Logitech Squeezebox devices

On Friday 8th April, ShairPort was released. Containing the private key from a reverse-engineered Apple AirPort Express, this allows unlicensed/homebrew devices to act as AirPlay target speakers – e.g. allows iTunes, iPods, iPads, and iPhones to use them as an output device.

Immediately, the obvious thought is to add AirPlay support to Logitech/Slim Devices’ Squeezebox Server software so that the excellent Squeezebox devices can be used as remote speakers.

(As an aside, I’ve had my 3rd generation Squeezeboxsince they were introduced in 2005, and it is without the highest quality and most used gadget I have, still going strong and as useful as ever more than five years later!)

After a few false-starts trying to configure ALSA to record the digital output of the host’s soundcard, the latest release of ShairPort provides a perfect solution to lossless audio reproduction, without even needing a soundcard.

More

By Stuart • Music, Technology, UNIX 52

Apr 24 2011

e-mail autoresponder using procmail

It may have taken way too many hours, and may have descended into a maze of twisty little passages, all alike, but after fighting various permissions issues and procmail‘s general intransigence (I still can’t work out what determines whether procmail will perform variable-interpolation on shell commands, or why it doesn’t like even multi-escaped square brackets in shell invocations…) here it is in all it’s glory: A procmail-based auto-reply system.

More

By Stuart • UNIX 0

Apr 5 2011

More fun with NSStrings in Objective C

Sometimes, it’s the simple things which can be the most handy. Here’s a quick category on NSString to allow all characters within a set ([cc lang=”objc” inline=”true” width=”0″ theme=”geshi”]NSCharacterSet *illegalCharacterSet[/cc] or [cc lang=”objc” inline=”true” width=”0″ theme=”geshi”]NSCharacterSet *symbolCharacterSet[/cc], say) to be easily and efficiently removed. This fills a gap in between the [cc lang=”objc” inline=”true” width=”0″ theme=”geshi”]stringByTrimmingCharactersInSet:[/cc] and [cc lang=”objc” inline=”true” width=”0″ theme=”geshi”]stringByReplacingCharactersInRange: withString:[/cc] & [cc lang=”objc” inline=”true” width=”0″ theme=”geshi”]stringByReplacingOccurrencesOfString: withString:[/cc] methods, which only act upon the ends of the receiver or require a continuous range or fixed string respectively.

More

By Stuart • Apple, Development 0

Feb 18 2011

Understanding UK Distance Selling Regulations

I’ve recently been looking to purchase a piece of equipment online which is not available from big-name suppliers, only from a limited number lesser-known websites. Having no reputation upon which to base a purchasing decision, a viable method to choose between a reliable site and a potentially bad site could be to see how well each site’s Terms & Conditions comply with the legal requirements of the UK Distance Selling regulations – legal requirements which either seem to be frequently misunderstood by legitimate sellers or frequently mis-quoted by sellers who seemingly wish to shirk their responsibilities in an attempt to force unlawful terms onto unwitting customers.

For reference, the Office of Fair Trading‘s guide on distance selling is available in this PDF document.

Please note that these regulations only apply when goods are purchased remotely, without having viewed the goods prior to purchase. They in fact give consumers many more rights when making purchases via the internet than if they purchased from a shop – to the point where it in many cases no longer makes sense to purchase big-ticket items from a bricks-and-mortar shop at all!

More

By Stuart • Life, Thoughts 16

«‹ 24 25 26 27 28 ›»

Archives

  • February 2016 (15)
  • November 2015 (24)
  • October 2015 (25)
  • August 2015 (47)
  • July 2015 (88)
  • June 2015 (26)
  • February 2015 (1)
  • January 2015 (1)
  • October 2014 (1)
  • September 2014 (2)
  • August 2014 (2)
  • February 2014 (1)
  • December 2013 (1)
  • September 2013 (3)
  • July 2013 (1)
  • May 2013 (3)
  • March 2013 (1)
  • February 2013 (2)
  • November 2012 (1)
  • July 2012 (1)
  • March 2012 (2)
  • February 2012 (3)
  • October 2011 (1)
  • August 2011 (3)
  • July 2011 (1)
  • April 2011 (3)
  • February 2011 (2)
  • January 2011 (2)
  • November 2010 (2)
  • September 2010 (2)
  • May 2010 (3)
  • April 2010 (2)
  • March 2010 (4)
  • February 2010 (2)
  • January 2010 (1)
  • December 2009 (1)
  • November 2009 (1)
  • October 2009 (1)
  • September 2009 (1)
  • August 2009 (1)
  • July 2009 (2)
  • June 2009 (3)
  • May 2009 (5)
  • April 2009 (1)
  • March 2009 (2)
  • February 2009 (3)
  • January 2009 (3)
  • December 2008 (2)
  • November 2008 (3)
  • October 2008 (9)
  • August 2008 (2)
  • July 2008 (6)
  • June 2008 (2)
  • May 2008 (1)
  • April 2008 (2)
  • March 2008 (1)
  • February 2008 (4)
  • January 2008 (3)
  • November 2007 (4)
  • October 2007 (4)
  • August 2007 (3)
  • July 2007 (2)
  • May 2007 (5)
  • April 2007 (8)
  • March 2007 (6)
  • February 2007 (1)
  • January 2007 (1)
  • December 2006 (3)
  • November 2006 (5)
  • October 2006 (6)
  • September 2006 (5)
  • August 2006 (5)
  • July 2006 (2)
  • June 2006 (5)
  • May 2006 (1)

Categories

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

↑

© Stuart's Weblog 2025
Powered by WordPress • Themify WordPress Themes
Go to mobile version