Slashdot Mirror


User: ddvlad

ddvlad's activity in the archive.

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

Comments · 16

  1. Re:Java Stack Traces on Ex-Sun Employees Are Taking Java To iOS · · Score: 0

    I hope iPhone users don't freak out when their Java apps suddenly start printing 500 line stack traces.

    Of course not, they will scroll flawlessly across the retina display.

  2. Re:Does anyone care? on Perl 6, Early, With Rakudo Star · · Score: 0

    It's flexible, powerful, and easy to extend. 84,296 modules are freely available from the CPAN (at least when I checked; the upload rate is staggering). It has an immense culture of quality and testing. It's amazingly portable. It scales from the freshest novice writing baby Perl to large-scale applications which must not fail, written by experienced professionals. It's malleable; you can program in a compiler-checked subset of the language or express yourself in the most clear or (if you don't care about maintainability) the most expressive, creative way possible.

    It has amazing libraries for network access and databases. It sets the standard for text processing. It's been an integral part of usable Unix installations for years. You can find it just about everywhere, and you can do just about anything with it.

    Hey, what the hell, man? Wasn't, like, everyone bashing Perl? Just kidding, of course. My limited experience with Perl is "Wow, seriously? That easy?" after hours of gazing at code and docs.

  3. Re:China controlling even this? on New Olympics Scoring: No More Perfect 10.0 · · Score: 0

    Is Beijing controlling even this aspect of the Olympics? I thought censoring of free speech and the media was the only thing they were censoring!

    This has nothing to do with the Olympics being held in Beijing. The Code of Points has been revised in 2006 and has been already used at the European Championships recently.

  4. Re:meanwhile abroad... on IBM Granted "Paper-or-Plastic?" Patent · · Score: 0

    Yeah I would have modded this up but I modded the parent

    And by posting in this thread you have made that invalid as well: modding + posting afterwards == 0.

  5. Re:"Email is sooo dead", the kids say... on Kids Say Email is Dead · · Score: 0

    I haven't even reached 30, and I already feel like I'm getting old :)

    I'll be 20 in a few months and also feel old. Seriously though, I value the asynchronus nature of email and even when I use IM I try to write full words and use punctuation. But maybe I'm just old-fashioned :-)

  6. n00b on Linux 2.6.22 Kernel Released · · Score: 1, Insightful

    I don't understand 70% of the changes listed and don't care about/don't use the rest of them. I know, I know... I must be new here. *sigh*

  7. Re:Some Marriage! on How the Camera Phone Changed the World · · Score: 5, Funny
    Well, marrying a cell phone with another cell phone is just silly.

    Yes, but marying a cell phone and two cameras is 3G. What is the world coming too?

  8. Is this not... on Munich Finally Starts to Embrace Linux · · Score: 0

    This has to be strongly related to recent EU regulations regarding Microsoft; okay, so they're no longer recent, but they recently threatened to enforce them.

  9. Re:editors are for wimps on A Visual Walkthrough of New Features in Vim 7.0 · · Score: 1
    A real man writes directly to the disk with a magnetised paperclip.

    Real men just type Hello World! at the prompt, instead of writing a program for it, compiling and running it.

  10. Re:Rely on the Almighty on It's Never Done That Before · · Score: 1
    Can't you just leave them switched on overnight and let God take care of things?
    In God we trust. Everyone else, make sure you use PGP!
  11. Re:Copiers on BitTorrent Becomes Ever More Legit · · Score: 1
    How do they plan on stopping people from copying the movies and placing them on other torrent sites?
    co - DRM - ugh
  12. Re:Compensation? on BitTorrent Becomes Ever More Legit · · Score: 2, Funny
    a parallel would be if the local pizza company offered to sell you a pizza for half price, but only if you delivered a pizza to another customer whilst you're at it.
    No, that's not a valid parallel. With p2p you are not tempted to eat the pizza on the way ;)
  13. Re:The winners on AMD Admits To Slowing Sales · · Score: 1

    Dude, don't be evil. Think of the corporations! ;)

  14. Re:You got that right on PHP Hacks · · Score: 1
    What would you recommend for developing web applications on *nix then?
    What's wrong with Python or Perl? Honestly, I tried learning PHP for web scripting and it really sucked. Then I looked at the alternatives and I stuck with Python -- it's somehow cleaner than Perl and more powerful than PHP. Sure, it takes a bit of work to get Python and CGI up and running, but it's definitely worth it for the non-crappy, general purpose programming language. Just my $ .02
  15. Re:Give Vista Developers A Break on Why Vista Release Date Really Slipped · · Score: 1
    That's right, they are going to have to figure out someway to improve Windows XP.
    And why would that be hard? How about including a sane, native and not broken permissions system and true multi-user support for starters? Honestly, just because it is most widely used doesn't make XP the best.
  16. Re:It's just a tool on Why the Light Has Gone Out on LAMP · · Score: 1
    If you want to quickly put together a site because your purpose isn't actually maintaining the site but putting up some content, use PHP.

    If you want to find out your innocent and well-intended site was hacked, use PHP/MySQL and don't take the time to read up on security. How long before people realise that simply making it work isn't enough to keep hackers and the like away? The ease of use in PHP and MySQL gets people all euphoric and sloppy. But I'm probably barking at the wrong tree, since parent has proved knowledgeable in his exposition.