Slashdot Mirror


User: Taladar

Taladar's activity in the archive.

Stories
0
Comments
1,558
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,558

  1. Re:I'm no danheskett on MS, EU Agree on Name for Windows Sans Media Player · · Score: 1

    That way they would force all European Companies to investigate alternate OSs even if the EU would take only a few months (fast in political terms) to bring them to sell Windows again they would loose lots of companies that found out even with Windows available alternatives are better for their specific case.

  2. Re:What the left hand takes away... on MS, EU Agree on Name for Windows Sans Media Player · · Score: 1

    Nobody against Software Patents adresses the issue why we have no giant software companies here in Europe. They simply say there are none (statement of fact) and so there is no one to gain from software patents in Europe.

    P.S.: You should think about your position that giant software companies are a good thing and need to be created here in Europe.

  3. Re:Great! on MS, EU Agree on Name for Windows Sans Media Player · · Score: 1

    It is a bit different. You can't simply force them to leave IE out. You get a bootstrapping problem. How do you download a browser without a working browser? You would have to integrate some browser chooser into the OS installation and ship several browsers with windows.

  4. Re:How about on MS, EU Agree on Name for Windows Sans Media Player · · Score: 1

    You basically say in your post: I don't listen to MP3s and watch videos on my PC very often so I don't care about MS getting a monopoly in the media player market by using their OS monopoly.

  5. Re:How about on MS, EU Agree on Name for Windows Sans Media Player · · Score: 1

    If MS was the 95% market share car manufacturer and made radios as well other car radio manufacturers (and the government) would be well within their rights when demanding the sale of a car without a radio.

  6. Re:Easy acronym password: ISRPEY! on How the Secret Service Cracks Encrypted Evidence · · Score: 1

    And your automated password checker then calls the ISPREY() method to determine wether ISRPEY is the password?

  7. Re:Passwords?! on How the Secret Service Cracks Encrypted Evidence · · Score: 1

    This is /.

    He simply assumed everybody here would have seen the movie anyway and half a dozen people who had would explain it to those who hadn't.

  8. Re:This could be... on World's Smallest Linux Box Fits in RJ-45 Jack · · Score: 3, Funny

    This doesn't mean it will be easy to find this device once they notice the traffic.

    You shouldn't forget the bash.org No. 1 quote

  9. Re:Yet, that is not small enough. on World's Smallest Linux Box Fits in RJ-45 Jack · · Score: 1

    I don't think you can fill that address space up before nano-technology is invented but it is a good way to fill up ipv4 address space to introduce ipv6 and gain the other advantages of that.

  10. Re:Oh, quite cool! on World's Smallest Linux Box Fits in RJ-45 Jack · · Score: 1

    But 55 MHz doesn't run advanced algorithms on lots and lots of network traffic to identify passwords.

  11. Re:Firewall in the port on World's Smallest Linux Box Fits in RJ-45 Jack · · Score: 1

    I believe you can use a serial port as a network device in Linux so it is possible to pass on packets with this device.

  12. Re:compile on! on Gentoo 2005.0 Released · · Score: 1

    Slackware as a binary distro doesn't offer choices concerning compile-time-options and related dependencies.

  13. Re:The whole "learning" thing on Gentoo 2005.0 Released · · Score: 1

    Actually I use Gentoo to save time after using LFS for a while and now I just want a distro without lots of stupid frontends messing with my config files. That is the problem of most distros IMO. They don't work with the config files in a way that allows you using them yourself at the same time since they regularly kill your comments, order,...

  14. Re:compile on! on Gentoo 2005.0 Released · · Score: 1

    Actually Gentoo is relatively good concerning productiveness. It takes a relatively low admin (person) time and a high computer time to keep it up to date which is much better than systems that need a medium part of my own time.

  15. Re:The purpose of autopackage on AutoPackaging for Linux · · Score: 1

    I am aware that compiling from source is not for everyone. However typing "apt-get bla" or "emerge bla" is hardly comparable to your example.

  16. Re:Very nice on AutoPackaging for Linux · · Score: 1

    That is why rpm package managers are considered obsolete by the designers of almost all other package managers out there. rpm's flaws are the reason for the existence of most of them.

  17. Re:Choice is Important! on AutoPackaging for Linux · · Score: 1

    ...on all Windows computers running the correct version of Windows and the correct drivers for hardware involved (how often have you installed different versions of graphics drivers to get a game running) and sometimes using the correct drive as system drive (the windows installer doesn't leave a choice here, you have to use the drive letter it assigns to the partition you want to use as system partition).

  18. Re:Wrong Paradigm on AutoPackaging for Linux · · Score: 1

    While in theory I think such a system would be useful it wouldn't help the users needing it most since they are to clueless to use it.

  19. Re:Wrong Paradigm on AutoPackaging for Linux · · Score: 1

    And no fixes for bugs in libraries inside the app folders, next please...

  20. Re:Wrong Paradigm on AutoPackaging for Linux · · Score: 1

    You could simply write an ebuild for it. It isn't much more difficult than doing the ./configure;make;make install yourself. In fact it might be easier since portage provides a rich library of functions to shorten the process. It is even easier if you can copy an existing ebuild of a similar project to start from.

  21. Re:Wrong Paradigm on AutoPackaging for Linux · · Score: 1

    The former are the same for every package which is useful to build trust over time.

  22. Re:Wrong Paradigm on AutoPackaging for Linux · · Score: 1

    The reason the GUI was invented is because it sells better (looks better), that doesn't mean it is easiert to use and definitely doesn't mean instructions how to use it are easier to give/write down.

  23. Re:Wrong Paradigm on AutoPackaging for Linux · · Score: 1

    The more important question is: Why do we care?

  24. Re:Where does everything get autopackaged to? on AutoPackaging for Linux · · Score: 1
    The VM can produce native code without any virtual machine overhead at install time, whilst still optimising based on the CPU features available at runtime. This gives such binaries the same advantages that Gentoo users tout as being an advantage of compiling everything as all binaries are fully optimised for your CPU, but without the massive speed hit that C/C++ parsing implies.
    Sorry to shatter your image of the typical Gentoo user but most of us give a shit about processor optimization (except for major arches like amd64, x86,...). Most of us compile packages from source because that way we can avoid compile-time-optional dependencies like kde, gnome, mysql, ... (to name just a few a lot of packages depend on) if we want to instead of installing lots and lots of unnecessary libraries.
  25. Re:Some FAQ entries on AutoPackaging for Linux · · Score: 1

    And you can do what exactly if the Windows Installer for something you downloaded fails (which appears to happen quite regularly to me, especially with older software designed for pre-xp windows versions)?