Slashdot Mirror


User: Thuktun

Thuktun's activity in the archive.

Stories
0
Comments
1,375
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,375

  1. Re:Answer. on Senator Blacklisted by No-Fly List · · Score: 1

    American politicians are thus accomplishing what the terrorists could only dream of doing; they are destroying our once-great country from within.

    Not to mention calling you unpatriotic for pointing this out. Patriotic for many appears to mean "following your leaders without question".

  2. Re:Poor Google on Google's IPO Trading Defies Dutch Auction Logic? · · Score: 1

    Don't trust Minnesota! Those gophers are greedy.

    The rumors are true: Minnesotans are Nice.

    Until they get behind the wheel, of course.

  3. Re:Inca's and Zero on One, Two, Many - Language Shapes Thought · · Score: 1

    Do read up on the history of Mathematics as its a very fascinating subject.Though I am afraid Wikepedia is seriusly lacking in Content over this.

    By all means, don't try to remedy that. It's not like they accept contributions or anything.

  4. Re:Where have I heard this before? on One, Two, Many - Language Shapes Thought · · Score: 2, Funny

    Personally, I think maybe congress should outlaw testing on crows. If a few of them get ahold of cell phones for instance, it's difficult to say just what kind of trouble we'd be in for...

    We'd soon see posts in slashdot about welcoming our new crow overlords?

  5. Re:Wardriving just proves it on 80% of WiFi Networks are still Insecure, Kismet Author Says · · Score: 1

    Last time I bought a new TV, I switched it on, pressed a few buttons as indicated by the quick-start guide and it auto-tuned all the channels - same with my VCR.

    Hopefully when you want to use your TV and VCR for sensitive things (that special video you and your mate made) that you close the blinds so the neighbors can't watch.

  6. Re:After reading this article... on Writing Software for Worldwide Distribution Proves Difficult · · Score: 1

    He was elected by Americans. I'd say that makes him representative.

    He's a Congressional Representative, all right, which means he represents his constituents only, who are the ones responsible for electing him. Three counties in one state. 650k people. Two tenths of one percent of the USA.

    Nice, big over-generalization you've got there.

  7. Re:After reading this article... on Writing Software for Worldwide Distribution Proves Difficult · · Score: 1

    And just look at America's overreaction to Subway having a little joke at your expense.

    Tom DeLay != America

  8. Re:Oh come on on Writing Software for Worldwide Distribution Proves Difficult · · Score: 1

    There was literally no way to satisfy both groups.

    One word: localization. Make localized versions with custom niceties like this patched onto the software. Yes, this would increase complexity in an already complex environment, but it is a way to satisfy both parties.

  9. Re:Specific Ocean? on Writing Software for Worldwide Distribution Proves Difficult · · Score: 1

    He claimed diplomatic immunity?

  10. Re:Can you all be more passive-aggressive, please? on Dealing with Intruders? · · Score: 1

    If it's someone more hardcore, well, I guess it won't matter either way.

    Or, it might give them a reason to concentrate on your systems to find a weakness, rather than moving on to an easier target.

  11. Re:Uhg on Are You Ready for the SCO Blitz? · · Score: 1

    In my view, Linux (and Windows) are crap because they are both based on primitive windowing/mouse and other "low" technology.

    You are seriously misinformed about Linux architecture if you believe that. Most Linux distributions ship with GUI frameworks, but those are separate products that simply run on the Linux kernel.

  12. Re:Very long list on Complete List of Bugs Fixed in SP2 · · Score: 2, Interesting

    Why the heck would you keep that in there? Why not as an XML file somewhere? The last thing you need is something that writes to the registry each time a program is launched. If said program crashes, it could corrupt your registry, which is not a good thing.

    Unless every application can only be launched one instance at a time, you'll still need to write code to handle multiple processes trying to read/write at the same time to that XML file. This is what the Registry gives you.

    This seems to be a favorite target of Linux advocacy trolls, I've noticed. Nobody says this is the perfect solution, but it gives you a way of storing a hierarchical collection of name/value pairs of various types of data. In that, it works well. Run Sysinternals' RegMon if your curious how often the Registry gets hit for reads and writes. Curiously, to date I've NEVER had to deal with a corrupt registry file.

    I love Linux, depending on the distribution. I've used various other *nix systems. I've used VMS for heaven's sake. I've also used Windows and don't mind it too much. I don't get my undies in a knot about specific details of how these operating systems are implemented, I work around them and get my job done.

  13. Re:SCO's userbase on Are You Ready for the SCO Blitz? · · Score: 1

    These companies were introduced to consumerspace and what happened? Customers didn't buy like they were supposed to. Losers! Countless VC firms realized that customers were the weak link in the chain and when a VC makes a radical discovery like this, the business world listens. So customers were out.

    Sounds like Breatharianism applied to business.

  14. Re:Not true. on AM Radio Waves May Be Harmful? · · Score: 1

    When is Slashdot going to get -1, Complaining About Mod System?

    Wouldn't that be -1, Redundant?

  15. Re:Fuck you on Vive La Loafing! · · Score: 1

    It doesn't matter whether you are Bill Gates or some homeless guy on the street. To not try to make the life that you've been given better is a crime.

    Now all I need to do is convince Bill Gates that he can improve himself [spiritually] by helping me improve myself [financially].

  16. Re:Please follow her advice. on Vive La Loafing! · · Score: 1

    I put in 80 hour work weeks for seven years. I lived my work. I worked at work, then I went home and worked on work the rest of the night. Plus weekends. And holidays. That's assuming I didn't just live at work, which I did for weeks at a time. And all of my reviews were golden.

    Luxury. In my experience, that kind of effort results in reviews that say "Meets Expectations" or "Satisfactory".

    Dilbert may be cynical fiction, but there's some truth to the Wally character.

  17. Re:meaningless on Some Of The Lost X-Patents Found · · Score: 1

    These are only as meaningless as any other historical documents...

  18. Re:Wrong on FCC Rules VoIP Must Be Tappable · · Score: 1

    The Internet is not a closed medium. It would not be overly difficult to come up with a different, private protocol that masked or wrapped "normal" VoIP traffic as something else. Similarly, you could build end-to-end email using something different from SMTP to avoid anything sniffing for SMTP. Encrypt the traffic using a strong algorithm, but using a custom implementation that didn't have obvious headers and tags that would identify it easily.

    This ruling will only be a problem for the general public, along with stupid criminals and terrorists. Technically savvy ones won't be tapped so easily.

  19. Re:What's to prevent lather/rinse/repeat? Nothing. on Why You Should Use XHTML · · Score: 1

    We've now come full circle. First there was SGML, which is a "general purpose markup language for representing documents". Then HTML. Then XML. Now, XHTML, which is a "general purpose markup language for representing documents". What's wrong with this picture.

    HTML is an application of SGML. Later, XML was derived from SGML to make parsing simpler, and it became radically more popular than SGML. XHTML is reinvention of HTML using XML instead of SGML to leverage the success of XML as well as continue the separation of content and presentation.

    This does not represent a single-path progression in a circle, as you suggest, but refinement of an older standard using a newer one.

  20. Re:XML vs. XHTML vs. HTML on Why You Should Use XHTML · · Score: 1

    You are right that HTML and XML are really not parallel, though, other than they share the same SGML syntax.

    HTML is an application of SGML. XHTML is an application of XML, which is derived from SGML but is simpler to allow easier parsing.

    XHTML is to XML as HTML is to SGML.

  21. Re:Caveat Emptor on eBay Scam Victim Strikes Back · · Score: 1

    How about an "eBay bond" where sellers have to lodge the cash with eBay until the point at which the seller receives the goods, i.e. the money is in escrow until the whole transaction is complete. The company goes bust or fails to supply within a set period (agreed as part of the sale) then the money is refunded.

    Oddly, someone has already thought of this.

    The scammer in the topic article, however, is one of those that uses a fake escrow company that claims to have received and held payment, but really hasn't, in order to get merchandise for free.

  22. Re:OT: But... on Advice for Developers: Make Common Usage Easy · · Score: 1

    Consider for a moment that there are always active trolls who repost previously 5 star posts just to get karma from unaware mods. Now take the case of an editable post. You can get the post modded to 5 then swap the contents out with a porn troll. Not pretty.

    So keep and a revision history, then associate the mod points only for the revision reviewed by the moderator.

  23. Re:Design Of Everyday Things on Advice for Developers: Make Common Usage Easy · · Score: 1

    Seconded. Fantastic book with lots of illuminating anecdotes.

  24. Re:It would become easier on Advice for Developers: Make Common Usage Easy · · Score: 1

    This is serious, people. I do not know of any other product where the designers/developers are so far removed from the end user. Something that makes perfect sense to a highly trained, technically capable person will make absolutely no sense to a person who has trouble remembering 2 passwords. Really.

    Part of the problem is that when developers *DO* try to involve end users, it's like pulling teeth to get any kind of concrete input on what they need and how they would like to accomplish it.

    Sometimes the only way to get good input is to build something, get feedback, revise it, and repeat until they like it. The real problem then is getting management to not equate "build something" with "release something".

  25. Re:Kim Stanley Robinson got it an bit wrong on Halloween Solar Storm Nearing Heliopause · · Score: 1

    supraconducting

    That would be an insulator, wouldn't it?