Slashdot Mirror


User: TimboJones

TimboJones's activity in the archive.

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

Comments · 289

  1. PS3 & 360 on Ubisoft Announces Beyond Good & Evil 2 · · Score: 2, Informative

    According to an interview with Michael Ansel BG&E2 will release on PS3 and XBox 360.

  2. Brilliant! on 2nd Generation "$100 Laptop" Will Be an E-Book Reader · · Score: 1

    We are well on the road to a Hitchhiker's Guide or a Young Lady's Illustrated Primer. This is absolutely the right direction for low-cost ubiquitous computing.

  3. Re:Let's be clear here on Creative Backs Down on Vista Driver Debacle · · Score: 3, Insightful

    My takeaway from this has been that Creative cards on Vista are technically capable of supporting advanced, proprietary audio features, but not legally allowed to support these features without... licensing fees?

  4. Whatever happened to ASUS? on Hands-On With the Windows XP-Based Asus Eee PC · · Score: 1

    Marginally off-topic I suppose; not related to the Eee PC at all.

    When I was in high school, I considered ASUS the market leader in PC components: excellent quality, good price point. I always bought an ASUS motherboard at upgrade time. But around the turn of the millennium, their products started getting worse and worse: poor stability and interoperability, barely competitive on price. Nowadays I stay away from them completely. Note that I'm speaking exclusively of motherboards; I don't believe I've ever used any of their other products.

    I suppose the turning point coincides with an increased focus on non-motherboard components. Maybe that's the answer: their focus and business plan expanded, to the detriment of their flagship product line?

  5. Re:Wrong day on Happy Pi Day · · Score: 1

    So we can celebrate Pi Day again in July. Why limit yourself to one day celebrating with pie? This is the best holiday ever, because when the world comes together to share their varied numeric and date formatting standards, we also share a some delicious pie!

    Thank you transcendental holiday!

    I'm trying to come up with ways to celebrate e...

  6. Re:IP tax assesment burden on If IP Is Property, Where Is the Property Tax? · · Score: 2, Insightful

    The law must make room for marketing and distribution negotiations. If the author cannot afford to market and distribute his work, then no-one receives value from it. That's the point of this whole discussion, right? Encourage creative work and maximize its value for the creator and for the public.

  7. Re:Get 'em Tiger! on Wii Homebrew Takes Several Leaps Forward · · Score: 1

    Well... loading up Twilight Princess to hit a buffer overflow before you can boot the machine or switch between Wii games and media library is damn inconvenient.

  8. Re:Much simpler solution on Hi, I Want To Meet (17.6% of) You! · · Score: 1

    I read GP's use of ad-supported as "draws most new users in with ads" -- as opposed to "draws most new users in by word of mouth."

    In fact I suspect that a site drawing revenue from hosted ads will provide a better service than a site drawing revenue from user subscriptions.

  9. Re:Vista's missing features on Windows 7 To Be Released Next Year? · · Score: 1

    How can MS develop features in less than 1 year that they couldn't manage to make in 4?

    By having a number of not-quite-ready or buggy features that just missed the integration window for inclusion in Vista, perhaps.
  10. Re:Old Earth on Aftermath of Distant Planetary Collision? · · Score: 2, Funny

    That's no moon!

  11. Re:I am Netflix's complete lack of selection. on Netflix To Lift Streaming Limits · · Score: 1

    The letter s at the end of the word doesn't matter unless it's there to pluralize.

    Mr. and Mrs. Jones have a house, that's the Jones's house.

  12. Re:Trying to break the law is not a crime. on EFF Takes On RIAA "Making Available" Theory · · Score: 1

    Yeah, big lose for citizens on all that stuff DARPA did...

  13. Re:News flash! on MS To Push Silverlight Via Redesigned Microsoft.com · · Score: 1

    Also the MSDN library.

  14. Re:love this idea... on Radiohead Says Name Your Own Price for New Album · · Score: 1

    So send them a gift, "completely unrelated" to obtaining the music. Cash wrapped in heavy paper works fine.

  15. Re:Can they take it to three? on Scientists Create Di-positronium Molecules · · Score: 1

    But not quite as popular as Deuterium Sulfide (DS)

  16. Re:Matias Half Keyboard has got to suck life. on In Search of the Cheap Linux Laptop · · Score: 1

    I haven't used one myself, but down near the bottom of that page they show that the keys themselves are reversed. You don't have to reverse your fingers, pinkie index, like you do by shifting your hand on a standard keyboard; your index types J, middle K, ring L. I can believe that the brain easily mirrors finger movements in this way.

    Space bar as a held-down modifier key gives me pause, and I don't think I'd want to code or do administrative work on this. But I can see value in it for a lot of people. Consider running 10-key and a full keyboard without shifting your hand. I can see some fun possibilities for gaming...

  17. Re:In other news... on Analyst Says Blu-ray DRM Safe For 10 Years · · Score: 1

    Your geek license has been revoked.

    You can have it back after you pick up the Firefly DVD set.

  18. Re:Don't call it fear, call it a boycott. on Pirates of the Burning Sea Signs With SOE For Publishing · · Score: 1

    SOE does have some problems, customer support in game can take between 1-2 hours during prime time and are generally clueless on the games


    Flying Lab is in charge of support.
  19. Re:Not going to be a repeat of SW:G or Vanguard on Pirates of the Burning Sea Signs With SOE For Publishing · · Score: 1

    You can't force someone to sell if they don't want to and don't need the money.

  20. Re:Fair enough on NC Man Fined For Using Vegetable Oil As Fuel · · Score: 1

    Vehicle registration is a service? The value provided by vehicle registration is that you can drive legally. And who made it illegal to drive without registering your vehicle?

    Not to mention, when was the last time you got service at the DMV?

  21. Re:At this rate... on Windows PowerShell in Action · · Score: 1
    Try this:

    for %f in (*.avi) do ffmpeg -i "%f" -target dvd -aspect 16x9 "%~dpnf.mpg"


    The tilde syntax allows you to do some real fun stuff with file paths. Assuming that %f refers to a file, %~dpnxf gives fully-qualified drive + path + filename + extension. Leave off the x, you leave off the extension. Doesn't matter if %f uses absolute or relative syntax. See the help page for 'for' in c:\windows\help\ntcmds.chm for further details.

    Window's for allows you to do some really wild stuff, using batshit crazy syntax.

  22. Re:My experiences with Vista on Quirks and Tips For Upgrading To Vista · · Score: 1

    Disable UAC immediately. It's MORE annoying than you think. It really does do crap like...


    Here's a fun one: log on to a Vista machine as an administrator. Drag-n-drop a file from a network share (say, on your dev machine) to a subdirectory of Program Files. You get this exciting sequence of dialogs:
    1. "These files have the same name", choose "Copy and Replace", "Don't Copy", or "Copy and Rename". Overall, an improvement over XP's dialog -- but HUGE.
    2. Since Program Files has very restrictive permissions, "You will need elevated privileges to do this. [Continue] [Cancel]". This dialog is completely extraneous and without merit.
    3. "Do you consent to elevate to perform this Administrative operation? [Consent] [Cancel]" If you were logged in as a standard user, you would have to type an administrator's password at this point. An admin user under Vista runs as a standard user until elevation is required, then encounters a slightly different UAC dialog. Logging in as admin just saves typing the password many times.
    4. "You can't copy from a network share into Program Files." The operation fails. So copy to your desktop or some other user folder, then to Program Files. Then click through the first three dialogs again.


    Vista heralds a wondrous new age of development for Windows. You heard it here first. Possibly also you just heard it here last.
  23. Re:Can dark matter just be.. on The Search for Dark Matter and Dark Energy · · Score: 1

    The 'size' of the universe is an ill-defined question. We can only observe what's in our past light cone, and it is *that* universe which suffers from a budget shortfall of matter/energy.


    I find your turn of phrase here compelling. Evidentally, some part of the universe simply has not yet been observed and recorded. Perhaps the missing bits merely live 'behind our eyes', so to speak.
  24. Re:Have you actually talked to Microsoft? on Repair Computer, Repurchase OS? · · Score: 1

    The activation process calls home, and if the key has be used more than X times, it prompts you to call.

  25. Re:But did he know? on Verizon Can't Do Math · · Score: 2, Insightful
    But 20 cents is expressed as $0.20 and it would be correct int saying if you had $0.20 in change being returned to you, the cashier gave you 20 cents change.

    That's right, you would say that you got "20 cents" in change. You would not say "point 20 cents" or "point 2 cents".

    Similarly, given $0.002, you ought to say "point 2 cents" or "point zero zero 2 dollars" - never "point zero zero 2 cents" as Verizon reps did repeatedly.