Slashdot Mirror


User: Mazin07

Mazin07's activity in the archive.

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

Comments · 112

  1. Re:Captcha on Microsoft Wants To Give You A Rorschach · · Score: 1

    Inkblots.

  2. Mod Parent Up lol on Old Software or Open Source? · · Score: 1

    By teaching them point-and-click software, you're creating the next generation of computer-inept people who *think* they can "develop" by dumbly clicking the buttons.

    Teach from the basics. Notepad is free last I checked. Code in HTML. Look at "good" and "bad" interfaces. Without a solid concept of the basics, your money is wasted on the software anyways.

    Concepts will stick with the students no matter where they go. The web design or graphical concepts that they learn is far more valuable than any amount of "drag from X to Y" instruction that you try to force into them.

  3. Re:No way... on Space Shifting DVDs to Cost Extra? · · Score: 3, Informative

    Mencoder will do DVD ripping and any type of encoding imaginable, and you can just unextract the binaries instead of installing. All you need is some command-line know-how. Just thought I'd let you know.

  4. Re:Excellent news for old-farts. on KDE 4 to Be Released on January 11th · · Score: 1

    Awesome news: KDE-based apps should work on Mac & Windows (properly ported)

    Properly ported, I hope. GTK libraries in Windows meant GTK apps could be ported to Windows. Awesome, right? Well look at the mess we have now. Every GTK app brings its own libraries to Windows, and the libraries may or may not be compatible with other GTK apps (Gaim/Gimp conflicts). Other programs like Radiant and Inkscape just dumps them all in its own folder. None of them integrate well with Windows, and they suffer from poor performance and odd GUI bugs.

    Since KDE is built on Qt, I'm hoping that these problems can be avoided. Also, some kind of collaboration needs to be there, so we don't get twenty different copies of the KDE libs all over our computer. It doesn't matter how good the apps are if they don't integrate well.
  5. Re:For Encryption... on Google's Gdrive Raises Instant Privacy Concerns · · Score: 1

    Your sibling post pretty much sums it up. While TrueCrypt doesn't have to re-encrypt the whole volume, it's still one giant file you'd have to download and reupload if you wanted to make changes.

  6. Re:For Encryption... on Google's Gdrive Raises Instant Privacy Concerns · · Score: 4, Informative

    You'd have to create a local encrypted "container" (which is a filesystem in itself), fill it with data, and then put it on your gDiskDriveSpaceBox.

    It's like storing a safe at the rental storage unit.

  7. Re:see... on The 110 Million Dollar Button · · Score: 1

    Undermining, datamining, strip mining, shaft mining, drift mining, it's really all semantics.

    Speaking of which, I hear Tim Berners-Lee has some lofty ideas for Google...

  8. Re:Amazon bestsellers on Why Microsoft's Zune is Still Failing · · Score: 1

    Count - The bestseller list has:

    4 Zune products
    13 Apple products

    I'll leave the calculus as an exercise for the reader.

  9. Re:LaTeX on Ecma Receives 3,522 Comments on Open XML Standards · · Score: 1

    Here goes...

    It's not idiot friendly.

    God forbid you would have a non-WYSIWYG word processor. And then macros and more macros and codes and stuff. I typeset some reports and other "formal" papers in LaTeX, but it's still a hassle. Can you drag and drop clip art in LaTeX? Can you make pink bold curvy WordArt in LaTeX? How easy is it to make an org-chart in LaTeX? This is what people do with Word.

    A WYSIWYG editor saves people the trouble of thinking, at the expense of making poor formatting decisions. I tend to think of plain HTML as being similar to LaTeX; you make semantic decisions, and let the browser produce the final version. Look at how many people fail at HTML. LaTeX is great for people who care, but who cares? If I want to quickly make an outline, I'm not going to open up Notepad, code the document structure, \begin{enumerate}, and hope I did things right and that the compiler will work.

    My math professors use LaTeX for math typesetting. My other teachers wouldn't have a clue.

  10. KDE4 Graphics on KDE 4.0 RC 1 Released · · Score: 1

    Will there be full hardware-acceleration of the graphical effects, like Compiz provides, or will KDE 4 continue to have ugly faux transparency? The screenshots of Plasma look nice, but if there's no good graphics engine behind it, like OS X does, then it's merely a gimmick.

  11. Re:Really? on Dvorak Says gPhone is Doomed · · Score: 1

    Netcraft confirms it!

  12. Re:I don't understand on Data Loss Bug In OS X 10.5 Leopard · · Score: 1

    No, this is moving across filesystems, in which case the OS has to copy every byte of the file to another physical device. GP is saying that Linux's mv command will not cause you to lose data if the destination does not receive it completely and your original is also naively deleted.

  13. Headline on Genetic Modification Produces Mighty Mouse · · Score: 1

    Apple Inc. produces Mighty Mouse

    There, fixed that outdated headline for you.

  14. Re:the media is lazy on Greenpeace Admits Targeting Apple Grabs Headlines · · Score: 1

    --------* <---The joke

          O
        ==|== <---You
          |
        / \

  15. Re:Receiptless Voting on eBay The Vote · · Score: 1

    That's why, in the scheme discussed by Slate (see 1st post), the absentee ballots would be double-checked for faithfulness and then the proceeds split.

  16. Extracting fonts on Standard Web Fonts 'Updated' In Vista · · Score: 1

    Cabextract the installer, but don't cabextract the .cab inside the installer because the files you get are unreadable. If you can, cabextract the installer and then use Windows Explorer to open up the .cab and extract the fonts (.ttf, .ttc).

  17. Re:**really** big brother on How to Dodge the Chinese Internet Censor · · Score: 1

    And Unicode characters died in transit. Sorry.

  18. Re:**really** big brother on How to Dodge the Chinese Internet Censor · · Score: 1

    You'd have to pick between (didi - younger brother) or (gege - older brother), so it's not that awkward of a redundancy. If you really wanted to, you could say (big age-neutral-brother) but that sounds painfully inefficient.

  19. Lazy on Australians Running On-Line Poll Based Senators · · Score: 1

    Dude, they'll get tired of constantly voting, and then just vote on an entity to automatically vote a certain way for them in all the decisions. It'll be like their representative... Wait, that sounds vaguely familiar.

  20. Re:Incompatible rendering on OpenOffice.org 2.3 Review · · Score: 1

    MSWord formatting is largely a joke. That's what you get with an "all-purpose" word processor. When you have so many people hitting the spacebar to center text and using inane tricks to do basic formatting tasks, combined with a closed binary format, discrepancies crop up.

    I don't have this problem with LaTeX, but you can't *truly* care about precise formatting when you're using Microsoft Office.

  21. Running glTail on Windows on Logfiles Made Interesting with glTail · · Score: 5, Informative

    If you want to run glTail on Windows:

    1. Use the One-click Ruby installer from rubyforge (not Cygwin ruby)
    2. Make sure to `gem install net-ssh`
    3. Change "require 'glut'" to "require 'glut_prev'" to enable legacy GLUT ruby bindings

    Took me a while to figure this out.

  22. Re:who cares about market share? on Linux on the Desktop Doubles in 2007 · · Score: 1

    The article's data is from Net Applications, which measures actual OS usage based on website visitors. They are not counting purchases, OEM installs, etc. They are counting the client info sent by the browsers.

    Your criticism is irrelevant. Market share is not counted by money.

  23. Re:It's the UI that kills it on Blender Compared To the Major 3D Applications · · Score: 1

    For example, hitting Ctrl-I is much quicker -- once you know how to do it -- than highlighting the text (an operation requiring leaving the keyboard, getting hold of the mouse... There, fixed that for ya
  24. Re:xpdf etc on Zero-day Exploit in PDF With Adobe Reader · · Score: 1

    They can't show 3D models in a PDF document!
    How can I ever switch to a FOSS reader when I can't enjoy interactive 3D demonstrations inside my PDF document?

  25. Re:2007, the year of linux. on Vista Pirates To Get "Black Screen of Darkness" · · Score: 1

    Want to know a way to get double +5 funny? See the parent post!

    There, fixed that for you.