schmonz.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
In the Everlasting search for clients and servers Federated, detached from corporate underlords, connected to the masses I learned about the following client server duo
Client: Delta Chat
Servers: Chat Mail servers
One thing that jumps immediately into attention, is the fact that when you download the client, select a server, you get a QR code
When you've configured your client, you will immediately notice that you do not need to enter a password for your client. The system is passwordless by default.
You do not need to enter a multi-factor authentication code it doesn't need it.
What you need to do is be careful with, is who you share your link with. Go and play with it, see if it something for you
#Federated #FediVerse #OpenSource #POSIX #Chat #Mail #Secure #encryption #programming #underlords
Some of the best things in life are free, such as #openbsd
Case in point: "You Have Installed OpenBSD. Now For The Daily Tasks." https://nxdomain.no/~peter/openbsd_installed_now_for_the_daily_tasks.html #opensource #libresoftware #networking #security #sanecomputing #sovereigntech
So, what do people think of #Elegoo going #OpenSource with their #RFID solution for filament tracking?
https://www.elegoo.com/blogs/news/elegoo-rfid-ecosystem-feedback-solicitation
So someone here did a poll so we can have some numbers about people who know about #BSD and their age:
https://fosstodon.org/@linux_mclinuxface/114356643693779995
It seems most BSD people are old. 71% have chosen "over 35 and know about BSD".
But a another good poll could be that how many #Linux users know about BSD. Maybe I should do one?
PS: I'm under 35 myself.
#FreeBSD #NetBSD #OpenBSD #FOSS #OS #OperatingSystem #opensource #freesoftware #opensourceOS #poll
Proxmox in Enterprises: I'm often asked, 'Can we use our Active Directory, LDAP, or OIDC with Proxmox?' Yes, you can!
Let's have quick dive into installing and configuring Authentik and configure Proxmox VE to use OIDC as an additional authentication realm.
#Proxmox #ProxmoxVE #opensource #Authentik #OpenID #OpenIDConnect #OIDC #EntraID #enterprise #homelab
https://gyptazy.com/proxmox-authentik-oidc-install-configure-and-connect-authentik-to-proxmox-ve/
RockyLinux Official Support for RISC-V in RL10! https://rockylinux.org/news/rockylinux-support-for-riscv
With keen interest I studied the following blogpost by @stefano
You have to read the blog post carefully, if necessary, read it twice, because there are things said between the words and the lines that should resonate with you
One major lesson is extremely important know when to cut and leave; never ever deviate from your course afterwards
When politics, corruption and deviousness are involved, you have to make absolutely certain that both your integrity and your health remain at your primary interest
A lot has been learned by me from this article
Thank you for sharing it with us Stefano
https://it-notes.dragas.net/2025/05/21/the_day_glusterfs_tried_to_kill_my_career/
#IT_Notes #NotesFromTheCrypt #LessonsLearned #OpenSource #programming #filesystem #POSIX
people are always bitching about #dotnet #OpenSource
I just want to say: thank you to all maintainers! @ddoomen @bradwilson @simoncropp and many more...
Just had an issue fixed again within a day, this is so fantastic!
What is digital sovereignty, data sovereignty and digital governance? Why should you care? How does it impact marketers?
Have a read of my latest article which accompanies today's @openuk webinar:
Got any questions or topics you'd like to know more about in this area? Just drop me a message!
#DigitalSovereignty #DigitalGovernance #DataSovereignty #OpenSource
This morning I installed Alpine Linux (one of my favourite Linux distributions) on my little N150 (which I got for 124 euros), replacing OpenSUSE Tumbleweed. I hooked it up to the new monitor (4K, although the N150 only handles 60 Hz) and worked on it all day.
It took me ten minutes to install Alpine Linux, KDE Plasma, and all the apps I needed.
Everything ran beautifully, without a single issue. A 124-euro MiniPC. Suspension to ram worked out of the box, hibernation just required to add "resume=swap device" to the grub configuration.
My only regret: FreeBSD doesn’t run on it yet - but I’m fairly confident things will improve soon, given the recent progress.
Most of us don't need a multi thousands euro devices to work comfortably.
Saksassa julkishallinto on tehnyt päätöksen että 2027 mennessä ei jaeta enää mitää MS-formaatissa (siirtyvät #LibreOffice ) ja tehneet periaatepäätöksen että siirtyvät #OpenSource yhteistyösoftiin (pois #teams ja sisään #nextcloud ). Aikataulu nextcloud siirtymälle tulee syksyllä.
Nyt Tanskan toiseksi suurin kaupunki Aarhus päätti että kaikki MS lähtee, #Azure vaihtuu #Hetzner ja yms.
Samaan aikaan #Microsoft tukema #AI-firma kaatuu konkurssiin.
Olen hyvin iloinen.
Oh joy github is tightly integrating more LLM features that encourage people browsing projects to do drive by vibe coding.
The new features have no optout and are not optin. GitHub is encouraging users to submit bug reports fully written by AI and to fix bug reports using fully AI written PRs.
A lot of maintainers of open source projects big and small really do not want this turned on by default.
I'm happy to announce that we're @credativde hosting the 5th #PostgreSQL User Group meeting in #NRW, #Mönchengladbach.
If you're into #opensource, #databases & #PGSQL - we're happy to see you :-)
Date: 2025-06-03
SignUp: https://www.meetup.com/postgresql-user-group-nrw/events/307792609/
Finally, for now:
https://github.com/microsoft/edit/blob/main/src/framebuffer.rs#L32
It is sad to see that the author has gone to the lengths of having an 18-entry colour palette that is theme-able, but has provided no option to just bypass all of this and use the 16 ECMA-48 and AIXTerm colours (SGR 30-37,40-47,90-97,100-107).
Because that option would allow users to use the colour themes that are set up in their terminal emulators *anyway*. (Almost all GUI terminal emulators can theme the 16 ECMA-48/AIXTerm colours.)
When #WindowsTerminal nowadays comes with a whole range of themes, it is a shame that #Microsoft 's #edit makes users duplicate all of that.
Plus:
https://github.com/microsoft/edit/blob/main/src/framebuffer.rs#L554
Close but no cigar, here. The correct ITU T-416 sequence has another parameter before the RGB parameters. This was spotted some years ago, and most of the terminal emulators, that support this control sequence at all, have corrected it.
And strictly, those semi-colons separating the numbers should be colons, as they are sub-parameters to SGR 48 and SGR 38.
I've been looking at the source code of #Microsoft 's new #edit tool after @bsletten mentioned it.
This comment saddens me:
https://github.com/microsoft/edit/blob/main/src/framebuffer.rs#L72
It's untrue in two ways.
First, #VIM, and its predecessors, very much *did* work this way, and have done since the 1980s.
It's how #ncurses works. Anything using ncurses works this way, and even most full-screen programs that just use termcap/terminfo directly do things this way.
It was an important thing to do back in the days of 9600 BPS terminals. If one didn't, one's full-screen program was painfully unusable. *Of course* programs did things this way.
Second, reading further down the code shows that the comment is exactly backwards. It is in fact Microsoft's new EDIT that writes the unnecessary stuff; lots of it, especially if your terminal window is a wide one.
Getting it to do limited updates (of less than entire screen lines at a time) is a to-do item:
https://github.com/microsoft/edit/blob/main/src/framebuffer.rs#L430
The KDE team has created a wonderful Network for your Androids it's called Konnect (actually KDE Connect) and the things that it can do are so various that I'll just show you one of them in the included photographs
The ease with which I can control a music 🎵 player that works on one Android from all my devices which run Konnect opens up possibilities which are just marvelous for a sound engineer like me
#KDE #Xorg #Desktop #Environment #OpenSource #POSIX #GNU #is #not #UNIX #Linux #freeBSD #Konnect #Android
At this moment I'm roughly tuning a very nice FluxBox Desktop in an OpenSource POSIX driven OS.
I'm working on tuning my Desktops Environments in such a way that it doesn't matter whether I run them in Linux or *BSD
That way I'll just fire up the Operating System inject my own configuration for the desktop environment fire up X.org and then start working
FluxBox has been a favorite window / desktop manager of mine a couple of decades ago.
Since it has been written efficient it's blazingly fast
I combine tools that I love from Xfce with FluxBox so that my muscle memory for shortcuts can be used in a super smooth manner
#FluxBox #Xorg #Desktop #Environment #OpenSource #POSIX #GNU #is #not #UNIX #Linux
Since this command...
`xfce4-screenshooter -S -d 2 --window -s "$HOME/Pictures/$(date +%Y-%m-%d_%H-%M-%S)_Screenshot2.png"`
...segfaults in fluxbox atm I did not bother with a screenshot, because xfce4-screenshooter rocks way too much to use another one
#FluxBox #Xorg #Desktop #Environment #OpenSource #POSIX #GNU #is #not #UNIX #Linux
I've been able to configure KDE to my liking so that I feel at home again in the K Desktop Environment.
This is critical because it means that everything from way back in the beginning, decades ago when KDE was released, is still in the current new and fresh version of the K Desktop Environment
It means that the teams which have worked on KDE for the past decades have kept the core of KDE alive
It means that we have an excellent group of programmers, before and current, who have worked on KDE and who have kept KDE beautiful fantastic and magnifique for a wide range of people all over the globe
#KDE #Xorg #Desktop #Environment #programming #OpenSource #POSIX #GNU #is #not #UNIX #Linux #freeBSD #Konnect #Android
I've easily & smoothly configured KDE Konnect to work in Fluxbox WM
#FluxBox #KDE #Xorg #Desktop #Environment #OpenSource #POSIX #GNU #is #not #UNIX #Linux #freeBSD #KDEKonnect #Android
Do you make backups? Do you run ZFS? Do you use Bacula? Do you use dd?
Your method is important for you. What's also important is testing how a restore works.
I lost a partition less than 30 minutes ago. I have a simple tgz backup of the important data on another drive, not an SSD, no a HDD.
I lost zero bytes of data.
Please make sure your backup and restore systems work.
When your recovery tool says the partition is lost, only your backup will save you.
Mine did
Multiplexing will boost your SSH connectivity or speed by reusing existing TCP connections to a remote host. Here are commands that you can use to control multiplexing when using OpenSSH server or client on your Linux, macOS, FreeBSD or Unix-like systems. Not sure what SSH multiplexing is? Learn how to set it up and use it to speed up your SSH sessions with our handy guide: https://www.cyberciti.biz/faq/ssh-multiplexing-control-command-to-check-forward-list-cancel-stop-connections/
“The big vision is to move past the reliance on any single country’s investment in this core life sciences infrastructure: It’s not to have a duplicative, parallel structure in Germany, nor to simply transplant a centralized system from the US to Germany. The goal is a fully #OpenSource, #federated, safety net, embedded within the international community, with a strong global network of support.”
A wild #blog post appears!
I revived pkgsrc on AIX.
(Yes, I already sent a PR to NetBSD.)
https://briancallahan.net/blog/20250516.html
#linux #unix #bsd #freebsd #openbsd #netbsd #dragonflybsd #aix #ibm #solairs #illumos #pkgsrc #opensource #freesoftware
Some reflections from my recent retreat on the first precept of 'do no harm' and its application when leading open source projects: https://ruthcheesley.co.uk/blog/buddhism/cultivating-non-harm-and-kindness-in-open-source-leadership
#Dharma #Buddhism #FirstPrecept #Ahimsa #OpenSource #Triratna #Ethics #BuddhistEthics
I'm a co-maintainer of the popular #nodejs config module "node-config".
It's just had a new release that adds support for ".mjs" files and fixes some bugs.
https://github.com/node-config/node-config/releases/tag/v4.0.0
Thanks to new co-maintainer Jason Marshall for taking the lead on this release!
If #AI is so good at coding … where are the #OpenSource contributions? https://pivot-to-ai.com/2025/05/13/if-ai-is-so-good-at-coding-where-are-the-open-source-contributions/