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:You got time machine! on Python 3.0 Released · · Score: 1, Offtopic

    Oops. Slashdot ate my sentences.

    It's "from __future__ import FEATURE_NAME"

    I shouldn't have put it in angle brackets.

  2. Re:Libraries on Python 3.0 Released · · Score: 3, Interesting

    IIRC numpy and scipy have dependencies on other libraries that are not 2.6-clean. They also have a lot of issue themselves. Currently it's not a priority for them to migrate.

    Can't remember when did I read about that... and I'm too lazy to dig it out from their Trac :-P

  3. You got time machine! on Python 3.0 Released · · Score: 5, Informative

    The cool thing about Python is it's "time machine". In Python 2.x you can "from __future__ import " to use features scheduled for future releases. With the release of Python 2.6 there's also a "2to3" tool that will point out revisions needed for 2.x code to be 3.0-compatible, and generate patches for you.

    The Python developers have been aware of the difficult road of migration long before the release of Python 3, and they did a lot of careful planning and hard work for it. One of them being the __future__ module that has been there for quite long time just for this reason.

    As a Python user, my hat off for them. I wish them success heartily.

    BTW: In case you don't know, there's an Easter egg in the time machine: "from __future__ import braces" ;)

  4. Re:Finally on Red Flag Linux Forced On Chinese Internet Cafes · · Score: 1

    You pretty hit it.

    I'm unsure of whether it's in the government's priorities to turn the internet cafes away from the "gaming center" model, but adoption of Linux will hit the inet cafe owners hard. Loss of customers AND retraining/replacing the Windows sysadmins?

    As for the suspicion of surveillance... If some internet cafe owner is willing to pay me good cash for auditing the distro, I'd be glad to find out whether there are any ;)

  5. Optical fibre on Copper Thieves Jeopardize US Infrastructure · · Score: 1

    Here in China, I saw many times the funny signs near optical fibre facilities reading "This is optical cable with zero copper in it. It's no use stealing it."

    Believe me. It's real.

  6. Re:Some guys just got less CN than others on Alien Comet May Have Infiltrated the Solar System · · Score: 1

    Umm, you are right. I got it wrong. Must be the result of eating too much sugar recently.

  7. Some guys just got less CN than others on Alien Comet May Have Infiltrated the Solar System · · Score: 2, Interesting

    , which has less than 1.5% of the normal level.

    Um, that doesn't sound like an indication of its alien origin.

    The story could go like this: Long long ago, a large comet that had roughly the same concentration of CN as an average one, broke up into 2 pieces. Because the substances are not uniformly distributed over the big comet, one of the pieces happen to have more CN than the other. The one with richer CN then got blown to pieces in a collision of some kind, while the one with less CN survived.

    And no, I didn't read TFA ;)

  8. Surprise, surprise on Distributed, Low-Intensity Botnets · · Score: 1

    So we are still user password-based SSH authentication?

  9. Re:a way to make money on Apple Quietly Recommends Antivirus Software For Macs · · Score: 1

    Second, I thought AV products don't "stack" well? Our PC tech here is constantly having problems with computers that come in and are running 2-4 AV software, and they're fighting like cats and dogs and crippling the system to where only a fresh install will fix it.

    I guess it's because some of the AV products for PC use techniques similar to rootkits and modifies the kernel files. That leads to an abysmal hell if you try to stack them.

    AFAIK ClamAV doesn't do that. It can be configured to run as a server (useful as an email server's virus filter), a cronjob, or a one-shot scanner, but not an intrusive bomb waiting to be triggered. That's why I like it: no on-access scan bullshit. (I believe one have to modify the kernel to achieve on-access scan, am I right?)

  10. Maxon? on Too Good To Ignore — 6 Alternative Browsers · · Score: 0

    Last time I checked, Maxon was built on IE. That's why I avoid it like a plague.

  11. why on Bittorrent To Cause Internet Meltdown · · Score: 1

    Correct me if I'm wrong, but I think actually we can reduce the bandwidth by switching to UDP. With UDP you need to implement your own transmission control, and if BitTorrent can make its own lightweight implementation, the transmission control overhead caused by TCP will be reduced.

    Actually I see UDP a better alternative for BT because you don't need to make sure every packet is transmitted successfully, given how BT seeding works.

    I see TFA's point is not that UDP increases traffic, but they are harder to be throttled by ISPs. Well then why don't the ISPs upgrade their own infrastructure to handle the increased traffic and charge their users accordingly to cover the cost? Blame the current economy?

    Again, I don't know much in this area so I may be wrong.

  12. Mod TFA -1 Offtopic on What Needs Fixing In Linux · · Score: 1, Informative

    The author made some points with ABI stability, audio architecture and filesystem versioning. The rest is bullshit. GUI? Go whine at the GNOME/KDE guys. X11? Go post to the X11 dev list. Package managers? Go fuck RedHat for RPM and Debian for dpkg.

    In other words, the things you are bullshitting about are not *Linux* things.

  13. Re:Xen slowly being discarded ? on Fedora 10 Released · · Score: 1

    Hello,

    You may want to read this: Fedora 10 Virtualization.

    And from another article

    "The kernel-xen package has been obsoleted by the integration of paravirtualization operations in the upstream kernel. The kernel package in Fedora 10 supports booting as a guest domU, but will not function as a dom0 until such support is provided upstream. The most recent Fedora release with dom0 support is Fedora 8."

    So it's unlikely that Fedora is abandoning Xen... There are upstream problems to be fixed before dom0 support is integrated in Fedora again.

  14. Re:The big question is. on Fedora 10 Released · · Score: 4, Informative

    You can install the rpmfusion-nonfree repo's signing keys and update the binary blobs via yum. However RPMfusion is not included in the release by default and you'll have to do this by yourself.

    AFAIK distributing "evil" codecs are against Fedora's policy so they don't do that. But that doesn't prevent anyone else from doing it.

  15. They are using RPM 4.6.0 release candidate on Fedora 10 Released · · Score: 2, Interesting

    RPM 4.6 is an RC, not a stable release. I have to say it's a somewhat bold move. RPM is the heart of the distro. It is even more important than the kernel.

    As a Fedora supporter I for one welcome the move.

    Now cue the RPM haters.

  16. Re:I bet it still be on Internet Explorer 8 Delayed Until 2009 · · Score: 1

    How come? It's a JavaScript program. Any fairly modern browser will be able to interpret it.. wait, you mean your handheld/mobile platform with too limited CPU power?

    BTW the second test "full render" is really CPU-demanding...

  17. Totally insensitive clods!!! on Unix Dict/grep Solves Left-Side-of-Keyboard Puzzle · · Score: 0, Troll

    I use a Dvorak keyboard you insensitive clod!

  18. Re:Enlightenment? on French Record Labels Go After Limewire, SourceForge · · Score: 1
  19. Re:why bother with a liveCD? on Debian Lenny Installer RC1 Arrives · · Score: 1

    Text installer is fine, but LiveCD is not only useful for installing the OS.

  20. Re:Mp3 Locking? on Is Windows 7 Faster Or Just Smarter? · · Score: 1

    The "Better Than Average" one seems to be the worst on the list. How can the worst be better than average? ;)

  21. Re:Worse than that. on Is Windows 7 Faster Or Just Smarter? · · Score: 1

    The "GUI response time" thing reminds me of someone I met on Freenode IRC the other day. That guy was whining about a system update making GNOME slower. "Now it takes 0.05 seconds more to show a menu!" he said. I told him an average human's response latency is around 0.1 seconds and you can't really distinguish the 50 millisecond difference.

    But he said "Yes I can! I can watch a movie at 24 frames per second and that's 0.04 seconds a frame!"

    So I told him it's called a movie exactly because you *can't* be that responsive. Otherwise it's not a movie. It's going to be a slideshow.

  22. Re:Trick Question on Is Windows 7 Faster Or Just Smarter? · · Score: 1

    Xscreensaver has the "flying toasters"

    If I have the skill and time I'd make a chair version. ;)

  23. Re:PCRE and perl 5.10 offer "tagged" captures on (Useful) Stupid Regex Tricks? · · Score: 2, Informative

    That's also one of my favorite. Python has this feature too.

  24. One regex to match them all on (Useful) Stupid Regex Tricks? · · Score: 4, Informative

    This regex matches a number: interger or float, scientific notation or plain, plus or minus...

    [-+]?(?:\b[0-9]+(?:\.[0-9]*)?|\.[0-9]+\b)(?:[eE][-+]?[0-9]+\b)?

  25. Re:(Stupid) Useful Malaware Tricks? on Old Malware Tricks Still Defeat Most AV Scanners · · Score: 1

    malaware

    Malaria kills. You should use a mosquito net when surfing the Web. Take care.