Slashdot Mirror


User: Electrum

Electrum's activity in the archive.

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

Comments · 761

  1. Re:Opera 3 on a Treo 700p is HORRIBLE on Opera Mini 3.0 Now Available · · Score: 0, Redundant

    It crashes my Sprint Treo 650 every time I run it.

  2. Re:portable gui on Core Python Programming · · Score: 3, Informative

    I happen to use Linux, OSX and Windows, and the number one annoyance for me is a lack of clear "native-looking" GUI or OpenGL toolkit offering that is reachable by scripting languages like Perl and Python.

    wxPython is native on X11, Windows and Mac OS X.

    I used PyOpenGL a few years ago and it was a very pleasant experience. It was easy to translate C examples to Python, without all the annoyances of using C. Obviously you wouldn't want to write a full game engine using Python, but it is nice for experimenting with OpenGL.

  3. BN is overpriced on Core Python Programming · · Score: 2, Informative

    Save some money:

    Amazon.com $32.99
    Overstock.com $31.34
    Half.com $28.95

  4. Re:Hubris! on Hiring (Superstar) Programmers · · Score: 1

    We're hiring junior software engineers. Feel free to send me your resume directly.

  5. Re:Anythings gotta be better than on Improving Open Source Speech Recognition · · Score: 1

    What really happened during the speech demo.

  6. Re:Unfortunately: Not Surpirsing on How Prevalent Are SQL Injection Vulnerabilities? · · Score: 1

    IMHO, any web application should be written to accept both GET and POST. I'm very annoyed with USPS.com for this very reason.

    This seems to work:

    http://trkcnfrm1.smi.usps.com/PTSInternetWeb/Inter LabelInquiry.do?origTrackNum=99999999999999999999

  7. Re:In other news... on McAfee, Symantec Think Vista Unfair · · Score: 1

    But what if GM manufactured parts that only lasted 3 weeks and also made it impossible to use parts made by anyone else?

    Ignoring that this may be illegal, I see nothing wrong with it. It is the consumer's choice to buy a car for which replacement parts are limited. Why should GM have to cooperate with third party vendors?

  8. Re:Sure, The Policy Is Dazzlingly Brilliant *NOW* on Good Agile — Development Without Deadlines · · Score: 1

    were pretty much not doing anything but helping the manufacturers of $800 office chairs get rich

    Those $800 office chairs are worth every penny. Everyone at my company has one (unless they prefer something else) and I'll never again work for a company that does not provide them. When you're spending 8+ hours a day sitting in a chair, you need a good one.

  9. Re:self-plagarism on Students Protest Turnitin.com · · Score: 1

    Why on earth would I want to duplicate my work? I've never done it in a corporate environment, I wouldn't think of doing it in a corporate environment

    If you write code for company A, then move on to company B, you typically can't take the code with you.

  10. Re:Shocking on Segway Recalling 23,000 Scooters · · Score: 2, Funny

    I was shocked that there was ONLY 23,000 Segway's out there. ... And even at $6K a pop, that's really not enough money to keep a company like that afloat for too long.

    Yeah, $138m isn't very much money.

  11. Re:What a Novel Concept! on Wiretap Ruling Threatens Telecoms · · Score: 1
    If a government agency that high up came to you and told you to do something that wouldn't really affect your company financially would you do it?
    Qwest didn't.
  12. Re:The Love of Money on Michigan Enforces Do-Not-Email Registry Law · · Score: 2, Informative
    I would recommend just hitting the company that owns the last server to forward the e-mail. If they can't provide/prove another source from which the e-mail came, hit them with the $10,000 fine. I would wager that companies would be awful quick to clamp down their SMTP servers and keep records of where everything came from. Not only would this increase a company's security but it would reduce much of the spam you see that has a legitimate address from a careless company.
    This only hurts ISPs. Watch the way an e-mail hops from router to router, point to point, on the "information super highway". Your statement almost screams, "I do not understand networks or the internet." This is unreasonable and puts blame on providers because of the actions of their users.
    His post was dead-on. It is you who does not understand how email works. Mail is not normally relayed. All relays need to be secure and correctly identify the sender.
  13. Re:Yes! on "iSCSI killer" Native in Linux · · Score: 1
    OpenSolaris + ZFS + cheap storage = awesome file server ... Coraid does have a Solaris driver, so this is definitely feasible.
    Your post is misleading. ZFS is only available on Solaris 10. The only driver available from Coraid for Solaris 10 is in beta and it does not support x86.
  14. Re:Lotus Notes on Gates' Replacement says Microsoft Must Simplify · · Score: 5, Funny

    If anything, the reason I think people hate it so much is precisely because it allows just any wanker to come in and crap out a solution without thinking about it.

    You just described Visual Basic.

  15. Re:good alternatives to GoDaddy? on GoDaddy Holds Domains Hostage · · Score: 3, Informative

    So who's a good, low-cost registrar with no relationship to GoDaddy?

    http://www.domaincontender.com/

    They are a rebranded directNIC (one of the top ten domain registrars).

  16. Re:Bummer, trees on The Art of SQL · · Score: 1
    select * from tblA, tblB

    and compare to

    select * from tblA, tblB where tblA.key = tblB.key

    Both of those are clearer when written using standard join syntax:

    SELECT * FROM tblA CROSS JOIN tblB

    SELECT * FROM tblA JOIN tblB USING (key)


    Or if the column names are different:

    SELECT * FROM tblA JOIN tblB ON (tblA.key = tblB.key)
  17. Re: Or 95% of the web sites on Free Nationwide Wireless Internet Access? · · Score: 2, Informative
    No porn? It says a lot about their lack of business sense that they're deliberately blocking the content that has driven most of the technological innovation of our times.

    From the above linked document:

    Adult consumers providing M2Z with appropriate proof that they are of the age of majority, for example through the use of a credit card, can subscribe to a premium product.
  18. Re:International Impact on $400 Million IP Experiment Making Some Nervous · · Score: 1

    "how does patent work internationally". LOL WHY DO U FUCKING CHINKHEADS HAVE SO MANY PROBLEMS WITH PLURALIZATION.

    Mandarin (Chinese) doesn't have plurals or tenses. Conjugation is explicit (yesterday, later) rather an implicit (had, have). It also lacks declension (he / him) and most other inflections (gender, etc.).

  19. This is good! on Government-Aided Phishing · · Score: 3, Insightful

    The federal government needs to do this on a nationwide scale. The SSA should give a deadline, say one year, then publish all SSN data. SSN is not supposed to be used as an identifier, nor as a secret. Doing this will force organizations to change their procedures, thus hampering identity thefts and other security issues that result from treating a public, non-unique identifier as a secret.

  20. No migration for existing Gmail accounts on Review of GMail for Your Domain · · Score: 1

    The service is as you would expect. The big drawback right now is that there is no way to migrate existing Gmail accounts. I would love to use Gmail for my domain, but not at the cost of starting over with a fresh account.

  21. Re:My Top Ten on Sysadmin Toolbox Top Ten · · Score: 1

    FYI, some will do a copy followed by a remove if the args on different filesystems...

    Correct, but only after removing the destination. Thus, you will still fail if you do not have write permissions to /dev, or you will succeed in replacing your null device.

  22. Re:My Top Ten on Sysadmin Toolbox Top Ten · · Score: 3, Informative

    You can do the samething with mv.

    mv /myjunk /dev/null


    No, you can't. /bin/mv is going to perform a rename(2), which will fail with EXDEV if the source file is on a different file system from /dev, or fail with EACCES if you do not have write permissions to /dev, or succeed by replacing your null device (a character special file) with the source file.

  23. Re:Not too surprising... on Galactic Civilizations II Breaks DRM Mold · · Score: 1

    Quake 4 is in fact heavily copy protected. Admittedly it's not Starforce.

    Nor is it id Software. Quake IV was made by Raven Soft.

  24. Re:Game theory in operation on Major Telco Providers Form Open Source Alliance · · Score: 1

    If a couple hundred large companies put 100K (the amount they give the Chamber of Commerce for lobbying efforts) into a pot to use to make improvements to OpenOffice. That would be enough to make the changes in OpenOffice most beneficial to business.

    Who would the money actually go to? Another software company or development group? Why would this group be able to do any better than Microsoft, who already has the best product available, along with experienced teams who have been developing it for over 15 years?

    You can't say "they'll actually listen to their customers". Microsoft already does that. You can't say "it won't be as bloated as Office". The 80/20 myth disproves that. The only benefit is that the end result will be free. That doesn't mean a better product, nor does it mean a product with the features that businesses need now.

  25. Re:My advice on Best System for Learning a Foreign Language? · · Score: 1

    girls that don't speak english ... you have to repeat yourself three times

    They don't speak English, but repeating yourself multiple times somehow helps?