Slashdot Mirror


User: Nosklo

Nosklo's activity in the archive.

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

Comments · 84

  1. Re:Laptop? on '30 Year Laptop Battery' is Unscientific Myth · · Score: 1

    beta radiation is completely harmless to humans as long as you have a nice layer of skin between you and it. Problem is, being on my lap, the layer of skin is too nice to risk anything.
  2. Re:I have a DS. on DS Dominates Japanese PSP Sales 3:1 · · Score: 1

    You seem to have developed a way to use your laptop more, err, "directly" than I do. Please, share you secrets. This is nothing. You should see when I lost it in my own house. Hmmm. Thinking again, you should not.
  3. I have a DS. on DS Dominates Japanese PSP Sales 3:1 · · Score: 1

    I have a DS with M3 Simply homebrew/warez card and must say I am very satisfied with it. Lots of good games, great homebrew being written, and Opera on DS has saved me many times when I needed a network connection but left my laptop in my other pants.
    The only problem is that here no one else seem to have it, at least I have never seen another one but mine. In the 3rd world developing country I live, I can't just go playing in the subway or I will most probably end without it since it would draw so much attention. There are many games that I would like to play multiplayer but can't.
    Guess I have to wait more.

  4. Complementing on Embedding XML In Docs? · · Score: 5, Interesting

    You may try StylusStudio's xml schema documentation generator or simpler/opensource/customizable dtdtoc written in python.

  5. Word? Try HTML. on Embedding XML In Docs? · · Score: 1

    We're stuck with Word Word file is the worst way to document xml ever. Try a hyperlinked help file or plain html, much easier to do something neat.
  6. Linux Monitoring on Which Lost/Stolen Laptop Trackers Do You Like? · · Score: 4, Interesting

    It seems to me that you can always install some software like that yourself. Once I lost my laptop in my own house. Since I have ipcheck in a cron job, updating my laptop's IP address on DynDns, I just SSHed into it and made it play loud sounds until I found it under the bed. (I don't answer questions about what it was doing there)

  7. Nethack on Another Man Dies After Marathon Gaming Session · · Score: 1

    These news make me wanna play nethack :P

  8. Re:losing the print statement on Guido and Bruce Eckel Discuss Python 3000 · · Score: 2, Informative

    you can't just type "map(print, listname)" or anything else as compact and "clean". And in Python 3k you won't be able to do that either, because Map now returns an iterator object and that would result in no function actually being called unless the iterator is used. One good solution would be to:

    [print(line) for line in listname]
  9. Re:What Intel's gonna do on Intel Purchases Havok · · Score: 1

    Intel's gonna do what Intel always does - they're gonna turn that stuff into silicon. Expect a physics engine chip from Intel. It would be more interesting if they just open-sourced the whole thing, but unfortunately this is very improbable.
  10. Re:Can someone provide some insight? on Debating the Linux Process Scheduler · · Score: 1

    what the big differences will be for the average user, developer or administrator? I guess we must wait until it is out so we can test and benchmark both options.
  11. Re:That's cool on QNX "Opens" Source Code · · Score: 1

    > But there is no useful piece of software released in this license and I doubt there ever will be.
    IronPython.

    Useful? Useful to them, because the only place I can see IronPython being useful is in a very microsoft-tied project. Well-planned projects would use CPython instead.

  12. PureEyeSugar on Compiz Gets Thumbs-Up for Gutsy Gibbon · · Score: 5, Funny

    OOOOOHHH!!! My Eyes! They have Diabetis now! Too much candy!!

  13. Re:Sooooo... on Wii Outsells 360, PS3 Worldwide · · Score: 1

    Is anyone actually surprised here?
    I am surprised it took so long. I am surprised people still pay to play the same game with revamped graphics instead of a whole new idea with innovation.
  14. Re:That's cool on QNX "Opens" Source Code · · Score: 1

    Huh? One of Microsoft's Shared Source licenses (The Permissive License) satisfies every one of the conditions RMS gives for Free Software (and every condition given by OSI for Open Source).
    But there is no useful piece of software released in this license and I doubt there ever will be.
  15. Frets on Fire! on Seven Tracks for 80s Guitar Hero Announced · · Score: 2, Informative

    I am just waiting for someone to convert them into Frets on Fire format and post somewhere. If you know any links (torrent or not) please share!!

  16. Re:"A Chip on DVDs Could Prevent Theft" on A Chip on DVDs Could Prevent Theft · · Score: 3, Insightful

    Which isn't going to be particularly easy if you meet a clerk who is under the impression that the deactivation process is 100% perfect and the only way you could possibly have a DVD which is unreadable is because you stole it. That's why you keep your bill (yes that tiny paper they give you when you purchase something) so you can prove you bought it.
  17. Re:NetHack on What is Your Desert Island Game? · · Score: 1
  18. Re:Fast mirror at Indiana University on Ubuntu Feisty Fawn Released · · Score: 1

    I believe this means that all install scripts are running as root--I don't know if this is a security hole, but it sure sounds like one. This is the exact equivalent to every windows program install requiring administrator access--something they have at least recognized as a flaw and begun to combat. I believe installing software is an administrative task, and should be treated as such. I don't want every joe user of my machine installing stupid software on it. Installation of software system-wide is correctly protected by administrator priviledges.
  19. Re:GNUpod, gtkpod etc. on ESR Advocates Proprietary Software · · Score: 2, Interesting
    Ok, now try and actually use it with your ipod

    I've plugged my ipod on a fresh install of kubuntu 6.06 and it worked out of the box. I don't see where the problem is.

  20. Re:so what? on Nintendo's Next-Gen Arsenal · · Score: 1
    Adblock has nothing to do with this. Sure, you can't see the ads, but the articles are still broken up.

    Then the repagination extension is what you need.

  21. Wiimote hype on Immersion Queries Lack Of PS3 Controller Rumble · · Score: 1

    I think they removed the rumble feature in order to make room to fit in the tilt feature in the last second, to answer Wiimote hype...

  22. Wii Games on The World's First 3D Gaming Mouse · · Score: 2, Interesting

    I wonder if it will make possible to play PC-emulated Wii games without an "Wiimote adapter"?

  23. Re:I bet he said that... on Microsoft Sides With Nintendo Against Sony · · Score: 1
    wouldn't really call Wii a "next-gen" console. (...) but at least not "next-gen" the way I think of it.

    What is next-gen to you? Better processor? Faster graphics? What looks next-gen or what feels next-gen?

    PLAYING = BELIEVING

  24. Re:changing application - file binding on Nine Things You Should Know About Nautilus · · Score: 1
    is how hard it is to make a new association between a file and an application

    What is hard in that?

    1. Right click
    2. Properties
    3. "Open With" Tab
    4. Choose whatever application you want or add yours to the list
    5. ????
    6. Profit!
  25. Re:One thing I know about Nautilus. on Nine Things You Should Know About Nautilus · · Score: 3, Informative

    I guess you must be using some strange ancient version or something. I have tried some of the stuff you said and the results where not quite like what you described:

    1 The whole Spatial browsing idea. Yes you can turn it off (The is the first thing I do when I come across it) but it's a rotten idea.

    So what? You can turn it off, period. Some people like it.

    2 Poor keyboard support. My main gripe with Nautilus is that you can't navigate by pressing a key to "walk round objects whose name starts with a letter"

    I type some letter and it goes to the file with that letter. If I know the name of the file, I keep typing more from the file name until that single file gets selected by elimination. It works wonders to find files. If I want to find a file named "nautilus" on a directory full of files starting with n, I can type "nau" and the file is selected. I don't keep typing n n n n n all over. It is just plain stupid.

    3 Poor right mouse button support. Select some files and try to right click so you can select the "copy" option from the context menu. You can't.

    You must right-click on the selection itself. Right clicking on an unselected item obviously changes selection to that item before opening context menu, since the "context" in that case is the unselected file. Unless, of course, you right click holding "control", which adds unselected item to the selection before popping up the menu. Behavior seems correct to me.

    4 Similarly when you've got several files/directories on the clipboard and you want to paste them into a folder with a mouse click you can't. The right click once again selects an item etc. etc.

    Similarly you must choose where you are "right-clicking". If you right click on a folder, the menu says "Paste Into Folder". If you right-click on an empty space on the folder you are currently on, the plain "paste" option shows up, but no "copy" or "cut" options. Of course, you can always select paste from the edit menu or use the universally known "CTRL-V" keystroke.

    Just because it is not "just like windows" doesn't mean it is unusable. In fact, it is pretty good once you learn how to use it. Good luck writing your own file manager thought. Being in C#/Mono, I bet it will be blinding fast.[/sarcasm]