Slashdot Mirror


User: m_ilya

m_ilya's activity in the archive.

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

Comments · 93

  1. Re:Your *linux concerns are trumped by BSD on Debian NetBSD · · Score: 1

    Have you bothered to read my comment? It was about FreeBSD and Debian Linux.

  2. Re:Transition on Debian NetBSD · · Score: 1
    FreeBSD has 99% of what Debian has. Of that remaining 1%, they're 99% Linux-only programs. Who needs linuxconf on *BSD anyway?

    I had FreeBSD on my desktop for three months (and I still use it on servers) and I'm using Debian Linux testing now for long time so I've some experience with both systems. Belive me there are tons of software which I use and which are not in FreeBSD's port collection but are avialable as Debian packages. It is not 1% and is not Linux specific.

    And anyway I belive quality of packages in Debian is higher. At least I have seen much more problems with FreeBSD ports than with Debian packages.

  3. Re:Transition on Debian NetBSD · · Score: 4, Interesting
    Funny but I've switched my desktop OS in slightly different order:

    RedHat -> Slackware -> FreeBSD -> Debian

    For desktop OS I find Debian Linux more convient than FreeBSD for two reasons:

    • Linux have better support for multimedia devices than FreeBSD
    • Debian have more prepackaged software than FreeBSD and in general quality of debian packages is better than FreeBSD ports thanks for Debian strict packaging policy.

  4. Re:Speaking of that... on Three-year Anniversary of Kernel Traffic · · Score: 2, Insightful
    How can one even HAVE a mailing list with 1500+ messages/day?

    Well, usually nobody needs to read all these emails. The trick is having good mailer which can help to sort all that email and find what you do want or need to read. It is not a problem with good mailer which supports threading and kill lists (or Scoring). I've been subscribed on a number of maillists with more than 2000+ message/day in total and I could easily read them with Gnus.

  5. Re:No Backup?!?!?!?!? on Years Of Human Genome Data Lost In UCSC Fire · · Score: 1

    They could have backup but it could be lost in the fire also. Very often backups do exist but they stored on devices which are phisically located closely.

  6. Re:Google getting involved on How Google Saved USENET · · Score: 1

    Indead. I rely on google a lot in my daily work. But sometimes I start to worry what we all will do if something bad will happen with google (god forgive me). It seems that there is no alternative for them if some day they stop their services.

  7. Re:Where are the Debian packages? on Quicktime Under Linux With MPlayer · · Score: 1

    I don't know about bugs but as for license issues frankly speaking I don't care. As final user who doesn't distribute downloaded .debs I see zero difference between downloading binaries or compling from sources. In both cases I end up with some installed debian packages (I usually turn all software compiled from sources into debian packages with dh-make for my own convinience).

  8. Re:Where are the Debian packages? on Quicktime Under Linux With MPlayer · · Score: 1
    There exist unoffical debian packages of mplayer. This is from my /etc/apt/sources.list:

    deb http://marillat.free.fr/ stable main

  9. Re:So what? on Oracle 9i Isn't Quite Unbreakable · · Score: 1

    In real world many "admins" don't care even about changing default passwords. And you asking them to configure firewall :)

  10. Re:This is huge on FreeBSD Foundation Announces Java License for Free · · Score: 2, Insightful
    Now if only the same thing would happen with OpenBSD -- we could write tomcat based web apps, and wouldn't have to worry so much about being hacked.

    OpenBSD is not a silver bullet. It just comes with more sane defaults and its core have seen more audits probably. It doesn't magically protect applications your wrote and it doesn't protect applications installed from ports from hacks. Your code still have to be audited for bugs and your admin still have to patch installed applications if they show up on bugtraq.

  11. Re:Sleeping dogs on When Making a Comprehensive Retrofit of your Code... · · Score: 1
    choose a language that you can be reasonably sure will be used 3yr from now.

    Perl6?

  12. Re:See no evil, hear no evil, ...? on When Making a Comprehensive Retrofit of your Code... · · Score: 1
    Having seen different style projects I strongly dislike "Database centric" design (i.e. very weak or missing middle layer). I'm not sure if you talking about such design but it looks like you mean it.

    Bad programmers can write cryptic Perl but for good developers it is not a problem to develop clean middle layer and frontend layer in Perl. Perl is full featured language which can be used to build big OO projects. On other side I always was under impression that PHP is quite limited language because initially it was designed as quite niche language (embeding in HTML web pages). This is why I think that Perl have more potential than PHP for large scale projects.

  13. Re:Solicited suggestion on When Making a Comprehensive Retrofit of your Code... · · Score: 2, Funny
    Where possible, use Python or Java instead PERL.

    Indead. I'd like to extend this advice:

    • Where possible, use Perl instead of PERL.
  14. Re:See no evil, hear no evil, ...? on When Making a Comprehensive Retrofit of your Code... · · Score: 1

    I can understand when people say that Java is better than Perl for large scale systems (I don't agree but I understand why people think so). But PHP??? Why do you think it is better suited for large scale systems than Perl?

  15. Re:Perl vrs. Python on Damian Conway On Programming, Perl And More · · Score: 1
    No need to hurt your eyes. You can print an array of hashes in Perl with just

    use Data::Dumper;
    print Dumper(\@LoH);

    :)

  16. What's going on with Slashdot? on Dealing with BLOBs in Postgres? · · Score: 3, Interesting
    Probably I'll lose some karma but anyway.

    When I have a problem of such type and I cannot solve it myself I usually find relevant maillist and ask where. If problem is not very hard chances are that it will be answered in minutes.

    I just don't get why editors pass such submissions and people submit them. It just doesn't make any sense. If you post in PostgreSQL maillist chances that in the future another person with same problem will find solution in its archives. But who in good state of mind will search for solution of PostgreSQL very specific problem on Slashdot? On the other side I'm sure that submitter of this query will have to wait longer for reply which could solve his problems (probably forever).

  17. Re:Yeah C sucks... on Yet Another Software Sucks Article · · Score: 1

    I heard it was writen in Self. Sorry no real evidence - it almost impossible to find anything relevant with 'Java Self' on google. Only this link.

  18. Re:You're gonna kick me... on Favorite NNTP Client? · · Score: 1
    Well, I've not used OE for long time. Sorry for non-intential FUD.

    But wait .... Can it do .... hmm ... scoring ?! Quite powerful feature. For example my Gnus is configured to show only first message from each thread. If I find start of thread intreasting I manually increase score for it so all its messages will be shown. If I do nothing with thread I just don't see other messages in it. Also if I post message any replies have additional score so they are shown on top. And finally messages from some authors are moded up or down so either they are on top also (and can be shown even if I've not selected thread) or they never shown (there are always some trolls on high volume newsgroups). Can OE do something similar?

  19. Re:You're gonna kick me... on Favorite NNTP Client? · · Score: 2, Insightful
    But IMHO this is a powerfull NNTP client, as it offers all I need to get, read, and post to a NNTP server.

    Well, if it satisfies your need it doesn't means that it a powerfull NNTP client. Actually it only provides basic functionality. IMHO NNTP client can not be called powerfull unless it supports at least kill lists.

    Do not think I'm trolling. My point is that powerfull NNTP client should have much more features than OE.

  20. Gnus on Favorite NNTP Client? · · Score: 2, Informative
    My vote is for Gnus.
    • It integrates well with my faivorite OS^H^Htext editor Emacs.
    • It has support for scoring which is very valuable feature when you are subscribed on several high volume news groups and maillists.
  21. Mod down this story. on Better Progamming In Perl · · Score: 3, Insightful
    It's full of tips to improve your Perl skills.

    Show me at least one tip in that article. I wonder - what the hell? Have editor who passed this submission looked at that article at all?

  22. Re:Commit to CVS? on KDE 2.2.1, On Win32/Cygwin · · Score: 1
    Look here.

    Here quote from that page:

    The Qt Free Edition is provided under both the Q Public License ("QPL") and the GPL.

  23. Re:Commit to CVS? on KDE 2.2.1, On Win32/Cygwin · · Score: 1
    Will these ports of KDE make it into CVS so that windows will be just another build target for KDE?

    As I understand KDE itself is not a problem since it almost do not require patching. It is already very portable. What needs patches is Cygwin.

    That would be really nice, however I heard that QT wasn't releasing a free version of 3.0 for windows which would prevent KDE 3.0 running under windows.

    They have ported Unix version of QT which is avialable as GPL.

  24. Re:whats the point on KDE 2.2.1, On Win32/Cygwin · · Score: 1
    You don't get the point. This is from FAQ

    Tell me something about the reason why this should be have done ?

    Somebody asked me, why one should port all this software to this X&%$? windows ? Another one told me, that this would be perverse. Why are we doing this real ?

    I think, that kde is a great desktop and has the oppertunity to be a big player in gui apps and desktop area. Especially because of the famous qt library, which is designed very platform independed and already ported to many operation systems, porting kde application to other unix based operation systems isn't very much work. The one currently left operation system is windows.

    Windows is the standard os in many companies. How could this fact be used to enforce kde propagation ? The answer is simple: Build something that allow kde application running on top on windows. This goal we try to reach with this project.

  25. Re:Too bad nobody will use it... on KDE 2.2.1, On Win32/Cygwin · · Score: 1
    UNIX version of QT is avialable as GPL. It means that anybody can port it back to Win32 and it is still GPL.

    Look at the project page. I've not seen mention that they have been ported UNIX version of QT to Cygwin but since they require X server it is very likely. So there should be no problem with licensing.