Slashdot Mirror


User: gzipped_tar

gzipped_tar's activity in the archive.

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

Comments · 917

  1. Re:Safety==lawyers on Start Saving To Buy Your Space Shuttle Now · · Score: 1

    > Some kids are idiots, and will break stuff.

    Kids break stuff because they are kids, not because they are idiots.

  2. Re:...as many Chinese citizens seem to like it tha on With Olympics Over, China Re-Censors Internet · · Score: 1

    Google for "Stockholm syndrome" if you don't know what it is yet.

  3. Re:I don't want your Mozilla bloatware! on A First Look At Internet Explorer 8 RC1 · · Score: 1

    I don't mean to sound surprised, but a full-fledged browser in 27 millibits is just soooo great!

    I really should get out more. Get out to see today's advancement of information technology.

    Thank you for the info.

    </joke>

  4. Re:Some people STILL think they should use IE on A First Look At Internet Explorer 8 RC1 · · Score: 5, Funny

    The best (worst) argument for IE I've ever heard was "to save disk space".

  5. Re:Slashdotted? on If Programming Languages Were Religions · · Score: 1

    Well, thanks a lot.

    I really laughed my a$$ off when I saw the "APL is Scientology" line :D

  6. Slashdotted? on If Programming Languages Were Religions · · Score: 0, Offtopic

    I can't read it. Slashdotted already?

  7. Re:Data binding? on Experts Say To Switch Browsers In Light of IE Vulnerability · · Score: 1

    Mod me offtopic, but I'm still contemplating the subtle difference between "dis-enabling" and "disabling".

    Disclaimer: no grammar-trolling intended. I'm just interested in the language itself. It sounds to me that "disabling foo" simply says opting out of foo, while "dis-enabling foo" implies an effort against the deliberate or default enabling of foo.

    OTOH, what on earth is this "data binding" thing?

  8. Re:Not buying it on Sleep Mailing · · Score: 1

    I knew a middle school teacher who was a sleep walker. He used to live in a dorm room in the school. At night he would get up, dress himself and walk to the classroom, open the door with his key and give a lecture to the empty space.

    That's another example of sleepwalkers' repetition of their daytime behavior.

    Now imagine the scary thing: a sleepwalking BOFH with root access to a mission-critical system.

  9. No Starch Press? on The Manga Guide to Statistics · · Score: 1

    Published by No Starch? Anybody got clue what that means?

  10. I must be reading too much slashdot on Chinese Automaker Unveils First Electric Car · · Score: 1

    At the first sight of the title I thought it was something about GNU Automake and car analogies on Slashdot.

  11. Re:So... on Meteorite Destroys Warehouse In Auckland, NZ · · Score: 1

    Ni!

  12. Re:Oblig. Blade Runner quote on Inventor Builds Robot Wife · · Score: 1

    Also...

    "I don't think, Sebastian, therefore I am."

    Or "My wife's a toy. I *make* her." ...

  13. Re:wife program code on Inventor Builds Robot Wife · · Score: 1

    wife: Segmentation fault. Core dumped.

  14. Words fail me on Best Introduction To Programming For Bright 11-14-Year-Olds? · · Score: 1

    Teaching gifted kids programming? Would *anyone* please think of the children?

  15. no problem on Is There a Cyberwar, and Is the US Losing It? · · Score: 2, Funny

    We have already survived several cyber (holy) wars. Well, after all the losses and sacrifices, I still prefer VI to EMACS.

  16. Re:Poets on This Is the Way the World Ends · · Score: 1

    Or in segfaults.

  17. Re:"Privacy" knobs in FF3? on Firefox 2.0 Update To Remove Phishing Detection · · Score: 1

    Never accept cookies from 3rd party websites.

    Install NoScript. Remove googlesyndicatin, google-analytics and similar crap from its default whitelist (or just remove EVERYTHING from that crappy whitelist and explicitly whitelist sites when necessary). Disable all the dingy plugins/web elements, even for "trusted" sites (this is very important).

    Remove the ~/.macromedia directory and symlink it to /dev/null (as suggested by a Slashdotter). You may also need to do the same thing for some subdirectories in ~/.adobe (I can't tell, because I also nuked the ~/.adobe one).

    Install CustomizeGoogle. Use it to disable Google click tracking. If you want further anonymity, there's a option to use anonymous Google UID.

    Hope that helps.

  18. If this is content-based... on UK ISPs Are Censoring Wikipedia · · Score: 3, Informative

    ... and not IP/domain based, can you guys in the UK use this HTTPS page?

    https://secure.wikimedia.org/wikipedia/en/wiki/Main_Page

    You can also substitute "wikipedia" in the above URL for Wikimedia Foundation's other projects to access them using SSL. e.g. https://secure.wikimedia.org/wikisource/en/wiki/Main_Page for Wikisource. To use them in other languages, simple replace "en" with another language code (e.g. "de" or "ja").

  19. OK on UK ISPs Are Censoring Wikipedia · · Score: 1

    Simply routes around it. This is what everybody does in China.

  20. Re:ubuntu make fail on Python 3.0 Released · · Score: 2, Insightful

    It seems some headers are not installed (BerkeleyDB? Dunno what's the Ubuntu package name for that. It's "db4-devel" here on Fedora). Just check them out and rebuild?

    Anyway, I never expect some 3rd party source tarball to be able to "build right out of the box" for me. If you do something outside a distro's package management system, you'll have to manage the dependencies all by yourself.

  21. Re:You got time machine! on Python 3.0 Released · · Score: 0, Offtopic

    Ummm. I should have piped my post to my grammar checker written in Python 3000 before I hit the "Submit" button :-P

  22. Re:print function on Python 3.0 Released · · Score: 2, Interesting

    The IPython (nothing Apple-related) interactive shell hacked the Python lexer to allow exactly this. You type this at the shell prompt:

    foo a, b, c

    it will be interpreted as a call foo(a, b, c).

    IPython still has some bugs with this feature, though. It can be turned out, but I still prefer it in interactive use just as you've mentioned.

    Anyway, I think the current Python syntax is OK.

  23. Re:Libraries on Python 3.0 Released · · Score: 4, Informative

    I just did a Google search site:scipy.org ("2.6" OR "3.0") -"ipython" -"nipy" and there are a lot of results turning up (and of course lots of bogus ones).

    It seemed things are much better that I thought of. Those guys are making progress every day and my news were old news...

    The difficulty with numpy/scipy is they need a great amount of C-level coding. There's 2to3 for Python code but tweaking C code is not that easy...

  24. Re:from __future__ import braces on Python 3.0 Released · · Score: 1

    I read it as: there will never be a 3.5.

    It used to be "not a chance"...

  25. Re:Is it possible to do automatic code migration? on Python 3.0 Released · · Score: 1

    Yes, there's the official tool "2to3" and an interpreter flag "-3" in the 2.6 release.

    They work pretty well. However, you can't leave everything to the machine. They can't replace programmers' insights.