Checked all little utilities, which I'm using in my daily computing, are they still good old programs or slopware?

I prefer to use little programs, which were created to please the needs of it's creator. And/or some folks which has the same needs. The process of such little program creation usually, if author in sane state of mind, doesn't mimick process of commercial software creation, where developers need to rush to "deliver features" to please management and investors. For now this leds to forcing developers to use LLMs on the workplace — all to "deliver features" faster. So one developer for the same price (salary) able to make more features. Profit!

So, when I see how opensource programmer uses LLM to create some opensource program — it is a red flag for me and I'll try to avoid using such program. Because it means to me that programmer doesn't like the process of creation. Like an artist who don't like to draw or photographer, who don't like to make photos. Also, (s)he possibly has a "corporate mindset" (deliver value and features faster, no fun allowed). So, looks like his/her creature is not a pet, but a cattle. When I prefer to use "pet"-programs — usually they are nicer, simpler and doesn't bring me a lot of problems.

Results are pretty good — only three programs are slopware now. These three programs, installed from repositories of my OS, have versions, when these programs were coded by humans.

Here they are:

1) rsync — version 3.4.1 is good, but the next versions will be slopware, since programming happens with Claude LLM.

2) ImageMagick7 — installed good version 7.1.2-15. But since 7.1.2-16 it become a slopware. LLM the same — Claude, was used in one commit.

3) python3 — installed version 3.11.15. Since 3.13.6, according to commits and release dates, it become a slopware too — there are some commits, where the same Claude LLM was used.

#slopware #rsync #ImageMagick #Python3

I have had a Deja Dup backup of my #Bluefin system since I installed it on the new/old laptop. And yesterday I got my second backup going with #rsync to separate USB drive. That means two things: I'm pretty much "moved in," but also with the backup in place, I can easily move on. Also, I'm carrying too much data on my main drive. It's a lot of digital clutter.

Replacing FTP with Rsync For my Blog

Reading Time: 4 minutes

Recently I have been playing with rsync a lot. In the process of synching source A to B, as well as synching between machines I have grown familiar with how it works. It is for this reason that the move from using ftp for rsync to update the static part of the website began to make sense.

When I write a blog post I update wordpress with the markdown from the static blog post and then I run hugo to prepare the static site. I then used Filezilla to upload the changed files.

With a blog that is updated daily, it's not that I update two or three files. The blog post page is created of course, but the navigation from plenty of pages needs to be updated at the same time. The result is that filezilla needs to compare, and transfer hundreds of files on a daily basis.

As I use one computer for blogging, and another for other tasks the time it takes Filezilla via FTP to work through the list is time that I'm stuck waiting.

With rsync, with rsync -av --dry-run /local/path/ user@remote_host:/remote/path/ I can update the blog as soon as Hugo has run, within seconds, and from the command line rather than a dedicated app. I'm suggesting the "--dry-run" flag so that you can double check that it is doing what you expect before running it without the flag.

Getting a Push from AI

In my eyes vibe coding apps, and getting AI to write blog posts or create photographic kitsch and videos is deeply immoral. Asking AI to help you use understand tools such as rsync is worthwhile.

It's not that we can't read the manual. It's not that the manual is hard to understand. It's that sometimes we learn and think differently than those that wrote the man pages. We might not have the right context to understand the nuance of what was written.

Many times I have wanted to use a tool, read the man page, failed to understand it, tried two or three things and got nowhere. I spent half a day or more trying to get Ghost to work on an Infomaniak Node.js server without success despite asking for AI for help.

The Grsync Stepping Stone

More than once I used grsync to back up a linux machine and it works well. I can look at the interface and see the options, but it would take reading the fabulous manual to understand what everything does. I was happy with Grsync for a while.

The Gemini Advantage

With Gemini, I will say, "I want to sync the Hugo publish output from my local machine to my web server. Which flags are optimal for this task. I would also like to run it without using the password. What does that involve" and it will generate the prompt as well as explain what each prompt does and why it's used.

Beware Hallucinations

When you are given a prompt make sure that you understand it before running it, and if you do run it, try a dry run. If the output is not too long you can feed it to Gemini and ask if you can proceed. You can also say "I noticed that the output seems wrong in this manner" and it will help you debug. More than once it caught that I was missing a "/" at the end of a source. In that case the folder and it's contents would be moved, rather than just the contents.

Long Conversations with Gemini

If you're curious why I favour Gemini over Euria, MyAI, Le Chat and other solutions, it's because I rarely if ever get it telling me that I am out of tokens. Instead it hallucinates more and more. If you're playing with rsync (By playing I mean learning) you can often get long outputs and these long outputs can quickly get Gemini to hallucinate.

Who cares?

When you're learning to use rsync, you can ask it to be verbose to see what it's doing. Since that output can cover hundreds, if not thousands of lines, you can ask gemini to help you with grep and other tools to check that what you expect is happening, for quality control and quality assurance.

If you did this by eye, and by skimming you might miss something that AI, due to its optimisation for dealing with big data, might help you with.

AI as Patient Tutor

Reading a man page will tell you about the diversity of flags and how to use them but you might have reservations about trusting that you have understood what prompts do. That's where AI as a patient tutor comes in. I might run command A once, twice, three times, and with each run I become more confident, in part because Gemini or another "tutor" confirms that what I'm doing is right. It doesn't mind repeating a lesson until it sinks in.

Move From Host to Host

Imagine, you are with a web host and you have files on Hosting Solution A and Hosting Solution B. My natural instinct was to FTP the files from the web host locally, and then to ftp them back up to Hosting Solution B. Gemini said "Use rsync" and because I had experimented with ssh and transferring files via rsync locally and remotely the idea grabbed me, so I experimented, and that's why I changed how I update my blog.

And Finally

I was using rsync a lot, for moving around and synching photos between drives. In the process my confidence with this tool grew. I also grew more familiar with using rsync between machines within my "home lab" so it became a small leap to go a step further, to sync my blog.

Thanks to Gemini being my "tutor/mentor" I broke my 29 year habit of using FTP.

#filezilla #ftp #rsync

Marre de stresser pour vos données ? 😱

Si Timeshift s'occupe de votre système, il ne faut pas oublier vos fichiers perso, vos sites web ou votre Nextcloud ! 🎯

Nouveau guide sur le Wiki BlablaLinux : un script Rsync universel pour tout sauvegarder proprement, avec des alias simples et des logs automatiques 🐧💻

👉 Tout est là : https://wiki.blablalinux.be/fr/sauvegarde-donnees-script-rsync-universel

#Linux #OpenSource #Backup #Rsync #SysAdmin #BlablaLinux

#rsync 🧡
On the home stretch to a 1.0 release of foxing - my low latency epbf file replication tool (and rsync drop in). #rsync #ebpf #filesystem #linux https://codeberg.org/aenertia/foxing

@mboelen @thomastc

Vergeten te schrijven.
Mijn #Rsync-back-ups werken al sinds #Debian 1.2 zo.

Dus al 30 jaar onveranderd.

Behalve een paar rsync-opties die zijn aangepast.

@tokyo_0 why not, i used #rsync to transfer my older installation on a ssd, then you need to modify /etc/fstab accordly to new UUIDs

In other news Chi's Open Media Vault 8 #nas is now fully populated with drives and running.
#nextcloud , #paperlessngx , #jellyfin and #technitium containers are configured, up and running.
#NetBird VM configured & connected #rsync to my NAS is running

Gods I wish I had a faster connection.

250 MBit/s Down, 100 Mbit/s Up would have been amazing... 20 years ago.

Chi has 10 Gbit/s symetric and doesn't even pay twice what I pay.

I hate being the bottleneck.

#selfhosting #openmediavault #linux