Tagged Questions
The bloatware tag has no wiki summary.
6
votes
1answer
3k views
Smallest Java SVG Engine
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?
I've ...
2
votes
18answers
577 views
Which application do you choose to use an older version of?
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 ...
0
votes
1answer
146 views
Why do database drivers get more bloated the larger the database engine is? [closed]
I've worked with some open source databases (mysql, postgres and firebird). They all have small and lean drivers for ado.net and are quite easy to configure.
I'm currently working with IBM/DB2 and ...
0
votes
3answers
152 views
Why does my simple GTK+ based app take 8 seconds to start up?
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, ...
0
votes
4answers
195 views
How should a blog be structured to easily extract its data?
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 ...