Search found 4853 matches

by technosaurus
Fri 28 Sep 2018, 04:25
Forum: Suggestions
Topic: Stop using the GPL
Replies: 50
Views: 22424

musher0 wrote:Does anybody know how that works? TIA for any insight.
That might work in Eritrea see:
https://en.wikipedia.org/wiki/List_of_p ... agreements
by technosaurus
Thu 27 Sep 2018, 16:39
Forum: Suggestions
Topic: Stop using the GPL
Replies: 50
Views: 22424

If I had infinite time, I'd love to sit down and do a line by line analysis of the whole text, but that would be wasting a lot of time better spent on useful code. ... so I will just take a look at the "Evil" clause that allows for unilateral modification (like Facebook and MoviePass) and ...
by technosaurus
Wed 26 Sep 2018, 05:37
Forum: Suggestions
Topic: Stop using the GPL
Replies: 50
Views: 22424

Here is the biggest problem with the GPL: /* GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU...
by technosaurus
Mon 24 Sep 2018, 14:08
Forum: Suggestions
Topic: Stop using the GPL
Replies: 50
Views: 22424

Only for those who never read any license: it is not possible to "Stop using the GPL" on already GPL-ed software.. :wink: Of course you can, you just implement the parts you need. Anyone is free to implement anything they want from scratch for any reason they choose. Rob Landley, the form...
by technosaurus
Fri 21 Sep 2018, 17:56
Forum: Suggestions
Topic: Stop using the GPL
Replies: 50
Views: 22424

Stop using the GPL

/** Problems with GPL licenses * *GPL v*: "any later version" * *GPL v*: can't static link * *GPL v*: incompatible with other licenses * *GPL v*: developer aversion * {A}GPL v*: can't dynamic link * *GPL v3: "tivoization clause" */ Any later version Anyone who has been annoyed b...
by technosaurus
Fri 14 Sep 2018, 04:32
Forum: Misc
Topic: Undeletable PM in my forum mailbox
Replies: 13
Views: 2139

This way may be a little more work, but I have found that if you become an expert in a few areas, you will get enough PMs that the old ones get deleted automatically. Funny anecdote about PMs. My wife now sends me a PM on here if she can't reach me by phone because I am on here more often than I che...
by technosaurus
Wed 05 Sep 2018, 03:43
Forum: Programming
Topic: How to slim xorg xfce on "normal" slack distro?
Replies: 12
Views: 2859

Or you can just try "Muntzing" it.
Its a good learning experience and kind of a puppy right of passage.
I know at least amigo, ttuuxxx, goingnuts and myself all did quite a lot of muntzing back in the day and basically how Barry started the whole thing.
by technosaurus
Sun 26 Aug 2018, 06:43
Forum: Programming
Topic: Unbloated coding resources
Replies: 56
Views: 80694

Re: picogl

lmemsm wrote:If anyone's interested, I'd love to compare notes on updating picogl and improving it.
Do you have a github project page?
by technosaurus
Tue 14 Aug 2018, 04:36
Forum: Puppy Derivatives
Topic: EasyOS version 2.3.2, June 22, 2020
Replies: 2577
Views: 926387

scsijon wrote:Since you have android in easyshare i was wondering what we do about i-phones?
Get a bunch of them and use them to tile your bathroom.
by technosaurus
Sat 11 Aug 2018, 05:45
Forum: Programming
Topic: Unbloated coding resources
Replies: 56
Views: 80694

Many of the projects I have linked are single header C libraries, while others are one header file and one .c file. These work a bit different than the traditional C project. Normally a compiler command line would look something like $CC main.c -lmylib For the 2-file projects (1 *.h and *.c file), t...
by technosaurus
Sun 29 Jul 2018, 00:09
Forum: Cutting edge
Topic: What are the samba libs for?
Replies: 16
Views: 7435

Most people will only need the client unless they want to share resources on their linux box with windows computers. Samba's default build options are ridiculous and regurgitates tons of useless garbage by default. IIRC, I posted some saner build options quite a few years back. Newer versions can co...
by technosaurus
Sat 28 Jul 2018, 23:49
Forum: Cutting edge
Topic: What does the humongous /usr/lib/libLLVM.so.3 do?
Replies: 37
Views: 24794

Uggg. Llvm is so frustrating. It has no simple way of removing support for architectures that it supports, but are completely useless for 99% of people. For example most x86_64 linux users don't need to build Qualcomm's hexagon or Microsoft windows binaries much less jit build them. On top of that i...
by technosaurus
Sat 28 Jul 2018, 23:04
Forum: Documents
Topic: gxlat - Desktop Google Translator redux
Replies: 63
Views: 79723

When L18l was using my alternative to gettext, I wrote up a shell function that used Google translate to automatically generate translated strings. That function could be useful to add to your app for .po files. Let me know if you are interested and I will dig up the thread. One part that I know wil...
by technosaurus
Sat 21 Jul 2018, 07:12
Forum: Programming
Topic: Unbloated coding resources
Replies: 56
Views: 80694

I've been working on a next generation version of puppy for a while that will incorporate many of the lightweight libraries but I am so unsatisfied with the X and C libraries, that I got sidetracked on reimplementing those first. Both will be single header libraries designed for static builds of mul...
by technosaurus
Wed 18 Jul 2018, 19:40
Forum: Programming
Topic: GtkDialog - tips
Replies: 1504
Views: 911446

Is it possible to limit the list displayed by a combobox? See screeny. I would like to only display about 10 items. Is there a better way to do this in gtkdialog, maybe with another widget? Thanks You can always use programming to limit the entries to X and have an additional entry for next X and/o...
by technosaurus
Tue 03 Jul 2018, 10:30
Forum: Truly off-topic conversations
Topic: Close Comfort personal air conditioner
Replies: 15
Views: 370

These make sense for camping. Aspen makes a pretty efficient compressor that runs on DC... Really small too, like palm sized and used in everything from coolers and A/C to personal cooling suits and small combined water heat and power systems. If you want to use even less power for even cheaper, jus...
by technosaurus
Sun 01 Jul 2018, 00:09
Forum: Cutting edge
Topic: Steps to OS enlightenment
Replies: 4
Views: 4968

To be continued... posting from my phone, so it's hard to edit.
by technosaurus
Sat 30 Jun 2018, 20:49
Forum: Cutting edge
Topic: Steps to OS enlightenment
Replies: 4
Views: 4968

Steps to OS enlightenment

For many Linux developers, exposure to antiquated "truths" has brought about an ecosystem of build systems that require gigabytes of RAM and approaching terabytes of disk space just to compile a single program (see chromium). Much of this it is due to the large number of dependencies that ...
by technosaurus
Fri 08 Jun 2018, 23:57
Forum: Documents
Topic: 2 annoying problems with Libreoffice - SOLVED
Replies: 9
Views: 8341

mow9902 wrote: sh-4.3# ./swriter
sh: /usr/bin/xdg-open: No such file or directory
Why does the swriter script use the full path anyhow? - totally unnecessary.
by technosaurus
Fri 08 Jun 2018, 18:20
Forum: Programming
Topic: locking own thread
Replies: 35
Views: 5604

Re: wiak.c for people who love C pointers

/* ************************************************************************** Program: wiak (an IPC, non-interactive, shell) Version: 2.3.0 //... /* end_of_func_receive_msgqv */ I am assuming you wanted feedback on the code. I don't know what is in your header file, but its not portable C. write() ...