LWN: Searching for software or having an itch...
[Posted April 23, 2003 by corbet]
| From: |
| Ewen McNeill <ewen@naos.co.nz> |
| To: |
| atorrey@cybercom.net |
| Subject: |
| LWN: Searching for software or having an itch... |
| Date: |
| Thu, 17 Apr 2003 16:05:20 +1200 |
| Cc: |
| letters@lwn.net |
In a letter to LWN you write:
>I just had a need to make a few campaign signs for my effort to get
>elected to Town Meeting locally. I'm a really lousy artist, so I had the
>idea of printing out the content of my signs on letter paper using very
>large type, and either gluing the paper printout onto my poster-board
>signs, or cutting them out in order to make stencils.
>[....]
>We couldn't find anything on Google, searching on things like 'Linux
>Large Fonts' gave lots of advice on changing font size on the video
>display, but no programs.
The traditional program for doing this under unix is: banner.
On my Debian Linux system it is in /usr/games/banner, from the package
bsdmainutils.
banner produces large letters in ASCII-art form, ie by drawing them with
ASCII letters. It dates back to the days when line printers were king;
the earliest copyright date in it is 1980.
>I'm not sure what the answer is, but it seems to me like the Open Source
>world needs a better CENTRAL catalog of available software
http://freshmeat.net/
It's not perfect, but it's the closest thing there is to a central catalog,
and generally I've found it useful when I've got a "I need a program to do
this" type query. However sometimes browsing through an appropriate
category is more useful than word-based searching.
In addition to that I use Debian's package repository:
apt-cache search ....
on a debian system; or visit:
http://www.debian.org/distrib/packages
and use the search forms there. Debian is useful for this because
they have a lot of free and open source software packaged.
Sourceforge: http://sourceforge.net/ can also be useful, but only for
the fraction of open source software hosted on SourceForge (maybe 30%-40%
at most).
Google is useful for some things, but you need to be very particular with
your search terms some of the time to narrow the results down to the right
set of things, otherwise as you found you end up with "lots of similar but
not the same thing" hits.
Ewen
(
Log in to post comments)