Slashdot Mirror


User: SmallSpot

SmallSpot's activity in the archive.

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

Comments · 6

  1. Re:NBD? on NetBSD's Real-Time Network Backup · · Score: 2, Informative

    Not the same as NBD, but it is very similar to DRBD (http://www.drbd.org/). I've used DRBD before, and it works quite nicely.

  2. It's NOT OK on Computer Crash Reactions Examined · · Score: 1

    My wife had her laptop crash while working on here thesis. She looked at the screen and it said something like "Application Failed, exiting" and an "OK" button. She said: "No, it's not OK. I want a "Not OK" button!"

  3. Re:IEEE Membership on Who Will Pay For Open Access? · · Score: 1

    Here's a novel concept. Why don't they lower the price and make it more accessible. I'm an ACM member and journal access in ACM is a *lot* cheaper than IEEE's. I would be an IEEE member if I could afford it.

  4. How about the Intel SE7520BD2 on Where are the Large RAM Systems? · · Score: 2, Informative

    According to the docs at http://www.intel.com/support/motherboards/server/s e7520bd2/sb/CS-013543.htm, this board supports up to 24GB with the right kind of RAM, assuming you can find 4GB RAM. With 2GB sticks, you could get 12GB.

  5. Re:Fair Use. on Microsoft Asks Slashdot To Remove Readers' Posts · · Score: 1
    I'm not a lawyer, either, but I have done some reading on this. Fair use is a tricky thing, generally decided on a case-by-case basis. The people who posted these might have violated a license agreement (of questionable legality itself). Maybe not, is bypassing the click through violating the license? Hard to say. I know of no legal precedent for fair use and licenses and copyright intertwined like this.

    As far as Microsoft backing down, well, that's a big risk. If I were them, I'd do everything possible to avoid the DMCA going to court because it is so shaky from a constitutional point of view. But you never know. They have a lot of money and a lot of nerve.

  6. I used Ada by choice on Why Not Ada? · · Score: 1

    I actually chose to use Ada95 on a project. I found out about it because I bad-mouthed it in ignorance, then I thought "I really don't know anything about it, maybe I should research it a little before I deride it". I was pleasantly surprised and I did a moderate sized project in it that turned out well. I wouldn't say the same thing about Ada83. It lacks basic mechanisms to do polyporphism and it's task constructs are to large grained. But it just took a few small changes to end up with Ada95, which is the best general purpose language I have ever used, IMHO. What am I using now? Well, Java. It's certainly less error prone than C++. We are using it because it's a lot less error prone than C and C++ and doesn't have the stigma that Ada has.