active questions tagged bloatware - Stack Overflow most recent 30 from stackoverflow.com 2009-12-10T07:25:05Z http://stackoverflow.com/feeds/tag/bloatware http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1381715/why-does-my-simple-gtk-based-app-take-8-seconds-to-start-up 0 Why does my simple GTK+ based app take 8 seconds to start up? unknown (yahoo) 2009-09-04T21:47:15Z 2009-12-08T16:50:15Z <p>Hi folks,</p> <p>I wrote a GTK+ app whose .exe is small, but of course like all GTK+ apps it links with many DLLs (under Windows). What my program does at this point is construct a GUI that consists of a GtkWindow, GtkTable, and about 12 others widgets. That's it.</p> <p>Yet when I start it up it takes about 8 seconds on my 2 GHz WinXP machine.</p> <p>Is GTK+ just overly bloated? </p> <p>I might add that before I started experimenting with GTK+, I started developing a widget set of my own (rather than pay to use MFC), and it adds essentially no delay at all to my program start-up.</p> <p>Thanks.</p> http://stackoverflow.com/questions/476989/smallest-java-svg-engine 2 Smallest Java SVG Engine jsight 2009-01-25T00:52:44Z 2009-11-06T19:52:05Z <p>What is the smallest Java SVG engine (least/smallest jars) that actually works? If your answer is Batik, what is the minimal dep. graph for getting this to work in a simple Java application?</p> <p>I've looked at the dependency graph on the Batik site, but it looks like a typical Apache mess. Aren't there better alternatives?</p> http://stackoverflow.com/questions/16963/who-actually-uses-datagrid-gridview-formview-etc-in-production-apps 6 Who actually uses DataGrid/GridView/FormVIew/etc in production apps? public static 2008-08-19T21:09:30Z 2009-07-30T14:03:24Z <p>Hi,</p> <p>Curious if others feel the same as me. To me, controls such as datagrid/gridview/formview/etc. are great for presentations or demo's only. To take the time and tweak this controls, override their default behavior (hooking into their silly events etc.) is a big headache. The only control that I use is the repeater, since it offers me the most flexibility over the others.</p> <p><strong>In short, they are pretty much bloatware.</strong></p> <p>I'd rather weave my own html/css, use my own custom paging queries. </p> <p>Again, if you need to throw up a quick page these controls are great (especially if you are trying to woo people into the ease of .net development hehe).</p> <p>I must be in the minority, otherwise MS wouldn't dedicated so much development time on these types of controls...</p> http://stackoverflow.com/questions/276217/which-application-do-you-choose-to-use-an-older-version-of 2 Which application do you choose to use an older version of? Rob Kam 2008-11-09T18:05:23Z 2009-03-24T21:04:44Z <p>Other than for testing purposes or plain inertia: Sometimes it's the older version of some program that is more suitable for what you need. Perhaps it's because of feature-creep in the later versions or because of some compatibility which the newer one doesn't support, or just because there isn't enough of a difference to upgrade for, etc. </p> <p>As an example, I saw somewhere on SO (but can't find where) that Visual C++ 2005 supports code written for GCC better than Visual C++ 2008 does. For some this could be a good reason for staying with the 2005 version. </p> <p>Is there a program (not OS) which you find you prefer or have to, use a previous version of even if you were offered the latest? What makes the older version preferable, what would need changing for you to upgrade?</p> http://stackoverflow.com/questions/105000/how-should-a-blog-be-structured-to-easily-extract-its-data 0 How should a blog be structured to easily extract its data? Matt 2008-09-19T19:55:49Z 2008-09-29T17:01:52Z <p>I'm currently using Wordpress to run my website. However, with each new release I become more concerned with software bloat and the convoluted table structures used to store my data. Maybe this is a fruitless pursuit. Features are always added to blogging software until it claims to be a CMS--and at that point your data is probably stuck.</p>