Slashdot Mirror


User: kompiluj

kompiluj's activity in the archive.

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

Comments · 109

  1. Parallels to the history of print on Industry Threatened by Innovation at the 'Edge'? · · Score: 5, Interesting

    You might not know but the inventor of print, Gutenberg did not want to print large volumes of books - he wanted to print books that would look similar to the hand-copied ones (hence fancy font and illuminations) - see the Gutenberg bible - these were the incunabuli
    He wanted to make much money. Were it not for his followers that stole his invention and started mass production of books (very similar to those we now nowadays - set up in antiqua typeface) that cheap books started to exist and made wide dissemination of knowledge possible.
    If there were patents in Medieval Times, surely Gutenberg would obtain a one, and no print as we know it would be possible.

  2. WhiteBox Linux or something on Microsoft's Platform Strategist Speaks On Linux · · Score: 1
  3. Stripped Versions of Tools - no harm on Microsoft Beta Includes Built-in Virus Scanner · · Score: 4, Interesting

    When in Windows95/98 appeared stripped versions of programs from Norton Utilities Tools Package nobody complained (for instance the SpeedDisk(Defragmenter), Disk Doctor (ScanDisk), etc.). Those tools were sooo limited that they were good incentive to buy Norton.
    On the other hand remember Norton Commander? Total Commander has killed it.

  4. PATENT!!! on MS and Sendmail work together on Spam Solution · · Score: 1, Interesting

    I noticed that not a soul mentioned the patent issue: guess who will patent the solution?
    a) the same folks who try to patent xml?
    b) the same folks who try to take over all UNIX-like operating systems?
    c) the same folks who like to be clicked only once(tm)?
    I know I post too late.

  5. Re:I've stayed away from KDE...until now. on Ars Technica: Deep Inside KDE 3.2 · · Score: 1

    You will never emerge -C kde - because who will then give you back several hrs of compilation (it took soooooo... long on FreeBSD 5.1 on single Athlon XP 2200+ machine with 512MB RAM)?

  6. Injunction in Munich - no wonder on Open Source Group Victoria v. SCO, Part II · · Score: 4, Interesting

    I don't know how it would be in Australia - Munich obviously was not interested in paying for Linux (they are currently migrating...)

  7. I'm really surprised! on Chicago Police Force Wins CIO Magazine Award · · Score: 2, Funny

    They didn't have such a base already? Damn, on every movie when police or FBI are tracking someone they use such a base, and you tell me it did not exist?

  8. Such solutions for Java already exist on Morphing Code to Prevent Reverse Engineering? · · Score: 2, Informative

    Check out:
    Retrologic awarded Java byte code obfucator (Open Source! and free!)
    not free but you can try before you buy
    ZelixKlassMasterYet Another Java Byte Code Obfuscator (YAJBCO)
    But I'm not sure they really work - just provide level of security similar to classical machine code. Btw. the MyDoom virus was BurnEye encrypted - so what?

  9. It is stupid on Y Window System Project Started · · Score: 1

    But ylogo cannot be even as half sexy as xlogo

  10. Great Job on Giant List Of Linux-based Live CDs · · Score: 2, Informative

    Great job, brother!
    But I would also add:
    SUSE LINUX for i386 Live-Eval
    MandrakeMove
    or were you fishing only for non-commercial ones (or Knoppix derivatives) or something?

  11. You americans... also have problem! on EU Poised to Attack P2P File-Sharers · · Score: 5, Informative

    When I saw in Lessig's blog what presidential candidate Mr Kerry has to say about enforcing IP rights I really shuddered.
    Look at: Lessig blog entry and Kerry about technology

  12. A different point of view on Mandrake Blocked By XFree86 4.4 License · · Score: 4, Insightful

    Those people from XFree got fed up with the X server not being noticed by anyone. Linux this, linux that, you know, the SCO stuff giving Linux publicity, but nobody says anything about X. Not a word. And they got fed up with this. Like RMS who always was crying loud: NOT LINUX, GNU/Linux. Because Linux is not Linux. It is at least GNU/Linux/XFree/BSD-stuff/something-else.

  13. Nothing surprising - at least for me on What's The Fastest Growing Linux Distro? · · Score: 1

    I think there is nothing surprising:
    RedHat (and Fedora) is the easiest way of transition from Windows to Linux, the easiest way to set up your own server - you know all this graphical configuration tools (redhat-config-*) and the kernel which virtually has everything compiled in or as a module, but it is more difficult to change the startup scripts from hand and the upgrade process requires from you (in RedHat case) to have support - besides I have experienced some problems during upgrading over longer time spans - and the config files (if edited by hand) tend sometimes to be clobbered during updates
    SuSE is a little more difficult to set up but the startup scripts are easily configured manually, you also get the decent GUI management tools (YaST)
    Debian I don't think it is security - I think it is the ease of upgrade, the ease of manual management (clear structure of init files) - the stability during longer periods
    Gentoo - of course for geeks and geek-girls :) - speed and (yes) ease of upgrade, however the necessary recompilation is both blessing and burden (as in *BSD), and sometimes something just does not work in those fancy-python managed-parallel starting init scripts
    Slackware - for me not enough automation - but you get control...
    And here comes the "nothing surprising" part: people have played long enough with RedHat to gain skills and are ready to try something better but more difficult from administrator's point of view.

  14. now this is fsck-ing crazy on Bulk Email Tax Getting Closer · · Score: 1

    Now this is fsck-ing crazy - the ISP-s pay for the infrastructure and surely it will be federal gov't that will benefit from this so-called tax. And what with Europe, Asia, etc.? If they don't accept US rules will they be blocked or F-16 sent?

  15. $699 on Five PC Vendors Face Patent Lawsuit · · Score: 1

    I mean, should they not want $699 from every Intel CPU user...
    Of course AMD too (PowerNow!) and $1399 from Centrino users

  16. Re:Bechmarks on XFS Merged into Linux 2.4 · · Score: 2, Informative
    Ok, real-world performance can be VERY different from the test results, for instance mounting options are really important - I have heard about ext3 running much faster when mounted in (theoretically) slowest mode data=journal. But for applications that write to the same location many times (e.g. databases) it means that the data are kept in memory and don't get written to disk (remember - the journal resides in memory before it gets synced). The same for mail servers - like postfix. In these cases ext3 data=journal can be a good choice, however it has some limitations.
    On the other hand, when comparing reiserfs and xfs you must remember that reiserfs and reiser4 are generally systems that are tuned with many little files in mind and xfs is made for big transfers. So reiserfs shines when you have many little files (e.g. my ext3 broke having to deal with about 500 thousand files in a directory tree of average depth 10 - moving them to reiserfs helped), and xfs is good when you have hardware capable of big transfers - like the SGI(tm) architectures, or at least some ultra-mega-fast-SCSI.
    However, I would still stick to the following points:
    • FreeBSD 5.1 with Berkeley FFS (a.k.a. ufs2 - some authors mistake ufs for s5fs - no longer in use) with soft-updates is order of magnitude better than any system on Linux 2.4 - don't know how it is with 2.6
    • ext3 is the least CPU intensive
    • xfs is the mostCPU intensive
    • reiserfs can be nasty in a case of real crash (when you need to reiserfsck --rebuild-tree)
  17. Bechmarks on XFS Merged into Linux 2.4 · · Score: 4, Informative
    You can find the benchmarks on:
    http://epoxy.mrs.umn.edu/~minerg/fstests/results.h tml, or a copy at: ReiserFS homepage.
    Of course your mileage may vary but I generally got results consistent with those cited.
    My own experiences (I have used both reiserfs and xfs with 2.4.20 kernel:
    • reiserfs is a little bit faster than xfs
    • xfs gives you 2 times bigger CPU usage than reiserfs
    • both are still much better than jfs
    • the reliability of both xfs and reiserfs is satisfactory
    • the results are still order of magnitude worse than those I get with UFS2 with softupdates on FreeBSD 5.1
  18. Fast growth in power breeds arrogance on Fortune Magazine On Google Growing Up · · Score: 4, Insightful

    The process of fast gaining power has always resulted in growing arrogance, see for instance Microsoft.
    Unfortunately it also applies to Open Source companies. Sigh.

  19. MacOS X and Linux are not comparable! on Mac OS X 10.3 vs. Linux · · Score: 3, Insightful

    You cannot compare MacOS X with Linux, despite the fact that these operating systems are similar technologically - they are based on *NIX-like architecture.
    The reason for that is the simple fact that Linux is CLI (Command Line Interface) first, GUI second. And in MacOS X is the other way round - the interface is the most important part of the OS.
    Of course, you can compare the Linux kernel with MacOS kernel, Linux CLI with MacOS CLI, Linux filesystems with MacOS filesystems, and GNOME (or KDE) with MacOS X GUI, you can even compare a disto of your choice (be it RedHat, SuSE, Mandrake, Gentoo, Debian or Slackware) - with MacOS X, but not LINUX as a generic OS, for Christ sake!

  20. Voice from Poland on Negotiating Pay for Open Source Work? · · Score: 1

    Here in Poland professional IT developers (software for Banking, Insurance, etc.) usually work for 5-10 USD for hour. 25 USD is considered a very high wage usually awarded to project management people. The software runs well - it has proven to be trustworthy in the biggest of Polish banks, having about 10 million clients countrywide.

    Those developers usually know english very well, some have PhD degree, sometimes they are also open-source developers.

  21. Computer power demand is growing... on Electricity Apocalypse Soon? · · Score: 1

    And what else than power outages do you expect when everybody upgrades to new 200W or 400W processors requiring water cooling or air-conditioning which also requires power? Add to this all life-quality-improving gadgets which are becoming more and more available like dishwashers, automatic vacuum-cleaners (I vacuum more often with my new sub-eta-sensomatic-automatic vacuum cleaner), etc...

  22. Open Source is right! on Red Hat Posts Its Best Quarter Yet · · Score: -1, Flamebait

    Suddenly everone starts to realize that Open Source can be a good business.

    But we have to remember about the roots - RedHat is becoming a little bit prioprietary, a little bit uncompatible... yes! yes! I have has lately some trouble with installing Debian GNU/Linux and FreeBSD on Dell server boxen, which are prepared to run RedHat Linux... RedHat has the drivers, the other distros not (maybe only not yet...)

  23. Terminator? on Grid Processing · · Score: 0

    I have seen something like this somewhere... it was in Terminator II!!!

  24. Difference between Palladium and TCPA on Dartmouth Project Combines Linux With TCPA · · Score: 5, Informative

    The difference between Palladium and TCPA (Trusted Computing Platform Architecture) may be not obvious at the technological level but it is very simple - TCPA aims at integrity of kernel and system components - to assure you that your system can be trusted. It is easy to achieve with open software, because the system must defend itself from attacs from outside. Palladium, on the other hand, uses similar technology to make sure that the user does not do anything else than what is allowed by content owners. In that case software openness is impossible - otherwise you could do some harm to their system - attacking from inside...

    So similar architecture from technical point of view - but different aims yield different results.

  25. The easiest way to cope with this threat on Increased Software Vulnerability, Gov't Regulation · · Score: 2, Insightful

    In my opinion the easiest way to cope with this threat is to make software companies responsible for their products - see article by Declan McCullagh.
    Of course this regulation has to be done carefully - we shall deem liable for damages only those companies that require MONEY for that product: for instance when you install free version of RedHat Linux - RedHat (or anybody else) is not responsible for the damage, yet if you pay for this distro - then RedHat _shall_ be responsible - they can simply buy an insurance against such claims. I am sure that the price that Linux companies will pay for such insurance will be smaller than in case of Microsoft.