Deutsch   English   Français   Italiano  
<ltmbcmFjcgpU1@mid.individual.net>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: rbowman <bowman@montana.com>
Newsgroups: comp.os.linux.misc,comp.os.linux.advocacy
Subject: Re: GIMP 3.0.0-RC1
Date: 2 Jan 2025 02:19:03 GMT
Lines: 29
Message-ID: <ltmbcmFjcgpU1@mid.individual.net>
References: <vkjmdg$30kff$1@dont-email.me>
	<1814c96a2531ed89$71164$2566989$802601b3@news.usenetexpress.com>
	<441smjp44l5o2ja4c1vlsv32oh2j6m9n4j@4ax.com>
	<CoubP.49797$DPl.41452@fx13.iad>
	<pan$4da7a$f7b58970$926e1064$15cef996@linux.rocks>
	<4f7tmjplbte7cnuh2pqrh1fufs4iatv3fd@4ax.com>
	<f6GcnYUuyu7qFfL6nZ2dnZfqnPidnZ2d@earthlink.com>
	<ubb0nj5ioc4r3gbqhmmiprdejtefj1j6mm@4ax.com> <67707879@news.ausics.net>
	<edc3cd22-5cbb-bb81-70e4-321c53d62162@example.net>
	<VibcP.22228$VnJ1.12797@fx44.iad>
	<a092fd3e-df3f-6c16-fc67-50321ba67dd1@example.net>
	<YNycP.37866$vfee.30336@fx45.iad>
	<366b4ad1-4849-d7a9-cade-67d1eba035c3@example.net>
	<gJScP.13176$XfF8.10959@fx04.iad> <FEYcP.131275$aTp4.70494@fx09.iad>
	<35a09fa5-08b1-8121-51c7-28d3aac1cd0f@example.net>
	<CaidP.24348$DPp5.20979@fx01.iad>
	<3002e7b9-095e-c292-1202-b151f7776587@example.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net VIl3YifRx1Em43/cfmUQOQnFWvWx5SZ4dDa6FqAPnv8S8PceQ2
Cancel-Lock: sha1:J1JnfvnZFN7JzWiS4Gnvurgha/4= sha256:atQ0YqJPZ3BxJGVpg5z1k09NY1I9NFv9YcKkRng6MHg=
User-Agent: Pan/0.149 (Bellevue; 4c157ba)
Bytes: 2358

On Wed, 1 Jan 2025 23:16:10 +0100, D wrote:

> Another "mini culture" I keep my eyes on is the sqlite community. In
> many respects, anti-Linux, but they are producing powerful software!
> 
> Are there other projects you think are of similar power, in terms of use
> and quality, as sqlite? Maybe the curl community?

I like SQLLite and have used it in several projects. It works just as well 
in C# .NET with

using Microsoft.Data.Sqlite;

as in C with

#include "sqlite3.h"

allowing both to use the same data.  I do like that it's public domain 
like most free software was before Stallman. otoh PostgresSQL is more 
powerful and has a permissive license.

https://opensource.org/license/postgresql

After all, the SQLite developers ask "What would Postgres do?" 

There are a couple of other worthwhile projects like Python :)