Slashdot Mirror


User: SlightOverdose

SlightOverdose's activity in the archive.

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

Comments · 221

  1. Re:But he neve said. . . on New Discovery Disproves Quantum Theory? · · Score: 1

    My Mother could manage to install software on Windows 95. She can't on Linux.

    If it's not ready for my mother to use it as a desktop, it's not ready for the desktop.

  2. Re:Well there's your problem... on New Discovery Disproves Quantum Theory? · · Score: 1

    lol.

    Still exactly the same problem though. I can't be sure everything I want is in apt (or ports, or portage, or any other 3rd party repository).

  3. Re:But he never said. . . on New Discovery Disproves Quantum Theory? · · Score: 0, Offtopic

    My big issue is software installation. 3rd party repositories are a fundamentally flawed system- I can't install most applications as they either arn't in a repository, or my distro (FC3) is not supported [anymore].

    After 10 years of using Linux, I still have trouble installing software. My mother can do it on windows.

  4. Re:But he neve said. . . on New Discovery Disproves Quantum Theory? · · Score: 0, Offtopic

    Damn you! beat me to it!

    I was just saying this to my boss today. in 2000, Linux was '5 years' from being ready for the desktop.

    What happened?

    (This isn't a troll. I honestly feel Linux has gotten virtually nowhere since then, except for mabye a slightly nicer KDE).

  5. Will it actually keep running on A Clock That Runs for 10,000 Years · · Score: 1

    While the clock's designed to theoretically keep 10,000 years worth of time accurately, will it actually last that long? If the large version could be engineered well enough to still be running in 10,000 years time with minimal maintanance, it would be an excellent momument to future generations.

    In 10,000 years time there will probably be little else left of our era, and something like this could make the difference between this period being known for war and polution or being known for amazing increases in technology and engineering.

    Just imagine- One day this thing could be placed amongst the statue of liberty and the pyramids of giza as wonders of the ancient world!

  6. Hornet (was Re:no sql?) on TurboGears: Python on Rails? · · Score: 1

    Archetypes does not handle Object-Relational mapping well, and shouldn't be used to store relational data regardless- The ZODB was not designed for large numbers of objects, and most certainly doesn't handle relational data well.

    Try Hornet (http://www.plone.org/products/hornet). It stores everything directly in a relational database, works with ZODB transaction (So it commits and rolls back at the same time, keeping ACID complience), and uses lazy iteration to handle millions of rows without a problem. Plus, As far as any regular zope app is concerned, you can treat it as a normal folder/object in Zope/Plone whatever.

    Theres no excuse to ever store relational data in the ZODB again :)

  7. Re:Working on Athlon64 yet? on Another Step Towards BSD on the Desktop · · Score: 1

    settle down mate. It was an honest question for someone with a very rough idea of what version he tried.

    I'm terribly sorry if I don't have a serial console handy to capture the output, but I'm just an average user wanting to try something. I'd hardly call it whining.

  8. Re:The best web dev framework you've never heard o on What are the Next Programming Models? · · Score: 1

    I absolutely hate this style of templating- it makes it incredibly difficult to debug. I like to be able to skim through an entire html page at once. Flow control in a template to, say, repeat over a dataset is NOT business logic and doesn't need to be seperated. If you're using something like TAL this becomes much simpler-

  9. Re:The best web dev framework you've never heard o on What are the Next Programming Models? · · Score: 1

    <:import foo:>
            <table>
                    <:for `foo.Users.getSome()` u:>
                            <tr><td><:val `u.username`:></td></tr>
                    <:/for:>
            </table>

    And just like virtually every other templating language, it makes the same mistake of putting flow control seperate from the html (Not to mention escaping into complex python expressions when it really isn't needed), which leads to a complete mess in anything more complex than a simple repeat example.

    Now TAL on the other hand

    <table>
        <tr tal:repeat="user foo/Users">
            <td tal:content="user/username">
        </tr>
    </table>

    Much cleaner- you don't have to constantly 'escape' into another language.

  10. Re:Working on Athlon64 yet? on Another Step Towards BSD on the Desktop · · Score: 1

    Mod this guy up. He speaks wise words.

  11. Re:Working on Athlon64 yet? on Another Step Towards BSD on the Desktop · · Score: 1

    > Net, Free, Open? What BSD are you using?
    FreeBSD 4.5

    > dmesg + ps/trace

    Not sure how I'd go about getting that when the kernel has panic'd (On startup).

  12. Re:Working on Athlon64 yet? on Another Step Towards BSD on the Desktop · · Score: 1

    Kind of hard to do when the system is completely unresponsive.

  13. Working on Athlon64 yet? on Another Step Towards BSD on the Desktop · · Score: 1

    Last time I tried BSD (Only a few months ago) I was getting kernel panics before I could even boot up on my Nforce4/Athlon64 system.

    Anyone know if this has been fixed yet? (Or if I'm doing something wrong?) I've been eager to switch to BSD for a while to get around Linux VM Issues.

    (Failing that, anyone know how to get Linux to kill the offending process (Like every other OS) rather than grinding to a screaming halt whenever a shoddy program decides to memory leak it's way through a gig of RAM? )

  14. Re:Shows just how powerfull the human brain is on Robot Catches High Speed Objects · · Score: 1

    http://www.firstscience.com/site/articles/gravity1 .asp

    Looks like your probably right- Even after 15 days of ball catching in micro gravity, astronauts still naturally reacted to the ball as if they expected it to accelerate downwards. It seems that the brain either remembers from catching as a child, or it's genetic.

  15. Re:Shows just how powerfull the human brain is on Robot Catches High Speed Objects · · Score: 2, Interesting

    Smaller animal, less distance between brain and muscles, faster reactions.

  16. Shows just how powerfull the human brain is on Robot Catches High Speed Objects · · Score: 3, Insightful

    Watching this made me think about the calculations involved in estimating the trajectory and how well the human brain does it.

    While the raw maths is pretty simple by itself, when you factor in stereo image processing to see a ball, work out it's speed and trajectory, and move potentially hundreds of muscles into the correct position to catch the ball, you realise just how powerful the human brain is and how well it can adapt.

  17. Isn't this currently the case? on Windows Vista May Degrade OpenGL · · Score: 1

    I was under the impression that the stock version of OpenGL that came with windows has always been a Direct3D wrapper (Or at least, it was this way with Windows9x).

    OpenGL is implemented by your video card manufacturer- Why would microsoft go to the trouble of writing an opengl driver for every major video card when they already have a perfectly good HAL in DirectX?

    Seriously people, this is a non issue. Stop looking for excuses to trash Vista before it's even released.

  18. Re:Because Big Business is Bad on Meet Web Hypochondriacs · · Score: 1

    Thanks. Now I don't have to rely on random posts in the internet to diagnose my problems.

    oh wait... ;-p

    (But seriously folks, this is good advice).

  19. Re:Hot grits? on IGN Interviews Natalie Portman · · Score: 2, Informative

    I think she's actually a pretty good actor. She did a really good job in Garden State.

    That said, she sucked in ep3... but it isn't her fault if lucas is an overrated hack.

  20. Re:As always... on Rundown on SSH Brute Force Attacks · · Score: 1

    that too :p

  21. Re:As always... on Rundown on SSH Brute Force Attacks · · Score: 3, Insightful

    If you do this, avoid port 2222. Everyone that changes the sshd port uses it, and pretty quick the script kiddies will catch on and scan that port as well.

  22. Re:Highly annoying on Rundown on SSH Brute Force Attacks · · Score: 1

    I had a script like this that was a little overzealous and blocked all network access to my /8 range... which just happened to be most of Australia.

  23. Re:As always... on Rundown on SSH Brute Force Attacks · · Score: 4, Interesting

    One of my clients had apache running as root, and an attacker was able to create a new account on the system via a hole in a php script.

    The attacker then tried about 50 times to login to the new account via ssh, but wasn't in AllowUsers. Eventually the idiot gave up- most likely a script kiddie who didn't realise the potential of his initial attack.

    Moral of the story? AllowUsers is a really good idea :-P

  24. Re:Whenever I play a game of Civilization on 60th Anniversary of the Atomic Bomb · · Score: 2, Insightful

    "What country keeps setting off bombs in Moscow? Uzbekestan or is it Checkizstan. The Chenyans I think. I am too lazy to look it up at the moment, but I believe they are the ones who took a theater filled with people hostage and then killed a bunch of them"

    Chechnya

  25. Re:So much for stopping nuclear proliferation. on 60th Anniversary of the Atomic Bomb · · Score: 1

    Theres nothing in that article that you wouldn't find in your average high school physics textbook. Building a nuclear bomb from that would be like building a car based on a description of how a 4 stroke engine works.