Slashdot Mirror


User: bigredradio

bigredradio's activity in the archive.

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

Comments · 496

  1. Re:Great work! on Slackware 12.2 Released · · Score: 1

    So you have enough processing load that you need over 4GB of ram?

  2. Will it be compliant to the rfc? on An Open Source Coffee Machine · · Score: 4, Funny

    Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0)
    http://www.ietf.org/rfc/rfc2324.txt

  3. Flamebait on Why Use Virtual Memory In Modern Systems? · · Score: 0, Flamebait

    Pst... You posted to ask Slashdot and mentioned you use Microsoft Vista? Flamebait

  4. Re:Apple is behind it! on Apple Believes Someone Is Behind Psystar · · Score: 0, Troll

    You forgot that people buys Macs because Apple monitors look best with their orange sunglasses.

  5. Re:bad testing on Real-World Benchmarks of Ext4 · · Score: 1

    I was wondering if I was the only one who saw that. Thank you. I totally agree.

    You can add to your list:
    Grow the filesystem online by 32GB
    Put oracle or some other database on it
    Use it for /var and run a real mail server.

  6. Re:The obvious solution on Worm Attack Prompts DoD To Ban Use of External Media · · Score: 1

    I think you misinterpret the needs of the DOD. In cases where important systems are in place they use UNIX. It's all the systems running outlook, MSWord, visio and other office products that are to blame. Tough part is, (even I have used it for years) OpenOffice is just not ready for the common user. Or better yet, the common user is not ready for OO or any OS other than Windows. Just transitioning them to [ add flavor of ubuntu here ] is not that easy.

  7. Re:My eyes, they burn! on AP Suspends DoD Over Altered US Army Photo · · Score: 1

    The only exception is playboy. No one seems to mind a little air-brushing there.

  8. Life after college on Beating the College Bubble · · Score: 4, Funny

    Humm.. the article quotes "stuck living in their parents' basement for 10 years" like that is a bad thing.

  9. Re:Good to see Bruce back on Now From Bruce Schneier, the Skein Hash Function · · Score: 2, Insightful
  10. Bankruptcy and layoffs on Tesla Motors Shaken Up, Laying Off · · Score: 2, Funny

    Wow, with all this talk of layoffs, Tesla is really starting to look like a REAL American car company. Detroit would be proud!

  11. Humm... I am glad my doctor dissected a frog. on Woman Changes Name To Web Address · · Score: 1

    I do not know about you, but understanding anatomy is a pretty good skill. Especially if you plan on becoming a doctor. Although I am not a doctor, as a parent I have found myself in the position of diagnosing "bo-bos". Understanding anatomy does come in handy after high school.

  12. Statistics ....Statisics on 99.8% of Gamers Don't Care About DRM, Says EA · · Score: 0, Redundant

    Ya know, 90% of all statistics can be made to say anything...50% of the time.

  13. Re:Goodfellas on Russian Police Know Who Wrote Gpcode Virus · · Score: 1

    Nice pull. That made my morning. (/me puts Goodfellas into netflix queue).

  14. Let me be one of the first to say... on Integrated Circuit Is 50 Years Old Today · · Score: 1

    Thanks Jack.

  15. Re:Correction on Bottom of The Barrel Book Reviews-Confessions of a Recovering Preppie · · Score: 1

    LOL, that was damn funny.

  16. Re:LVM + EXT3 on Best Shrinkable ReiserFS Replacement? · · Score: 1

    Sorry to be the accuracy police, but LVM does not change the size of the partition. You can change the size of the Logical Volume which filesystems are built on. The idea of LVM is to not use partitions, but use a virtual device that is more flexible. Also, you can easily grow filesystems, but shrinking is not supported by resize2fs. (AFAIK)

  17. Re:I can only speak for myself on Best Shrinkable ReiserFS Replacement? · · Score: 1

    Looks like you are talking about a problem creating snapshots. It appeared that users don't understand how snapshots work and created them too small. Then the COW functionality fails because the snapshot LV fills up. It needs to be large enough to handle changes that are made during the time the snapshot is created.

    You are welcome to NOT use LVM, however, until there is another Volume Manager for Linux (that does not cost money), this is our best option. ZFS is promising, but still far from being included in the kernel as standard.

    When you mention "critical data" and mythtv recordings, you obviously do not use Linux in a large IT department. LVM is crucial for production systems. Just about every Unix has some form of LVM. LVM for linux is based on HP-UX's implementation. The "rare" instance you are talking about, does not out-weight (in my opinion) the benefits of LVM.

  18. Re:Correction on Bottom of The Barrel Book Reviews-Confessions of a Recovering Preppie · · Score: 3, Insightful

    Most likely the Indian students have better study habits. Based on the review, the author probably assumes that they MUST cheat because they get better grades. This is speculation since I have not read the book, but I have heard that rhetoric before.

  19. Re:Courts are Public on Nonprofit Group Sends Filesharing Propaganda To Students · · Score: 4, Interesting

    I think that is their intent. Except the RIAA wants them to be defendants instead of spectators.

  20. Re:Do they run linux? on Red Hat, Fedora Servers Compromised · · Score: 1

    That's no moon it's a ....ah nevermind...

  21. Re:Insurance? on How Do I Prevent Lan Party Theft? · · Score: 1

    I just wonder how much money you can get for a 2,3, or 4 digit UID on ebay? Mine is not worth much, but you could make a few bucks.

  22. Re:Insurance? on How Do I Prevent Lan Party Theft? · · Score: 1

    Why would they want to hold the party in their bedroom?

  23. Re:nothing we haven't been saying for years on Game Developer's Response To Pirates · · Score: 1

    I agree. This goes for movies, music, copies of photoshop, MS Windows, etc. If tech savvy people can just download it without any repercussions, then they will. Personally I like some DRM as a way to keep people honest who otherwise would not be. If the path of least resistance is to take out their wallet and buy it, then I am all for it. (I am a paid developer, so I am a little biased). There will always be pirates, but a little DRM cuts out more than 90% of pirates. And the other 10% that still pirate weren't gonna buy anyway.

  24. Re:Herman Miller Aeron on Best Chair For Desktop Coding? · · Score: 1

    I'll second that.

  25. Re:No! You have to use BOTH! on How To Perform a Bare-Metal Backup On Linux LVM · · Score: 1

    Not RAID 5, but you can map two physical extents on different disks to a single logical extent. This would be similar to RAID 1.