Slashdot Mirror


User: nacturation

nacturation's activity in the archive.

Stories
0
Comments
5,045
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,045

  1. Re:Where to go after a lifetime ? on Where to Go After a Lifetime in IT? · · Score: 1

    "an career in IT" - COMMON To be fair, 20 years ago IT really wasn't as common as it is now.
  2. Re:Cop Math on A Chip on DVDs Could Prevent Theft · · Score: 1

    How about a moratorium on all numbers that were pulled out of a PR guy's ass? In Soviet Christmas Island, ass is pulled out for you!
  3. Re:"A Chip on DVDs Could Prevent Theft" on A Chip on DVDs Could Prevent Theft · · Score: 3, Interesting

    It will stop the theft of DVDs for only about 15 minutes, all the while introducing another level of complexity and failure into the legal purchase process. I don't think that's the real reason. Retailers are already on the hook for any "slippage" that occurs in their inventory. Why should the studio get involved since they're compensated regardless? What this will do is prevent the return of any movies. Now when you purchase it the cashier will have to remove the shrinkwrap, peel off those "security stickers" along the edges, open the case, remove the DVD, activate it, and then give you the now-opened product. Good luck returning that one as I doubt they'll re-sticker and shrinkwrap it for you.

    And if they ever do introduce this and you really want to protest it, you can take a bunch of DVDs to the cashier, watch as they activate all of them, then tell them you've changed your mind and no longer wish to purchase them.
  4. Deja Vu on IE Devs Criticize Bank Security Vulnerabilities · · Score: 1

    Must be a glitch in the matrix. This content is only 10 hours old.

  5. Re:This answer is like the ultimate nerd wish on What is Your Desert Island Game? · · Score: 1

    If asked what would your one wish be, only a nerd would ask for an infinite number of wishes. "Oh clever nerd, I hereby grant your wish. I will fulfill every last wish you ask for, once you've filled up this infinitely long scroll."
  6. Re:You know what else was measured in qubits? on Research Team Makes Quantum Computing Progress · · Score: 0

    Also remember when it talks about "the face of the earth", it is refering to the local area that was known about, which was common for the time. Now before anyone attacks this logic - with the account with the birth of Jesus it says that Ceaser taxed the whole earth, obviously talking about the Roman Empire (which was the known world), Rome didn't tax the goths, chinese etc as they weren't part of their world. So don't be so quick to jump the gun with assumptions about the bible. So when the bible says that Noah was 600 years old, what did *that* mean? You know, there's a reason why bible supporters are called apologists... they're always having to apologize for all the problems that no logical person would ignore.

    Just remember that until the city of Ninevah was discovered many people thought that it was a made up city in the bible, and that many of the cities mentioned in the bible were thought not to exist which are now known to have (Ur, Ninevah etc) Let's say I write a book about a city called New York, two tall buildings of concrete and steel, and winged creatures that attacked those buildings and conquered them. I then added in a leader named Bush who was in communication with aliens from Alpha Centauri and Bush raised his arms in the air which signaled the winged creatures to divert their course and crash into those buildings.

    People 1000 years from now could go through history and find my writings. They could verify that there was a place called New York. There were two tall buildings that were destroyed by airplanes (obviously what winged creatures are a metaphor for), that there was in fact a President George W. Bush who was a prominent leader. Alpha Centauri does in fact exist. So obviously the story about aliens and Bush raising his arms to direct the airplanes are true, right? If your argument in support of the bible is that certain historical people and sites have been verified, then won't you apply the same logic to my story?
  7. Re:HOLY SHIT on Jack Valenti, Dead at 85 · · Score: 1

    Heck, even Valenti's own world produced Star Wars. What do the gentle teddy bears do when the emperor (and his minions) is finally killed? They throw a wild party. Do the Ewoks shout curses at the emporor's corpse? No, they celebrate their newfound freedom. They celebrate the defeat of a common enemy. They don't spew vitriol at the death of one single minion.
  8. Re:Not all open-source is the same on You Can Oppose Copyright and Support Open Source · · Score: 1

    You can't support GPL without supporting copyright, as it would be unenforceable without copyright. The GPL would not be necessary if copyright didn't exist. The GPL relies on copyright only to propagate itself. Why would you need a viral license if everything was in the public domain? The nonexistence of copyright doesn't imply that everything is in the public domain. Unless you enjoy reverse engineering things, it's still valuable to have the original source code.
  9. Re:How do you say... on Conservative Sarkozy Wins Presidency of France · · Score: 2, Insightful

    If I moved to Canada I'd say "a-boot" instead of about. It's just polite. And 99% of Canadians would look at you and break out laughing. This accent is heavily concentrated on the East coast and was influenced by Scottish immigrants. Imagine Groundskeeper Willie pronouncing the word, and you'd have it about right. Implying that you'd learn to say "a-boot" to be polite is like saying that anyone going to the USA should practice saying "Y'all come back now, ya hear?" to be polite.
  10. Nope on Is Virtual Rape a Crime? · · Score: 4, Insightful

    If there's any trauma, it's because someone has over-personified their online avatar. Imagine someone totally into those "choose your own adventure" books and really identifies with the character. Someone takes their book and where it says "A large woman shoves a sandwich in your pocket and sends you on your way" and they cross out and replace a few words so it now says "A large woman shoves a large stick in your ass and sends you on your way". Is that sodomy?

    At any rate, online "crimes" in a game should not be dealt with in real life. There should be an in-game mechanism just like there's an in-life mechanism. Have an in-game jail or just simply ban the offender -- this should be decided by the community.

  11. Re:3 cheers for this guy on Writing Open Source Documentation? · · Score: 1

    Your controls are so user friendly, you're self-documenting?

  12. Re:Come one, sell me this shit. on Windows PowerShell in Action · · Score: 1

    Nothing in bash prohibits the things you suggest; it just takes more effort. Send output of any variety to a fifo or a file, read in from the same. With enough effort, you can make anything do anything -- I'd agree with that. Even an abacus can be employed to find cube roots.
  13. Re:It's even worse than an overreaction on Student Arrested for Making Videogame Map of School · · Score: 1

    An overreaction is when you lock up someone for life when they stole a loaf of bread. Where's userid 24601 when you need him?
  14. Re:The philosophy behind textual data on Windows PowerShell in Action · · Score: 1

    An example of a common error is date formats. When I write a date in my text editor I know how I do it, "May 2, 2007", or "2/5/2007", or "2007/05/02", etc. When you have a binary object you have no way of knowing for sure the exact internal format you have used for the data. What if the person who sent you a binary file used two digits for the year and forgot to tell you? Binary data is much more error-prone than text. Why did you invent this concept of a binary file just so that you could point out the flaws? Of course binary files have this problem, whether you work in Unix or in Windows. However, that's completely orthogonal to the discussion. Passing .NET classes whose methods you can call to operate on the data is of course completely different from passing in random binary files. From the sounds of it, you think all methods in a code library should follow this form:

    char *someMethod(char *argument);

    After all, if text is the only way to be sure why would you pass anything else?
  15. Re:Come one, sell me this shit. on Windows PowerShell in Action · · Score: 4, Insightful

    Imagine someone gave you some library code, but to use the code you couldn't pass in variables, objects, or whatever. Each function in the library takes one input -- a string. The return from the functions are also one output -- a string. You need to convert this to/from any meaningful format in order for you to use it. That is bash.

    Now imagine the same thing, but instead of passing in strings you could pass in/out native data types, full objects, other methods, etc. That's PowerShell.

  16. Re:Here's your benchmark... on How Would You Benchmark an IT/IS Department? · · Score: 1

    I think this is an excellent opportunity for this guy. With that charge, he can go around on business trips around the world, spending a week at each competitive site to evaluate what their performance is like. Naturally, you'll want a large enough sample size and I think 52 companies ought to do it. One year later, having burned through half a million dollars of travel expenses, hand in your report.

  17. Re:What did you expect? on Obama's MySpace Drama · · Score: 2, Insightful

    What's the dirty trick? He spent his own money to make a myspace site. Candidate tells him great job, I'd like to centralize control of the thing, I'll buy it off you for your trouble. Guy names rather high number. Candidate tells him to forget it, and starts his own myspace page from scratch. Which is his right to do.

    So what's the issue here? Guy gets greedy, and/or overestimates his own value, and loses? The issue is not that the Obama campaign started up its own site (that's fair game) but that they convinced MySpace to disable Anthony's access to the site he created and redirect the URL to the new Obama campaign site. When Anthony balked at this (rightfully so) MySpace offered to give back the content to him, but at a different URL.

    Imagine if you had registered obamarocks.com and gained the support of hundreds of thousands of individuals for Obama. The campaign team gets interested, offers to buy you out, you don't agree on the details, so they convince ICANN to take the domain from you and in return they register obamaisgood.com and let you use that instead. What good is a URL that nobody knows about given that you spent years building up traffic to the one you originally created?
  18. Re:Frickin' Hilarious on Digg.com Attempts To Suppress HD-DVD Revolt · · Score: 1

    Boy, CmdrTaco will be pissed that his isn't prime!

  19. Re:There's no way it's 300 million years old on World's Largest Fossil Forest, and One of the Oldest · · Score: 1

    Humility, for one, is a virtue, not a sin.

    Unless, of course, you are proud of your humility. Why, I'm a shining beacon of humility, radiating for all the world to see.
  20. Re:Probably. on Is Commercialization Killing Open Source? · · Score: 1

    We need some kind of Godwin's Law for car analogies... How about a law for the first person to make a useless Wikipedia link?
  21. Re:Ridiculous Amounts? on Can You Run an Open GSM Network? · · Score: 1

    Or if you signed up for the (older) City Fido service: $45/month, no monthly access fee, completely unlimited 24x7 local calling. For long distance, sign up with Yak.ca and get 3.5 cent/minute calling in North America after dialing a local access number.

  22. Re:acronyms... on The Germs' Drummer Arrested For Carrying Soap · · Score: 1

    It would have been faster to Google for "MILF" than to write that comment in /. The proper response is:

    1. Go to http://www.google.com/
    2. Type in "MILF"
    3. Click "I'm Feeling Lucky"
  23. Re:hmm.... on The Germs' Drummer Arrested For Carrying Soap · · Score: 1

    I've scraped the poppy seeds off a bun once and ate them.. they didn't have any specific taste that I could tell - quite unlike the relatively strong tastes of, say, sesame seeds, sunflower pits, almond shavings, etc. So assuming I don't have some poppy seed-taste deficiency, and they really are rather bland, why are they in/on food products and why do some of us choose to eat them. The taste (or more accurately: smell, since it's your nose that picks it up not the tongue) is subtle, but definitely there. If your poppy seeds were a year old then perhaps the taste was gone, but I can most definitely notice the flavor.
  24. Re:I don't get it on Women Are Fleeing IT Jobs · · Score: 1

    Yup, smarter until they turn old, lonely and empty - seeking solace in finding the perfect toy for their cats, the best clothes for their dogs or some other trivial pursuit with utmost seriousness. You say that as if the only source of social contact is one's children. It's similar to saying that the people who do have children will spend their days doing nothing but waiting until the kids come and visit. The assumption that childless people can find nothing at all to do but attend to their pets is rather ridiculous.
  25. Re:About Time on Montana Says No to Real ID, Passes Law to Deny It · · Score: 1

    California and South Carolina still haven't been able to setup databases for child support payments by divorced fathers. Are you saying they were able to implement their child support payment database for divorced mothers?