Slashdot Mirror


Locutus Preview Released

An anonymous reader writes "FreeNet's Ian Clarke has released the preview version of his latest P2P endeavor Locutus. Aimed at the corporate world, Locutus adds encryption to the mix - new for a P2P client - to secure files traded across the network as well as the ability to scan within text files to improve search results. Locutus Lite is the free version for those who are more concerned with trading movies and tunes. Locutus Enterprise is the pay version that Clarke hopes to lure corporations to shell out money for (for secure trading of research and other documents). Those interested in trying the preview can download it here."

1 of 260 comments (clear)

  1. Re:Another 20MB. by gutier · · Score: 5, Informative

    I for one am extremely happy with the .NET framework. It is a comprehensive box of functionality that all .NET applications can make use of. Many useful applications I've written in .NET have been under 200K in size. Comparable programs I've written in Linux are all over 200K in size. This is after having to deal with the incredible mash of libraries that simply don't work well together. Why? Well, how about the amazing number of reimplementations of method pointers, having to deal with C++ libraries and C libraries and woes arising thereof, exceptions in some libraries and return codes in others, all different kinds of naming conventions and the bazillion mappings of this over that.

    I've found that programming in .NET is actually a lot like programming in Python (a nice language and a clean, integrated box of functionality, and NOT like Perl/CPAN with for all the same Linux-related reasons again ... ). Given .NET's intended domain (which is Windows software running on Windows), it is very well done.

    Let's give up the religious dogma, emotional outbursts and reactivity, and evaluate it objectively. Objective evaluation of a complete situation is what they really tried to teach you in college.