Slashdot Mirror


User: spanielrage

spanielrage's activity in the archive.

Stories
0
Comments
38
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 38

  1. Re:I don't live in the US you insensitive clod on Tiered Data Plans Coming To the iPhone? · · Score: 1

    I pay $70/month in Canada for 6GB, including a pretty good voice plan.

  2. Re:Why is this strange on We're Just Not That Into You, iPhone Apps · · Score: 1

    For instance I'd love a restaurant locator app that works outside of San Francisco, Chicago and New York.

    Urban Spoon has restaurants for most cities.

    They even advertised it on a TV commercial a little while ago...

  3. Google Cached Version here on Orson Scott Card Blasts J.K. Rowling's Lawsuit · · Score: 1

    Text only:

    http://64.233.169.104/search?q=cache:http://greensboro.rhinotimes.com/Articles-i-2008-04-24-177772.112113_JK_Rowling_Lexicon_and_Oz.html&hl=en&strip=1

  4. Western Digital instead on New Seagate Drives Have Real Difficulties With Linux · · Score: 1

    I picked up a WD My Book (http://www.wdmybook.com/en/) and it works great with Linux (Ubuntu). It will power back up from "sleep" mode whenever I access it.

    The only problem, which is not drive-specific, is that there is a bit of a race condition when mounting it. It is currently mounted under my wife's account since she logged into the machine first :-)

    rage

  5. Re:Great, more Ajax on How-To On Ajax Code To Show Movies and Slide Shows · · Score: 1

    Agreed - at the very least, AJAX helps minimize the number of page refreshes required on a particular form. I find that as I add more AJAX code to our web application, I'm thinking more about client-side (browser-side) and how I could give the user a better experience. We don't have any flash, video, or other graphics done with AJAX.

    It's all about exploiting the browser a little more, handing some of the workload over to the client.

    AJAX also provides the ability for offline-mode applications (see Google Gears).

  6. DWR = Direct Web REMOTING on Five AJAX Frameworks Reviewed · · Score: 2, Informative

    WTF - this article might as well have been written last summer. DWR version 2.0 is now out and has been in beta for a while.

    The 'R' in DWR does not stand for for Reporting, but rather "Remoting". Both TFA and the ./ post are incorrect.

  7. Re:Where's the Canadian Gov't? on RIM Chairman Wants Changes to U.S. Patent Law · · Score: 3, Funny
    Where has the Neo Liberal Canadian Government been in all this?
    Getting their asses voted out of office.

    Too late for RIM, unfortuneately...

  8. Re:Outlook, not Gmail on Review of GMail for Your Domain · · Score: 1

    Lotus Notes does this too... Kinda' annoying when you're trying to reply to work email from GMail. *sigh*

  9. Also on the CBC: Auditor finds Cdn security weak on U.S. to Require Passport To Re-Enter Country · · Score: 2, Interesting

    How fitting. It seems that our passport office is lax with security. How will this affect the US policy?

    Full article: Auditor says Canada's security systems still too weak

  10. Try pdaportal.com on Web Design Hampers Mobile Internet? · · Score: 2, Informative

    Have a look at www.pdaportal.com for a great list of mobile-friendly web sites.

    You can even customize it.

  11. Re:Interesting. on More on Apple/Motorola Joint Cell Phone Venture · · Score: 1

    "iPhone" is too lame for Apple anyhow... I could see something like "iCall" or "iNoService".

  12. Re:Don't do it! on Do Unsubscribe Links Stop Spam? · · Score: 1

    ... which is why Thunderbird blocks images by default.

  13. Re:Different experience w/ ThinkPads on IBM Puts PC Business Up for Sale · · Score: 1

    Contrary to my T21, which is work-issued. I've had it for three years with *no* problems except the battery life is down to about 10 minutes.

    Keep in mind that it turned on all day and often all night - I leave it plugged in at my home office. Plus alot of CPU-intensive tasks like compiling code.

    I wish the damn thing would die already so I can get an upgrade! It's a P-III 800MHz.

  14. Re:Always a good thing on Why Offshore When Canada's Next Door? · · Score: 1

    Convergys is not a local Ottawa company - they have a huge call centre here in Winnipeg too.

  15. This is huge on IBM Wants to Port Office to Linux · · Score: 1

    The /. community should be rallying behind this. IBM tends to deliver and it's becoming more apparent than they see an IT world without Microsoft.

    Revenge can be sweet (OS/2).

  16. Re:Poor Windows XP users... on Pop-Up Ads Lead to Consumer Revolt, Ad-Blocking · · Score: 1


    maybe they wanted to buy Google for their pop-up blocking technology, found in the Google Toolebar for IE.

    but now they have to figure it out for themselves!

  17. Re:Nothing New on Microsoft Word Forms Passwords Hacked · · Score: 2, Insightful

    The password is likely stored using a (weak) hash function.

  18. Oh, come ON! on Microsoft Rolls Out New Anti-Linux Ad Campaign · · Score: 1
    Second headline reads "WinTel Server 10 Times Less Expensive To Operate Than Linux Mainframe".

    Only TEN times less?!?!? It's a freakin server vs. a mainframe, regardless of the operating system.

  19. Quality vs. Features on MySQL & Open Source Code Quality · · Score: 1

    This is a good example of developing high quality software versus a piece of crap with lots of "features".

    MySQL doesn't have some features such as stored procs or views, but what is implemented is pretty solid, which is important for a database.

  20. Re:Have you ever stopped to think ... on The Rise and Rise of IT Administrators · · Score: 1

    Well, then you are not the type of admin that the article was talking about. The author was writing about admins who provide NO benefit, other than superficial ones like naming standards and acting as an interface to a database.

    I just came off a gig where this was the case. The DBA would only be allowed to execute queries against an acceptance-testing database (and prod, but that's OK). But we come up with the SQL to run and he just ran it - nothing else! We could give him anything and he would run it. Even queries that joined 20 tables... wouldn't even take a close look at the SQL.

    How is this better from a developer's standpoint? Waiting for a DBA to get around to use the same tool that you use to run queries against development environments, only with user/password to run against higher environments.

  21. Just like Grandman would do... on Java Desktop System Review · · Score: 2, Insightful
    1. I installed it on /dev/hdd3 as / (a single partition for / and /boot) and used a 512 MB /swap on /dev/hdd2. I told the boot manager to get installed on /dev/hdd3 as I don't want my existing bootmanager to get nuked. Upon rebooting to go to the second part of the JDS installation, Grub will load itself and then it will give me the grub command line and it would NOT load JDS to continue with the second part of the installation. I had to reboot, go to my Mandrake 9.1 installation, mount the ReiserFS JDS hdd3 partition, create a custom LILO file and then chroot to hdd3 and use LILO as my boot manager instead of grub....

    They better address this widespread concern!

  22. Re:Don't stay home... on Ways to Beat the Telecommuting Blues? · · Score: 1

    ...
    5) Do something with the wife
    6) Do something with the dog
    ...

    The wife ranked 5th!? At least she was above the dog.

  23. Re:question on Cisco Working to Block Viruses at the Router · · Score: 1

    This sounds like something that could be spoofed pretty easily...

    Router: You running AV software?

    Spoofed Daemon: Sure!

    Not a good approach. I could understand something along the lines of the router checking for virus patterns (ie. 5000 packets from one machine on port n in a second), but checking to see if a machine is running certain software??

    What if I'm running a firewall on my PC that doesn't allow the router to query for the software??

  24. Re:Anyone know of a CD-R emulator? That'd work... on New Napster Off To A Solid Start · · Score: 1

    Wouldn't it be possible to use the "ImageDrive" in Nero as your burning destination.. these use something like DaemonTools to mount and rip from it?

    Just a theory..

  25. It's Windows all right on Puretracks.com Enters The Online Music Fray · · Score: 1

    Uses WMV and looks like crap using Mozilla. Written in ASP.