Slashdot Mirror


User: oliverthered

oliverthered's activity in the archive.

Stories
0
Comments
5,212
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,212

  1. Re:Share Source is not shared on Microsoft Ponders Shared-Sourcing SQL Server · · Score: 1

    MS says: "You can see ours as well".

    If I can't compile that source you show me and run that version what's to say the 10% of missing stuff isn't backdoors and patches to the version you've shown me.

  2. he has done wonderful things on Bill Gates to Receive Honorary UK Knighthood · · Score: 1

    'he has done wonderful things through his Bill and Melinda Gates foundation'

    Yeh, so would I if I were the richest man in the world, where's my knighthood.

    This stinks of number swiss bank acount + a contract for Microsoft.

  3. Re:Had to buy my laptop retail. on Unix servers up 2.7%, Linux servers up 35.6% · · Score: 1

    I've tried the windows key a hundred times or more under linux and still windows hasn't popped up. I think my keyboard must be broken.

  4. Re:And even better... on LinuxWorld Response to 'How to Kill Linux' · · Score: 1

    You've gone way off topic.

    to quote the original post.

    " If something changed, it's because YOU changed it,"

    and to quote myself.
    "there's nothing the user can do except rm -rf /usr/src/linux and installing a 2.4 kernel."

    cat /proc/version
    Linux version 2.6.8-gentoo-r10

    '- fullscreen games don't work properly, for example Fallout 2 has the Gnome panel visible over it, and a crashing game leaves the screen in wrong resolution and sometimes "detachs" the mouse somehow'

    Well, I can't fix the first one, but make a script for running wine.

    use xrandr to get the screen size
    run wine
    reset it after wine has finished.

    Same idea for the mouse, use xsetpointer I think you give it the device name in /etc/X11/XF86...

    'And programs that rely on some particular timing charasteristics of the scheduler are buggy. They will randomly fail on any system, especially when it comes under load.'

    They seem to work under windows, the wine problem looks like an ordering or synchronisation problem.

  5. Re:"minus all the Hurd parts" on Stallman Calls For Action on Free BIOS · · Score: 1

    I don't care what you say Hurd i many ways it is far superior architecture to Linux.
    For some applications, especially embedded devices, real-time applications or applications requiring near zero downtime or enhanced security Hurd in it's current state is better than Linux in it's current state.

    Stop trolling, unless you can point me to a Symbian desktop that runs on x86.

    n.b. the Hurd 'kernel' isn't really it's the Mach microkernel with some boltons.

  6. Re: not every single Wikipedia user on FUD-Based Encyclopedias · · Score: 1

    That may be good for the 5% of 'hot' or popular subjects but what about the other 95%.

  7. Re:And even better... on LinuxWorld Response to 'How to Kill Linux' · · Score: 1

    Screw windows Linux scheduler under 2.6 doesn't work like the one in 2.4, the 2.6 scheduler makes it's own WRONG mind up about what priorities things should have.

    As for the priority rubbish your spouting, try editing MMTIMER to boost the priority and then running wine as root. (I'll send you a patch if you want?)

    Regardless of windows the 2.6 kernel 'changes' things and the user cannot prevent it from doing so.

  8. Re:That's not "obsolete" on Bill Gates Proclaims US High Schools Obsolete · · Score: 1

    I thought I should add,
    the reason people immediately associate "discipline" with "punishment" is because as you say.... "yet the boys are amongst the best behaved children anywhere. "

    You've associated 'good' behaviour with 'discipline', people just like you will associate lack of discipline with 'bad' behaviour, that needs 'correcting', and correcting someone is deemed to be punishment.

  9. Re:And even better... on LinuxWorld Response to 'How to Kill Linux' · · Score: 1

    hmm... now why doesn't mmtimer work under wine properly... because the Linux kernel scheduler keeps messing around with it's priority and there's nothing the user can do except rm -rf /usr/src/linux and installing a 2.4 kernel.

    kdutz can be also be a pain at times, and having to recompile /modify a driver because kernel 2.6.10 has slightly different memory management from 2.6.5 causes still more problems.

    (I thought the 2.6 bit meant stable?)

  10. Re:Put quite simply... on GUI Pioneer Jef Raskin Has Passed Away · · Score: 1

    And then there was section 508

    'Section 508 requires that Federal agencies' electronic and information technology is accessible to people with disabilities. The Center for Information Technology Accommodation (CITA), in the U.S. General Services Administration's Office of Governmentwide Policy, has been charged with the task of educating Federal employees and building the infrastructure necessary to support Section 508 implementation. Using this web site, Federal employees and the public can access resources for understanding and implementing the requirements of Section 508.'

  11. Re:That's not "obsolete" on Bill Gates Proclaims US High Schools Obsolete · · Score: 1

    well, in the context of the GP MR AC,

    ' Children need discipline. Give a kid a good library and a net connection, and he'll at best read slashdot. AIM and chat rooms will take up the rest of his or her time.'

    I read disciplining, where is said discipline.

    and disciplining is generally taken as 'punishment' (because that's the easy option) I hope as Scout leader you made the task fun and interesting and didn't shout.

  12. Re:That's not "obsolete" on Bill Gates Proclaims US High Schools Obsolete · · Score: 1

    Children don't need 'discipline' they just need the correct kind of encouragement (and no that's not hitting them with an iron stick).

    'Give a kid a good library and a net connection, and he'll at best read slashdot. AIM and chat rooms will take up the rest of his or her time.'
    I can think of a hundred more things interesting on the Internet, like Neo pets etc....

    First encourage kids to read and daydream, then when they are in chat rooms they'll be thinking about things (and probably learning).

    Then once they've found out the kind of near psychosis you can get into with a good book or mental visualisation of an idea they'll be hooked like heroine junkies, and I can see how much discipline a heroine junkie needs.

  13. Re:That's not "obsolete" on Bill Gates Proclaims US High Schools Obsolete · · Score: 1

    You don't seem to know anything about learning.

    First: Tutored learning is vastly more efficient than giving someone a book. This is why my physics teacher was useless, he just gave us a book and said do all the questions on page x-y.

    Second: To be good at self learning you need a hell of a lot more than 'the basics of reading, writing and maths', well unless you want to work the checkout at a shop.
    Do you expect me to look up every word with more than two syllables in a dictionary or thesaurus, spend 6 months trying to work out what a dx/dy is supposed to mean, and then getting it wrong.

    How about interacting with people, you'll have kids who keep getting thumped because they can't read emotions.

  14. Re:YOU can also be a hero! on Unsung Heroes of Open Source · · Score: 1

    dsounsd and mmtimer are broken in the current incarnation of wine (only with the 2.6 kernel I think?).
    This is because the kernel tries to give them a higher priority, which screws things up because they need a more constant priority.

    Blame the 2.6 kernel for trying to be too clever in a way that cannot be disabled.

  15. Re:A quick servey shows. on FUD-Based Encyclopedias · · Score: 1

    'It's embarrassing.'

    even more so when the layman version of the article almost totally wrong.

  16. Re:A quick servey shows. on FUD-Based Encyclopedias · · Score: 1

    Not in this case, ask you doctor (medic or whatever).

    My joints 'click' all the time, after getting the

    you'll get arthritis when your older, from every man and his dog, I researched, asked a few doctors. It doesn't cause any problems at all, it's just pressure equalising in your joints. Just like the chiropractor explanation.

    Anyhow, those three were off the top of my head, I didn't go fishing, and in one of the three cases wiki bowed down to common missconception.

  17. Re:The ONE thing I take away, having read your pos on Unsung Heroes of Open Source · · Score: 1

    learn to try faster, or spend more time thinking.
    I can't write anything legible, because it just doesn't require any though.

  18. Do you use Linux? Know how to breath. on Unsung Heroes of Open Source · · Score: 4, Insightful

    You don't need to code to help out OSS.

    Finding bugs, fix spelling mistakes, doing thorough reviews or usability studies, translating help into different languages or even setting you granny up with Linux all go to help OSS.

    I think the translates do a Gem of a job, and make OSS accessible to a huge proportion of the world.

  19. easy.. on 42nd Mersenne Prime Confirmed · · Score: 1

    Take that Mersenne prime, keep adding 2 onto it until you reach a new prime (it shouldn't take too long), there you have it a non-Mersenne world beating prime.

  20. Re:information is not a democracy on FUD-Based Encyclopedias · · Score: 1

    'I see the poll results as a very scary and informative piece of information about the level of ignorance and superstition in the U.S.'

    Well this is you biased opinion, now just imagine that you were editing wiki.

    'A lot of wikipedia articles on hot-button topics are a lot worse.'
    What about the 'cold' ones, how do they stand up when there isn't such a public eye on them.

  21. Re:information is not a democracy on FUD-Based Encyclopedias · · Score: 1

    well, I've just read through and I don't think that biased language has been used.

  22. not every single Wikipedia user on FUD-Based Encyclopedias · · Score: 1

    However, it is not true that Wikipedia in general has either a bias or an agenda (outside of the agenda of providing a good, accurate and neutral encyclopedia).

    Wikipedia is the sum of it's users, if it's users have an agenda (even through coincidence) then Wikipedia has an agenda.

    Page protection does nothing to stop me waiting a month or two and then putting my jibe in.

  23. Re:information is not a democracy-Self-Supporting. on FUD-Based Encyclopedias · · Score: 1

    Well, in my original comment I said
    It only takes
    13% of Americans believe that Creationism and evolution should be taught as 'scientific theories' in science class;
    16% of Americans believe that only Creationism should be taught;
    or
    20% of Americans believe public schools should teach evolution only;

    to unbalance the article.


    and you said.

    I think you misunderstand the purpose of "reference material". It's not always to favour one POV over another.

    I can only assume that you misunderstood and I didn't. If something isn't a fact it is only based on a POV. It would be very hard to argue that Creationism is a fact and a study shows 80% of Americans aren't sure so I would expect any article in an encylopedia that mentions Creationism have other points of view linked to the article.

  24. A quick servey shows. on FUD-Based Encyclopedias · · Score: 1

    Well here are a couple of common misconceptions.

    Cracking your knuckles does not causes arthritis or anything else.
    Wiki looses

    Interestingly the chiropractic perspective at the bottom isn't reflected in the top of the article, so I expect that someone edited the article without correcting the incorrect top section.

    The way water goes down the plug-hole has nothing to do with centripetal progressions that causes normal weather systems to rotate.

    Nothing in wiki about this.

    Edison did not invent the light-bulb, or at least that claim is weak.

    But google has Edison second to top, so wiki wins here.

    So one out of three.

  25. Re:information is not a democracy on FUD-Based Encyclopedias · · Score: 1

    I came up with a basic , but none the less point-full example. I'm sure if I spent more than 10 seconds I could come up with more. I can certainly pick a few hundred from /. where a similar process is in action(peer moderation).

    This is not 'whatif' it 'is'..

    anyhow which group of people that discuss theories don't discuss 'whatif'?