Slashdot Mirror


User: Dwonis

Dwonis's activity in the archive.

Stories
0
Comments
2,728
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,728

  1. Re:Good news... on Innocuous California Game Ratings Bill Passed · · Score: 1

    Not necessarily. I think in this case, it's more of a matter of using the government as a tool to enforce what is widely accepted as an industry standard. (But I don't live in the US, so take this with a grain of salt.) I suspect that most stores already do this and were getting annoyed with losing money to the few 'unscrupulous' vendors selling adult games to kids.

  2. Re:Good news... on Innocuous California Game Ratings Bill Passed · · Score: 1

    I don't know about in the US, but I'm not aware of any mandatory rating system for games in Canada.

  3. Oh sure, Java is great on Why is Java Considered Un-Cool? · · Score: 1
    I just happen to prefer programming in C++, Perl and maybe even PHP over programming in Java.

    Ever tried to hack together a prototype of something that uses other people's code? For a number of reasons, unless the code you're using was designed to be hacked that way (which never happens), Java just makes it more of a pain in the a**.

  4. "it's such a language-for-the-masses." on Why is Java Considered Un-Cool? · · Score: 1
    "[Java is] such a language-for-the-masses."

    ....

    ...p..............

    ......b...w...

    BAHAHAHAHAHA!

  5. Software patents f*** things up again. on MS Releases License For Sender-ID · · Score: 1

    Read the thread. It's clear that this is yet another example of software patents stalling or outright halting technology development.

  6. Re:ext3 to reiser4 ? on Reiser4 Filesystem Released · · Score: 1
    Why the hell did that get modded "Funny"? I don't get it.

    Oh, I must be new here.

  7. Re:ext3 to reiser4 ? on Reiser4 Filesystem Released · · Score: 1

    *I* have a UPS, but I also have *backups*, which means I don't have much need to convert an existing filesystem to a new format. I suspect that most people who want to convert to a new filesystem want it because they don't have backups. I also suspect that there is a strong correlation between people who don't have backups and people who don't have UPSs. Thus, my post.

  8. banned software? on How 8 Pixels Cost Microsoft Millions · · Score: 1
    Apparently censorship is okay, as long as it's Microsoft being censored.

    I guess freedom of speech is only for westerners...

  9. photocopying textbooks in Mexico on Information Preservation and Data Havens? · · Score: 1
    Re: the link: photocopying textbooks in Mexico

    Has anyone else noticed that the above article is cut-and-pasted from so many different sources that it looks more like a ransom note than a news article?

  10. Re:Office 2000 buggy? - heaven forfend! on Microsoft Renovates Office Suite as a Web Service · · Score: 1
    No, I said that good Windows admins have to be better than good Unix admins, implying that good Windows admins are much harder to find than good Unix admins.

    Also, unlike being a Unix admin can be, I doubt very much that many good Windows admins would actually find it anything less than completely frustrating, thus reducing the probability of having large numbers of good Windows admins.

  11. Re:ext3 to reiser4 ? on Reiser4 Filesystem Released · · Score: 4, Insightful

    I doubt it. In general, that's not necessarily possible (though you can get away with it in special cases). In any case, doing that without a UPS would probably be risky, since there would be a (probably very long) period of time where the filesystem is totally incomprehensible to BOTH filesystem drivers (old and new), and if the system dies during that time, say bye-bye to your data.

  12. Re:Not even an article on Businessweek Recommends License Switch for Linux · · Score: 1
    Don't forget that for Linux to switch license, every single contributor must agree

    Yes, but I don't think Microsoft is the sole copyright holder of its software either.

  13. Re:Much needed on Microsoft Renovates Office Suite as a Web Service · · Score: 4, Funny

    What do *you* think will happen if all your data is put on an IIS server?

  14. Re:Web no longers means internet on Microsoft Renovates Office Suite as a Web Service · · Score: 1

    Are you sure that app was sandboxed? I suspect it ran with the same privileges as whoever was logged in at the time.

  15. Re:first things first-- on Microsoft Renovates Office Suite as a Web Service · · Score: 1
    Mozilla and OOo are more stable for me on Windows than on Linux.

    I don't know about Mozilla, but Mozilla Firefox works great for me.

    On the other hand, I'm using Debian packages, which are often heavily modified for stability or integration with the rest of the OS.

    Yes, this is a shameless Debian advocacy post. :-)

  16. Re:Office 2000 buggy? - heaven forfend! on Microsoft Renovates Office Suite as a Web Service · · Score: 1
    It sounds more like your company needs to replace it's IT staff

    With whom? It's not like good IT staff is easy to come by. Especially IT staff that is competent in solving elusive MS Windows problems.

  17. Re:first things first-- on Microsoft Renovates Office Suite as a Web Service · · Score: 1

    What would you suggest a person use? (If you're going to say 'Microsoft Windows', you'd better have a convincing explanation if you want to be taken seriously.)

  18. Re:Impulse engines on First Plasma on the Levitated Dipole Experiment · · Score: 1
    Well the warp core does look like a stack of toruses (tori?)

    Maybe it's a Beowulf (cluster) Stack of Dipole magnetic confinement tori...

    ...that use hot grits as fuel

    ...and is dying?

  19. Re:ACs are bad these days. on Olympians Banned From Blogging · · Score: 1
    To get an idea of what I'm talking about, check this post out. This is an article about email disclaimers. The parent of the post is complaining about the ads in the linked page and so on, and twitter actually goes off on a rant to blame it on Microsoft and recommend Lynx, because "is teh free".

    Nice touch. I like how you "quote" something that isn't in the post you referenced.

    We can get rid of this guy and make Slashdot a better place.

    How?

  20. Re:The Olympics themselves are becoming irrelevant on Olympians Banned From Blogging · · Score: 1

    We are at war with Eastasia. We have always been at war with Eastasia.

  21. Re:Really dumb, missing the point entirely on Gosling: If I Designed a Window System Today... · · Score: 1
    How many fucking library dependancies do you need for a modern windowing system? Have you ever run 'ldd' on a modern GNOME or KDE app? It's enough to make you vomit.

    What's wrong with that?

  22. Short-sighted design on Gosling: If I Designed a Window System Today... · · Score: 2, Insightful
    From the article:
    I would make the "window system" so minimal that it is almost non-existent. Each graphical application gets direct access to the hardware, and a window is nothing more than a clipping list and an (x,y) translation. I would build a "device driver" that did nothing more than manage the clipping lists and hand out graphic device ports. This might actually be best done at user level, rather than a device driver, using shared memory and semaphores.

    The last thing we need is a new design that allows arbitrary user programs to have read/write access to the entire screen (read-only access is bad enough). Sooner or later, we are going to start running arbitrary programs on our computers in a secure sandbox environment that is enforced by the OS (and ultimately, the CPU). What happens when some cute little game your spouse downloaded yesterday decides to make itself look like your electronic banking program? Under this architecture, how do we avoid that? Hack every display driver in existence? Trust the shared library to prevent this?

  23. Re:WOW on Grokster Wins Big in Ninth Circuit · · Score: 1

    In Soviet Russia, the phrase catches YOU!

  24. Re:Just Linux? on IBM Moves To Enforce GPL By Summary Judgement · · Score: 1

    If actions which are otherwise prohibited by copyright law are not covered by the GPL, then they are prohibited by copyright law.

  25. Re:The interesting part on IBM Moves To Enforce GPL By Summary Judgement · · Score: 1

    And, even if SCO didn't say they don't believe in the GPL (which they did) they violated the GPL and therefore can't claim permission under the GPL as a defence for copyright infringement.