Slashdot Mirror


User: Daimaou

Daimaou's activity in the archive.

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

Comments · 431

  1. I'm safe on Workstations 'Dirtier Than Toilets' · · Score: 1

    I've been using those flushable toilet seat covers on my workstation for years.

  2. Re:I have just two words to say... on Is Verizon Up to Speed? · · Score: 1

    Yes, I know. It was a joke.

  3. Re:Staying true to original? on Spider-Man 2002 vs. Spider-Man 1992 · · Score: 2, Interesting

    I totally agree. Even as a kid, I thought that the mechanical web device thing was retarded. I always thought, if a spider bit him and made it so he could climb walls and have spider sense, then why does he have to invent a web thing? Wouldn't that just be part of the overall spider package?

    I much prefer the new films handling of it (even though I haven't seen it yet).

  4. I have just two words to say... on Is Verizon Up to Speed? · · Score: 1

    ...Verizon's coverage sucks.

  5. Starband and such on Is Starband's Satellite Internet Service Palatable? · · Score: 1

    I used to use DirecPC, which is like Starband, before I got something faster.

    It worked really well, but there was a second or so lag time between request and the page loading. It doesn't work at all with games or VPNs, but for regular browsing and downloading, it sure beats a modem.

    If it is all you have access to, I would recommend it.

  6. Re:OSS is not always an option on Shakedown: How the Business Software Alliance Operates · · Score: 1

    Didn't we have engineers before computers? It may not be convenient right now, but to say it's not an option is a bit of a stretch. Perhaps this discomfort could be the dawn of a slew of superior new OSS or free software products; if anyone was bold enough to take the step.

  7. I never understood on End Of the Road for Duron · · Score: 1

    I worked at Intel a number of years ago (ducking to avoid the rancid tomatoes) when they first came out with the ranch flavored Celeron line.

    Celeron was created to compete with the lower priced AMD's of the day.

    Not too long after that, AMD came out with the Duron to compete with the Celeron. I never understood why AMD didn't just keep around the older chips longer and sell them to people for less. Wouldn't this be more cost effective?

    For example, at http://www.lsmicro.com the oldest AMD chip you can buy is a AMD XP 1700+ for $109.99. If they still sold the 1Ghz Athlon for $30.00 I bet a lot of people would be willing to buy it.

  8. Why I use Amazon on Modeling Linking on the Web · · Score: 1

    I buy books, etc. from Amazon over Barnes & Noble and other online book, etc. stores for one simple reason. The quality, quantity and ease of online customer reviews.

    The comments are what really make the difference. There are many online stores that have customer ratings, but they are just stars and no comments, or very few, if any, customer reviews.

    Comments are important in a review since it helps me, as a buyer, identify which reviews are valid. For example, if I see a customer give a book one star because it doesn't stoop down to the beginner level (which is many times the case) that review instantly becomes a 5 star in my mind and I'll probably buy the book.

    Amazon has by far the most customer reviews and the most detailed customer reviews. I usually buy based on these reviews and have never been disappointed. That is the only reason I shop there more than other places.

  9. Re:Price comparison India vs USA on Music 20 Cents a Track in India · · Score: 1

    Their menu sucks. Where are all the hamburgers?

  10. Re:handheld. on Musenki's Linux-Based AP Ships To Beta Customers · · Score: 1

    I'm glad to see other people using Jim Breen's web page.

  11. Akira? Pfttt! on Blade Director to Adapt 'Akira' For Western Audiences · · Score: 2, Interesting

    I know this is blastphemy, but I have seen Akira in dubbed form, subtitled form and in the original Japanese form (yes, I do speak Japanese) and I really don't find it to be the amazing film that everyone else seems to. I think Japan has much better animated films to offer than this one.

    I will say that the Japanese version is much better than the other two since translators never can seem to get things quite right; or at least the nuances don't seem to make it through to English to me anyway.

    I do agree with other sentiments here though that remaking Akira in a more accessible==dumbed down version is not a good thing.

  12. My two cents on Trouble Ahead for Java · · Score: 1

    I like some things about Java, like its simplicity, servlets, JSP and its cross-platform capabilities. I also like some things about C#, like the way it does threads. I don't think Java will die due to C#, however, for the following reasons:

    1) C# doesn't come close to the cross-platform, browser agnostic, enterprise server capabilities that Java does. C# is very Microsoft centric right now and can't even create applications for Windows 95 since there isn't (to my knowledge anyway) a copy of dotnetrun.dll (whatever the file is called) available for 95. Java works everywhere there's a JVM, and you can find them everywhere.

    2) Java is basically free (as in beer) for developers to download and use. Other technologies that work with Java and the web (Apache, Tomcat, MySQL, PostgreSQL, etc.) are also free. If I wish to create a database driven web site, I can do so for free if I go the Java route. I will have to pay thousands of dollars to do so using IIS, C#, ASP.NET, SQL Server, etc. I think this alone will keep Java around for a very long time.

    Corporations can afford MS tools and they are willing to accept silly per-user and per-CPU licensing schemes. These tools and their licenses are simply not a choice for the average individual programmer (sure, some programmers "borrow" their company's MSDN discs, but MS puts watermarks into the compiled product so heaven help you if you create a successful program using pirated dev tools and then try to sell it).

    3) C#, like most Microsoft tools, is designed around their operating system. As I understand it, the parts of C# being ported to Linux (and other operating systems) do not include the forms and other controls (aren't they just an update of the WFC crap MS shoved into J++ 6?) That is fine, but what effects will this have on cross-platform capabilities if C# has to use a different graphics library on other operating systems? Swing isn't the greatest thing in the world perhaps, but it is very usable and available on many platforms and I personally think it looks great. In fact, the only thing I don't like about graphics programming under Java is the GridBagLayout.

    I could go on, but I think I have made my point. There may be reasons to feel that Java will be killed by C#, but I think there are an equal number of compelling reasons that it wont.

  13. Re:Valid points, not conclusion on Trouble Ahead for Java · · Score: 1

    Also, the .NET toolkit looks very competent and building and deploying .asp's is quite simple as compared to deploying a java solution.

    The following is just my experience with .NET and Java. I don't claim to have great wisdom or understanding of either technology.

    The .NET toolkit is fairly competent for applications, however, I have been developing some ASP.NET pages and custom controls for the company I work for and I find C# and ASP.NET cumbersome in many ways.

    As an example that doesn't take an hour to explain, when I'm writing a servlet or JSP, I only have to worry about Java and HTML. With .NET I have to concern myself with either VB (not a chance) or C#, ASP tags, HTML and either JScript or VBScript. I hardly call this simplified. I've also noticed that complicated pages and controls look great on IE, but suck on other browsers. I've never had that problem with servlets or JSP pages.

    If this is all that .NET offers me for web development, I don't think they will be killing Java anytime soon. Heck, they can't even kill VB.

  14. Re:.NET is actually pretty sweet on Microsoft Gives Up on Hailstorm · · Score: 1

    (M$ has beaten them - intsead of "write once, run anywhere," .NET offers "compile once, run anywhere.")

    What? I don't claim to know everything, or much of anything for that matter, but I have written internal use apps for my employer in Visual Studio .NET. None of the apps I wrote would work on Windows 95 and C++ seemed to be the only language that I could compile down to a real machine executable. The other languages require dotnetrun.dll (or whatever they call it). I would hardly call this "compile once, run anywhere". Last I looked, this DLL wasn't available anywhere but Windows (and not even all of them).

    ASP.NET can be accessed from any client provided you have an HTTP connection.

    Java has been able to provide this functionality for a long time. I am writing custom asp.net controls for my current employer. I will say that VS.NET provides some nice tools for creating ASP.NET web apps, but in the end, I can do all of this with Java (servlets, JSP, applets, etc.) plus a whole lot more. In spite of VS.NET being a nice tool (when it is working that is) I am often frustrated with the languages themselves. I think Java is much cleaner that the .NET tools are.

    I think that the Linux/Tomcat/MySQL or PostgreSQL/Apache combination is a better choice for most web developers. They are often times superior, but I think the top reason comes down to money.

    To buy the Microsoft tools to be able to deliver my own database driven ASP.NET web site would cost me thousands of dollars. The Linux, et. al. route doesn't cost me a thing and I'm not limited to any per user or per CPU licenses.

  15. Re:One of the nicest distros on Mandrake Clarifies its Future · · Score: 1

    I'm happy with what I'm using, but thanks for the update. I haven't used Mandrake for a while.

  16. Re:One of the nicest distros on Mandrake Clarifies its Future · · Score: 1

    No, my statement is correct as is. Urpmi is not as good as apt for several reasons. Here are some of them:

    1) Urpmi cannot remember where it is in a download if the download is terminated for some reason. Apt can and will resume where it left off.

    2) Urpmi opens a new FTP session for each file it downloads. This sucks when you get the "maximum users reached" error.

    3) Urpmi gets screwed up all the time. Errors such as, "The upgrade has failed because some package is already installed", just don't happen with apt. The upgrade will not fail in this way.

    But thanks for your post Sir.

  17. Re:One of the nicest distros on Mandrake Clarifies its Future · · Score: 1

    I'm not trolling and I'm certainly not using apt to do so.

    I feel that my statement was valid and appropriate. If you don't feel that way, that's your opinion, but I don't recall you being the troll definition maintainer.

    "Mandrake urpmi provides the same functionnalities than apt (the only missing feature currently is the autorecompilation of source package..)"

    Well then Mandrake urpmi does not provide the same functionalities as apt wouldn't you say? Besides, this is not the only shortcoming of urpmi when compared to apt.

  18. Re:One of the nicest distros on Mandrake Clarifies its Future · · Score: 1

    Well, I was trying to be positive and let other /. readers who may not be familiar with Debian (perhaps they are frightened away by Debian's unrefined installer) that it is one of the most stable and easy to use systems once it's installed, while not expressing my negative opinion of Mandrake.

    I have used SuSE, Caldera, RedHat, Mandrake, Slackware, Debian, Gentoo, TurboLinux, Corel Linux, Storm Linux, Libranet, and some other less known distributions. I would rank the top three personally, based on usability and stability, in this order (not that it's important or that anybody cares):
    1) Debian
    2) Caldera
    3) A tie between Gentoo and Libranet

    While I think that Mandrake's installer is refined and beautiful, I think that the system is buggy and less reliable than other distributions once it's up and running.

    I feel that to say Mandrake is, "one of the nicest" is undeserved acclaim for anything but the installer. If by, "one of the nicest", you mean that it is a Linux distro and Linux is one of the nicest operating systems, then I will agree with that. It is one of the nicest right along with every other Linux distribution.

    To answer your question about the "Debian is better" posts made by Debian users, I would like to first ask you one. Why do Mandrake users always pay such acclaim to Mandrake based solely on its installer? Is that all Mandrake users do, install the OS over and over again?

    The reason that I touted the benefits of Debian is that you only have to install it once. I don't need to rush out and buy the latest distro. I can install Debian potato and without too much trouble update it to the testing branch, which is more stable than most other distributions, contrary to what one of the other posters inferred, and never have to install Debian again (unless my hardware fails or I do something stupid, which I don't). I just need to update it once in a while and I'm all set.

    Another benefit is that I can easily make sure to only install programs I want to use. It is much easier to do in Debian than with any other distribution in my opinion.

    I was not trolling, as was also suggested, but rather offering those /. readers unfamiliar with Debian a brief opinion that Debian deserves their attention. My post is not irrelevant to the main story. The main story infers that Mandrake is really something special but stops there. I simply carried the concept further by offering my opinion that there are more special things out there to be had. If that offends you or upsets you in some way, I suggest you not get so emotionally attached to your computer.

  19. One of the nicest distros on Mandrake Clarifies its Future · · Score: 3, Interesting

    "That is great news since Linux community is now sure it will continue using one of the nicest distros available!"

    I agree that the Mandrake installer is nice, but I think when you compare installed systems instead of installers, you just can't get any easier or better than Debian.

    Keeping your system current takes only two commands (apt-get update, apt-get dist-upgrade). If you need a graphical apt tool, then I would suggest Synaptic.

  20. Re:Just call me a Luddite on FDA Approves Implantable Microchips · · Score: 1

    What if they made it so you couldn't buy anything unless you had one of these things. Then it would be succumb or starve wouldn't it?

  21. Re:Just call me a Luddite on FDA Approves Implantable Microchips · · Score: 1

    Yes, there is something outside of the US, but it seems that whenever one country does something all the other ones can't seem to implement that thing fast enough.

  22. Probably been said already but.... on Retail Sharp Zaurus Released · · Score: 1

    ...just in case, you CAN access Sharp's site with the Opera browser. The Opera browser is detected as an IE 5 browser and therefore does NOT cause any problems.

    I wish people would actually try accessing the site with Opera before going off about how dumb Sharp is to bundle the Opera browser with their Zaurus PDA and then not support it on their web site, since they do.

  23. Re:Blocking Netscape 6; hyp-Opera-sy on Retail Sharp Zaurus Released · · Score: 1

    I am using Opera and am able to access their site just fine.

  24. Re:It doesn't matter... on Darwin Streaming Server Beats Real, Windows Media · · Score: 1

    So let me get this straight. You would rather use the bottom of the heap as far as quality, security and privacy go than to download and install something of better quality because of convenience?

    You poor technical poltroon.

  25. I thought it was just the opposite on The Widening Tech-Savvy Gap · · Score: 4, Funny

    I thought the gap was narrowing thanks to the Dummies series.