Search results

  1. Chewy509

    Gigabyte X58A-UD9 sneak peek

    But 2x 4 core is cheaper than 1x 6 core.
  2. Chewy509

    iPhone syndrome

    I agree, it does have an odd smell...
  3. Chewy509

    SSDs - State of the Product?

    Anandtech has a review on the new Corsair Force SSD (uses a SandForce SF-1200 controller). http://www.anandtech.com/show/3656/corsairs-force-ssd-reviewed-sf1200-is-very-good/1 In short - very fast, not so cheap.
  4. Chewy509

    iPhone syndrome

    And if you live or work anyway outside the capitals, you only have 1 real choice... :(
  5. Chewy509

    iPhone syndrome

    That's how our telco's make their money. They prey that you go over the spend cap, and then they can rake in the excess charges. (Certain ISPs in Oz use the same tactic, you get ADSL 2+ for $10 mth, but with only 500MB download. Anything over 500MB is charged heavily). Telstra does offers...
  6. Chewy509

    iPhone syndrome

    Out of interest what models of Sony? My old K800i and my wifes K610i were rock solid from day 1, and their replacements (which we got this past xmas) a W705 has also been rock solid (once we did the firmware update on both of them).
  7. Chewy509

    iPhone syndrome

    Not really. Apple don't allow JVMs, CLRs or interpreted code of any sort to run on the phone, so that rules out .NET, Java, Perl, Python, etc. That only leaves C/C++/ObjC as major languages that don't fit in the above restrictions. Making that mandated seems like a normal thing for Apple based...
  8. Chewy509

    Date for cheaper 6 cores i7?

    Socket 7 days (went from a Cyrix P120 to a P-MMX 233). Since then, I've done near full replacements due to the age of the current gear when I replace it, eg can't use the same RAM, video card, PSU, etc. (The only exception has been the HDDs). But then again, I only upgrade every 3-4 years at a...
  9. Chewy509

    Something Random

    That's still pretty good. I know a lot of people I work with who have home loans are at the 50% mark of take-home income. (And it will only get worse, as local economists are predicting that the cash rate as set by the Australian Reserve Bank will increase from it's current value of roughly...
  10. Chewy509

    Something Random

    Haven't been to SR since they revamped the forums... But there does appear to be new-blood in regards to membership, but very few of the original SR members have gone back.
  11. Chewy509

    Networking weirdness in 7...

    Further to this, is the gig connection between the 2 hosts on a different subnet to all the other connections? (It may be playing havoc with the routing engine, if both connections are on the same subnet)?
  12. Chewy509

    Building a home NAS - feedback on build

    IIRC, that figure includes the entire packet size, not just the payload... Take off 5-10% for headers and you should be close to actual throughput at the application level. Also don't forget about other traffic at the same time, eg ARP, DNS, NTP, NETBIOS, etc..
  13. Chewy509

    Netbooks and the lack of specs

    Yep, first bike. The VMAX has a bigger engine than most 3door hatches, and to be honest my first car! But alas, I'll be sticking to a 250cc class until I get more experience on the road. Have applied for a B.Eng (Software Engineering) and B.InfTech (Software Engineering) at QUT, UQ and Griffith...
  14. Chewy509

    Happy Easter Folks

    Wishing everyone a Happy Easter as well... Mine wasn't the best, due to having a minor medical operation on Thursday, and being a little sore over the weekend. But otherwise everyone else enjoyed the weekend.
  15. Chewy509

    Virtual servers? How and why?

    VirtualBox has OpenGL acceleration support for Windows, Solaris and Linux guest OSs. Direct3D acceleration is coming for Windows guests. BTW, unless Virtual PC emulates a PowerPC CPU, Mac OS 9 isn't going to run on it?
  16. Chewy509

    iPod>iPhone>iPad

    Because most of us don't care about the product, nor could find a use for it? Hence no-one here has one...
  17. Chewy509

    Socket G34, 12 cores @ 1.9 GHz or 8 cores at 2.4 GHz?

    Easy, find a Pentium4 EE (netburst). Overclock to 5GHz (using LN2), and you have a CPU whose ALUs are running at 10GHz... PS. For those that don't know, the ALUs on a Netburst based P4, ran at 2x the advertised clock speed.
  18. Chewy509

    Socket G34, 12 cores @ 1.9 GHz or 8 cores at 2.4 GHz?

    It might be interesting in seeing a 6136 vs 6168 review. On one hand you have 8 cores @ 2.4Ghz w/12MB shared cache, and on the other hand 12 cores @ 1.9Ghz w/12MB cache. While the 12core 6168 has a higher theoretical GHz count (22.8GHz vs 19.2GHz), each core on the 8core 6136 runs faster and...
  19. Chewy509

    Opera 10.5: a PR disaster in progress

    I agree 100%. I've been installing NoScript and AdBlock add-ons for Firefox, almost by default for the last few years. Not one person has asked me to remove either plug-in, only how to set NoScript to allow their favourite sites. It's amazing how much faster browsing the WWW is, when you don't...
  20. Chewy509

    Something Random

    Amen to that!
  21. Chewy509

    Something Random

    So true. I've received many invitations over the years, and now anything from FB is automatically marked as spam. If I want someone to be able to contact me, they already know how to. Despite the many flaws been found with their system**, people still sign-up in droves. ** My favourite flaw...
  22. Chewy509

    SATA 2 or 3 laptops?

    Most are only 2 at the moment, as it's rare for someone to install an additional controller in a laptop to get SATA3... Just wait for the next-gen chipsets for laptops, which on the Intel side should be the 6x series (X6x, P6x, H6x).
  23. Chewy509

    Windows 7 nonsense

    Looks like a recent patch fixed this one... (one fixed, so many more to go).
  24. Chewy509

    Windows 7 nonsense

    I had similar issues getting SMB priting working from a Solaris 10 guest, to a printer on a Windows 7 host. I changed a few settings in : Control Panel > Networking and Sharing Center > Advanced Sharing Center. IIRC I changed the 128bit, 40/56bit encryption setting, Use user accounts (under...
  25. Chewy509

    Something Random

    Gave me a good chuckle.
  26. Chewy509

    Something Random

    Also, be aware that for a lot of legacy application written in C/C++, a lot of those applications have been made difficult to port of other architectures of different pointer sizes, (eg move from x86 to x64, or SPARC32 to SPARC64) as the &%&^%&% programmer used "int" to store the pointer, rather...
  27. Chewy509

    Something Random

    The only advantage to running x86 over x64, is that pointers are 32bit on x86, while they are 64bit on x64 platforms, which means less space is needed for the same memory based instructions. (You can fit more code in L1/L2/L3 caches). AFAIK, Visual Studio 2010 now defaults to i686, but not...
  28. Chewy509

    Something Random

    Sorry I meant binary plug-ins don't work, like java, flash, etc. (The important ones for most people). However normal add-ins available from mozilla's website all tend to work fine.
  29. Chewy509

    Something Random

    cU2 648i7 IS 83773r 7H4N 328i7, s0 j00 WILl 83 0wn3d.
  30. Chewy509

    Something Random

    http://www.mozilla-x86-64.com/ http://wiki.mozilla-x86-64.com/Firefox: Download But be aware that most plug-ins don't work either... So forget flash, etc...
  31. Chewy509

    Rsync for Windows (or similar) app suggestions?

    What is the source and target OS? Win7/Win2K8R2 adds the /J switch to xcopy which turns off buffering.
  32. Chewy509

    Something Random

    LOL. I tend to drink Pepsi Max on most occasions, otherwise it's the hard stuff: good old fashion full of sugar and caffeine, full strength, Coca Cola. (I can't stand the low sugar versions of Coke).
  33. Chewy509

    Something Random

    Too much Apple sauce as a teenager? ;)
  34. Chewy509

    Replacing Motherboard

    I would assume similar a situation, but if in doubt call MS for confirmation...
  35. Chewy509

    Replacing Motherboard

    Slight correction. I've reread the licensing FAQ at MS. If replacing the motherboard, then it looks like you need a new OEM license. PS. http://download.microsoft.com/download/4/e/3/4e3eace0-4c6d-4123-9d0c-c80436181742/OSLicQA.doc
  36. Chewy509

    Something Random

    Same reason I ask that question.
  37. Chewy509

    Something Random

    Senior level technical consultants, the level before it goes directly back to a software developer for assistance in solving the problem. (Not your level 1 or level 2 staff).
  38. Chewy509

    Something Random

    Pen and paper was provided, and they were encouraged to talk about solving the problem while doing so. No time limit was set.
  39. Chewy509

    Replacing Motherboard

    What OS, and what's the license agreement? Linux - Do what you want. *BSD - Do what you want. Solaris / HP-UX - As per your support agreement. QNX - As per your support agreement. Windows OEM - As long as you are not replacing more than 50% of the original internal components, no need to...
  40. Chewy509

    Something Random

    Correct. :D Out of interest, how long did it take you to work it out? (I asked this same question to most of the recent candidates we interviewed, and only 2 got the correct answer. I was looking for methodology in finding the answer, not the correct answer, and the most common approach was to...
  41. Chewy509

    Something Random

    Only if you said you were a RAID guru and you set them up on a regular basis... Knowing that RAID 0 is striped, RAID 1 is mirrored and RAID 5 is striped with parity is enough to earn a pass mark on that question. BTW, riddle me this: I have 5 weights, named M, N, O, P and Q. All 5 weights are...
  42. Chewy509

    Virtual servers? How and why?

    I've used FreeBSD jails for testing in the past, but other most I've the stuff I deal with is either VirtualPC or VirtualBox to host individual OS instances for software testing. PS. I've started reading about CrossBow with OpenSolaris, which is a pretty cool bit of technology.
  43. Chewy509

    Something Random

    No, he just believes that all Apple products are the best (despite their acknowledged many flaws), and anyone who disagrees is a heathen or infidel.
  44. Chewy509

    Thunderbird 3

    top post vs bottom post re: location of replies. IETF RFC 1855, section 3.1.1. 'nough said. http://tools.ietf.org/html/rfc1855
  45. Chewy509

    Thunderbird 3

    I've just installed v3, so am using it now... (changed from web interface for email hosted by my ISP). Haven't found anything wrong with it so far? (I also have the calendar plugin installed for task management).
  46. Chewy509

    Reliable FW 800 Card, PCI or PCIe

    Something wrong here? My FW400 setup gets 40MB/s sustained all the time. VIA chipset onboard connected to enclosure whicj has an Oxford FW chipset. I would suspect either cable or crappy controller on the drive.
  47. Chewy509

    SSDs - State of the Product?

    How do they compare in performance to other SSDs in the same price/capacity bracket?
  48. Chewy509

    SSDs - State of the Product?

    I saw this linked from HardOCP... http://www.intel.com/pressroom/archive/releases/2010/20100315comp.htm I thought the X25-V 40GBs had been out for a while? http://www.newegg.com/Product/Product.aspx?Item=N82E16820167025...
  49. Chewy509

    7 on a U100

    System requirements is only 16GB (or 20GB for x64). http://www.microsoft.com/windows/windows-7/get/system-requirements.aspx Otherwise, try installing it on the 160GB, clone the 160GB HDD to your SSD, insert the SSD into the U100, and give it a try...
  50. Chewy509

    Moving Complex File Shares

    Sorry /j must only be on Win7 and Win2K8 R2. (Use unbuffered IO).
Top