Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Submission + - Does an IT firm's internal IM usage affect your op

c0l0 writes: It's a seemingly recent fad in IT for everything to be migrated into the cloud. There is, however, one particular branch of technology where a hosted approach used to be the norm in the earlier days of the Internet, and where rock-solid do-it-yourself solutions have only emerged and spread out relatively recently: Instant Messaging. Many companies to this date are using the likes of Skype and ICQ for handling that kind of communication though, with all the strings attached to it: potential eavesdropping by those services' providers or even automatic transfer of copyright of any transported data to the IM networks' operators, amongst others.

I'd like to know how getting wind of an IT firm handling large chunks of its internal communication over such an IM network affects your perception of that firm — would you, as a potential customer, think it's an acceptable practise for the occasional excerpt of your data to be transported over any such network and applaud that firm for their cleverness in outsourcing the management of their IM infrastructure, or would you rather not deal with that firm on grounds mentioned above?

Submission + - Autonomous Wave Gliders begin their Pacific crossi (gizmag.com)

cylonlover writes: Four small autonomous aquatic robots have embarked on a 60,000-kilometer (37,000-mile) journey across the Pacific ocean. The Wave Gliders, built by California-based Liquid Robotics, left San Francisco last Thursday. All four will travel together to Hawaii, at which point they will split into two pairs — one of those pairs will proceed to Australia, with the other heading for Japan. Called PacX (for "Pacific Crossing"), the project will constitute the longest voyage ever completed by an unmanned ocean vessel.

Comment One problem with Python's standard library... (Score 3, Informative) 33

... is that it's there (and I think it's actually great and indeed vast), but it's of seemingly little use in "production" code. The aforementioned SocketServer, for instance - try asking in #python on freenode how to do this-and-that with it. Answer: ditch it, noone uses it because it's crap, use twisted instead. It seems like a solid chunk of the provided functionality is being dragged along for (mostly) historical reasons, as you're supposed to use some third-party library that doesn't come bundled with the Python runtime by default anyway if you want to do actual stuff with the language that's ready for "the real world".

I still like programming in Python a lot though, and I do make extensive use of the "batteries" it includes. Will probably pick up the book; thanks for reviewing!

Comment Re:LGPL Rules! (Score 1) 215

The opposite of "free" (as in the GPL's definition of free) is not "commercial", but "proprietary". You can very well ask your customers for a licensing fee if you distribute your GPL'd program to them. If your product and especially the support and services around that dump of code and binaries are good enough, they'll probably give you what you ask for anyway.

Comment That's only part of the story. (Score 0) 901

There were two studies conducted by McKinsey, that both led to the result that an Open Source/Free Software desktop was feasible and a strategy that is saving the AA costs, but the powers that now be seem to disregard any evidence that suggests sticking to the solution currently in place there, because someone from MS seems to be sending in black suitcases... it's disgusting.

On top of that, they're considering switching to Windows XP now, and to a Windows 7 and Office 2010 setup later on! Migrating platforms twice within two or three years (XP support ends in 2014, mind you). This is just utterly insane.

Privacy

Submission + - India may switch off 3G on security concerns (indiatimes.com)

An anonymous reader writes: The home ministry has told the Department of Telecommunications to put 3G expansion plans on hold till tapping equipment is in place. Currently, the govt has capability of tapping into normal 2G cell phone conversations, but there does not exist any equipment with the govt. departments which allow tapping of video or high Bandwidth data calls between 3G handsets.

Comment Ubuntu is about Ubuntu, not about Free Software. (Score 5, Insightful) 655

Strange how he speaks of "lifting Free Software to the forefront", whilst all he's _really_ doing is trying to lift Ubuntu to the forefront.

Mr. Shuttleworth apparently knows that "the internet doesn't forget", yet he (I assume it was him who heralded the changes made) chose to tone down the role of Free (as in freedom) Software in the "Ubuntu Promise" over the years in a very silent yet continuous manner, and led Ubuntu to act against some of the principles of the early (think 2004 to 2006 or so) days of the project; principles that I happen to value. Getting into bed with vendors of proprietary software in a way that doesn't benefit others in the Free Software eco-system is something I despise, for example: Canonical is actually getting proprietary AMD/ATI graphics drivers before anyone else gets them, probably under NDA or whatnot. I also don't like their "partner"-repository that contains nothing but proprietary software, and is advertised and presented as a Really Great Thing(tm), not as a sometimes (probably) necessary evil. I don't like how Ubuntu's more and more about doing "their thing" without contributing back to the upstream projects they base their product on, and how they actually try to differentiate themselves from their competitors by making technically bad decisions in the wake of all this (think client-side window decorations, and putting window controls to the left because of that - just doesn't make any sense to me). There were many other occasions on which Mr. Shuttleworth and Ubuntu chose to somehow, somewhat upset parts of the Free Software community, either by what they stated or what they did. I just don't think Mr. Shuttleworth is entitled to put Ubuntu under the banner of Free Software, at least not as it stands today. If someone on identi.ca, or whereever else, is arguing against Ubuntu, it's just that: someone arguing against Ubuntu. It's certainly not an attack on Free Software.

Comment Llacking in terminology. (Score 3, Informative) 195

I'm not perfectly happy with the term "virtualization memory de-duplication". Linux 2.6.32 introduces what is called "KSM", an acronym that is not to be confused with "KMS (Kernel Mode Setting)" and expands to "Kernel Samepage Merging" (though other possibilities with similar meaning have already emerged). It does not target virtualization or hypervisors in general (and QEMU/KVM in particular) alone. KSM can help save memory for all workloads where many processes share a great lot of data in memory, as with KSM, you can just mark a region of memory as (potentially) shared between processes, and have redundant parts of that region collapse into a single one. KSM automagically branches out a distinct, exclusively modified copy if one of the processes sharing those pages decides to modify a certain part of the data on its own. From what I've seen until now, all that's needed to have an app benefit from KSM is a call to madvise(2) with some special magic, and you're good to go.

I really like how Linux is evolving in the 2.6 line. Now if LVM snapshot merging really makes it into 2.6.33, I'll be an even more happy gnu-penguin a few months down the road!

Comment VLC is OK. (Score 5, Insightful) 488

VLC is an OK media playback application. I, for one, never understood why someone would prefer it over using mplayer. It's got all the nice libavcodec improvements first, and is the perfect example of unintrusive UI design (note that I'm talking about the CLI-only `mplayer`, not `gmplayer` or any other graphical front-end).

Comment News from OGG Theora, too! (Score 5, Informative) 127

Dirac isn't the only royality-free, patent-unencumbered video codec there is - Xiph's OGG Theora has been around a while already, yet failed to impress quality-wise up until recently. There's some really cool development going on however, and you may see some of the results achieved over there: http://xiphmont.livejournal.com/35363.html

It's noteworthy that the changes made only affect the ENCODER, thus no changes to the DECODER (the part of a codec all applications used to play back files have included) are necessary. This bodes very well for HTML5, which will include some support for Theora on at least Mozilla (and iirc Opera) browsers.

Sun Microsystems

Submission + - Sun released ODF plugin for Microsoft Office

Verunks writes: Microsoft Word users now can easily import and export to the OpenDocument Format.
The StarOffice 8 Conversion Technology Preview, a plug-in for Microsoft Word 2003 that allows users of Microsoft Word 2003 to read, edit and save to the OpenDocument Format (ODF) is now available

Slashdot Top Deals

The only possible interpretation of any research whatever in the `social sciences' is: some do, some don't. -- Ernest Rutherford

Working...