Slashdot Mirror


User: Nataku564

Nataku564's activity in the archive.

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

Comments · 386

  1. Re:Abundance on Game Developer Asks To Hear From Pirates · · Score: 1

    I like the idea you propose - of a directly consumer funded operation. However, what prevents the game that X number of gamers funded from being pirated?

  2. Re:Obvious ? on Nintendo Loses Controller Patent Lawsuit · · Score: 1

    Not all arcades ... the overwhelming majority, yes, but select examples exist with analog joystick control. http://www.klov.com/game_detail.php?game_id=7871

  3. Re:Why not have two E3s? on Did E3 Just Gasp Its Last Breath? · · Score: 1

    I believe they tried that with their E For All. It failed spectacularly, from what I remember.

  4. Re:Why hasn't anybody invented... on Review of Das Keyboard · · Score: 1
  5. Re:Long Answer? on How Microsoft Dropped the Ball With Developers · · Score: 1

    I've been using .Net for the past 3 years professionally. I have never had to make a Win32 API call.

    What were you calling the API for during your development? I do know one guy here who had to, but that was for a special case where he was developing his own custom components to replace the standard windows ones. That was also outside of work. In my experience, .Net isn't half bad. I prefer Java, but they two languages are essentially equivalent - minus the whole platform portability thing.

  6. Re:I can't wait. on A Robotic Taxi Named robuCAB · · Score: 1

    Kind of like grabbing a greyhound, amtrak or any of the major airlines ... well, admittedly the last one is much less convenient post 9/11.

  7. Re:What's better? on Netgear Introduces Linux-Based NAS Devices · · Score: 1

    It saves you the build/configure time, the form factor is pretty convenient, and the power consumption of these little toaster boxes tend to be less than that of a rig most people are likely to build for a custom NAS. Of course, I am somewhat biased, as I bought one of these :)

  8. Re:Fine and dandy but... on Netgear Introduces Linux-Based NAS Devices · · Score: 1

    Note: I purchased this product back when Infrant was still separate from Netgear, so the info may be a bit outdated.

    From my experience with this product, it does exactly as it says. Its just a file server, nothing more. I have it mounted via NFS or CIFS on my linux boxes, CIFS on the windows boxes, and AFP on the mac mini in front of the TV. I encode my media on the linux boxes, and fire up front row on the mac, and it all works seamlessly.

    Of course, I haven't taken firmware updates since Netgear took over, so they may have gimped some of the awesomeness. From what the product page describes, however, they couldn't have gimped much.

  9. Re:I don't want much more on What Do You Want In iPhone 2.0? · · Score: 1

    He did say "have had", so I suppose I assumed he didn't currently have it. He also called it a POS, so I also assumed he felt it was lacking in some respect :)

  10. Re:Contradicting Itself? on Eclipse Makes Java Development on the Mac Easier · · Score: 4, Informative

    Eclipse has been running on the Mac for quite some time now, IIRC. This news post lacks news.

  11. Re:I don't want much more on What Do You Want In iPhone 2.0? · · Score: 1

    I own the Treo 755p, and I feel as though I must put forth my own anecdotal evidence since it contradicts yours. It not only has never dropped calls, but it also has the best reception of any phone I have owned previously. This may very well have more to do with Sprints network than the Treo itself, but still ... your assertion that the Treo is a POS is quite the exaggeration from my experience.

    It has crashed, I will admit to that. However, all of the crashes were directly attributable to me running a third party app. I gladly accept this as simply part of the territory, since the Treo isn't locked up like the iPhone. I rather like the ability to write my own apps, and download others. Its kind of like a PDA or something that way.

    The Treo does meet all of your 'must haves', as far as I am aware. I think you might be being a bit too harsh on it.

  12. Re:and if you have a slashdot account on Charging the Unhealthy More For Insurance · · Score: 1

    Or you simply have different target numbers for women ...

  13. Re:Halo shouldn't have Co-op. on No Online Co-Op For Halo 3 At Launch · · Score: 1

    Actually ... according to the novels, she lives in a socket at the base of your skull.

  14. Re:really clean fingers? on Walt Mossberg Reviews the iPhone · · Score: 0

    Generally those touch screens aren't made of apple's signature uber-shiny plastic, that attracts dirt, oil and scratches like no other. Despite taking very good care of my iPod nano, only a year after I purchased it the screen is extremely difficult to read without the backlight on.

  15. Re:So.. on Mandriva Says No to Microsoft Linux Deal · · Score: 1

    A few points I feel the need to bring up. First, you don't have to pay for it - just like RedHat, there is paid supported version (with proprietary drivers and stuff), and a free version for everyone else. Second, they money does help. Mandriva's hardware support beats out every other distro I have used. I popped it in my shiny new (formerly windows) dev box, and it recognized everything, installed, and worked. No other distro could do that - generally the display crapped out.

  16. Re:It makes me wonder... on Safari for Windows Downloaded Over 1 Million Times · · Score: 1

    Not always ... I know I sometimes have to mask my useragent as IE in order to make things work in Opera. Id wager some portion of users likely just keep it flipped to IE mode for convenience.

  17. Re:Where is the bookmark sidebar? on Apple Safari On Windows Broken On First Day · · Score: 1

    Use Opera - problem solved.

    All kidding aside, Opera does have awesome bookmark handling. Its sidebar is quite handy for organizing things.

  18. Re:20 years! on Alan Cox on Patent Law and GPLv3 · · Score: 1

    What about me as an individual? Say I come up with something, patent it, then try to pitch the idea to a company. If I were to only have a 1 year patent claim, any sane company would just wait the year and then jump on it.

    Patents (in theory) protect individuals as much as companies. I agree that the current patent law needs reforming, but a 1 year patent sounds kind of foolish.

  19. Re:Distributed version control gaining ground in F on Linus on GIT and SCM · · Score: 1

    Personally, I just let the development tools manage my local workspace. They generally do a better job anyway, since they know what you are doing to it. Eclipse is my favorite tool because of this - it has local file history (with versions you can inspect, compare, and revert to) as well as undo history for all of the refactorings you have been doing (Java only, so far ...).

    This paired with SVN or CVS solves all my problems with local workspace revisioning.

  20. Re:Source Safe on Linus on GIT and SCM · · Score: 1

    While I could be mistaken, I believe thats how VSS tracks file versions. Its not smart enough to store diffs, so it just has a giant repository of incrimenting file versions - and none of them are named properly. It has some strange internal and cryptic database system that stores the real file's name, so just glancing at the actual contents of the VSS server will get you billions of jibberish files.

    Worst. Product. Ever.

  21. Re:Lemme check my last home appraisal... on Linus on GIT and SCM · · Score: 1

    I agree with your statements in general. I have projects at work that use VSS, and some in CVS / SVN. VSS sucks. However, you mention your solution is web based - so I assume it isn't C++ (which I assume the legacy system is, since you mention .h). I would wager the fact that you are using a more modern language and tools probably helped out a wee bit.

    Again, not to discount your point - VSS sucks, hard - but I don't think we can take the discrepancy in time as purely due to the difference in version control.

  22. Re:video of the crash on New Jersey Sues YouTube Over Crash Video · · Score: 1

    With the obscene amount of fireworks sold every year around the fourth of July, you figure humans kind of like to see things go boom. A car erupting into a massive fireball is a pretty big firecracker. Chemical reactions are pretty.

  23. Re:Wiiiiiii! on Nintendo's Iwata Confirms Big Games This Year · · Score: 1

    While the other titles may have those issues, almost all the Super Mario games have been significantly different than their predecessors.

  24. Re:Zippo on The Unauthorized State-Owned Chinese Disneyland · · Score: 1

    Not to beat a dead horse too much, but Iraq is pretty much just the United States. Sure, you have handfulls of assorted other countries ... but nothing significant. Thats still going on, so I would say its in the realm of "recent".

  25. Re:Enough of comparing it to Firefox on Microsoft Drops Hints on IE8 · · Score: 2, Informative

    Opera dropped the ad supported thing - its free again now, and still about as tiny. It also has something like a plugin architecture going ... but nowhere near what firefox has ... still fun to play with, though.