Tag Archives: windows

How to get along with geeks: A seven-point guide

#2 You’re in the Windows or Mac camp

There’s no room for indifference when it comes to being a Mac fan or a Windows defendant. To be less biased about it, you need to be in one camp or the other. And this isn’t a battle waged only by die-hard Mac fanbois and girls – both Apple and Microsoft have run million-dollar campaigns based around the meme. (See the YouTube clip above.) It is still possible to be a Windows fan and own an iPhone, just make sure you bitch about its poor battery life. And often.

via How to get along with geeks: A seven-point guide | Article | The Punch.

Update on Windows 7 RTM – Windows 7 Team Blog

We are close, but have not yet signed off on Windows 7. When we RTM you will most certainly hear it here. As we’ve said all along, we will RTM Windows 7 when it’s ready. As previously stated, we expect Windows 7 to RTM in the 2nd half of July.

[…]

How do I get a 64-bit copy of Windows 7?

The Upgrade and Full packaged retail product of Windows 7 Home Premium, Windows 7 Professional, and Windows 7 Ultimate will come with both 32-bit and 64-bit DVDs. With Windows Vista, the 64-bit version was only available with Windows Vista Ultimate. Due to the incredible adoption of 64-bit today and customer feedback, we decided to change this for Windows 7. Now all copies of Windows 7 in developed markets will ship with both 32-bit and 64-bit DVDs.

via Update on Windows 7 RTM – Windows 7 Team Blog – The Windows Blog.

1. There’s a Windows blog?

2. Good news for those that want a 64-bit version of Windows 7, now you don’t have to buy both copies!

Windows Security Just FAILS.

The malware records the magnetic stripe information on the back of a card as well as the PIN (Personal Identification Number), which would potentially allow criminals to clone the card in order to withdraw cash.

The collected card data, which is encrypted using the DES (Data Encryption Standard) algorithm, can be printed out by the ATM’s receipt printer, Trustwave wrote.

The malware is controlled via a GUI that is displayed when a so-called “trigger card” is inserted into the machine by a criminal. The trigger card causes a small window to appear that gives its controller 10 seconds to pick one of 10 command options using the ATM’s keypad.

[…]

A criminal can then view the number of transactions, print card data, reboot the machine and even uninstall the malware. Another menu option appears to allow the ejection of an ATM’s cash cassette.

via Cybercriminals refine data-sniffing software for ATM fraud – Network World.

Whoa. This is BAD.

Seriously, though – DES? Cmon, any first year computing student learns that DES has already been outdated by it’s bigger and badder brother, the Advanced Encryption Standard.

See? I do learn things in Introduction to Systems! 🙂

However, the REAL WTF here is why ATMs all over the world are running WINDOWS in the first place. I’m no Apple fanboy (har, har), but even I recognise that Windows isn’t the most hacker-proof OS out there.

A Week Without Apple – Day Two, A Lesson in Understanding

Now there are many things Mac OS X does better than Windows 7 and vice-versa. I’m not taking advantage of either OS and it’s features. I’m sure Windows 7 has lots more up it’s sleeve than I know about. Ditto Mac OS X – I know I don’t use all the things in Mac OS X like I should because I’m too lazy to seek it out. The aim of this experiment isn’t to choose a winner, or declare Mac OS X THE BEST OS EVAR SCREW YOU MICRO$OFT! It’s to see what Windows is, how it works, what it does and what it does differently. Everyone’s computer use is different, so you need to make up your own mind as to whether Windows 7 or Mac OS X is for you. It’s great to have competition and choice. Windows 7 is way better than I expected and very competent.

[…]

So while the HP is much cheaper, has better specs, a built in card reader, HDMI and digital TV, loads more ports and a snazzy webcam, it has some real livability faults. The LCD is rubbish and even a layman can tell it looks awful, it’s that poor. The trackpad is virtually useless with it’s total lack of glide. If the screen was slightly higher quality and the trackpad not so crappy, it would be a vastly better experience. I’m actually confused as to why HP sent me this laptop to replace the MBP. The MBP retails for $3,199 – you’d think they’d send something a bit more upmarket.

via A Week Without Apple – Day Two, A Lesson in Understanding | MacTalk Australia.

I concur wholeheartedly.

This is why I use a Mac – even though I’m more than proficient at using both either/all OSs well.

The ‘X Character Finder’ Crapfest

So, Java, huh?

It’s not so bad, actually.

As a first language, Java is okay – especially when it is taught right (inside joke there).

Anyway, hot on the heels (somewhat cold, actually), of the Windows Shutdown Crapfest, comes the X Character Finder crapfest, courtesy of yours truly.

First, a little background to this – at Uni I’m doing a subject called programming and problem solving. It involves Java.

Our first assignment was to calculate some variable. Or something. Anyway – one of the things we had to do was find out if the user’s name had the ‘x’ character in it – in either upper or lower case.

This is what I managed to come up with – I’ve commented the code so you understand what it does. I’ve also used Pastie to embed the code, because this is the one time WordPress has failed me. Right, everything seems to be failing hard on me tonight, so I’ve just linked the Pastie… 🙁

If you don’t really get what’s going on, I wouldn’t worry. Here’s the english explanation: Get a username. Count the letters in that username. Look at the first character – if it’s an X or an x, then we have an x in the username. If it’s not an X or an x, then we look at the next character in the username, and perform the same “Is it an X or and x check” again. We keep doing this until we either find an X, or we’ve run out of characters in the username. If you just want to know why this is the X Character Finder crapfest, well, it’s just because I’m re-inventing the wheel here, man – there’s a heaps easier way to find if a particular word/string has a particular character in it, and that’s via use of methods.

The real code that I submitted looks like this. Thanks again to Pastie. 🙂

See? Much easier.

This was the X Character Finder Crapfest, brought to you by Benny Ling.

Comments below.