On 4 December 2013 04:40, Robert Figura wrote:
> On Mon, 2 Dec 2013 12:00:10 -0500
> Calvin Morrison wrote:
>
>> You can do quite advanced image manipulation with something like ImageMagick.
>>
>> I actually like prog21.dagum's ideas [0] (no idea who he is), a purely
>> functional, non destructiv
On Tue, Dec 03, 2013 at 12:56:08PM +0100, patrick295767 patrick295767 wrote:
> If you are developing C/C++ programs in a terminal environment, you
> may know the problem of the codepages. Sometimes in Putty, SSH,... you
> may have some problems with characters.
>
> What about this "Portability" of
On Wed, 4 Dec 2013 03:13:04 +0300 "Alexander S." wrote:
> The consensus solution:
> 1) hardlinks,
> 2) delete them when inode link count drops to one.
Point 2) requires a full pass over the whole collection organization,
and should take into account multiple organizations (as in "drops one").
Th
On Wed, 4 Dec 2013 11:01:26 + Nick wrote:
> Has nobody linked [0] in this discussion yet? (I haven't read every
> mail because it is very boring.) An interface based on files is
> reasonable, but one based on symlinks? less so.
>
> 0. http://harmful.cat-v.org/software/symlinks
>
I fail to
> Has nobody linked [0] in this discussion yet? (I haven't read every
> mail because it is very boring.) An interface based on files is
> reasonable, but one based on symlinks? less so.
Basically it is the reason why he added support for hardlinks in the tool.
Regards,
--
Roberto E. Vargas Ca
Quoth Truls Becken:
> On 2013-11-27, at 23:16, Bobby Powers wrote:
>
> > I've completed an initial implementation of a program which parses
> > music file metadata (currently only ID3 tags for MP3 support,
> > ATOM/AAC is next) and creates a filesystem-based farm/'DB' of
> > symlinks.
>
> I would
On Mon, 2 Dec 2013 12:00:10 -0500
Calvin Morrison wrote:
> You can do quite advanced image manipulation with something like ImageMagick.
>
> I actually like prog21.dagum's ideas [0] (no idea who he is), a purely
> functional, non destructive editing program
[...]
> [0] http://prog21.dadgum.com/1
On 2013-11-27, at 23:16, Bobby Powers wrote:
> I've completed an initial implementation of a program which parses
> music file metadata (currently only ID3 tags for MP3 support,
> ATOM/AAC is next) and creates a filesystem-based farm/'DB' of
> symlinks.
I would just like to point out that this id