Posts

Showing posts from November, 2005

Why Java Will Always Be Slower than C++

Anybody that has ever used a non-trivial Java program or has programmed in Java knows that Java is slower than native programs written in C++. This is a fact of life, something that we accept when we use Java. read more  |  digg story

Say Hi to MiB, GiB and TiB

A CDR is 700 MiB, yes it really has 700 mibibytes! A DVDR is 4.7 GB or 4700 MB, roughly 4483 MiB as you see in Nero Burning ROM or any other popular burning software. A 200 GB Hard Disk has roughly 186 GiB, so you don’t have to think anymore where the missing space is gone. Doesn't it make more sense now? read more  |  digg story

Seeing is Believing?

Various illusions and paradoxes. read more  |  digg story

Azureus 2.3.0.6

The long awaited 2.3.0.6 is out, grab it from the dowload page or use the auto updater to grab it from a torrent in azureus. read more  |  digg story

Mac OS X x86: 10.4.3 Security Broken

Sources indicate that Mac OS X x86 10.4.3 - which contains increased hardware restrictions - has now been cracked in the same fashion as 10.4.1. Maxxuss has done it again. Right now it seems the score is Apple: 2 releases, Hackers: 2 releases. read more  |  digg story

How to: Structured Wiring

The ideal time to install a home network is while your home is being built. It is so much easier to run all the cabling throughout your home before the walls are finished. This web page will describe the network that I installed in my new home as it was being built with a focus on the 'How To' aspect. read more  |  digg story

Napster attacks Apple's iTunes in the UK with "Provocative" Ad

The video ad shows a sexy female in a Peep Show setting, and teases....Well, you'll know what I mean. This ad would never air in the U.S. read more  |  digg story

Nasal Spray Arouses Women's Desire To Have Sex In Minutes

Doctors said women who used the drug PT-141 in test studies felt a tingling or throbbing followed by a strong desire to have sex immediately after spraying their noses. read more  |  digg story

The Complete Concise History of GNU/Linux

As a Linux user, do you know how Linux came to be the robust OS it is now? I didn't until I read this excellent article on the history of Linux. And as the title indicates, it is really short too. Moreover you can come face-to-face with the stalwarts of GNU movement. read more  |  digg story

C++ Wiki

This tutorial is almost 15 pages long. The entire site is a wiki, so you know its peer-reviewed and correct. Also, anyone can add content, edit articles, and change things. The C++ tutorial is one of the biggest things on the site so far. There are also sections on: console modding, hacking, programming, operation systems, etc etc. read more  |  digg story

Biggest List of Open Source Apps

Surfing around I found this awsome yes again "wikipedia" article. It is basically the biggest list I have found of open source software all nice and neat categories. Enjoy! read more  |  digg story

WPA Password Generator

Steve Gibson has created a generator at grc.com/pass that makes "unbreakable" WPA passwords. read more  |  digg story

Reset Windows XP password

Uses install disc and a hole in the Windows Setup installation screen. read more  |  digg story

Microsoft's upcoming releases will be 64-bit only

Although it might not affect the common user, MS plans to release Exchange 12 and variants of the Longhorn server as 64-bit only, among other products. read more  |  digg story

The Ten Best Ajax Links: Tutorials and Examples

If you have a website, or portal you run; Ajax will almost guarantee you get hits if you put it in there, and advertise that you have done so. This is a little sad; but quite true. read more  |  digg story

Open Source Mac Apps for Mac OS X

Open Source Mac is a simple list of the best free and open source software for Mac OS X. We aren't trying to be a comprehensive listing of every open-source mac app, instead we want to showcase the best, most important, and easiest to use. read more  |  digg story

PHP and MySQL coding tips

I thought it would be good to create a thread with a lot of my common PHP and MySQL coding tips that I mention in other topics on here all the time. These are valuable things that I've learned during 1 year with PHP and MySQL. I believe these are good do's and don'ts, that most experienced coders would agree with, and not just my opinions. :) read more  |  digg story

Nvidia launches 7800 with 0.5 GiB RAM

Nvidia look to have taken the graphics performance crown back from ATI with their new card. It sports 512 MiB of crazily fast on-board RAM and enhanced clock speeds. This review has all the details and some cool pictures. This is the 7800 Ultra in all but name. read more  |  digg story

Say Hi to MiB, GiB and TiB

A plea for sanity Computer programmers can skip to the next sub-heading. Computers work in binary. They measure things in binary numbers internally, at the hardware level. While you are seeing letters and decimal numbers on this page, the computer just sees streams of 1s and 0s. The successive digits in binary (moving left) count 1s, 2s, 4s, 8s, and so on, just like the digits in a regular base 10 number are worth 1, 10, 100, 1000. Powers of 10, powers of 2. Way back in the mists of primordial computer history—or the 60s, as we also know it—someone decided it would be a good idea to define a kilobyte as 1024 bytes, rather than 1000, because 1024 is the closest power of 2 to 1000. That is, a 10 bit binary number can count from 0 to 1023, just like a 3 digit decimal number counts from 0 to 999. The problem is, this unusual definition of “kilo” wasn’t given its own symbol at the time; they just used the same “kilo” prefix used for the metric system. Nor was the unusual definition of “kilo

TreeGUI 2.0 BETA

Ground work for TreeGUI has been started. More information about TreeGUI can be found at Softpedia