Slashdot Mirror


User: bobintetley

bobintetley's activity in the archive.

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

Comments · 209

  1. Re:Off the top of my head... on British Man Trades Frequent Flyer Miles for Space Shot · · Score: 2, Informative

    Earth is increasingly short of fresh water....

    Eh? The Earth has the same amount of fresh water it's always had and always will. It's a ">closed system and any water you see/drink/urinate now has been around pretty much doing it's thing since forever.

  2. Competition on Does File-Sharing Really Hurt the Music Biz? · · Score: 1

    Could it be that since 1995 other products (DVDs, video games, etc.) are competing for the disposable income that people previously spent on music?

  3. Re:Great Job, Greggie! on Tech Lobbyist Named to DHS Top Security Post · · Score: 1

    Wow, we are really peeling back the foreskin of quality here

    That is without a doubt the most disgusting metaphor I've seen in some time! Well done!

  4. Re:Increasingly unfortunate name on A Visual Walkthrough of New Features in Vim 7.0 · · Score: 1

    As a sysadmin, I have to ask how features like pop-up spellcheck and "omini" completion will help me edit config files on a vt102 terminal, (OK, my hard terminal is actually a vt520). vim is basically becoming a graphically-dependent editor that happens to use a similar editing structure to vi. Yes, I know about vi compatability mode, but that just throws out most of the last 'n' years of development.

    Those features are aimed at people using vim as a programming editor (although I use it for emails via mutt as well along with just about everything). Also, the article showed gvim, rather than plain vim (which is entirely curses based with the exact same featureset).

    It sounds to me like vim is overkill for what you're doing anyway (way too bloated and packed with unnecessary features for config file editing) - why not stick to a pure vi, like nvi?

    My point? Not that development should be stopped, or that these goll-durned newfangled features ain't right, but that I wish it wasn't always trumpeted as "vi--but better." Most of the 'better' part of is are things that point away from vi.

    From a my standpoint as a developer, it is vi -- but better. From a sysadmin standpoint, it's vi -- but more bloaty with useless stuff. I stick to nvi for servers since vim is just an unnecessary overhead. For day to day work though, I couldn't live without vim.

  5. Re:It is Desktop ready... on Linux Desktop Ready, Says Mainstream Media · · Score: 3, Informative

    ...should be automatically installed by default (OpenOffice, FireFox, Email client).

    But didn't you just say you used Ubuntu? Last I checked OpenOffice, FireFox and Evolution were installed by default....

  6. Re:MIPS patents? on China to Make $125 PCs · · Score: 1

    There are no index registers, no flags, no predicates, nothing.

    Not that I've done any assembly for a while, but without flags how can you perform comparisons (eg: 6502 uses the zero flag for equality in comparisons) and how do you know whether a subtraction/addition operation has overflowed the register without a carry flag? What about conditional branching?

    That aside, MIPS looks like a very elegant architecture (x86 is just nasty).

  7. Re:Doesn't seem right on The Future of NetBSD · · Score: 0, Flamebait

    And you sound like a hopeless fanboy who won't face facts even when the founder of the damn project is telling you it's a bunch of outdated crap.

    He was arguing that the project is irrelevant when it quite clearly isn't and has its place.Just because it doesn't have some of the features of Linux/FreeBSD doesn't make it irrelevant or useless. I was just pointing out that many people find it extremely useful for certain roles (I personally think it's a great, solid server OS).

    Also, he's one of the founders, not THE founder. And a founder who was pushed out 5 years ago at that. Think he's perhaps a little bitter?

    Oh, and calling me names makes you sound like a dick :-)

  8. Doesn't seem right on The Future of NetBSD · · Score: 4, Interesting

    I love NetSBD. It's stable, it's fast, the package management is great (and upto date), NetBSD folks don't seem to feel the need to evangalise and beat people over the head with their OS choice. A lot of interesting development is also done in NetBSD (like integrating Xen into NetBSD 3.0, the CCD driver, RAIDframe, etc).

    I don't understand what this guy's on about - I use it and love it, so do lots of other people, we have upto date software and a great base system. How exactly is NetBSD irrelevant again? Is he bitching because of a lack of marketshare compared to other BSD/Linux distros? In a world of free software, why exactly does that matter?

    It's disingenuous to bitch about the things he does as if they were important - flash file system? So what? Journaled file system? There's a very good reason for the omission of journalling and you can't tell me this guy doesn't know about softdeps.

    Just sounds to me like this guy is pissed off with not getting some kind of glory for his work and it's all sour grapes.

  9. England invalid? on Novell Story Site Launched · · Score: 0

    Well, I tried the signup but to my surprise "England is not a recognised country". Even though I picked it from their drop down box and it was quite clearly visible and zoomed in on the map.

  10. Justifying their model? on Hardware Virtualization Slower Than Software? · · Score: -1, Redundant

    Refresh my memory, what model do VMWare use? Oh, that's right! Software assisted virtualisation.

    And it's better they say? I'm shocked.

  11. Re:Wow. on Intel Open Sources Graphics Drivers · · Score: 3, Insightful

    Yeah! Damn those blobs, giving you all that performance!!

    Why would an open source driver be slower than blobs if the manufacturers created it?

    The way I see it, by giving ATI/Nv my money I'm saying "hey, it's ok to pollute my system with code I can't look at" (and yes, I am capable of looking at it, but even if I wasn't *someone* is and that's the point). So Intel will be getting my money when I buy a new motherboard.

    And it's not just about games - Xgl/compiz, xcompmgr, etc. etc.

  12. OT: Moderation on Intel Open Sources Graphics Drivers · · Score: -1, Offtopic

    WHY is it that every time I post a comment some total tool mods me overrated? It was a relevant comment to the discussion, one I think many people share (we're sick of there being no decent 3D cards with non-proprietary *nix drivers).

    Whoever gave me that overrated mod. Fuck you, I hope you get cancer you power-drunk knob-jockey.

  13. Wow. on Intel Open Sources Graphics Drivers · · Score: 2, Interesting

    This is a great move by Intel - I know which vendor I'll be picking for my next 3D card. I HATE that I only have the choice of Nvidia or ATI's "mystery binary blobs" to play games.

  14. Re:Link? on What's Fedora Up To? Ask the Project Leader · · Score: 1, Flamebait

    Did I miss something?

    Yes. You're supposed to ask a question, which will be submitted to Max and he can answer in a later article.

    Welcome to Slashdot :-)

  15. Re:Why not just start with the basics? on Microsoft Invites Black Hats into Vista · · Score: 1, Troll

    chroot jails are a BSD thing, actually.

    Actually, the BSD jail is far more than a chroot. Chroot has been available under Linux/Unixes for a long time.

  16. Shock! on Lead PHP Developer Quits · · Score: 3, Funny

    Oh my god! He used the phrase "could not care less" correctly! Obviously not an American ;-)

  17. Re:Moneydance on GnuCash 2.0.0 Released · · Score: 1

    ...but I just figued with the lack of good accounting apps out there for linux...

    There are plenty of good free personal finance apps for Linux without having to buy a licence for a proprietary java application.

    I personally use FruityBanking, although I'm a little biased since I wrote it. It's modelled on GnuCash, but with a web interface, and written in Python so everyone can play and it's flexible, open, easy to build on and compatible with SQLite, MySQL and PostgreSQL.

  18. Re:Well excuse me on Is Distributed Computing Being Distributed Badly? · · Score: 1

    ...Math? Who needs it... Does this sound rediculous to you?

    Spelling? Who needs it ;-)

  19. Re:I;m sick of this on FCC Approves New Internet Phone Taxes · · Score: 1
    ...don't keep electing back the same morans...

    I'd like to nominate this "best irony in a post seen on Slashdot. Ever."

  20. Re:Genius on Google Releases AJAX Framework · · Score: 2, Informative

    I'm suprised no one, especially Sun, have tried it earlier.

    They did (along with lots of other OSS toolkits - get googling)

  21. Article is a troll on Macs May No Longer Be Immune to Viruses · · Score: 4, Informative

    What a load of rubbish - viruses infect via operating system and application vulnerabilities, the chipset those are running on has very little relevance.

  22. Re:Make as much noise as you like... on FCC Commissioner Wants To Push For DRM · · Score: 1

    Just don't confuse your hobby with your job.

    Yeah, no-one likes a jobby!

  23. Unfair on Sun Opens Modeling Tools · · Score: 4, Informative

    For the benefit of the grouchy mod that didn't find this funny, EMF were a UK band who had a chart-topping hit - "Unbelievable".

    Made me laugh anyway - sorry, no mod points today.

  24. Re:Math? on First HD-DVD Player Goes On Sale · · Score: 1

    Actually, Less is much better than more. It has a website for starters.

  25. Cheap but not free on NVIDIA Releases new Budget GPUs · · Score: 2, Insightful

    Now that's cheap enough for me to afford.

    It might be cheap enough for you, but it certainly isn't free enough for me.

    I use NetBSD and I doubt they'll be porting the proprietary drivers anytime soon.