Slashdot Mirror


User: outZider

outZider's activity in the archive.

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

Comments · 387

  1. Re:This is why Perl is still around on Twitter Reportedly May Abandon Ruby On Rails · · Score: 1

    Mason makes me want to cry. :)

  2. Re:This is why Perl is still around on Twitter Reportedly May Abandon Ruby On Rails · · Score: 1

    I guess you aren't seeing what I'm seeing, but then again, you probably aren't even looking at it. I haven't seen this number of job reqs, contracts, and new work in some time. Perl is having a renaissance, and I'm loving every minute of it.

  3. This is why Perl is still around on Twitter Reportedly May Abandon Ruby On Rails · · Score: 1

    And this is why there is a big push back to Perl for new development. It's fast, proven, plenty of tricks for speed, and a very fast database framework. Even with DBIx::Class on top of it, it's insanely fast.

    If you haven't looked at Perl in a while, now's the time. Between Moose and Catalyst, developing in Perl is fun again.

  4. X61? on The End of Non-Widescreen Laptops? · · Score: 2, Informative

    I'm on a Lenovo ThinkPad X61 Tablet. As far as I can tell, they are still being sold, and it's a standard 12.1" display on the Tablet and the standard model.

  5. Re:You've been Steved! on Apple Error Leaves iPhone Developers In the Lurch · · Score: 2, Funny

    Just what I wanted, an operating system with no devices and no users! Can it play ogg vorbis too?

  6. Re:As of now on Mozilla Hitting 'Brick Walls' Getting Firefox on Phones · · Score: 1

    From what I understand, Opera Mini's servers deliver a package containing the html and other viewable content in one compressed bundle. All the well-designed name resolvers and browsers can't help the fact that latency generally sucks on low-power mobile networks, EDGE and below. The fewer requests you have to make (resolve > request > deliver), the better your experience will be.

  7. Re:Considering switching. on FreeBSD 7.0 Release Now Available · · Score: 1

    You'll have everything you need. You may want to consider PC-BSD, a.. friendlier edition of FreeBSD. It uses KDE by default, and as you're a Fluxbox user, you'll know how to swap that out as needed.

    The only gotcha is that nVidia's binary drivers are just as finicky as in Linux, and you're SOL if you want to use the amd64 version of FreeBSD, unless I'm out of touch. You can find their binary driver here.

  8. Another useless article on You Used Perl to Write WHAT?! · · Score: 2, Insightful

    Articles like this really annoy me. There are indeed tools best suited for each job. Most people are not going to write an end user application with a GUI in Perl, because it's just not normally suited for it. Needless to say, with wxPerl, I've done it. Fancy that, it's readable, too. But, I'm aware it's not good for that.

    What people tend to forget is how extensible a language can be, especially Perl. Blanket statements like "Perl should not be used for the web" is misinformed at best. No one wrote web scripts in Ruby before Rails -- it's all about the framework. Go give the Catalyst framework a try, and tell me again not to use Perl for the web.

    As for high performance computing, remember that the perl interpreter does a few things very well, very fast. We ended up rewriting our web crawling infrastructure at $WORK from Nutch and Lucene in Java to a custom distributed Perl architecture against Xapian. Not only is it much more 'pluggable' than the original solution, we ended up getting a huge increase in speed out of the deal, even putting it up against 64-bit Java. It's anecdotal, and mileage will vary, but there are times that Perl is just better at crunching text than anything else.

    Too many people write off Perl as a relic of the past. What people fail to see is the new Perl renaissance that is quickly approaching. It's a good time to be a Perl developer, judging by the job market. :)

  9. Re:Any way to... on NSI Registers Every Domain Checked · · Score: 1

    Except that the query has to be made on the web site, and you also did the program with more code. To each their own.

  10. Re:But does it run Linux? on Lenovo Announces the IdeaPad · · Score: 1

    I think Linux needs better power management before I can consider it for an ultra portable. Ubuntu Gutsy ran great on my Vaio TZ, except for the fact that my battery life went from 6 hours to 3, even after shutting off the cd drive, lowering lcd brightness, and turning on SpeedStep.

    So close, but so far away. Even hackintosh did better with power.

  11. Re:Supporting on The Setup Behind Microsoft.com · · Score: 4, Insightful

    Reliability in numbers. If you have 30 machines running your website, no one will notice if one goes down.

  12. Re:Good to hear but there are other options on Samsung Announces Fastest 64-GB SSD · · Score: 1

    Yes, because then I wouldn't need a driver just to use a drive.

  13. Re:You guys will have to seriously take it up a no on Canonical Chases Deal to Ship Ubuntu Server OS · · Score: 1

    You can finally script md in feisty and gutsy, but it's broken -- doesn't work most of the time, and completely fuzzes over if anything changes.

  14. Re:You guys will have to seriously take it up a no on Canonical Chases Deal to Ship Ubuntu Server OS · · Score: 1

    It is easy to work with, and it doesn't stop me from using it. As I said, we have a few tens of servers, and they're all running Ubuntu Server Edgy or Feisty. But, if you compare what Ubuntu Server provides, compared to FreeBSD, CentOS, or Windows Server, it comes up very short. If you're using it on 2-3 machines, it's no big deal.

  15. You guys will have to seriously take it up a notch on Canonical Chases Deal to Ship Ubuntu Server OS · · Score: 5, Informative

    As a user of Ubuntu Server on a 60+ machine deployment for $work, Canonical is seriously going to have to take the server distro up a notch before this could possibly work. The server distro, in stark contrast to Desktop, is a horribly hacked together mess that gives off the impression that it isn't really studied much at all. While Desktop shows the best and brightest of Linux integration, the server distro is just as barebones as the alternative distro, and manages to screw things up in terms of out of box experience.

    Am I looking for a UI? No. I want a few basic things.

    1: A proper, usable deployment system. debian-installer is good for the basics, but it's a pain in the behind to set up, and doesn't support scripting a RAID/mdadm install, or LVM. This "sucks". Take a look at Redhat or CentOS for a little inspiration.
    2: A boot screen that doesn't look like vomited output. Why does the login prompt appear before services have finished loading? I support being able to use the machine before services have stopped. I do not need "Starting PostgreSQL" appearing as I'm entering my login credentials locally.
    3: A server kernel that always installs. Why does the installer give me the generic kernel when I'm installing the server distro? Why do I have to manually install the server kernel on boot up, and then remove the generic kernel?
    4: Easily add services. You get 'LAMP server' or 'DNS server' or nothing. I had to create a custom installer just to have openssh-server install by default on first load, without apache or MySQL, or other crap floating around in there as well.

    It sounds whiny, I know, but we really like the debian-style package management system with the modern services Ubuntu provides. It's great for that purpose. As a real server distro, though, long way to go yet.

    I hope this lights that fire under Canonical to pay some attention to Server.

  16. Re:Is there? Yes.... on AT&T Welcomes Programmers for All Phones Except the iPhone · · Score: 0, Flamebait

    I think it's really cute that you believe that's the case.

  17. Re:My wife was given an Ipod for Christmas.. on Apple Cuts Off Linux iPod Users · · Score: 2, Insightful

    So what did you encode with? Ogg or WMA?

  18. Re:Sure on PHP5 Vs. CakePHP Vs. RubyOnRails? · · Score: 2, Insightful

    There's a tad of a failure in logic there. There are high profile sites written in Lasso as well, but that doesn't make it a serious tool, it just makes it a functional tool. PHP was designed to create pages with logic very easily, and it's being bent in a lot of ways now, which is cool in a way, but there's really no reason why anyone should work that freakin hard. At this point, creating an AJAX enabled site is far easier, and still scalable for a competent admin, with Java, or Perl with Catalyst, or Ruby with Rails.

  19. Re:Sure on PHP5 Vs. CakePHP Vs. RubyOnRails? · · Score: 1

    You do have an excellent point.

  20. Re:Sure on PHP5 Vs. CakePHP Vs. RubyOnRails? · · Score: 0, Offtopic

    PHP is what kids write My First Sites with. Sorry, next.

  21. Re:Does it... on The Really Fair Scheduler · · Score: 1

    The scheduler on FreeBSD never locks me out of the system, never takes down the kernel under high load, and always gives me a chance to save a system without hard powering it. I'm using mostly Linux here at work now, of both Debian and Red Hat varieties, and I can't say the same for it at all. If given the choice, I would move everything here to FreeBSD for just the scheduler.

    I'm also ticked that I am now Flamebait, but I guess it makes sense.

  22. Re:Does it... on The Really Fair Scheduler · · Score: 0, Flamebait

    The solution there would be 'FreeBSD'. :)

  23. Re:You would think...... on iPhone Freed From AT&T, Twice · · Score: 1

    *eyeroll*

    Most people choose the iPod for that. Kinda like how the Zune locks you into the Zune store. You could get a WM player, which allows you access to... a lot of stores with the same pricing and content. *twirls finger* It's all about making it easy.

    Hoser.

  24. Re:iTunes on Run Mac OS X Apps On Linux? · · Score: 1

    Some people like iTunes better. :) The linux players are getting quite good, but iTunes has spit and polish that can't be touched by any of them, especially AmaroK.

  25. Re:Does this kill GPLv2 "or later"? on Web Contracts Can't Be Changed Without Notice · · Score: 1

    Depending on your view of the GPL in general. Each iteration of the GPL seems to further limit the use of the source and binaries that it covers, so in many ways, it is 'restricting'.