active questions tagged bloatware - Stack Overflowmost recent 30 from stackoverflow.com2009-12-10T07:25:05Zhttp://stackoverflow.com/feeds/tag/bloatwarehttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1381715/why-does-my-simple-gtk-based-app-take-8-seconds-to-start-up0Why does my simple GTK+ based app take 8 seconds to start up?unknown (yahoo)2009-09-04T21:47:15Z2009-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-engine2Smallest Java SVG Enginejsight2009-01-25T00:52:44Z2009-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-apps6Who actually uses DataGrid/GridView/FormVIew/etc in production apps?public static2008-08-19T21:09:30Z2009-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-of2Which application do you choose to use an older version of?Rob Kam2008-11-09T18:05:23Z2009-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-data0How should a blog be structured to easily extract its data?Matt2008-09-19T19:55:49Z2008-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>