Slashdot Mirror


User: RelliK

RelliK's activity in the archive.

Stories
0
Comments
1,140
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,140

  1. Re:Must bundle with GPU on NVIDIA To Buy AGEIA · · Score: 5, Informative

    I always thought that GPU + physics engine would be a perfect combination. Ultimately, the AGEIA card is just a DSP + software driver for calculating physics. A GPU is... also a DSP + software driver for calculating graphics. It wouldn't be too hard to write a driver that does both: some of the pipelines could be allocated to graphics, and some to physics. Might even make a software-configurable to dedicate more/less units to physics.

  2. Re:asynchronous committ on PostgreSQL 8.3 Released · · Score: 5, Interesting

    SQL already allows you to drop to READ_UNCOMMITTED if you really really want to -- though the DB actually under no obligation to drop to that level, you're just specifying that you don't care. That removes A, C, and I all at once. Why not make the D part optional too?
    False. SQL standard explicitly specifies that writing to the database under READ UNCOMMITTED isolation is not allowed. You can only do read-only queries. Further, PostgreSQL doesn't even support READ UNCOMMITTED. There is no need for it. PostgreSQL implements MVCC such that each transaction gets a private snapshot of the database. With that you get READ COMMITTED for free.

    I'm with the original poster here. Asynchronous transactions seem like a bad idea. But then it's not PostgreSQL's responsibility to enforce good software design. And maybe in some corner cases people can find use for them.

  3. what gives BSA the right to "fine" companies? on BSA's Tactics and Motives Questioned · · Score: 1

    BSA is not the government. What gives them the right to bust into your office and demand fines?

  4. why sodium? on Suppresed Video of Japanese Reactor Sodium Leak · · Score: 0

    Why do they use sodium to cool reactors? It reacts violently when exposed to water producing highly corrosive NaOH. Why would you want to use that stuff? Seems like a really bad idea.

  5. Re:Why should this be a surprise? on Can Sun Make MySQL Pay? · · Score: 4, Informative

    Excellent comments about MySQL. You've summarized my thoughts exactly. However, you've really dropped the ball by not moving to PostgreSQL. It's really a shame that such a gem gets left in the dust because people simply don't know any better. It's either MySQL on low end or some proprietary DB on high-end. But the truth is that PostgreSQL can do anything that MSSQL can, and it actually does a few things better. For example:

    * If you start a transaction in PostgreSQL and one of the SQL statements causes an error, the transaction is aborted immediately, and all resources are immediately released. The server still expects the client to send "ROLLBACK", but that is merely an acknowledgment. Not so with MSSQL. It allows you to continue writing to the database, AND issue a COMMIT statement at the end, thus committing a partially-failed transaction! This is from the WTF??? department.

    * For whatever reason, the default collation is not case-sensitive. This caused some interesting bugs when we least expected.

    * Client libraries are just pathetic, especially on non-windows platforms. JDBC driver is usable, but C client library is essentially reverse-engineered and not supported by microsoft (http://www.freetds.org/). It is a small miracle we can access MSSQL at all from Linux.

    Anyway, I've used PostgreSQL in my past few projects and currently using MSSQL (not my choice). It is a decent database (other than the annoyances I mentioned), but I still prefer PostgreSQL. Feature-wise, I can't think of anything that MSSQL has and PostgreSQL doesn't. It's really a shame it doesn't get used more.

  6. Re:Different philosophy on Microsoft Unveils Virtualization Strategy · · Score: 1

    Natales,

    There is no doubt that right now you have a much better product. However, Microsoft can afford to give away their product for free [or rather, subsidize it with their monopoly profits from other software]. You can't. And ultimately, they don't need to build a better product. They just need a product that is good enough so that they can leverage their monopoly to "cut off your air supply". For instance, does "lower price for Windows Vista used on virtualized computers" apply to microsoft VPC only or to all hypervisors? In your position, I would start worrying. It's not the first time microsoft killed off a superior product through underhanded tactics.

  7. Re:Different philosophy on Microsoft Unveils Virtualization Strategy · · Score: 1

    Which is simultaneously a great strength and great weakness. Why will people end up using the Microsoft stack to host Linux VMs? Because everything has a windows driver.
    Does microsoft hypervisor even support non-microsoft OSes? I seem to recall that they specifically disabled that functionality when they bought VPC from Conntectix.
  8. yeah, I'm sure it was an honest mistake on White House Tape Recycling Possibly Erased Emails · · Score: 2, Funny

    Cause I can summarize the current administration with one word: honest.

  9. Re:WTF? on YouTube Breeding Harmful Scientific Misinformation · · Score: 1

    Probably the same people who think vaccination is eeevil. But then, if you get your health information from youtube, you deserve the darwin award. So I see no problem.

  10. In other words... on States Claim There is No Match for Microsoft · · Score: 1

    Our slap-on-the-wrist "punishment" has done jack-shit for 5 years. I know! Let's extended for another 5 years! That ought to do it!

  11. I think it's very descriptive on The Fastest Processor You Can't Run · · Score: 1

    "assus maximus" = "huge ass".

  12. It should be abundantly clear by now on GNOME Foundation Helping OOXML? · · Score: 1

    Does anyone still doubt that Miguel de Icaza is a microsoft shill? I think it's time for him to join microsoft and work on their "open source" strategy. Hey, it worked out for Bill Hilf...

  13. Re:1.000.000? on Colbert's Run For President May Be Criminal · · Score: 3, Insightful
    There is a big difference between 1,000,000 people and 1,000,000 Americans.

    Let me guess: people are civilized?

  14. How could this get approved? on OSI Approves Microsoft Ms-PL and Ms-RL · · Score: 3, Insightful
    The "license" states in bold letters:

    This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.

    This is contrary to any Open Source license I know of. The whole point of Open Source is that you can use the software in any way you want. You have to agree to the license only when you distribute. Microsoft is attempting to subvert OSI, just like it has already subverted ISO.

  15. Sure it can on Can String Theory Accommodate Inflation? · · Score: 4, Funny

    They'll just add 5 more dimensions.

  16. Timing on SCO Wants Summary Ruling, Wants To Appeal Unix Ownership Decision · · Score: 1

    SCOX has just filed this motion. Novell gets 15 days to reply, which puts the deadline in the second week of september. Then SCOX gets 7 days to reply to Novell. But the trial is scheduled to begin on september 17. The easiest thing for the judge to do is deny SCOX's motion as moot and say "don't worry, you'll get your final judgment soon enough".

  17. More OOXML shenanigans on Microsoft Bought Sweden's ISO Vote on OOXML? · · Score: 4, Informative

    I'm surprised it has not been covered on slashdot, but similar things have occured in Germany, Switzerland, Norway, Portugal, Australia, etc. Microsoft is determined to push its proprietary "open" format through by any means neccessary:

    http://www.groklaw.net/article.php?story=200708241 23112581

    http://www.groklaw.net/article.php?story=200708151 25524759

    http://www.groklaw.net/article.php?story=200707232 35113424

  18. Re:Open source projects? on Top 25 Hottest Open-Source Projects at Microsoft Codeplex · · Score: 5, Informative
    I think the silly MS license has the same sort of logical error in it. It has boilerplate language that says it applies to use, but it places no restrictions on use. If it's not free, then GTK+ is not free.

    There is a difference. You get GPL/LGPL "EULA" because of brain-dead installers that assume there must be EULA, and/or people who write the install scripts. However, the license itself explicitly states that you do *not* need to accept it merely to use the software. Microsoft's "license" explicitly states exactly the opposite. And while MS-PL does not actually restrict use, MS-LPL absolutely does. Therefore, MS-PL is a trojan horse: it's purpose is to make people accept the idea that controlling how the supposedly "open source" software is used is ok. I do not believe this is a logic error, as you say. I believe it's intentional.

  19. I can't believe people still don't get this on Top 25 Hottest Open-Source Projects at Microsoft Codeplex · · Score: 5, Informative
    Microsoft "permissive license" attempts to control the mere use of the software:

    This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
    So it is neither a "license" nor "permissive". It is unilateral contract, no different than click-through EULA.

    In contrast, Free software licenses (BSD, MIT, GPL, etc.) cover only the distribution of the software. You do not need to accept any "license" just to use the software. For example, here the relevant paragraph from GPL:

    You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.
    So Free software licenses are indeed licenses: i.e. they grant you more rights than what you get by default under copyright law. EULAs, including microsoft's "permissive license" attempt to restrict your rights by controlling how you can use the software.

    So it is difficult to see microsoft's "permissive license" as anything but a trojan horse. Especially since it has an uglier brother, the "limited permissive license", which sounds confusingly similar to "permissive license", but adds a completely ridiculous restriction: you can only run the software on windows.

  20. uhhhm, what? on ISP Guarantees Net Neutrality, For a Fee · · Score: 1

    How is it "net neutrality" if you have to pay extra lest your packets be lost? Sounds more like extortion to me. (or precisely the big telco version of "net neutrality").

    I also fail to see how the ISP can "guarantee" net neutrality. They can do nothing if their upstream provider decides to throttle some sites.

  21. too bad on Putting Anti-Evolution Candidates On the Spot · · Score: 1
    I don't want anybody in a leadership capacity who is capable of believing in something so provably false, whatever that may be.

    Yeah. Too bad you elected the guy who does just that.

  22. in other news... on Jeremy Allison Talks Samba and GPLv3 · · Score: 2, Funny

    slashdot stops posting dupes. No wait...

  23. Who is this guy? on Uri Geller Accused of Bending Copyright Law · · Score: 3, Funny

    Never heard of this guy before. What I know now is:

    - he bends metal
    - he is annoying
    - he is con-artist ... wait, I know! He is Bender!

  24. Re:performance isn't the issue on First "Real" Benchmark for PostgreSQL · · Score: 1
    Postgres SQL syntax is much like using Modula-2: unecessarily anal and restrictive.

    Uhhhm what syntax? ANSI SQL? Can you actually provide any examples, cause what you're saying doesn't make any sense.

  25. Re:performance isn't the issue on First "Real" Benchmark for PostgreSQL · · Score: 1

    Postgres makes Oracle seem user friendly.

    That's saying a lot.


    I guess you never actually used postgres. Or oracle.