Slashdot Mirror


User: moreati

moreati's activity in the archive.

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

Comments · 193

  1. Re:Mischaracterized on Should Taxpayers Back Cars Only the Rich Can Afford? · · Score: 1

    Please, what is the source. I've searched for a good primary source that shows 'efficient ICE better than Coal power+electric car' is false, but I've not found one - just secondary stuff restating it.

    Thanks, Alex

  2. Re:Experience on Interviewing Experienced IT People? · · Score: 1

    It's certainly not a perfect interview scenario. However, "filtering those who've not spent 5 minutes with a database" is a useful function. Completely inappropriate people make it to interview regularly. Also, exploring the problem with those who don't twig immediately can give some insight into their problem solving abilities/strategies.

    OpenOffice.org Writer 3.0 seems to make this error. It has just treated as integers, some telephone numbers that I entered into a table. So real programmers can make such mistakes.

    Be wary of selling yourself short - overestimating average ability, relative to your own. You may find you're further along the bell curve than you think. Although, keep the maxim: I will do stupid things, sooner or later. Doctors recommend reading http://thedailywtf.com/ to maintain a healthy scepticism.

  3. Re:How about on (Useful) Stupid Regex Tricks? · · Score: 1

    Excellent, could you post the rest of the collection? I've been looking for 'best of ask slashdot' list for a while, mine is very incomplete.

    Thanks, Alex

  4. Re:My Karma Killer for Today on Low-Income Users Latch On To iPhone · · Score: 2, Interesting

    You're right.

    The iPhone platform is closed, Windows Mobile is much more open. The arbitrary way that Apple get to pick and choose really sucks.

    However, iPhone wipes the floor with Windows Mobile on usability. Some slashdotters value openness more, some value UI more and are willing to overlook Apple's behaviour so far.

  5. Re:How Is This Different From a CDN? on The Internet Is 'Built Wrong' · · Score: 1

    There's still a limit, who cares if it's 10 or 10,000 years in the future because it's going to have to be dealt with at some point!

    Me, I care quite a lot in fact.

  6. Re:Performance isn't its raison detre on Is Ubuntu Getting Slower? · · Score: 1

    Perhaps: Software becomes bloated one bit at a time.

  7. Re:Not all users though on No IPv6 For UK Broadband Users · · Score: 1

    I used Blueyonder, before they were bought by NTL and became Virgin Media. They were the best ISP I've ever had. NTL was about the worse, sorry to hear they've dragged Blueyonder down.

    It's a tricky situation in the UK, AFAICT there's no good ISP that doesn't require a BT land line. Alex.

  8. Re:An MSI problem, rather than a Linux one. on Netbook Return Rates Much Higher For Linux Than Windows · · Score: 5, Insightful

    I wonder what it would cost someone like Microsoft to have MSI spike the competition.

    It would cost much less than allowing MSI do it in the normal course of their business. I know conspiracies are more entertaining than blaming human laziness, but trying to blame poor Linux/MSI integration on Microsoft takes the biscuit. Consider:

    • MSI are traditionally a hardware OEM, having close to zero customer-experience experience.
    • MSI were chasing ASUS, time to market would have been a big priority
    • Netbooks are sold cheap, so they're designed on a tight budget.
  9. Re:Mmmm, Kay. on Why Lazy Functional Programming Languages Rule · · Score: 1

    Be it Compiler building [haskell.org], version control [darcs.net], writing interpretters for popular imperrative languages [perlfoundation.org], Writing 3D shooters [haskell.org], or a whole host of other tasks.

    I'm sure there are other prgrams written in haskell, but >95% of programmers won't tackle those problems in the real world.

    Alex

  10. Re:ATTENTION WEB DEVELOPERS on SQL Injection Turns BusinessWeek Into Viral Replicator · · Score: 1

    However, an even better thing to do (then just create a read-only user), is to escape shit before you query the DB... PHP and MySQL have this nifty function mysql_real_escape_string [php.net] which will do that for you. It is better then using the general escape functions in PHP, for reasons that I read just recently. Basically, it takes into account the character encoding for the DB... http://shiflett.org/blog/2006/jan/addslashes-versus-mysql-real-escape-string

    Please repeat after me: String escaping is the wrong answer to SQL injection.

    Now please move rapidly toward using prepared statements.

    Also, setting up a least privilege is still a very good idea. That should be considered as required for any internet facing database.
    Alex

  11. Re:Models? on Apple Losing Touchscreen War · · Score: 1

    These ones, mostly they've only been released in the Asian markets. It's rare that we see them in the west.

  12. Re:Bzzzzzt! on Telecom Rollouts Raise Ire Over Utility Boxes · · Score: 3, Funny

    Yep. Bouncing off someones head would inflict little or no damage to a telegraph pole

  13. Re:So, what is the problem? on Yahoo Blocks Venerable Email List Over False Positives · · Score: 1

    I didn't say that the mailing list owner was to blame. I said that he or she is the one being harmed.

    The mailing list owner has fewer eyeballs, that usually will mean lower advertising revenue.

  14. Re:So, what is the problem? on Yahoo Blocks Venerable Email List Over False Positives · · Score: 5, Interesting

    The person being hurt is the mailing list owner, who isn't a customer of Yahoo. The Yahoo subscribers, who marked it as spam will be quite happy, they're no longer receiving this email they forgot subscribing to. The remaining Yahoo subscribers may or may not notice they ceased receiving it. Many will assume that the mailing list has closed all together.

    So I don't see any market pressure to force Yahoo's hand. Other than what little publicity the mailing list owner can generate.

  15. Mailing list receipts on Yahoo Blocks Venerable Email List Over False Positives · · Score: 1

    I wish we had some widespread way of verifying a mailing list subscription, or cessation thereof.

    I would allow this mailing list to prove to yahoo that the subscriptions are real. Also, for the subscribers that did tag it spam to automatically unsubscribe & later prove that they unsubscribed.

    I receive too many emails, months after I provide my address to a site. After this time I think I ticked the 'no junk mail' box, but I cannot verify it to myself or to anyone else. Equally when I find the unsubscribe option, it's often a web link that provides no record to me that I unsubscribed.

    I don't care how it's done, I just wish it were so. Alex.

  16. Sounds real and exploitable.. on Package Managers As Achilles Heel · · Score: 5, Informative

    Until I RTFA, I was ready to dismiss this as 'failing to understand signed packages. Wrong, they understand package signatures all too well.

    The basic attacks seems to be.

    1. Obtain old, signed packages.
    2. Become a mirror for debian|fedora|ubuntu|$distro.
    3. Wait for vulnerabilities to be found in some package.
    4. Do not serve the updated packages, continue to serve the vulnerable version.
    5. Log IPs of machines downloading from your mirror.
    6. Root them.

    This works because some package manager software will download and use package metadata even if it's older than what's cached.

    One long term solution would be to sign package metadata and serve it only from one central location, over https/sftp. There may be others.

    Alex

  17. Re:Richard Stallman on EU Calls For Use of Open Standards · · Score: 5, Insightful
    I have to take issue with you there on a couple of points. Stallman is a fanatic and he has entered crack pot country before. I happen to think he's right much of the time.

    I take issue with:

    It is interesting how most people today point at political and religious fanactics and all agree that fanaticism is never good, while many here worship at the feet of a fanatic.


    1. Equating Stallman's fanaticism for free software, with the popular view of religious fanaticism is nothing but trolling. He isn't violent and he doesn't threaten bombings or beheading.
    2. Fanaticism in the sense that Stallman portrays it is a good thing.
    3. Demonstrably some people disagree with 'fanaticism is never good'. The fanatics quite like the idea for a start. Non-violent fanatics are a good thing, if only to remind us where we could do better/go further toward a goal.

    Alex.
  18. Re:Thunderbird 3 Alpha 1 Screenshot on Mozilla Messaging Devs Don't Want To Duplicate Outlook · · Score: 1

    Does anyone know the UI reasoning for this?


    "Because that's how the last version did it." What you were expecting something logical?
  19. Re:There is no free lunch on Latest "Green" Power Generation — Your Feet · · Score: 1

    It was too tempting, I just had to run with it.

  20. Re:There is no free lunch on Latest "Green" Power Generation — Your Feet · · Score: 1

    I expect it will stamp out the competition.

  21. Re:Default for How Long? on Firefox Appears Ready to Crack 20% Share Next Month · · Score: 1

    No, I've seen Internet Explorer be restored as default and the quick launch icon reappear following Windows Update sessions on Windows XP.

  22. Re:What about vi? on goosh, the Unofficial Google Shell · · Score: 1

    Ask and ye shall receive Vimperator.

  23. Re:Vertical toolbars FTW! on RedOffice 4.0 Beta Updates OpenOffice UI · · Score: 1

    Fission is a nice add on to reclaim some vertical space in Firefox. It makes the address bar behave as in Safari, so the status bar can be switched off.

  24. Re:MS losing business to OOo? on India Third to Appeal ISO's OOXML Approval · · Score: 3, Insightful

    Now that they support ODF

    A minor nitpick. MS have stated their intention to support ODF. Until they deliver it's dangerous to assume or to state as fact, that support. Alex.
  25. Re:SuSE does seem the best for packaging mechanics on OpenSUSE 11.0 Beta 1 Has Been Released · · Score: 1

    Ah, thanks for the info. I'll check out conary. Now if only Debian and Ubuntu would do it..