Slashdot Mirror


User: mackyrae

mackyrae's activity in the archive.

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

Comments · 701

  1. Re:hopefully 3d acceleration on the 945gm on What Normal Users Can Expect From Ubuntu 8.10 · · Score: 1

    Uh, what? 3D has almost always worked fine on 945GM. Intel started making 945GMs with a different PCI ID early this year, and those didn't have 3D in Hardy until I think June, maybe July, but a simple one-liner update fixed that.

  2. Re:I think it was a troll for the moderators. on What Normal Users Can Expect From Ubuntu 8.10 · · Score: 1

    Bullshit. Neither Ubiquity (the actual installation application) nor the live cd need the NTFS drive to run.

  3. Re:Newbie Question on What Normal Users Can Expect From Ubuntu 8.10 · · Score: 2, Informative

    Uh, Windows install disks don't include Office. He's right on that.

    And Ubuntu's version of the partitioner is that it gives a "use whole disk" option and a "drag the slider to show how much of the disk goes to each OS" thing. There is a more advanced partitioner available, but the user doesn't have to see it.

  4. Re:What normal users can expect on What Normal Users Can Expect From Ubuntu 8.10 · · Score: 2, Interesting

    I don't like the 8.10 wallpaper so much, but 8.04 had a beautiful wallpaper around alpah 3. The final one wasn't quite as nice, but I still like it. Feisty and Gutsy's brown wallpapers looked like the brown silk of a lady's dress puddling at the floor. Based on that imagery, I think you can tell I liked those too :)

    I like Ubuntu's warm theming. Other distros and OSes are so cold by comparison. I like red and orange as well, though, so right now I'm using the Kin Dust theme created by a member of Ubuntu's art team along with a GNOME wallpaper of a red/orange flower.

  5. Re:New wallpaper on What Normal Users Can Expect From Ubuntu 8.10 · · Score: 1

    I thought it was a splotch at first, but it's the ibex's head and horns

  6. Re:File Complaints Here on Linux Not Supported For Democratic Convention Video · · Score: 1
    My email:

    Hi,
    I just want to thank you for choosing a proprietary format for your website. It's so wonderful of you to exclude me from using your website based on my operating system preferences. Could you tell me, how much has Microsoft paid you to exclude minority operating systems? You truly have shown your commitment to helping the big and powerful majority remain big and powerful. It takes such courage to stand up against the little guy in favor of the big guy with wads of cash. With no TV and your decision to create an inaccessible website, I look forward to having no idea what the hell is going on at the Democratic Convention. Adding in Biden's opposition to net neutrality, privacy, and encryption, along with his support for the RIAA and MPAA, the Democrats are obviously doing a fantastic job of agreeing with whatever Big Business tells them to do while ignoring their constituency. I'm sure that if they are elected, Obama and Biden will continue this trend of ignoring what the people want in favor what those capable of lining their pockets want.

    Thank you.

  7. Re:Unbelievable on Apple Patents 'Buy Stuff Wirelessly, Skip Lines' Tech · · Score: 1

    "Very specific crap"
    Oh, I know. When you order pizza, you expect it to be properly cooked, whereas when you order Starbucks, you expect burnt coffee (you know, the only kind they serve).

  8. Re:Makes sense... on Google Apps Slow to Replace Competition · · Score: 1

    It's the Javascript that makes it slower, not the CSS. CSS speeds things up. The stylesheet can be downloaded once instead of downloading style info on every single page.

  9. Re:Standards Innovation on Opera Files EU Complaint Against Microsoft · · Score: 1

    Extending--as long as it doesn't break other things--isn't really a problem as much as not implementing part of the standard (or worse implementing it wrongly) is.

    What do you mean by corporate browser?

  10. Re:Books using double-spacing after periods on Old Software or Open Source? · · Score: 1

    LyX is a WYSIWYG LaTeX editor. I think OOo also can use LaTeX source. And yes, the ~ is replaced with a single space. You can turn off the two-spaces-after-period behavior with LaTeX by turning on frenchspacing. Then to get 2 spaces you need to type " \ " (escape the second space).

  11. Re:Wake up on Old Software or Open Source? · · Score: 1

    For most computer-literate people, "intuitive" means only "what I'm used to using."

  12. Re:Books using double-spacing after periods on Old Software or Open Source? · · Score: 1

    With LaTeX, it automatically does two spaces after a period when it lays out the document, because it assumes it's the end of the sentence. If you want only one space after the period (for an abbreviation), then put Mr.~Smith, where the ~ means that it is the break in an abbreviation.

  13. Re:Bribe them. on The 5 Users You'd Meet in Hell · · Score: 1

    Or tries the exact same operation four times, thinking it will work the fourth time!
    Sometimes when I seem to be doing that, I'm actually retrying so I can observe my steps more carefully to make sure I didn't screw up the steps and fail to notice my own error.

    I generally assume I mistyped my (long & complex) password and try it again a couple more times, since that can definitely give you an "permission denied" just as easily as setting the wrong file permissions.
  14. Re:Proof enough on Linux Foundation's Desktop Linux Survey Results · · Score: 1

    "(why isn't VLC the default?)" Because Totem works fine for pretty much everything. I don't actually know why I install VLC. I've never actually needed to use it. Totem-xine (not gstreamer....gstreamer is crappy for DVDs) always works for me. When I've tried VLC, it failed to play my DVDs.

    I'm an Ubuntu user, but I think I'm at least somewhat knowledgeable. I was told to stop answering all the questions in a training session and give the Gentoo user a chance :P

  15. Re:Mandriva still got paid right? on Microsoft Denies Sabotaging Mandriva Linux PC Deal · · Score: 2, Insightful

    Now the kids will be learning only how to use one platform and its ways of doing things, most likely. I mean, it is certainly possible to teach "how to use a computer" without emphasizing Windows or Linux or Mac terms and specifics and making more reference to logical use of UI, what input/output are, etc., but most computer teachers in elementary schools are just whichever teacher is best at figuring out email, so they don't really know how to teach. Instead, the kids will just learn how Windows works by memorizing series' of clicks which don't translate to other platforms.

  16. Re:Supposed to be easy to use... on The Official Ubuntu Book · · Score: 1

    The text installer uses apt to install everything, like Debian-Installer does. The GUI installer pretty much just copies an image to the hard drive then modifies the xorg.conf and a couple settings like language and adds the user.

  17. Re:Supposed to be easy to use... on The Official Ubuntu Book · · Score: 2, Informative

    There's the live install cd AND the alternate install cd. The alternate install cd uses the ncurses Debian-Installer and offers more advanced options for more advanced users.

  18. Re:Go Competition on Netbeans 6 Dual-Licensed Under GPLv2, CDDL · · Score: 1

    I know you can have two terminals open :p I usually have a few tabs open so I can check what order parameters are supposed to be passed in my constructors and things like that. It's just a habit to :wq
     
    A lot of variables, especially when GUIs are involved, end up having similar names, so knowing which it should complete as just complicates it, IMO. I have no problem with typing setters and getters myself. I did them Smalltalk-style ( thing() for getter and thing(param) for setter, using overloading) on my last assignment and had the TA slightly confused. Also made it a bit tougher to say the code out-loud when I used it as an example to teach my friend that objects are references on the stack to places on the heap and a bunch of other stuff that his professor hasn't gotten around to teaching them that seemed useful. It gave me a chance to explain overloading though :)

  19. Re:Go Competition on Netbeans 6 Dual-Licensed Under GPLv2, CDDL · · Score: 1

    I use vim, I like minimalism in my text-editors. I don't use auto-complete except in bash for finishing directory/file names. I don't use debuggers either (System.out.println() or printf() for C are all I need). The fact that you don't have to close the text-editing window to compile is what I liked. Vim, unfortunately, can't do that (yes, I know, EMACS can, but really....kitchen sink).

  20. Re:Go Competition on Netbeans 6 Dual-Licensed Under GPLv2, CDDL · · Score: 1

    It's not the moving so much as finding what you're looking for in context, but I didn't know about markers. I'll have to try that out.

  21. Re:Go Competition on Netbeans 6 Dual-Licensed Under GPLv2, CDDL · · Score: 1

    I must find these plugins! Typing anything without vim keytricks is annoying now, but vim is a bit difficult to navigate with 1000-line files. I still don't understand Eclipse to use it instead of vim though, and I've never used Netbeans. IDEs just remind me too much of Visual Basic class for me to be really enthusiastic about them, and I like the simplicity of vim (the most complex IDE I like is BlueJ :p)

  22. Re:Linux on UK Schools Warned Off Microsoft Deal · · Score: 2, Informative

    TuxTyping has a rather limited wordlist...at least on the "long word" setting (I haven't tried any of the easy settings). A friend of mine is a high school teacher, though, and he teaches computer science. The "advanced topics" class, where students who've taken a year of programming classes are given the chance to write whatever software they want (basically), has a student who is writing a typing tutor program that is in a game format similar to one the teacher said he remembers. It sounds like it acts like TuxTyping with the falling letters, but you have to type the full word and it won't let you switch until either you get the word wrong or you finish it. TuxTyping, unfortunately, lets you type the letters out of order. Of course, as with all software written in that teacher's classroom, it will be open source for Linux (they use Edubuntu in their school computer lab, so Linux is their natural target OS).

  23. Re:He Knows This on Colbert's Run For President May Be Criminal · · Score: 1

    Nice Hitchhikers' reference there.

  24. Re:Actually the biggest reason I see on What's Really Broken with Windows Update - Trust · · Score: 1

    Glad I went with Debian instead of OpenSuSE on my old computer. That thing *definitely* does not have 100MB of memory to spare. It's only got 192MB overall.

  25. Re:Actually the biggest reason I see on What's Really Broken with Windows Update - Trust · · Score: 1

    Ubuntu had one kernel update about 2 or 3 weeks after Feisty's release to fix a couple broken drivers, and nothing since then (unless there's been one in the 3 weeks that I've been using unstable...heck, there's only been 1 kernel update on the unstable branch in the last 3 weeks).

    And I agree, YaST is slow. It doesn't seem to have a config file for repositories either. If it does, please tell me where the equivalent of /etc/apt/sources.list is, because that was a problem for me when I was trying to fix X and there were no repos automatically setup after install.