Domain: sourceforge.net
Stories and comments across the archive that link to sourceforge.net.
Comments · 31,462
-
Re:Strategy
Although a supporter of encryption, I fit mostly in the "dropped the ball" category. I do not use e-mail encryption in part because I do all of my e-mail through the GMail web client and I do not know of any way to use encryption with that. Hints welcome; nothing like digital signatures at the end of e-mails to get friends to ask about encryption. Yes, I know I could use Thunderbird (err... Icedove
;) and POP/SMTP access, but I actually use GMail's labels and find Thunderbird a greatly inferior client compared to GMail.I have tried to get my friends to use encryption for IM (gaim-encryption or gaim-otr; now pidgin-) with very limited success. Although, I have gotten people to switch to Gaim/Pidgin due to considering it a superior program, they mostly think it is a waste of effort to setup encryption. A few times a have looked around for a good essays or set of essays on why encryption is good idea even when one has nothing to hide, but I have not found anything.
Also, unfortunately, there are no IM encryption protocols with web of trust support that I know of. I believe the long-dead gaim-e project used GPG keys. The pidgin-encryption project suggests this is by design.
As for encouraging the use of web of trust, I wondering if key signatures could possibly be made easier to remember by a natural language encoding. That is, use the signature as a random seed for generating (grammatical) nonsense that some people may find easier to remember (and therefore share) than a string of hex digits.
Also, among the apps allowed by a large WoT are self-signed HTTPS keys, so it would not cost extra to encrypt your website, although there may be processing power issues there as well.
-
Re:Strategy
Although a supporter of encryption, I fit mostly in the "dropped the ball" category. I do not use e-mail encryption in part because I do all of my e-mail through the GMail web client and I do not know of any way to use encryption with that. Hints welcome; nothing like digital signatures at the end of e-mails to get friends to ask about encryption. Yes, I know I could use Thunderbird (err... Icedove
;) and POP/SMTP access, but I actually use GMail's labels and find Thunderbird a greatly inferior client compared to GMail.I have tried to get my friends to use encryption for IM (gaim-encryption or gaim-otr; now pidgin-) with very limited success. Although, I have gotten people to switch to Gaim/Pidgin due to considering it a superior program, they mostly think it is a waste of effort to setup encryption. A few times a have looked around for a good essays or set of essays on why encryption is good idea even when one has nothing to hide, but I have not found anything.
Also, unfortunately, there are no IM encryption protocols with web of trust support that I know of. I believe the long-dead gaim-e project used GPG keys. The pidgin-encryption project suggests this is by design.
As for encouraging the use of web of trust, I wondering if key signatures could possibly be made easier to remember by a natural language encoding. That is, use the signature as a random seed for generating (grammatical) nonsense that some people may find easier to remember (and therefore share) than a string of hex digits.
Also, among the apps allowed by a large WoT are self-signed HTTPS keys, so it would not cost extra to encrypt your website, although there may be processing power issues there as well.
-
Re:TOR
Anyone worth their salt uses private proxies now. Either get a collocated machine at an ISP anywhere in the world or more simply, buy a webhosting package anywhere in the world that supports PHP (most do) and then install one of the many PHP proxies (such as this one) and you are set.
A webhosting package is the best way to go as you can get those monthly and thus you can switch IPs/locals quite rapidly (or have many on the go at a cost of less than $10/month each), where as a collocated machine is much more costly and more time consuming to setup.
One of the individuals that first perfected this technique was a Wall Street message board addict Gary Weiss who brought the technique to Wikipedia a couple years ago. It's fairly common knowledge within some communities (such as WikipediaReview.com) and is understood as the preferred way to get around Wikipedia administrator hassles. -
wikipedia for iPod is already here...
The thing is, a portable version of wikipedia has been already developed:
http://encyclopodia.sourceforge.net/en/index.html
for the iPod; also the Encyclopodia Ebook format (basically an indexed b2zipped articles or blocks), is far better suited for portable devices.
Now if any PSP/DS/Palm developer is reading this... -
Or a PalmOS version of it?
Good thinking. I was just wondering the same thing about my PalmOS PDA. It has plenty of storage available. I wonder if the existing Python port would be sufficiently powerful to run this.
-
BackupPC
http://backuppc.sourceforge.net/
It has support specifically for laptops. -
Re:File synchronization... If you must...
Once a day, it runs a backup of my laptop and everything on my machine comes to a grinding halt for five to ten minutes.
A solution is not a solution if it doesn't get used. We have only 5 guys with laptops, but some are smart enough that they can cause trouble. I was using a network backup to tape drive, but these guys could go into their Windows task manager and kill the process, 'cause they didn't like the way the backups bogged down their performance. Since I had a solution in place, my ass was covered, and they were on the hook for any problems if we didn't have a current backup. Still, a laptop loss or hard disk failure will cause me a lot of headaches, whether or not it's my fault.
So the second option I implemented was external hard drives for all laptop users. They can back up their own stuff, whenever is convenient for them. Yet they are kinda lazy and very busy with other stuff, so I've been hearing rumors that some laptops are only getting backed up once a week. Or worse. With the external drives in the users hands, I can't keep any track of what is going on. Once again, my ass is covered, but a disaster will still be a headache for me.
What my guys need is something with logs that I can see, and will back up their laptops to a server, but will give them some scheduling control so as not to interfere with their work. The compromise we are working towards is some file synchronization software. Something that has scheduling capability, but can also be initiated by the user. When they are VPN'ed in, or in the office and connected to the network, and they are going to lunch or heading to a meeting, they can click an icon on the desktop to set off the file transfer. I can see a log on the server and know who hasn't been backing up in a while, and send a reminder email, or even automate the email reminders.
This idea is promising, but I'm wondering what new problem will crop up with it. I'm looking at Vice Versa and SyncBac , for the software, which both have nice features. I'm going to check out BackupPC after seeing it mentioned in this thread. -
Re:cron + rsync
You might want to check out anacron: http://anacron.sourceforge.net/. It was written for exactly the case you're describing.
-
BackupPC
I've never personally tried it, but BackupPC looks like it might be able to do the job. AdminsParadise offers the ability to get this set up and running quickly, and it appears to be rather pain free. Oh, and did I mention that BackupPC is licensed under the GPL?
Do any of you have any experience with this setup? If so, how well does it work?
-
BackupPC seems to work well.
I've been using backuppc for probably 3 years now. We use it mainly for our desktops, but it'll grab the laptops as long as they show up on the network for a couple hours a day. It uses single instance storage and compression to save space. Highly configurable. It actually backs up our entire network. Windows machines using smbclient, unix machines via ssh/rsync, allows users to retrieve their own files. The down side is, its not really meant for larger installations I don't think, as all the configuration information information is stored in plain text files, but it can be configured to deal with any machine in a range and stuff.
Now that I sound like a salesman, I'll go away.
http://backuppc.sourceforge.net/ -
Re:File synchronization... If you must...Simple: http://backuppc.sourceforge.net/
BackupPC keeps track of a device's ping history. If the device only comes in during the day, after a couple of days the system will start backing it up as soon as it connects to the network.
I use it to back up the LAN, portables, and PCs connecting via VPN -- given that it can back up via RSYNC, SSH and SAMBA, pretty much anything with a HD connected to the network gets put into the system.
The backups are also mirrored for off-site storage so there's always an in-house revision system and an emergency remote restore point. The system works well, and for small businesses can easily store 1.5TB of data on a single 250MB HDD (make sure to mirror).
-
Two options
I have been using BackupPC for some time now with great results. Despite its name, the software is quite powerful and easily fits borderline enterprise requirements. It'll function with most platforms out there, and has some nifty options for laptop users - meaning the intermittently connected machines.
I have also used Symantec's BackupExec with the Desktop and Laptop Option (DLO) with mixed results. It fits the bill if you're running a homogeneous network.
I wish you good luck. Having fully backed up laptop machines is A Good Thing in my book. I often find disks in portables to be more error prone than stationary machines', though this is probably caused by the wear and tear of a mobile PC.
-
Re:C Plus Plus Bye Bye
One program that was created using Common Lisp is Maxima.
-
Re:It makes a huge difference...You are looking for OxygenOffice Professional. From their website:
OxygenOffice Professional (was: OpenOffice.org Premium) is an enhanced version of OpenOffice.org what is a multi-platform office productivity suite. OxygenOffice Professional contains more extras like templates, cliparts, samples, fonts and VBA support.
http://sourceforge.net/projects/ooop/ -
Re:Openness!People don't play Java games on their TiVo.
-
Re:To AMD:
I have the same laptop and everything (except for the modem..) worked on the first install of Edgy, and and upgrade to feisty. The wireless just worked, then used EasyUbuntu http://easyubuntu.freecontrib.org/to get the better ATI drivers among other things. I was able to get WPA working great with Wicd http://wicd.sourceforge.net/. I don't do anything fancy though.
-
EtherApe just needs consistent camelcasingtry showing how you discovered that the network needed redesign because you used a program called Etherape to map it for the PHB's. they for some reason see RAPE in it instead of APE. Because they forgot to camelcase it. I can't see how anyone would see a synonym for "sexual assault" in EtherApe. In fact, they appear to be camelcasing it more nowadays.
-
Re:rtorrent pwnz
For instance, you can't download just a subset of a torrent.
Yes you can. Navigate to the file view and press space to cycle the file priority between 'normal', 'high' and 'off'.
You are right in saying that rtorrent is lacking important features but that was not an example. The most important thing that rtorrent is missing is it lacks a queue (i.e. Only download two files at a time, download them in this order). This means that if you have a lot of torrents you don't want to download simultaneously you have to babysit rtorrent, enabling torrents as others finish.
It also doesn't have DHT, or protocol encryption. In fact, AFAICT, there is only one developer, who's interest seems to be waning and seems to view these basic features as superfluous. His libtorrent library, AFAIK, is only used by rtorrent. Something is wrong if you coded your library to an application and not the other way around.
Rasterbar libtorrent should solve everybody's problems. It will be a real reusable bittorrent library written in C++. Everyone doesn't need to keep reinventing the wheel or duplicating functionality. It will implement the bittorrent protocol features and let everyone else just write the frontend client. Bittorrent extensions will only have to be written once, you just code to rasterbar-libtorrent and you benefit automatically. -
Re:OK whats in it for me.
It is going to take a long time before web developers can take advantages of these tags. We need the browsers to start using it which may take a while. Firefox may jump on first then maybe Safari and others IE will probably take 2-3 more years until it supports HTML 5.
Firefox and Safari have already implemented a lot of this stuff, and some of it is supported in IE already too (even if only by hacks). A good example is the 'canvas' tag. It was implemented in safari before the working group even started, and was implemented by firefox quite soon after it was added to the working draft of the standard. Scripts are available that implement it for IE as well. Other things are standardisations of what were previously IE-proprietary extensions (e.g. the 'contenteditable' system), so are already fully supported by IE, and will likely be available in firefox & safari soon. -
Not Entirely Accurate and Not Entirely Catastophic
From the article itself, it appears that, since acquiring uTorrent, a closed-source C++ BitTorrent client for Windows, Bittorrent, inc. has decided to keep it closed source, and also to make it the new "mainline" BitTorrent. The old "mainline" client, which is open-source, written in Python (with wx for the graphics) and is generally cross-platform, last I checked, will continue to be maintained as a "reference implementation", but might not always track the latest protocol updates to uTorrent. Full documentation on the protocol will apparently come with an "SDK license", which they claim is "easy to get".
Well, first of all they ARE doing a few things that contradict the spirit of free software. Their main client app will be closed source, and although the reference implementation will apparently continue to be free, protocol docs require you to acquire a special license. A few years ago, these moves would have tightened Bittorrent inc's grip on the world of bt clients in general.
Now, however, the landscape is different. I can't produce statistics for all torrent users in general, but when I take a look at my peers in my preferred client, KTorrent, there seems to be a near dead-heat for most popular client between uTorrent and Azureus (also open source), with certain alternative clients like Transmission, Bitrocket, and KTorrent making frequent appearances, as well (and all 3 of those examples? also open source). Although uTorrent certainly remains a big player, it doesn't confer upon BitTorrent, inc. the ability to dictate major compatibility-breaking protocol changes by fiat. The fact that the main implementation of BT was open source to start basically stops things from being ruined by more restrictive licensing now.
-
Re:That's a lot to read
-
Re:Source
It is much better to light a candle than damn the darkness.
DOSBox -
Re:slightly o/t: the lockdown is bad
Yeah. The Dark Mod (for Doom 3) is nice, but they're only remaking Thief 1. What about Thief 2? What about Calendra's Cistern? What about T2X? They'll never get remade.
Let's hope some more good programmers show up to help out the two guys currently working on the OpenDarkEngine. It looks like the best way out for Thief (and System Shock 2) fans -- an open source Ogre-based engine that can run all the original levels, and the fan missions, eventually with shaders and dynamic lighting and improved physics, on any operating system.
Oh yeah, link: http://sourceforge.net/projects/opde
It says they're in "planning" stages, but really it's more like early alpha. The code's able to load levels and display them, but that's about all. -
Re:I've been thinking about this
Appleseed is a distributed, open source social networking software I've been working on. -
Re: I've been working on such a thing...
I've been working on a project called Appleseed for a couple years now. It's pretty far along, the distributed aspects are all functioning and only require optimization at this point, but it's still not quite out of beta yet.
As a proof of concept for distributed social networking, it works. Whether it's appleseed or something else, the idea of walled gardens such as MySpace or Facebook will seem as ridiculous as isolated services like Compuserve or Prodigy were. -
First they came for the ...
* First they came for the MSN users and I did not speak out because I was not an MSN user.
* Then they came for the AIM users and I did not speak out because I was not an AIM user.
* Then they came for the Yahoo! users and I did not speak out because I was not a Yahoo! user.
* Then they came for us, the Jabber users, and ... actually they couldn't do fucking anything to Jabber. ;-)
As a side note, the server can't read/block your IMs if they are encrypted. Why aren't you securing your communications in the first place? Pidgin Encryption -> http://pidgin-encrypt.sourceforge.net/ -
'Protocol' /= 'client application'
Pidgin
http://sourceforge.net/projects/pidgin/
(formerly Gaim), see also
http://en.wikipedia.org/wiki/Pidgin_(software)
works fine with MSN.
Only issues are security, (passwords stoed in plaintext - as with most other IM apps) and peer to peer file not working yet via MSN, (goes via servers so is slower). Neither are major hinderances. -
Re:Ubuntu drive partition
I don't know about Ubuntu, but Kubuntu and Mandriva detect unpartitioned space on your HD and offer to automatically create the partition layout there. So the easy way is to shrink the Windows partition beforehand (using the GPartEd live cd for example) or have a second empty HD and just accept the partitioning defaults.
-
Re:I think it screws up when upgrading.
Yeah, completely LAME.
-
Re:The ironythe way that they crippled kde so that gnome looks better (I dont want to start a holy flame war, but this *was* the state of things 5-6 years ago),
No it wasn't. It was a complaint made by many who never used it.
It's not true, and never was true.
And I've been using KDE with Redhat (and now Fedora) since '99 I'll bite on that one. Please explain then why this site came up, and why it had an active user and devel base. Fedora when it was at core 1 or 2 realized the mistake redhat was doing by crippling kde, and they started including the default packages with less modifications. In case you wanted a list of stuff that were removed out - they were xine-lib support for kde-libs, arts threading, a lot of the standard applications, custom modifying a few kde headers (this caused problems for me while trying to compile kbear 2.0 at that time).
I remember all of this because I was a redhat fan since 6.0. But RH 8.0 drove me too crazy within the first month that I switched to mdk9. It may have worked for you, and I am not nitpicking you as a user. But there were a large number of users like me who were frustrated, a lot of them swicthed distros, some of them started using the unsupported packages from kde-redhat. The fact that there were a lot of discontented users atleast shows that there was a problem somewhere. -
not long
-
Re:All I want in a linux distro is...
Freespire is the closest you're likely to find I think.
I've never used it because I've read reviews that mention it being stripped to become user-friendly, removing functionality in the process. Now they have signed a patent deal with M$ also, and I'm not sure if I like that. However, it legally contains a lot of proprietary codecs and drivers, and is working with the other patent-deal distros and Microsoft to create an open source odf-ooxml converter. -
Re:Deja GIF.
-
Re:Doesn't Office 2007 already support ODF?
MS funded it, its up on sf.net
http://odf-converter.sourceforge.net/
Sun has one as well, but it doesnt work with 2007. -
Re:Wrong Logo
This article should not have the Linux Tux logo. Tux only came much later. I suggest an egg or something.
The logo prior to Tux (maybe not "official" but community-driven) was Virtual Beer
...If you're in Europe, http://www.linuxbierwanderung.org/ still has a beer-related annual event to attend (covered on slashdot earlier)
--
Slashcode bug # 497457 - unfixed since December 2001 - Go look it up! -
Re:The Linux alternate history game...
I think it's pretty clear that it's only the pace at which hardware has advanced in the last decade or so that has allowed Linux to continue monolithically.
What'choo talking 'bout Willis? Over the past couple of years, Linux has been slowly evolving toward a hybrid kernel design. Between the common use of FUSE for powerful new file systems and the recent merging of user space driver support into the kernel, Linux is showing more and more Microkernel attributes every day.
In a sense, Tanenbaum wasn't really wrong. It's just that like most researchers, he was ahead of his time. Facets of Microkernel technology have made their way into nearly every major operating system on the market today. From Windows to Mac OS X to Linux, hybrid kernel design is proving to be a valuable feature that every moden operating system should have.
When it comes down to it, microkernels just make sense. It's in many ways simpler to develop than a monolithic kernel, and provides an easy-to-implement yet powerful firewall between the computer's subsystems. The catch is that early reseach ran into performance problems inherent in task switching on every system call. Hybrid kernels attempt to minimize that by designing around the monolithic "kernel space" vs. "user space" division already present in most OSes. Because the division already exists, the performance hit can be quite minimal for certain forms of application. (I haven't kept track to know if such performance has actually been achieved in any Linux hybrid code, so take a grain of salt with this.) Pure device drivers would still have performance problems due to the data bubbling up from the kernel rather than executing entirely in kernel space. Thus hybrid features are more useful for subsystems that already interact with userspace. (e.g. A new filesystem.) -
Re:OK, someone needs to say it...
I have used Linux for many years. I have tried out KDE from the very early versions of KDE/QT. However, the only thing that has always sent me back to Gnome in a day or two has been how farking ugly/blocky the QT widgets and toolkit, etc can be!
Oh dear. The look is dependant on the theme being used. Don't like it blocky? Choose a different theme! Just like GTK isn't ugly even though it appears so in these screenshots. There are obviously good and bad themes for both toolkits.
Oh, and why do the fonts in KDE look like blocky crap, however look so much smoother in Gnome on the same system with the same fonts?
Because Gnome uses 96DPI for all fonts, while KDE uses whatever value X11 gives it for the DPI. Due to lots of broken systems, this value is sometimes wrong. If you think it is wrong, go into the Control Center, click on Appearance -> Fonts, and choose 96DPI from the combo box and restart KDE. -
Re:That would not be so horrible, and is availableYou can already get the M$ core fonts from M$ themselves by following crossover office instructions. M$ has the fonts in a series of files on some hideous and obfuscated support website Or right here on the Sourceforge network in source RPM form, but don't let that stop your bitching.
They're under a "distribute all you want however you want as much as you want to whoever you want, but don't change the fonts and claim they're the same or charge for them" license. Hardly as evil as you claim. -
Can somebody sue Apple?
Please be aware its not the fonts what matter or important regarding this font licensing agreement between Microsoft and Apple. It is three patents held by Apple. For more info regarding these patents please read: http://freetype.sourceforge.net/patents.html
It doesn't matter whether you have best of best fonts, to display or print clearly you need a license from Apple which they don't give it to others. This font licensing agreement means, you give me fonts, I give you license for three (3) patents.
Fonts on Microsoft Windows is clear because Microsoft is licensed to implement methods covered by these patents. If Apple, remove the license given to Microsoft, fonts display or print by Microsoft Windows is just blur, not suitable to read. Why not suitable to read is? if you read blur fonts (either on screen or paper) you get eye ache, if you continue to read, in the long run you may damage your vision.
So, how about others? Linux, FreeBSD and all other BSDs, etc. etc.
Because of the patent litigation, other operating system developers do not implement the methods covered by the above patents. Therefore, by default, their font display is blur. So, you call other operating systems are not good. What the other operating system developers do is, they pass to the end user to violate above patents if they want clear display. That is, provided you know how to do it. If don't know how to do it, just continue read blur fonts.
We all know reading blur fonts are harmful. We should not forget, specially, millions of kids & students use open source operating systems. Under the One Laptop per Child (OLPC) project, millions of such laptops are now under production, to be stuff with Linux operating system. So they all are forced to read blur fonts and potentially damage the vision of these kids in the long run.
By right, by realising the public harm caused by above patents, Apple should withdraw or abandon or put them to public domain and let anybody implements these patents. Sun will rise from other side of world if Apple do it. So we cannot day dream for that.
If you are a individual or an institution based in US, and willing to do a public good, please do seriously consider to sue Apple and explain in the court the public harm caused by above patents and ask the court to advice the US Patent Office to cancel or revoke those patents. (This author reside outside of US) -
Re:OK, someone needs to say it...Eh. Oh. El. Troll.
You forgot that it was about choice, and you forgot the basic idea of a toolkit like Qt.
#1. Choose a freakin' different theme! I happen to like the default Kubuntu theme (and Keramik) more or less. Just... pick a different one that doesn't look so blocky then. It's not like Windows, where MSFT forces you to either use 9x style or XP style. You have choices. Try KDE-Look.
#2. Man don't you hate how BLOCKY programs like SKYPE and GOOGLE EARTH look on WINDOWS? Wait, you don't? Well they use Qt. Or did you not notice? Qt is made to mimick the style of the operating system it runs in. If you use Qt on Windows, it will (should) look like any native Windows app. If you use it with KDE, it should look like whatever "blocky" theme KDE is using at the moment. Anyway, I went to OS X since I didn't want to look at an ugly GUI desktop at home. Wow. Perhaps somebody could've pointed you to Baghira if you were really that desperate. -
INFO: TrueType core fonts for the Web
I'm going to risk inserting some signal into a Slashdot discussion. Please don't hate me.
;)
The fonts are freely available and distributable within the limits that they are not altered or charged for.
Here's the EULA
http://www.microsoft.com/typography/fontpack/eula. htm
Here's the FAQ
http://www.microsoft.com/typography/faq/faq8.htm
Here's the fonts
http://sourceforge.net/project/showfiles.php?group _id=34153
Here's the Wiki
http://en.wikipedia.org/wiki/Core_fonts_for_the_We b
You may now return to bitching about how Verdana or CSS or Microsoft raped your childhood. -
OK, someone needs to say it...
I have used Linux for many years. I have tried out KDE from the very early versions of KDE/QT. However, the only thing that has always sent me back to Gnome in a day or two has been how farking ugly/blocky the QT widgets and toolkit, etc can be!
Seriously, I never understood how people could like KDE/QT. It has always just been too farking blocky for me. Gnome is so much smoother as far as the GUI drawing goes. Look at some of the screenshots I posted. The corners that are supposed to be "rounded" don't even come close. Oh, and why do the fonts in KDE look like blocky crap, however look so much smoother in Gnome on the same system with the same fonts? Seriously, I log into KDE on a system and look at the fonts and they look like blocky crap. Log out, log in to Gnome and I have very nice AA fonts. Yes, I set up KDE to do AA fonts, etc. I have been using Linux since the early days when Linux GUI was _really_ butt ugly, so I know what I am doing.
Any way, I really am not trolling here, I am just wondering why QT has never hired one graphics designer that could smooth things out so everything is not such a blocking mess. I would love to use QT since it works on Linux, Max and MS Windows. However, on Mac and Linux it looks like total crap. Anyway, I went to OS X since I didn't want to look at an ugly GUI desktop at home. At work I don't have a choice, but at home I do, so I replaced two laptops and two desktops with Intel-Based Macs and have been a happy camper. I _really_ wanted to just find a Linux that looked halfway-decent (Gnome for me) ___and___ supported the hardware I needed.
Oh, by the way, I think Gnome since 2.x as looked pretty nice. Nice rounded corners, softness, etc. I Just never understood why KDE/QT always felt like this big blocky GUI to me. Oh well, "To Each His Own". -
Solidot has Chinese support for slash
-
Re:On youtube?
Get one - it's worth it.
-
MiniDisc NetMD has not been crackedThe MiniDisc NetMD data transfer protocol hasn't been cracked; the libnetmd open source project accomplished some of its goals but has gone dormant having failed to crack the audio data encryption.
Yeah, I know, who cares? Well, a few of us do/did... MD was a good technology for its time, but crippled by DRM and other restrictions.
-
Developers, Developers, Deveopers!
ODF definitely has a future. The question isn't about that, it's about when ODF will come the mainstream choice in A) corporate environment and B) in home environment.
For me as software developer one thing hindering ODF adaptation is that there isn't or at least I don't know any APIs that allow me easily create ODF documents. As in example our application can export data to Excel in it's native format. We achieve this by using the excellent Java Excel API. We would add ODF support straight away if there would be same kind of API to create ODS documents. Also as ODS is open and not closed as Excel, there would be probably better support allowing full generation of a documents, i.e. generation of charts, this in fact would lead to a situation where we could add more "intelligence" to generated documents and benefit our users via added automation.
PS. I there is already an working API to generate ODF documents, then please reply and post link a to it.
PS2. Yes, I could also myself look onto ODF format specification and create my own code to generate documents, but as generating ODF documents at least in this time doesn't bring bacon home, and isn't even in the area of my expertise I just would like a ready to use code for it. -
Re:Summary of conclusion is wrong
But if the Apple gets rotten and starts coming out with inferior products
Some that come to mind - iPhoto (Wastes a lot of disk space no cleanup options)
If you're willing to do a bit of DIY, it's possible to shrink iPhoto down considerably. Mine is only 57 megabytes. Control click on the iPhoto icon in the Finder, and select Show Package Contents, then go through the folders and remove what you don't need. You can get rid of languages (the .lproj folders) you don't use, the graphics used for the merchandise ordering, and the losslessly-compressed music (!) used for slide shows. The lipo command-line tool can also convert files from Universal binary to Intel or PPC only. Of course, if you want to save space across all your applications, try Monolingual. -
Re:Excellent!Correction, the open source Realtek driver (r818x) is broken. I cannot get my Realtek to work with it. Nor does it work with the latest version of the Windows driver and multiple versions of ndiswrapper. The r818x driver is on Ubuntu's blacklist (/etc/modprobe.d/blacklist) because of its sad state. Seams that the open source driver is not supported anymore. I strongly recommend people not to purchase Realtek based cards. That is true, the r818x driver is most certainly broken. Though it is *NOT* for lack of specs and information from Realtek, which actually provided a lot of support. It is mainly that the maintainer of the Realtek drivers stopped working on them and nobody picked it up again until very recently. There is now active development ongoing at: http://rtl-wifi.sf.net/
See their History page for more info on the drivers: http://rtl-wifi.sourceforge.net/wiki/History -
Re:Thank goodness!You want tabs? Try iTerm. Horrible name, but it works quite well!
-andy Linux guy (incorrectly) bitches about control-d actually doing logout instead of closing window (yes,lose all contents) and you guys are suggesting something that starts with lower letter "i" as Terminal. Trying to kill him?
Let me do the rest of the job: "iTerm has Growl notifications too. Those stylish looking notifications. Also it has Bonjour support along with self update over the Internet. Did I tell it is also a drag drop install?". How dare they! Someone call nerd police! -
Re:Well...SuperGamerLiveDVD http://librenix.com/?inode=10887
live.linuX-gamers.net is a Linux live-dvd distribution: "boot 'n play" http://live.linux-gamers.net/
One of My Favorites, AdvanceCD is a bootable live CD, DVD and USB disk of a minimal Linux distribution containing the AdvanceMAME emulator.
You can boot it in any PC and play the contained games without any installation. The default distribution contains the arcade games Gridlee, Poly Play and Robby Roto and it uses only 20 Mbyte leaving the whole disk for your roms. http://advancemame.sourceforge.net/cd-readme.html
Games Knoppix
Review http://www.linux.com/articles/113906
Download http://www.games-knoppix.org/http://gamer-linux.pappapc.com/
and on and on and on. You have heard of Google, yeah?