Slashdot Mirror


User: welsh+git

welsh+git's activity in the archive.

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

Comments · 256

  1. Re:No, and I won't on Are You Using SPF Records? · · Score: 1

    You really haven't thought this through, have you?

  2. Re:Look out! on The DIY Book Scanner · · Score: 1

    I forgot - this is slashdot - you didn't read the article, right?

    He said one of the motivations was the high price of textbooks.

    So obviously he's going to borrow them from friends/libraries

  3. Re:Why would a desktop user would run it? on FreeBSD 8.0 Released · · Score: 1

    >> faster routing code (all juniper routers run a modified version of fbsd, for good reason)

    > Yes, the good reason is the BSD license. They can use it for free and make money out of it without needing to opensource nor contribute back anything.

    Way to go shooting yourself in the foot. Whilst what you say is actually correct, Juniper DO contribute back to Freebsd.

    If you'd read the bloomin' article (yes, I know, this is slashdot) it even mentions some of the stuff they've contributed to the 8 release!

    Your GPL-warped brain seems to think that the GPL is the only way to get stuff contributed.

    Take your blinkers off

  4. Re:if only... on FreeBSD 8.0 Released · · Score: 1

    I have been backing up my servers using ufs snapshots since FreeBSD 7.2 and have no problems.

    I also use snapshots for immediate access to historic versions of files, again no problems.

    It works and works well.

  5. Re:if only... on FreeBSD 8.0 Released · · Score: 1

    Well said.

    Linux people talk about freedom and following standards and keeping things open, and yet they come up with awful linux-only hacks and conventions.

    Like, why come out with ALSA, when they should have fixed their version of OSS instead..

    I was amazed logging into a linux box recently how un-unix it's becoming.

    That old comment "FreeBSD is for people that like Unix - Linux is for people that hate windows" is truer now more than ever.

  6. Re:Awesome! on FreeBSD 8.0 Released · · Score: 1

    The main problem here, is that you don't know what you're talking about. - probably because you are blindly ignorant due to your view that the GPL way must be the only way to go.

    Apart from Apple, 2 off the top of my head:

    Yahoo contributed accept_filters and currently house servers on behalf of the freebsd project.

    Blue Coat has contributed network routing architecture done by their senior network architect, Qing Li.

    That's just 2 off the top of my head - google for the many others

  7. Re:I'm sure it didn't help. on Did Chicago Lose Olympic Bid Due To US Passport Control? · · Score: 1

    I'm also from the UK, and this mirrors my opinion exactly

  8. Re:I was thinking the same thing on Initial Reviews of Google Wave; Neat, But Noisy · · Score: 1

    totally agree - that's the same reason I stopped using MSN etc.

    Though, I still use facebook (but marked 'offline' for chat purposes)

    That way, I can still communicate with people, but when I want to.... Just like with email, but a bit more convenient in some cases

  9. Re:Thanks OpenBSD on OpenSSH Going Strong After 10 Years With Release of v5.3 · · Score: 1

    I don't have ftpd on my systems, or rsh and telnetd etc.

    I use "scp -R" to transfer lots of files neatly from place to place.

    Sometimes I do it from one machine on my local lan to another machine on my local lan, less than 2 feet away. It would be nice in these circumstances to disable encryption, simply to speed up transfer.

  10. Re:The law is on London's side on UK's National Portrait Gallery Threatens To Sue Wikipedia User · · Score: 1

    By your reasoning, any photographs taken of mountains, seascapes, rivers, the statue of liberty, Big Ben, The White House etc. should not be the property of the photographer, because the places are either not owned, or are in public view, or are in the public domain.

    Probably more than half the photographs that sell commercially should be public domain by your reckoning

  11. I used to do this 8 years ago on Call Someone – Without Having To Talk To Them · · Score: 1

    I don't know how easy it is on most phones, but my phone was able to retrieve the 'diverted-to voicemail number'

    It was a standard number, that was diverted to if my main number wasn't answered or was unavailable.

    I used to give this number to most people for this very purpose.

    Ok, so this is 'recipient' rather than 'caller' initiated, but hey.

  12. Re:Whatever happened to orbital solar panels on Texas To Build $4.93B Wind-Power Project · · Score: 1

    I wasn't making a joke - but I realised that after I posted it.

    Sorry, brain-dead moment :blush:

  13. Re:braces on Best and Worst Coding Standards? · · Score: 1

    I can't stand seeing the closing brace of an if statement sharing a line with an else, like so:

    if( condition ) {

        statement1;
    } else {

        statement2;
    }

    This will be totally unpopular, but the thing in your example that strikes me as worse is not having the open and closing braces in the same column. No-one else seems to, but I prefer:

    if (condition)
        {
            code-block-1;
        }
      else
        {
            code-block-2;
        }

    That seems much more obvious to me.. If you need to debug, you can also get a good feel for missing brackets with:

    egrep '{|}' x.c

  14. Re:Something to keep in mind on Texas To Build $4.93B Wind-Power Project · · Score: 1
  15. Re:Whatever happened to orbital solar panels on Texas To Build $4.93B Wind-Power Project · · Score: 2, Funny

    Not if all that heat/light is collected and converted into electricity!

  16. Re:Opperating at 138 kV!!! on Superconducting Power Grid Launches In New York · · Score: 2, Interesting

    Why is the voltage so high ?

    Surely, if there is zero resistance, then there is no need to reduce the current to save on energy loss, so why still transmit at such a high voltage with the superconductor ?

    TIA

  17. Re:Don't expect any radical shift on Five Ways Microsoft Could Change After Gates · · Score: 1

    The post I was replying to said how every windows installation has been a dream.

    I simply pointed out that in my situation, that hasn't been the case.. Yes, if you are organised, you can get the drivers beforehand, or from another machine, but there have been numerous times where I've been asked to fix/reinstall someones machine that's died after a few years, and they've not got the OEM disk, and it's the only PC, and therefore no net connection, and I've gone there 'blind', not knowing what devices are in the machine, and it's a simple fact that faced with a generic FreeBSD disk, and a generic Windows disk, the FreeBSD one has picked up slightly more obscure stuff more readily than the generic windows disk.

    Sure, if you know your hardware beforehand, or have a working station nearby then you CAN get the drivers -- and as I just wrote in a prior message - in the case where the driver doesn't exist on the FreeBSD install disk, it is FAR EASIER to get a windows driver from somewhere...

    But for 'out of the box' standard install CD, I've found for slightly older hardware, the windows install doesn't come out the best.

    Cheers,
    J

  18. Re:Don't expect any radical shift on Five Ways Microsoft Could Change After Gates · · Score: 1

    I have to agree - whilst I stand by my original message, if you do get to a point where there is no working driver for FreeBSD (or Linux) then things are much harder than having to dig a MS driver from a website.. As you say, it's an unfair advantage, but Joe Public doesn't know or care about things like that.

  19. Re:Don't expect any radical shift on Five Ways Microsoft Could Change After Gates · · Score: 1

    More importantly, as users get more and more of their software running on the "native new OS", they'll be confused and annoyed how their legacy stuff (running in an emulator - which they don't care about) is so unable to integrate with their new software.

    They'll virtually be running 2 seperate systems, and will not be able to drags documents and apps from one system to the other

  20. Re:Don't expect any radical shift on Five Ways Microsoft Could Change After Gates · · Score: 2, Interesting

    I'm sure you're not trolling, but neither am I:

    In my experience, windows installs ok, if you have the manufacturers install CD that came with the PC, or if the machine is totally popular and 'generic' as far as drivers go.

    If you don't have the manufacturers install CD, it's generally a pain in the butt - you have to manually search for sound card drivers or video card drivers etc.. Easy for you and me, but not so much for others.

    On the other hand, on the same 'more diverse' machines, I've always found that a FreeBSD CD installs out of the box - the default CD has far more drivers in its generic kernel than windows appears to (and before the Linux people say it - I fully expect their experience would be similar to the FreeBSD one - I just don't have the experience to say one way or the other)

  21. Club Ibiza! on Best DNS Naming Scheme For Small/Medium Businesses? · · Score: 1

    I used to work in a big company, and they had boring rigid names for all servers, based on the location and a numbered code.

    At one time, I was responsible for the build of three servers, and I named them after 'super-clubs' in Ibiza. (privilege, amnesia, and space)

    When my boss asked me how the names came about, I wasn't quite so truthful:

    PRIVILEGE - "As this was the 'sysadmins' server, only privileged people used it."

    AMNESIA - This machine actually had memory problems and needed new memory chips before I rebuilt it, so that was my explained reasoning for this one.

    SPACE - This was the network file store, and had a huge amount of free disk space....

  22. Re:huh? on Irrigation Controller Stolen, Wirelessly Rescues Itself · · Score: 1

    It's only one click to RTFA :-(

    QUOTE:
    We're able to do the programming and communicate to the controllers through our laptops or Blackberries," said Glen Killmer, a branch manager for The Groundskeeper who is in charge of the Continental's acreage. 'This particular controller had stopped communicating."

    A Groundskeeper irrigation technician sent to the site discovered that the piece of equipment, worth several thousand dollars, had disappeared.

  23. old skool on Best Color Scheme For Coding, Easiest On the Eyes? · · Score: 1

    I use :

    xterm -bg black -fg green

  24. Re:Does anybody run OpenSolaris on non-Sun hardwar on SCO Fiasco Over For Linux, Starting For Solaris? · · Score: 1

    Oh man, don't!!! Most people here are parent-basement living kids who's religion is Linux... Your well-balanced, and informed comments won't go down well here!

  25. Re:Does anybody run OpenSolaris on non-Sun hardwar on SCO Fiasco Over For Linux, Starting For Solaris? · · Score: 1

    slashdot is the home of the linux fanboys, remember ;-)