Slashdot Mirror


User: josath

josath's activity in the archive.

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

Comments · 249

  1. Re:You said you prefer suspicious .exe files on Next Flash Version Will Support Private Browsing · · Score: 1

    It's actually fixed now. And in those two years, there are no known exploits, so it's maybe not as a big of a deal as if it were an actual exploitable hole.

  2. Re:Unless I'm mistaken... on Nintendo Wii To Get Netflix Streaming · · Score: 1

    My speculation is they didn't want to pay the $10-$20/unit licensing fee to MPEG/CSS/etc people to legally allow DVD playback.

  3. Re:Do you hear me now?? on Verizon Removes Search Choices For BlackBerrys · · Score: 1

    $10/mo? that's $240 over two years, not too bad I guess, considering I got $300 discount on my phone when I signed a 2 year contract with t-mobile. Do you have a link to this? I haven't seen these plans before.

  4. Re:Unlocked FTW on "Nexus One" Is Google's Android Phone · · Score: 1, Insightful

    If paying $400-500 for my phone upfront, and paying half as much for a monthly cell phone contract was an option, saving me money in the long run, I would do that. But unfortunately, in the US, it is not an option. Carriers charge you exactly the same amount per month whether or not you are getting a discount/subsidy on a fancy phone.

  5. Re:Another guy did this on a Xbox Dev Kit on MacBook Mod Gives Base Station Chassis New Purpose · · Score: 1

    You're wrong in several ways: 1) It's not an xbox dev kit...it's standard PC parts stuffed in an xbox shell 2) It's not mac hardware like in TFA, it's a 'hackintosh', with standard PC parts

  6. Re:Malware and Worms in GNU/Linux and *BSD on Ethics of Releasing Non-Malicious Linux Malware? · · Score: 1

    even the UAC prompt can be faked to look and sound real, if you're willing to spend some time at it. (It would be hard though, and I doubt it would look 100% right.)

    Why would you fake a UAC prompt? Users don't type their passwords into the UAC prompts. All you'd succeed in doing is getting the user to click OK on a fake prompt. That would buy you nothing, versus clicking OK on a real UAC prompt, which would actually get you admin access.

  7. Re:Good move, but... on Bing To Use Wolfram Alpha Results · · Score: 1

    Maybe Google doesn't feel like burning huge piles of cash on the wolfram API? Have you seen how much they charge for it?

    It starts at a minimum commitment of $2,000/mo at $0.10 per query. At the high end it's $220,000/mo at $0.023 per query. I wonder how much google makes off each search? Can't be much more than that.

  8. Re:Rough around the edges on PhotoSketch Image Manipulation Tool Taking the World by Storm · · Score: 1

    Uh...instead of downloading OpenCV 1.0 and renaming the files to 1.1, why not download OpenCV 1.1 in the first place? msvcr* is the MS Visual C++ runtime...you can usually find it pretty quick just by googling for the DLL name (software devs that know what they are doing, redistribute it with their app...but obviously these guys just hacked it together really quick to make it work ok enough to meet their deadlines). Hopefully they package it up nicely...but I doubt it. Nine times out of ten, these cool papers out of SIGGRAPH research never release finished projects. Occasionally other people will take their work, then implement it correctly.

  9. Re:Unlimited writes? on Start-up Claims SSD Achieves 180,000 IOPS · · Score: 2, Informative

    It's called wear-leveling. Writing to the same spot from the OS's point of view, doesn't actually write to the same spot on the chip inside the actual drive. It shuffles things around to make sure everything gets used up evenly.

  10. Re:There is no freedom on smartphones on iPhone 3.1 Update Disables Tethering · · Score: 1

    Umm, you can buy an Android phone, with no contract, unlocked (not tied to any carrier), officially sanctioned, with root access out of the box. What more do you want? http://en.wikipedia.org/wiki/Android_Dev_Phone

  11. Re:Sorry, this is eBay's fault. on eBay Denies New Design Is Broken, Blames Users · · Score: 1

    $5 including shipping for something that sells locally for $35 is worth the two week wait. $85 for an ARM9 development platform with LCD touch screen - gimme!

    Or you could buy it directly for only $5 more... $105 ($85+20 shipping) on ebay, versus $110+free shipping.

    All those cheap bits and bobs you can also buy directly from places like dealextreme.com There's really not all that many good deals on ebay these days.

  12. Re:tarballs on Which Filesystem Do You Use On Portable Media For Linux Systems? · · Score: 3, Informative

    Maybe if he used z instead of j...bzip2 is a notoriously slow compression algo.

  13. Re:We just need an alternative to X on Kernel 2.6.31 To Speed Up Linux Desktop · · Score: 1

    I'm gonna be a jerk here and say It Works For Me(TM). I had Linux running just fine on a 1280x1024 as the main monitor and 1368x768 as the second monitor. Of course I had a NVidia card, which I believe works the best out of the brands under Linux. There's a little NVidia config gui that you can use to setup multiple monitors etc. This was three years ago, so it's possible things have gone downhill, but unlikely.

  14. Re:HDMI without VGA? on Nokia Unveils Its First Netbook · · Score: 1

    Funnily, I have a TV with the reverse problem.

    The TV is native 1366x768.
    Max supported resolution over HDMI: 1280x720
    Max supported resolution over VGA: 1368x768
    (I assume the two extra pixels is just a rounding error thing to get it to be a multiple of 8)

    Unfortunately I didn't figure this out until AFTER I bought a nice long HDMI to reach from my PC to my TV, then I had to go back and buy a long VGA cable. I would have preferred to use HDMI to keep it all digital so I don't have to worry about interference, or the TV locking onto the VGA signal clock exactly right etc etc. It's a Vizio 32-inch.

  15. Re:Compared to flash... on HTML 5 Canvas Experiment Hints At Things To Come · · Score: 1

    Seriously, it can all be done in flash 8, released nearly four years ago. And that's in every browser on every platform*.

    * = Ok, maybe only 99.99% of desktop PCs out there are supported. A few obscure platforms like 64-bit FreeBSD can't run Flash. But Windows, Mac, Linux (including 64-bit linux), and even SPARC are supported.

  16. Re:Compared to flash... on HTML 5 Canvas Experiment Hints At Things To Come · · Score: 1

    Are you kidding me? Just rotating, resizing, and playing multiple videos at once? That example could have very easily been done in flash 8 (released 2005), probably even flash 7 (released 2003). Wake me up when HTML5 can do something flash couldn't do years ago.

    The distortions, skewing, reflections on video I think would require Flash 8, they added some new graphics filters in that version.

    Also as for interaction between flash and the page, it's very simple for Flash to call javascript methods, and for javascript to call flash methods. The calls are synchronous, and can pass & return complex data types.

    One final advantage of flash...you almost never have to worry about browser compatibility. Your example works fine in Firefox 3.5.2, but is very broken in the latest Chrome beta (3.0.195.4).

  17. Re:Why MIPS Matters on Android Applications Soon To Run On MIPS32 Chips · · Score: 1

    The original eeepc netbook (x86) was $250 at launch two years ago, so I wouldn't say 200 euros (almost $300 USD) is a fair bit less. I've seen one or two of those MIPS netbooks online, and they were very cheap, however they seem pretty under-powered compared to the currently available x86 netbooks. Something like 20% less cost but 50% less performance/ram/storage.

  18. Re:Fundraising on The Speed Gamers Raise Over $26,000 For Charity · · Score: 1

    seriously, at the most basic level you listen to the guy for 15 minutes, and then spend a few hours hammering nails where they tell you to. you don't need a degree in civil engineering to help habitat for humanity

  19. Re:4 Gig of ram is the max for 2 procs? WTF? on Build Your Own Render Farm · · Score: 1

    Last I checked pretty much every modern processor and OS was capable of supporting 36 bit addressing

    Unfortunately both Windows XP and Windows Vista do not support 36-bit addressing in their 32-bit flavors. 32-bit XP & Vista are limited to a little less than 4GB of RAM, no matter what. I think there's a 32-bit uber expensive Server 2008 that supports it, but nobody's gonna be buying that for desktop use or even for render farm use. However Linux supports it fine, I've happily used 8GB of total RAM while running a completely 32-bit kernel/OS/applications.

  20. Re:Linux software RAID dosen't work on Building a 10 TB Array For Around $1,000 · · Score: 1

    Sounds to me it's a problem with Thecus, not with Linux software raid (md) in general. I've used md for years on several workstations and servers, had several failed HDDs, but never lost any data.

  21. Re:some advantages of class-based system on The Dilemma of Level vs. Skill In MMOs · · Score: 1

    Disadvantages are difficult to incorporate into a purely skill-based system because nobody is going to pick a disadvantage unless forced,

    That's an interesting idea...force the players to pick disadvantages. Say start them off with zero (or even negative) skill points, and picking disadvantages increases your available skill points.

    Or maybe another way is to simple require them to allocate X disadvantage points for every Y advantage points given.

    I can see it adding a whole other level of strategy to things.

  22. Re:The word "wiimote" is fucking childish on Sony Rumored To Be Debuting Wiimote-Like Controller At E3 · · Score: 3, Funny

    the word 'wiimote' is just like the word 'fucktard' and 'sheeple'. how can you hate the former but love the latter?

  23. Re:wiggle their mouse continuously on Ridiculous Software Bug Workarounds? · · Score: 1

    That's a nice long detailed explanation, except you forgot the fact that only notepad.exe has this 'feature'. Almost every other text-based application I could find quickly on my windows PC does not have this feature, instead the text will keep scrolling even if you don't wiggle your mouse outside the window.

  24. Re:Flash used to be fun! on HTML 5 As a Viable Alternative To Flash? · · Score: 1

    Not only does it work on 64-bit Vista, but it actually has native 64-bit Linux support too! Get with the times, troll.

  25. Re:JavaFX on HTML 5 As a Viable Alternative To Flash? · · Score: 1

    The Flex framework is open sourced...that includes the client libraries, the visual components, even the compiler is open source & cross-platform (amusingly it's written in Java. There are some good uses for Java, but web applets is not one of them). The only part not fully open sourced is the Flash plugin (the Actionscript Virtual Machine is open sourced, ie, the part that executes all the code, it's the part that does the rendering that's closed)