Slashdot Mirror


User: mattyrobinson69

mattyrobinson69's activity in the archive.

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

Comments · 1,651

  1. Re:Thanks for the roadmap, Samba guys! on Samba 4 Reaches "Susan" Stage · · Score: 1

    This would never happen - bill gates would never be polite about it.

  2. Re:the Devil is in the Details on Preview of KDE 3.4 · · Score: 1

    kde is amazingly configurable (i have my transparent kickers down the left and across the top), i'd list all the things ive changed from default but i just cant be botherd.

    you can change the icons to something else, have a look at kde-look.org.

    XFCE is pretty cool though, for my girlfriends old p1-mmx 233mhz machine.

  3. Re:HAHA on Open Source Multimedia Center For Windows · · Score: 2, Insightful

    i use gentoo and before that slackware, ive never had to chmod my dsp device, even on advanced distro's like gentoo and slackware.

    sound is now very easy using alsa (alsaconf)

    device management is now very very easy using
    udev, hotplug and coldplug

    package management (including dependancies) is very simple now using apt-get or emerge (slackware's not there yet).

    i cant think of anything else that supposed to be hard, but im sure its not quite there for everybody.

    maybe its just because im now used to using linux and it seems natural and actually find it easier to use than windows (it does what i tell it rather than guessing what it thinks i want).

    Im sure times have changed since last time you tried installing a distro at home, if you get time try one.

    *not a troll, but i am now familiar with linux and prefer administering it in a home environment to windows and i know that things were not always this easy.

  4. Re:Fundamental Architectural Issue Here on Failed Win XP Upgrade Wipes Out UK Government Agency · · Score: 1

    A final question - how on earth do DWP recover 60,000 unbootable PCs?

    if boot from floppy is enabled in the bios, just make a custom bootdisk to recover from a central backup (presuming they use images to create new machines), make plenty of copies and walk round putting them in every machine, turning them on and taking the disk out when its finished (and pray).

    if boot from floppy is disabled, it would take fscking ages

  5. Re:Come on! on Failed Win XP Upgrade Wipes Out UK Government Agency · · Score: 1

    you'd botch the source code, which isn't a problem as it isn't used unless its being compiled (if it was even on the machine in the first place). The bzImage for a broken kernel (unless it was broken in the sense of no ext2 support for example) would not compile, so there would be no botched image to roll out.

    apt-get?

  6. Re:Not NECESSARILY Microsoft's Fault on Failed Win XP Upgrade Wipes Out UK Government Agency · · Score: 1

    well i know that a new kernel version would be easy enough as long as all the machines were x86, just compile a custom kernel with generic optimisations, compile everything which could possibliy be used and use udev/coldplug on all the machines, that way the device nodes would be made on boot, from modules loaded as needed.

    *im not claiming to work in IT, or have knowledge of networks bigger than 5 computers (home) but i do know this is possible with a kernel.

    Plus, using debian (im not a debian nut, i use gentoo myself), an upgrade wouldn't be neccesary, ever - just use apt-get as a cron-job to keep all the desktops nice and secure.

  7. Re:A step in the Right? direction? on Unifying Linux Package Management · · Score: 1

    its fine apart from the initial install, which i plan to never do again (im going to start backing up).

    I like the flexibility of gentoo anyway, use flags are great and you cant do that with binary packages.

  8. Re:Dependencies? on Unifying Linux Package Management · · Score: 1

    I used to run slackware, downloading and compiling from source manually. i didn't used to mind chasing dependancies that much.

    I switched to gentoo and i dont think i'd beable to adminster slackware long term again without having suicidal tendancies.

    I think the best bit is that i can do something like emerge k3b and it will emerge xorg, kde, qt, alsa, cdrtools etc, from a base system.

    What i think is needed is a distro that is gentoo except for a graphical or ncurses based install thats as easy as installing mandrake or redhat (boot the cd, follow instructions, choose packages from a list, let it do its stuff)

  9. oo oo on Linus, Monty, Rasmus: No Software Patents · · Score: 1

    pursuade the creators of the _first_ operating system on a digital computer to patent the method of controlling transistors by using commands entered by human readable characters (or something like taht) and put some money toward it (i would), then if any bad people decide to sue over software patents, just sue them for writing software and refuse them a license.

    Would this be possible? no, i mean outside america.

    (not a troll, just a badly guided plan - mwhaha)

  10. Re:A step in the Right? direction? on Unifying Linux Package Management · · Score: 1

    gentoo's the same, ive not installed one package that wasn't in portage - even vmware workstation is there, you just need the serial. Some packages you have to download yourself (because of crappy licenses), but once you do, the ebuild handles the dependancies for it.

    I very much doubt gentoo or debian would change their package managers so it could use anything else - i like it just the way it is (apart from the fact ive been compiling gentoo since 4am monday and its now 11pm tuesday - hoping to be complete by 2moro afternoon)

  11. Re:they are slooow on The Tech Support Generation · · Score: 1

    i think its funny that you were modded insightful rather than funny.

    I have to agree though, when i do my dad a favour and fix his computer for him, he wants to watch. Him wanting to watch means i have to use the mouse to do everything and take no shortcuts.

    "no wait, go back, i didn't see that"

    whats the point anyway, when i have to go back and fix it myself everytime anyway?

    I fixed the problem for the longterm by installing firefox, deleting the IE icon, teaching my family to only download from websites they know they can trust, and I installed AVG and the resident spybot doodar.

    Everything that will autoupdate is set to autoupdate and ive told them to turn their computer on and leave it on from 6pm (it runs at 18:10) and leave it until everything is finished.

    For single cell copying of entire spreadsheets, there is no cure.

  12. Re:Patents on logic? on Microsoft Patents 'IsNot', Enlists WTO · · Score: 1

    You could patent a method to compare the values of two computer memory addresses by using logical programming constructs (==, !=, !!, &&, etc).

    You have as much right to license logic as they do.

  13. Re:From Joel's blog on Joel On Software · · Score: 4, Funny

    Thats not true. My computer doesn't didn't care about me and crashed frequently. Then i decided to start caring for it and installed linux and now it shows its love.

  14. hmm on Where Is The Plug-and-Play Linux Office System? · · Score: 1

    like my gentoo system (if i added the cronjob)

    coldplug for booting up
    hotplug for hotplugging of devices
    udev for the device node creation
    and a cronjob to run emerge sync ; emerge -u world every night or whatever

    The same could be done with any distrobution (although as far as i know only gentoo and debian derivatives have emerge/apt-get type capabilities).

    Infact there's many gui's for apt-get, and one that i know of for emerge (although kentoo for emerge isn't that great). Plus there's kpackage which afaik will be a gui to any popular package system, if it does scheduling, i dont know.

  15. Re:My head, she is wanting to explode. on Senate May Rush Copyright Legislation · · Score: 1

    *smiles and waves*

  16. Re:Sooo... on Gentoo Linux Releases 2004.3 · · Score: 1

    Gentoo is very customisable, you get to choose exactly whats going on.

    emerge (a python script to download packages and install them for you, for example emerge opera)

    its not neccessary to compile from source, but you can.

    USE flags, store these in a central place (/etc/make.conf) and every package will be compiled for support for everything the package wants support for, as per the use flags, eg, if i have 'live' as a useflag and i emerge mplayer, it will emerge mplayer with support for the real networks streaming codec.

    there's probably more, but i cant think of it right now.

  17. Re:ARGH! on Gates v. Jobs, continued... · · Score: 1

    yeah, but i could still take him.

  18. ARGH! on Gates v. Jobs, continued... · · Score: -1, Troll

    bill gates is so arogant.

    bill - if your watching, punch yourself in the face for me, eh?

  19. Re:So on U.S. Military To Create Its Own Internet · · Score: 1

    Unless they use protocols which can not be routed on the internet. Plus, it would have to be one hell of a connection (i spose ISP's could provide it though, aslong as its not illegal to do so under the terms of connection to the gov's wan.

  20. Re:Why is this a big deal? on Winamp Down for the Count · · Score: 1

    new codecs, new network streaming protocols, new graphic API's (more effiecient or whatever).

  21. Re:Question on MS Indemnifies Customers Against IP Threats · · Score: 1

    If Microsoft have an enormous patent stockpile, the OSDL members have a very enormous patent stockpile, remember this includes IBM who spent the 1980's suing people for "infinging on a hair style whereby the hair is worn 'business at the front, party at the back'"

    Part of that was for humor purposes only, but IBM do have a big (bigger?) patent stockpile.

  22. Re:Here we go on MS Indemnifies Customers Against IP Threats · · Score: 1

    iirc Novel aren't suing for patent infringement. They are suing for Microsoft unfairly wielding their OS monopoly to gain an artificial monopoly (and displace novel) in the word processor market.

  23. I currently prefer opera on What's Next For Mozilla? · · Score: 2, Interesting

    what would make me switch from opera to firefox would be automatic saving/loading of sessions, tabbed browsing to act the same as opera and adblock bundled with the installer.

  24. Re:Google hosted homepage on Firefox 1.0 Released · · Score: 1

    How about google wanted to stay the leading search engine and setting it as the homepage in a major browser would help them, whilst helping the mozilla project by hosting the homepage to save them bandwidth.

    Its a win-win agreement, i recon.

  25. hee hee on 2004 IOCCC Winners Source Code Released · · Score: 1

    wouldn't look good on a CV: ...and in 2004 i wrote the most obfusicated code known to man..