* Posts by Jolyon Smith

382 publicly visible posts • joined 31 Oct 2007

Page:

Acer K10 DLP pico projector

Jolyon Smith
Boffin

Silent because....

Projectors need fans for cooling. They need cooling because the lamps in them get very, VERY hot. Typically the brighter the lamp, the more heat it generates and the more cooling it needs.

This projector on the other hand is not only not as bright, but it uses an LED lamp which in comparison with traditional projector lamps are very, VERY cool (thermally, not just because they are a hip and happening tech).

So a projector that uses an LED lamp should not need as much active cooling so fan noise should be vastly reduced if not entirely absent.

LG Super Multi Blue BE06-LU10

Jolyon Smith
Thumb Down

Yes, HDDs/memory sticks are cheaper, but DIFFERENT

Using a memory stick/card/drive or a hard disk drive to simply MOVE data is one thing, and clearly more cost effective than a BluRay disc.

But I don't think anyone would buy a HDD or even a memory stick in order simply to give a copy of some data to someone else, especially if the data was required to be read-only (or at the very least is NOT required to be updatable "in situ" on the media.

If nothing else, the cost effectiveness argument starts to fall apart in some situations.

A 250GB HDD may be a cheaper way of handing out 250GB of data, but it's an expensive way of handing out 80GB.

And as for video/movies being the only application, I seem to remember that the same thing was said of DVD "back in the day" (not necessarily by this site). The one thing that is clear from the history of data storage technology is that applications soon grow to fill the capacity of *any* available storage tech.

This device should have been reviewed on the basis of it's execution of the technology, not the reviewers opinion of whether the technology would be of use to anyone.

That's for those other people to decide, based on what they need from the technology - the reviewers job is to help such people decide which execution of the technology is the better investment for them.

Olympus brings tiny DSLR into focus

Jolyon Smith
Thumb Up

4/3s "format" - virtually no downside

I have a long in the tooth E300 and it regularly produces pictures that make more expensive equipment (looking at you Nikon and Canon) look even more overpriced than they already are.

The 4/3 format allows lenses to me lighter and more compact and having IS built into the body not only works the same way but also means that ALL lenses benefit, not just particular ones (although of course how MUCH they benefit depends on the focal length of each lense).

I've been casting covetous glances in the direction of the E-520 for months now, and I'm glad I didn't succumb, cos now I get to covet the E-620 instead, and this time I'm definitely going to turn that coveting into a purchase.

Keep it up Olympus!

ITV 'could dump' Friends Reunited

Jolyon Smith
Coat

Just goes to prove the old adage....

To become a small businessman in the UK, just by a big business then wait.

Apple animating iTunes stream machine?

Jolyon Smith
Joke

Why buy stuff...

when you can just jack a car and drive it through the windows of a retail store to get stuff for free without having to work to earn the money required to enact a purchase.

Intel shows Visual Studio multi-threaded way

Jolyon Smith
Thumb Up

Delphi's TThread

Was and Is great but also sucked some serious butt in many respects. The lack of any provided mechanisms for simple messaging between threads was one, the lack of a provided pooling mechanism or any flexibility in thread lifetime management, the fact that the app main thread wasn't actually represented by a TThread was another. etc.

Fortunately Delphi being what it is, and with full source provided, the VCL TThread class itself proved invaluable to me in gaining an understanding of the Windows thread related API's and gave me a great jumping off point to create my own far richer and more flexible threading support for my Delphi code, taking all the great things that TThread did and adding SOOO much more.

And yes, making hard jobs easier for those who don't fully understand the problems they are grappling with is a fundamental pillar on which the Law of Unintended Consequences rests.

Writing parallel code is easy.

Writing parallel code that works is not.

Unless of course you employ a (correct) implementation of the Active Object pattern, in which case massively parallel code can be written by pretty much anyone.

Born Again Delphi

Jolyon Smith

Baby + Bath Water

Case insensitivity is A Good Thing.

Case sensitivity is insanity when it comes to programming languages, and suggesting it exposed a contradiction in your own pecadiloes....

On the one hand you dismiss the separate interface/implementation sections as flawed and point to the need for IDE support to make it workable as evidence of those flaws, and then invoke the wonder of IDE support to make case sensitivity more workable.

Just because everyone else in the room is smoking does not make it A Good Idea to take up smoking.

You also reveal a slight lack of familiarity with Delphi as IDE tools for not only navigating but CREATING missing interface/implementation declarations have existed for many, many versions already.

Ctrl+Shift+Up/Down will navigate between interface/implementation

Ctrl+Shift+C will complete the declaration of the type under the cursor

And without separate interface/implementation, further IDE support is needed to make code browsing and navigation an acceptably efficient - and dare I say pleasant - task. The lack of separation between declaration and implementation in C#/C++/Java is the principle reason that code created in those languages becomes intensely difficult and cumbersome to navigate.

Sure it makes it "easier" to CREATE code but code spends a far greater time merely existing and having to be maintained than it does being created.

Similarly the lack of clearly defined declarative areas for variables and the like.

You stumble across some code using some variable - it's type may not be immediately apparent to you (sidebar: type inferencing is great for compilers who have the gift of perfect knowledge at compilation time, and a real PITA for developers having to MAINTAIN code created in a whimsical nano-second of creative joy, but which then has to sit around being maintained and understood for years after that not-that-much-more-brief moment of labour-reduced intensity) .

With the ability to declare variables whilly-nilly and hither and thither, where is the poor maintenance developer to go to seek out that declaration? They have to go spelunking (or invoke yet more IDE scaffolding).

I agree that garbage collection isn't a good fit in Delphi. But there are occasions when the compiler could be coerced into taking the drudgery out of our miserable existence as developers without involving the overhead of reference counting.

Some time ago I suggested co-opting the existing but now long since out of use "automated" keyword to mark a local variable (of object reference type) as following the interface type semantics.

procedure SomeProc;

var

list: TList automated;

begin

list := TList.Create;

end;

The "automated" keyword would simply direct the compiler to:

- initialise the variable as NIL

- call "Free" using the object reference when the variable leaves scope

Currently interface reference type variables follow an almost identical pattern:

- initialise the variable as NIL

- call "_Release" using the interface reference when the variable leaves scope if the reference is non-NIL

(note that for object references the non-NIL test is redundant as it is handled by the implementation of Free, which is already NIL-safe - this is not the case for interfaces)

The same approach could be extended to member variable declarations and, less usefully but for consistency, unit variables (so called - incorrectly so - "global" variables).

This small change would make an immense difference to everyday programming jobs, but equally could be completely ignored by those who enjoy creating try/finally constructs.

(www.deltics.co.nz/blog)

There's lot's more that could be said, but suffice to say at this point that for a "dead" language, Delphi seems still to be doing a lot more than just twitching.

Philips creates cinema aspect-ratio HD TV

Jolyon Smith

16:9 was a compromise, but not in the way you think

I was always under the impression that the 16:9 ratio was a compromise chosen that was governed by the physical characteristics of the glass CRT technology of the day. 16:9 ratio TV's pre-date LCD or plasma by a relatively long timeframe. i.e. tubes with display surfaces of wider aspect ratios were simply impractical and uneconomic to manufacture.

Once established however, 16:9 became a format in it's own right, such that even in display technologies not constrained by the same considerations (i.e. early LCD video projectors of the day) 16:9 became the defacto standard for video. iirc Sony did have a 21:9 LCD projector a long time ago.

More importantly, in a convergent world, a 21:9 wide screen provides far greater width for side-by-side content, e.g. video chat or to upgrade PiP (Picture In Picture) with PaP (Picture Alongside Picture).

But unless Phillips manage to get the entire display technology industry on-board and establish 21:9 as a viable standard, driving development of content and content delivery to take advantage of it, 21:9 TV's will be largely a curiosity in the same way that Sony's 21:9 projector was.

Also note that as far as I know, "widescreen" only means 16:9 when used to describe a TV or DVD content formatted for presentation on such.

"widescreen" in movies (i.e. the actual content) refers to anything wider than Academy ratio (4:3)

Reviewers, spin crews tussle over Tomb Raider: Underworld write-ups

Jolyon Smith

Surely "Uncharted" is the "Poor Mans tomb Raider"...?

... given that Uncharted is now a Platinum range title on the PS3, compared to the fully extortionate price tag that no doubt is slapped on Tomb Raider?

Philips Aurea II 42PFL9903H 42in LCD TV

Jolyon Smith
Coat

Someone buy the reviewer a dictionary

I think they're more than a little mixed up at what "immersive" means.

Something that makes an intrusive aspect of a design less intrusive is not immersive.

"Distracting", maybe.

"Diversionary", possibly.

If there is anything "immersive" about the way this frame works it certainly doesn't come across in the review.

Mines the one with "Bravia" on the back, a Freeview HD decoder built in and lovely deep blacks without having to resort to tricks in the frame.

Toshiba launches Cell-derived HD TV

Jolyon Smith
Boffin

It's digital dude - the "original picture" was lost long before it reached you!

"For example, I imagine the producer, director, editor, etc of a motion picture just might think that their original picture is better."

Indeed they would. And it's for this reason that the TV does it's best to recreate that original picture. The picture source is NOT the image that the producer/director/editor created. Even broadcast TV images are not received at production quality - the pixel resolution may be the same (with digital transmission), but the content of those pixels has been squeezed and colour mapped to fit into the available space in the airwaves.

The same applies, to a lesser extent obviously, to DVD and even HD/BD content.

Even movies created for digital projection are of higher resolution than Full HD.

You could watch the content as unprocessed as possible (beyond raw MPEG decompression). Or you choose the best video processor in your input chain to extract as much picture INFORMATION from the picture DATA as possible. That might be your DVD player, it might be a dedicated video processor or it might be the circuitry in your TV (or projector etc).

So now Toshiba have (or claim to have) improved the ability of the TV itself to do this, so you should get the best display for all your source material, but if you already have acceptable or preferred video processing applied to some of those sources, presumably you can tune the additional TV processing, or even turn it off.

Furore as Sony flunks gamers' LittleBigPlanet levels

Jolyon Smith
Thumb Down

T's & C's Actually Apply, in "We Warned You" Shocker!!

Geez, whatever next.

"FURORE AS DRIVERS TICKETED FOR EXCEEDING POSTED SPEED LIMITS"?

"FURORE AS PSYCHOPATHS LOCKED UP FOR MURDERING FELLOW HUMANS"?

"FURORE AS BOOK LOVERS FINED FOR NOT RETURNING BOOKS TO THE LIBRARY ON TIME"?

"FURORE AS 11 YEAR OLD REFUSED SERVICE IN LIQUOR STORE"?

Must be a slow news day in The Register offices.

Cloud idealist turns realist on platform portability

Jolyon Smith
Coat

And after ...

... the marketting legs of "The Cloud" have been well and truly run into the ground and everyone realises that actually "The Cloud" is little more than a 21st century "mainframe", with desktop PC's relegated to little more than "dumb terminals" (ok, slightly smarter terminals than before), and then remembers all the reasons why that model died ....

... Microsoft and Google will then be offering Silverlining 1.0 and the merry go round can start another revolution.

God knows it's the only revolution we're ever likely to see in the industry these days.

Google plays safety card against Microsoft Office

Jolyon Smith
Paris Hilton

The Devil in the Details

From the "99.9%" SLA:

"Intermittent Downtime for a period of less than ten minutes will not be counted towards any Downtime Periods."

Who defines "intermittent"?

At it's most extreme this could mean that Google Apps is only actually "up" for 9 minutes out of every ten in an entire month - 10% uptime at BEST - but they could still claim a 100% uptime for that month since all the downtime periods were intermittent and no single was 10 minutes or more.

It's not even particularly deeply buried in the fine print.

It beggars belief that this can even still be called an SLA.

Paris - because their isn't a Dr Cuddy Pole Dancer icon.

London could get HD Freeview next year

Jolyon Smith

Just point your aerials up your antipodes

I don't know the technical specifics of the implementation, but here in NZ we've been enjoying Freeview HD (both terrestrial and satellite) for a while now. The Olympics looked awesome as does Outrageous Fortune (not to mention the fair amount of imported TV shows that now broadcast in HD - NCIS, CSI, Boston Legal, etc etc).

Cold War comfort on software engineering’s birthday

Jolyon Smith
Joke

Garbage In....

"What do we have for our current popular languages? C++, which is a bad preprocessor hack, and Java and C#, which are kind of cribbed from C++. And what do we get from all of this? Garbage."

Which is of course why Java and C# both incorporate GARBAGE COLLECTORS.

Oh it kills me, it really does. (wipes tear from eye holding sides in blissful agony)

Toshiba tools up for movie download future

Jolyon Smith
Paris Hilton

Before Anyone Get's Too Smug...

The bandwidth necessary to do this with music has been available for years, and the idea was even tried for a while, if memory serves. Didn't ever get off the ground of course, because it's not about what the technology is capable of, but what consumers WANT.

Online music stores have achieved a certain amount of success of course, but have also exposed Joe Consumer to the wonders of DRM, and Joe Consumer is increasingly "not impressed".

And the sector of the music industry enjoying the largest growth currently is.... VINYL!

But with an important industry player putting their money where their mouth is, this MUST be the way of the future, right?

Well, let's not forget that this is the same company that not so long ago thought that HD-DVD was the future.

As far as crystal balls go, Toshiba's looks to be on the blink.

It is more likely that having lost the HD/Blu battle (it was hardly a "war"), Toshiba cannot stomach the loss of face that hitching to a competitors band wagon would entail, AND if they are to have ANY hope of saving face, backing another possible rival gives them their best shot of pulling out a lead once more.

Whether they will prove clairvoyant or merely insane remains to be seen.

- Paris cos she goes down loads.

Wireless pen options?

Jolyon Smith

Logitech IO

Transfer to/from the host PC isn't wireless I don't think, but the Logitech IO is essentially a "normal" pen (no wire) that digitally captures your writing (on special stationery) which can then be transferred via the recharge/docking station.

Logitech have since sold the IO product to Destiny Wireless (UK).

http://www.destinyplcshop.com/acatalog/notetaking-solutions.html

Sony pairs PS3 with Bluetooth headset

Jolyon Smith

So will my Jabra stop working?

Bluetooth headset support is not new (let alone NEWS) on PS3? I got a Jabra device with Warhawk and regularly have to put up with listening to irate parents shouting at their kids to "Quit playing Call of Duty and finish your homework", or morons telling racist/sexist/purile jokes etc!

So what's the news here?

Is it some extended profile that allows the PS3 to show the battery level in the headset? Or is it just the presence of the PS logo on the device?

Embarcadero rallies on Windows and web with CodeGear

Jolyon Smith
Coat

Not so fast with the "first"

"first merging of previously separate development environments"

Nope. The only "first" involved is the first time that new standalone Delphi and C++ Builder versions have been released simultaneously.

Delpih and C++ Builder used to be separate products with separate release schedules.

Then Borland combined them in the multiple-language Borland Developer Studio (latterly RAD Studio), incorporating Delphi, Delphi.NET, C++ and C# all in ONE IDE.

Then the Turbos were created as individual language versions of BDS, separating them once again for the Turbo line.

Delphi 2007 and C++ Builder 2007 were released at different times once again, but RAD Studio continued to offer an integrated, multiple language IDE (Delphi, Delphi.NET and C++ - C# support became a little limited however).

With Delphi 2009 and C++ Builder, what is being released are the INDIVIDUAL, stand alone single language IDE's. What is different this time is that (apart from the Turbo's) this is the first time that BOTH otherwise separate products have been released at the same time.

C++ Builder historically used to lag behind it's Pascal cousin.

The fully "merged" product - RAD Studio - will as before be released later, presumably including an update to the Delphi.NET personality that it includes in addition to Delphi and C++.

Hopefully that clarifies things.

("Yep, clarified as mud")

:)

Mines the one with the Pascal in the pocket.

Next Visual Studio going multi-screen?

Jolyon Smith

Hilarious

Aren't developer tools supposed to be on the CUTTING edge? You know, not the TRAILING edge?

Oh sorry, Microsoft.... forget I said anything.

Paris because ... hell, just because.

MPs lambast BBFC over Batman

Jolyon Smith
Paris Hilton

What you "see" and what you THINK you see

"You see someone's legs get broken"

No, actually, you don't. You see the legs of someone hitting the ground, having fallen from a fair height, a height which we have already had established is not going to be fatal.. Legs in trousers, no less.

You don't see bone protruding through flesh. You don't see blood. You don't even see much in the way of any physical deformation that might arise from such a fall.

What you SEE is more than likely someone jumping from a short stool. A very short stool.

And all this happening to a not very nice man that we are not invited to sympathise with one iota.

Compare and contrast with Watership Down - which we happened to watch at the weekend.

In which we see cute fluffy bunnies literally being shaken to pieces and tossed around by an enraged dog. Blood and bodies everywhere.

And this in a PG!!!!!

But it's a cartoon so it doesn't matter. Riiiiight?

Newsflash: The Dark Knight absolutely is NOT a kiddies movie. But in the same way that The Hunt For Red October is not a kiddies movie, NOT in the same way that SAW is.

--

Paris - because the other options are boring or butt ugly. <shrug>

Depp for Dark Knight follow-up

Jolyon Smith
Paris Hilton

Harlequin and Penguin

Riddle? Joke? A fine line between the two.

The Riddler is a little too close to The Joker in my mind, certainly the TDK Joker, although if Riddler were to come back I'd like to see Jim Carrey return but NOT to reprise the Batman Forever, Riddler, but to invent a new interpretation under Nolan's direction.

Depp? Meh.

Penguin on the other hand, as others have said, can easily be rendered into a real world, just as the previously extreme Joker characterture (deliberate misspell) was stunningly realised in TDK as a psychopathic elemental force, but still recognisably The Joker.

But Harlequin provides a potential continuity and to explain the Joker's being missing from any sequel (being securely confined in Arkham).

No need to have her wearing a costume the whole time, she could be the shrink assigned to the Joker at Arkham, who got too close, falls under his charms and comes to believe that Batman is truly evil and responsible for The Joker's state of mind.

She'd already be placed on the side of the "good guys" trying to hunt down Batman. It would set up an interesting tension with Gordon forced to try and protect Batman whilst also being responsible for tracking him down. As Harlequin realises that Gordon is foiling the investigation from inside, that would reinforce her paranoia, and she would turn on the authorities.

Gamekeeper turned poacher.

I think there's definitely potential there.

- Paris, to keep me company through those long dark nights.

Fujifilm quietly unveils an HD DSLR

Jolyon Smith
Paris Hilton

It IS an SLR

As previously pointed out, whether it has interchangeable lenses is irrelevant to a camera's designation as an SLR or not. What the previous poster failed to identify was that there IS evidence in the article that confirms the SLR nature of the beast. The photo's.

At the rear it has a view finder AND an LCD.

At the front it clearly has only ONE lens. One. SINGular.

That lens MUST be providing the source for both the picture taking AND the viewfinder, hence, by the VERY DEFINITION OF THE PHRASE, this camera is indeed a SINGLE LENS Reflex device.

- Paris just because.

The highs and lows of former-Borland's Dumbledore

Jolyon Smith

Goes to credibility... again....

"a reinvented version of its venerable Turbo line called Developer Studio"

BZZZZZT

Wrong. It was in fact the other way around. The Turbo product line was dead. What CodeGear did was re-invent their Developer Studio product as a suite of personalities then released cut down single personality editions as an all new "Turbo".

That was then. Now however, those Turbo's are pretty much Dodo's too, being based on Dev Studio 2006, with 2007 out in the wild for over a year and 2008 just around the corner.

If the rest of the article is more accurate, it doesn't bode well for Delphi's future under Embarcadero.

Software development is the same as it ever was. Sure the buzz words are different but the problems ARE all still the same ones we've always had and always will. The promises from the "high end" tools vendors are also the same as they ever were.

Application Driven Developement, capturing intent, modelling, lifecycle.... didn't BORLAND try to go this route?

CodeGear (and it's new owners) need to wake up FAST to the fact that the development community is not comprised solely of gullible newbies who will believe that "Magic Happens(tm)" will cut their development and maintenance costs and improve software quality and without requiring any intelligence, technical nouse or experience on the part of the business analyst driving the tools.

Borland made their name by cutting through the BS and coming up with tools that got straight to the getting to the cruxof the problem - cutting code.

CodeGear need to do the same.

Pulled PlayStation update to be re-released next week?

Jolyon Smith
Flame

Just a "normal" user.... ?

"connected to my internet connection via a gigabit wired connection"

WOW! GIGABIT?!?! Your internet speed must ROCK!

No, wait. Isn't your speed going to be limited by your internet connection anyhow? Having a Gigabit connection to your router is like having a 12 lane autobahn for a driveway - your car still has to obey the speed limits and get just as stuck in the traffic jams once it completes the 5 meter sprint off your drive and hits the public roads.

ROTFLMAO

And let me get this straight....

You just happened to have a spare HDD sitting waiting to upgrade your PS3? (Q: Was it "spare" or was it "waiting to be fitted"? Either pretty much excludes the other. Something doesn't ring quite true in your story)

But in any event, here's a question.... knowing that you were going to do a firmware update AND a HDD upgrade, why didn't you back up your system BEFORE updating and then apply the update AFTER having upgraded? Y'know, seeing as how you were going to upgrade the HD ANYWAY and that backing up is, you know, a necessary step in THAT process.

Then you wouldn't have a "scrap" HD, you would have one of those, oh, what do you call it.... oh yes.... a BACKUP.

Again, something not quite ringing true.

I suggest you double check and make sure you really do have a PS3, and not one of those Ex-Box things. You know the ones I mean.

They come with those obsolete HD DVD drives, and when they brick, they REALLY brick, and if you want to upgrade your HD you have to go cap in hand to MS (remembering to truly STUFF that cap with $$$'s for the privilege).

;)

Jolyon Smith
Coat

User Stupidity? Redux

Some users had problems, so Sony pulled it. That means that some users had problems and that Sony pulled it. Plain and simple.

It doesn't mean that there was a problem with the update.

Plainer and Simpler: If there was a problem with the update then there would be some consistent commonality in that population of user that experienced problems.

Perhaps there is.

Stupidity would be one explanation (PS3 is going more and more "mainstream" and reaching more and more people for whom technology itself is a challenge so more likely to screw-up/over-react when things don't go totally smoothly).

Conversely of course, it may be that these people are "tweakers" and did something to screw their own pooch (which they aren't going to admit of course since that would mean having no-one to blame but themselves).

Or it could be a mix of the two.

Bottom line of course is that even a PS3 most royally screwed by this update was still easily recoverable by it's owner. Oh shame, they might lose some game saves, but their actual hardware was still just fine.

This seems to have been ignored by those hysterically screaming that "Sony Bricked My/Your PS3!"

Mines the coat with the two brain cells to rub together in the lining.

Sony pulls PlayStation 3 software update

Jolyon Smith
Paris Hilton

Situation normal - no problems to report

Updated my < 3 month old 40GB model to 2.40 without a hitch so it's not a "problem with newer models".

I had already (and recently - like, in the past week) upgraded the 40GB HDD in my PS3 to a 120GB unit. Also without a hitch.

The 2.40 update went smoothly despite my PS3 having been upgraded by me.

I can't help but wonder if there might be something extraordinarily unusual about the "victim" machines, or perhaps something as simple as a corrupt download or dodgy HDD sector (does the update/download service incorporate a verification checksum procedure? I would have thought so, but....?)

Paris because she knows that trophies are for boys - real men don't need to compare theirs with their friends.

Logitech Squeezebox Duet multi-room music streamer

Jolyon Smith
Paris Hilton

NIce to see a good product NOT ruined by new owners

I have a 2nd gen SqueezeBox that has given good service for many years and continues to do so.

Probably the biggest problem that these devices suffer from is that, as the review says, they "just work". And they KEEP ON working. So whilst the new remote looks OMG drop-dead sexy, I simply have no reason to upgrade my 5 year old device.

I've been expounding the virtues of SlimDevices for years - it's wonderful to see that I can continue to do so under the ownership of Logitech.

And for those suggesting a PS3 as an equivalently capable product/device/solution....

I have a PS3... I *tried* setting it up as a client for the DLNA server built into MediaPlayer 11. It didn't work. It seemingly doesn't work if you have more than a handful of files in your library. It took me hours of frustration to figure this out and give up trying to make something work that is fundamentally broken.

But even if it DID work, needing to turn on the TV to play music is just a teensy bit dumb, donchyathink?

(for sure, if you're using a PC to host your library, then it too needs to be on for SlimServer to be running, but the PC I use it a monitorless device that sits in a cupboard in my office, communicating seemlessly, silently and wirelessly with the rest of my home LAN)

Now, was the problem the PS# or was it MediaPlayer? I dunno.

I tried to find some alternative DLNA servers - there are quite a few. Not ONE of them was as plug-and-play "It just works" simple as SlimServer to set up, and I gave up.

Me. The technical/computer/gadget "Go To" Guy of our household, family and indeed neighbourhood. Gave up.

Sometimes grappling with technology can be fun. But when I just want to listen to my music, it needs to "just work", as easily at least as just dropping a disc into a player.

SlimDevices got that. Logitech still get it.

Way to go SqueezeBox!

Paris, because I would. And really, does anyone else EVER need any other reason?

Read, test, don't repeat - how to avoid code complexity

Jolyon Smith
Paris Hilton

Properties an "entirely new language feature in .NET" ?!

...only if you were completely ignorant of other languages that had precisely the same language feature for years before .NET was even envisaged, i.e. Delphi and heck, even VB!

It's this sort of technical slip up that fatally undermines the credibility of any technical article, no matter how salient the points may be that it is conveying.

Paris because she delights in making her private parts public.

Online sellers warned on UK cheque clearance changes

Jolyon Smith

The truth....

....is, that cheques COULD be cleared in 24 hours or even less, but then the banks would not get to use that money during the 7 day period that "clearing" time gives them. So, with this income source cut off, banks would have to charge more for their services....

Choose: free, slower cheque processing or fast, paid for processing.

And yes, you can choose... you can usually pay for express clearance on a cheque if you really want/need it.

The REAL scandal is that CASH also has a "clearing" period. Deposit 100 quid over the counter at your own branch then marvel at the 3 days or more that it takes to actually hit your account.

Here in NZ:

1. Most stores (afaict) don't accept cheques

2. A cheque from a recognised institution deposited over the counter can optionally be express cleared for no charge (e.g. if you get a refund cheque from your power company)

3. Cash deposited over the counter appears INSTANTLY in your a/c - you can deposit cash over the counter then immediately withdraw it via the cashpoint. If you wanted to.

4. EFT-POS transactions (Electronic Fund Transfer at Point Of Sale - is a card+PIN based payment, but is NOT a credit/debit card) appear INSTANTLY on your account. You can go out shopping, then come home and check to see how much money you actually have left in your A/C via online banking.

Guess what.... "free banking" is yet to become the norm, let alone even widespread, here in NZ, and I'm not sure that all banks even offer it - most accounts have a tarif scheme, either monthly flat rate or per transaction charges.

UK has free, low quality banking.

NZ has paid for, much better quality banking.

Which just goes to show, "Free" always costs _something_.

Shocked Shatner shunted from Star Trek XI

Jolyon Smith

Who's Too Important...?

"Apparently Bill feels he is too important to be limited to doing a Stan Lee walk on."

Am I the only one who wishes STAN LEE was too important to do a STAN LEE walk on....?

(Oh, and for the "League Table of Sci Fi"....)

Hyperdrive

and an honorary mention for "Spaced"

:D

Page: