Slashdot Mirror


User: tilk

tilk's activity in the archive.

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

Comments · 45

  1. Re:Why? on MSN Search Has Arrived · · Score: 1

    Actual facts with minimal bias? Like that "unbiased" multimedia content about Poland? My country is not THAT under-developed.

  2. Re:MP3 Playback IS Free... on Real Pays For Legal MP3 Playback On Linux · · Score: 1

    An algorithm IS indeed a mathematical formula, a precise description of a solution for a problem. The fact, that it can be executed on a universal logic machine called a computer doesn't change the fact, that it's just an idea.

    There are many algorithms taught to kids in school. Algorithms for adding, subtracting, multiplying and dividing decimal numbers, for example. Or finding greatest common divisor of two numbers. Now think what could happen, if these could be patented. Scary? It is.

  3. Re:Question on Huygens Probe Lands on Titan · · Score: 1

    Because you don't have a 100-meter dish receiving the signal, like the Green Bank Telescope.

  4. Re:Heh on Extremely Critical IE6/SP2 Exploit Found · · Score: 1
    Funny. I don't have any of those in place on my Linux, Amiga or OSX boxes
    You are running the browser as root? You're screwed.
  5. Re:stupid on Microsoft Patents 'IsNot', Enlists WTO · · Score: 1

    It's not, they said it. "it seems MS has patented BASIC's IsNot operator."

  6. Re:If for Research... on J2SE 5.0 Source Code Bundles Now Available · · Score: 1

    You're funny. For example, look at GCC. There isn't any othre compiler with such a range of target architectures. Or HURD - it's pure creativity. You listened too much to SCO shit-talk.

  7. Re:personal sigs on Gmail Begins Signing Email with DomainKeys · · Score: 1

    I've read the page. Sounds pretty similar to what CAcert does...

  8. Re:personal sigs on Gmail Begins Signing Email with DomainKeys · · Score: 1

    Oh, but you have to pay to get X.509 certificate from some trustworthy CA. Self-signed certificates say just nothing about your identity. The solution: CAcert - it's a CA, which is using web of trust to verify identity of users, and it's free.

  9. Re:Long way to go. on Lit Window Library 0.3 released · · Score: 2, Insightful

    Hey, but it IS ugly and obfuscated. The )@\:&/'s make me think about Befunge, and `l`x`k's about Unlambda. It's cryptic, hides structure and meaning.

  10. Re:BitTorrent download on SpaceShipOne to Attempt Second Flight on Monday · · Score: 1

    Thanks. Looks like BitTorrent is the ultimate anti-slashdotting cure ;)

  11. Re:LLVM Progress on Low Level Virtual Machine 1.3 Released · · Score: 1

    They didn't build a full C/C++ compiler, they modified GCC to emit LLVM assembly.

  12. Re:Not plugging in CPU fan on Abused, But Working Hardware Stories? · · Score: 1

    Use Google. There are uses of "Athlong", "Athalon" and "Athalong".

  13. Re:Excellent! on Shareaza 2.0 Released Under GPL · · Score: 1

    Not true. Ever heard about sparse files? The file can be 1 GB in size, but use just a few MB of disk space - unused blocks are filled with zeroes and not allocated on HD. That way, you don't need to do any post-processing for completed downloads. And you have the ability to preview incomplete files too. Of course, your filesystem must support sparse files to do this - ext2 and xfs, and probably many other linux filesystems, NTFS 5 can do it too.

  14. Re:What's the matter with you people? on ESA Completes Important Step Toward Vega Launcher · · Score: 1

    Hopper (Phoenix is just a prototype) will be unmanned. More on Wikipedia.

  15. Re:Photoshop Scratch Disk on Is Swap Necessary? · · Score: 1

    It's just a workaround for a problem of current operating systems, which have one swapping policy for entire system. If an application could itself decide, which pages should be swapped, and which should remain, this wouldn't be needed. And the OS technology, which enables per-process swapping policies, is of course the microkernel. For working for multiple-GB image data the problem could be also small address-space of 32-bit processors. To solve this, we should just go 64-bit.

  16. Re:Piggin says swap = good. Even if swap = ramdriv on Is Swap Necessary? · · Score: 1

    Not true. He's saying, that adding swap to system with some RAM can improve performance. So, 512 MB RAM + swap can be faster than 512 MB RAM without swap. But 1 GB will always be better than 512 MB RAM, regardless of having swap or not.

  17. Re:Nice, fortunally europe != country on EU Poised to Attack P2P File-Sharers · · Score: 1

    Well, after some googling I found KPP ("Communist Party of Poland"), but I never heard about them before - they never were in the parliament, their election campaign must have been quiet, if they had any. Even Samoobrona ("Self-defense"), a "farmer's party", is in parliament now, and their leader, Andrzej Lepper, is widely known (mainly for his stupidity). But communists? In post-communist Poland communists never were a strong force.

  18. Re:Nice, fortunally europe != country on EU Poised to Attack P2P File-Sharers · · Score: 2, Insightful

    For Polish government, communism is the root of all evil. I didn't heard of any Polish communist party, so "an extremely-communist party from Poland" surely will not join the Europarl. The idea of "banning Microsoft" also will not come from Poland - our government is a bunch of stupid Microsoft-lovers, that don't see (or don't know of?) any alternative and wastes A LOT of public money for Microsoft products (and Poland isn't a rich country).

    Anyway, Polish politicians surely ARE bunch of assholes, that care more for their own wallets, than for their country. EU, beware!

  19. Re:how about a slashdot haiku contest? on Perl Haiku Contest Winners Announced · · Score: 1

    You meant Cowboy Neal
    Better re-read your posting
    Before submitting

  20. Maybe... on Top Ten Software Innovators? · · Score: 1

    Guido van Rossum, Python inventor? And of course Bjarne Stroustrup.