What application have you recently discovered?

Yer I was having a read through their GitHub yesterday, just waiting to get a bit more data so I can play around with it properly once I install it

Trust me bro!

nothing new but I only discovered this screenshot app recently, easy to use and lots of options. Impressive…

4 Likes

nice stock tracker for the terminal

1 Like

I finally jumped selfhost rabbit-hole and I discovered these apps to sync my personal calendar and todos. F-ng amazing combination with Nextcloud!

Simple Calendar Pro - https://f-droid.org/app/com.simplemobiletools.calendar.pro
+
DAVx⁵ (CalDAV/CardDAV https://f-droid.org/app/at.bitfire.davdroid

1 Like

SMT is dead see https://github.com/SimpleMobileTools/General-Discussion/issues/241
Use it’s fork : https://github.com/FossifyOrg/Calendar (soon it will be available on F-Droid)

2 Likes

I prefer absolutely-proprietary myself. It uses Parabola’s blacklists.

Here’s mine.

❯ absolutely-proprietary
Retrieving local packages (including AUR)...
Downloading https://git.parabola.nu/blacklist.git/plain/blacklist.txt
Downloading https://git.parabola.nu/blacklist.git/plain/aur-blacklist.txt
Comparing local packages to remote...
=============================================
40 ABSOLUTELY PROPRIETARY PACKAGES INSTALLED
=============================================

Your GNU/Linux is infected with 40 proprietary packages out of 1265 total installed.
Your Stallman Freedom Index is 96.84

+-----------------------+---------+-----------------------------+-------------------------------------------------------------------------------------------------------+
| Name                  | Status  | Libre Alternatives          | Description                                                                                           |
+-----------------------+---------+-----------------------------+-------------------------------------------------------------------------------------------------------+
| alsa-firmware         | nonfree |                             | All its firmwares are either under a nonfree licenses or under a free license but without source code.|
+-----------------------+---------+-----------------------------+-------------------------------------------------------------------------------------------------------+
| intel-ucode           | nonfree |                             | no modification, use restrictions                                                                     |
+-----------------------+---------+-----------------------------+-------------------------------------------------------------------------------------------------------+
| linux-firmware        | nonfree | linux-libre-firmware        | nonfree blobs                                                                                         |
|                       |         | fsf                         |                                                                                                       |
|                       |         | linux-firmware              |                                                                                                       |
+-----------------------+---------+-----------------------------+-------------------------------------------------------------------------------------------------------+
| linux-firmware-whence | nonfree | linux-libre-firmware-whence | nonfree blobs                                                                                         |
|                       |         | fsf                         |                                                                                                       |
|                       |         | linux-firmware              |                                                                                                       |
+-----------------------+---------+-----------------------------+-------------------------------------------------------------------------------------------------------+
| logmein-hamachi       | nonfree |                             |                                                                                                       |
+-----------------------+---------+-----------------------------+-------------------------------------------------------------------------------------------------------+


Save list to file? (Y/n) n
~ ❯                                                                                                                                                      12s 12:55:16 PM

(I haven’t used Hamachi in a while)

Yeah I saw it too. It is great that someone took the project.

yay -Si parallel

https://www.gnu.org/software/parallel/sphinx.html

Not really discovered now, but more like forgotten and rediscovered and finally found a use case for: GNU Parallel! This program is actually awesome. It’s very simple, split up tasks into threads and run them at the same time. I use 7z to a lot to unpack (and sometimes pack) a lot of big files. The problem is, 7z only works 1 file at a time and uses only one core of my now 8 core (16 threads) system. With a simple command, I can utilize all cores or as many as I want at the same time.

Example. My script to run 7z in a specific way is following:

extract iso . *.7z

and with parallel running 12 files using 12 threads of my system (I don’t want 100% working of my cpu):

parallel -j12 extract iso . ::: *.7z

I guess running it without -j12 would then use all cores, but I did not tried it yet. Writing this reply while waiting for terminal to finish work. :smiley:

2 Likes

Convertall is broken . . . . I found another program similar in AUR called ‘Converternow-bin’ in AUR. It works in a similar fashion as convertall in converting weights, measures, distance, temperature, volume. Convertall was a good program but hasn’t been maintained.

Rich :wink:

1 Like

this is so funny

Dare I say they did not approve :rofl:

1 Like

I assumed that it was obvious that this was not a youtube link. :laughing:

You shouldn’t click on everything that’s on the Internet either :rofl:

I just wanted to draw attention to the thumbnails with the -t option

I’ve already tried it. What I don’t like, however, is that synchronization between PC and Android can only take place via a cloud service. I have not found an export function on Android to be able to synchronize the data via Syncthing, for example.

New Project

1 Like
1 Like

Windows Vista :wink:

I was revisiting my childhood yesterday with MS-DOS & Windows 3.1

2 Likes
2 Likes