jrollans.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.

Site description
These are the voyag... uh, things I post about.
Admin email
jrollans@gmail.com
Admin account
@jrollans@jrollans.com

Search results for tag #opensource

[?]Nicolas Vivant » 🌐
@nicolasvivant@colter.social

Argh, le Ministère de l’Éducation Nationale a encore choisi Microsoft !

Nous avons raison de nous plaindre et de nous étonner, mais le véritable enjeu est-il le ministère ?

grenoble.ninja/argh-le-ministe

    AodeRelay boosted

    [?]Bettina Hartmann » 🌐
    @bettina@mastodon.nu

    Så har jeg skrevet et brev til Digitaliseringsstyrelsen, som bliver afsendt senere i dag - så du kan lige nå at komme med input, hvis det er?

    ODT-format: hartmannconsulting.dk/wp-conte

    PDF-format: hartmannconsulting.dk/wp-conte

    En smagsprøve: "Faktisk vil det være mere korrekt at sige, at hvis der var ti styresystemer, der hver havde 1,9 % af markedsandelen, så ville 19% af borgerne være udelukket af offentlig IT. Hvis der var tyve, ville det være 38 % af borgerne. "


      AodeRelay boosted

      [?]Dark Blue Project » 🌐
      @r1os@mastodon.bsd.cafe

      [?]kaveinthran » 🌐
      @kaveinthran@mastodon.stickbear.me

      Full of Keyboard Commands, So Many of Them, and It Breaks My heart

      In the screen-reading space, we have come a long way in information representation. We know earcons; we are good at implementing various voice profiles and sound profiles for events and attributes. But it's worrying me a bit that we may be going backwards, and I don't just mean navigational systems, I mean how features reach us in general. Complexity is not the problem. The missing alternatives for people who type with one hand, forget easily, or just get tired, that's what's eating at me.

      And before this gets written off as a niche concern: we forget commands, we have impaired fingers, we have tremors, we get tired reaching for function keys. It's frustrating to remember while sighted folks can just visualise and click. This isn't a small thing, and the worst part is that we are doing it to ourselves. Where We Came From

      The evergreen works from folks who developed blind games were amazing, mostly one-handed friendly, no multiple modifiers, everything achievable with arrows and Tab, and occasionally some alphabets. Remember Chillingham, Grisly Grudge, Hunter, Blast Bay Games, Cast Away, etc.?

      Now sure, those were simpler tools for simpler tasks, and today's stuff does a lot more, I get that. But more capability doesn't have to mean more memorisation. Our own history already shows this.

      Even Doug Lee's scripts have such implementations, where many alternative commands are given for a single functionality: the default with Alt or JAWS Key modifier, the layer command, and inside the layer command, you can use Tab and Enter to activate the similar command. In Skype or Discord, you can read all chat messages just by activating the layer and using the Up, Down, Home, and End keys. The best help system in those scripts is that you just use Tab and Shift+Tab to cycle through commands, and that way you don't have to remember hundreds of commands. We can then press Enter on a command to execute it. It's not just about exploring the command; the execution itself is assigned with one hand in mind.

      So here is my question for everything: can a new user find and do any function, one-handed, without memorising anything first? That's the bar. If the answer is no, someone has some rethinking to do. JAWS: The Good and the Honest Gaps

      JAWS hotkey help is another sleek invention. The Insert+H help system badly needs an emulation here in the accessibility space, a webpage linear structure where all the commands are just links to be clicked on.

      The JAWS command search, despite its zen-mode loading time, is another great design decision that has changed people's lives. You just press Insert+Space and J, then type what you want to do in keywords, read the commands, and even press Enter to perform them. The Insert+F1 "context-sensitive help," the tutor messages, and keyboard voice always save people time by being brief and neatly helpful. Context-sensitive help is the most lacking concept in the NVDA screen reader.

      The JAWS and Touch Cursor is a complex interface traversed with just arrows. The Home Row mode utility allows developers to explore Windows and its hierarchy with arrows and occasional alphabets. With all its complexity, the Settings Centre just requires you to search, press Space, then press Escape, and Space again to save. One-hand commands, to and fro.

      JAWS also comes with an "Insert Key Mode", a sticky key concept. The Insert key functions as a sticky key: any key pressed immediately after pressing Insert is treated as if it were pressed in combination with it. The recent Table Layer commands have simplified table navigation a lot, and you just use the arrow keys to traverse tables. Doug Lee extended this implementation to list views through his ListTbl, a JAWS script for navigating ListView controls with table navigation commands.

      Obviously, there is bad design in JAWS too. To know the time and date, you need to press Insert+F12. Wow, that's too remote. I changed mine to Ctrl+Shift+X. Adding to that, you need to go to farther places to modify your keyboard commands, which is just a pain for new users who struggle with their hands and fingers. NVDA is even further behind and has a lot more to figure out with its Input Gestures system. With JAWS, you can at least find a function by its assigned hotkey and change it; I don't think you can do that just yet with NVDA.

      When using the HotSpotClicker scripts by Jim Snowbarger, I am amazed with the implementation of adding a hotkey to a hotspot set, in which a generous timer with a keyboard trap is initiated, and you press the key you want the hotspot to record. This concept should be further expanded into a proper standard: an easy mode to search or press the command you want to change, then press the new command, then verify and save. One hand, from start to finish. That shouldn't be too hard to build, honestly.

      Going back to my keyboard gripe, don't let me get started with the gazillions of Braille display commands in JAWS. That's beyond my expertise, but I have heard plenty of stories, and it's not beginner-friendly, to put it simply. These things are full of life. From these creations, we can both learn a tonne and disregard problematic practices. Do JAWS or NVDA have a one-handed keyboard layout mode? If not, well, someone has something to build. Mainstream Lessons: Reaper DAW

      In the mainstream space, the Reaper Audio DAW is an exemplary software that many others should look at. Yes, it has many commands, and it's further complicated by the ReaPack and OSARA implementations. @jcsteh and @Scott would be a testament to that. Reaper has a design process where every possible function can be learned or performed in multiple ways: by searching, by adding your own commands, or by using the keyboard tutorial mode to learn them first. The complexity is real, but so is the way out of it, and that's the whole point. I am not a full-fledged Reaper user, so excuse me for my oversimplifications. Scripts That Got It Right

      There are other JAWS scripts from which we can learn a tonne of inclusive human design concepts. What they all have in common is what I was just talking about, you can find anything without knowing it first.

      Take the JFW Technical Scripts by Jamie Teh, no keyboard commands to memorise. It's just Ctrl+Shift+J, that's all. All other functions are browsable in a virtual viewer within subpages and sections separated by headings.

      Same for the Jawter script, created by @cachondo, which later inspired many other blind programs like Qwitter and TWBlue by @josh. The design is two modifiers with one hand; the other hand presses one key at most, mostly arrows, or any alphabet. In Qwitter and other programs, there is even a key describer mode to familiarise yourself with the commands, and a sticky mode to keep the Alt+Win key active while you use alphabets and arrows to navigate Twitter.

      Jamal Mazrui is very much an icon in implementing keyboard-first tools. In every one of his tools, you have Alt+F10 or Alt+Shift+F10 to navigate the menus, and admittedly, those may require two hands. Inside these menus, every item is given a keyboard command, and you can use first-letter navigation to reach them.

      There are surely equally complicated things in there that we may choose to refine. Work done by @matt with earlier Serotek and now @pneumasolutions is many, many times commendable. Remember how you used to navigate the SAMNetwork or DocuScan Plus? Even with the RIM software, navigation is just by Tab and Shift+Tab, or headings and links, simple as that. If you want, you can remember keyboard commands that have only a modifier with an alphabet, or Alt with an alphabet.

      The System Access screenReader also comes with many great additions like that. The menu structure is webpage-like, and to go to each menu you just press one key, if I am not mistaken. It's fast, mindless.

      I have not used GWMicro's Window-Eyes screen reader so deeply, but I am certain that the script and app developers there have created many more patterns that we can document, emulate, and equally follow. I am also sure that Vim, Emacs, and other open-source Linux implementations that are keyboard-driven have more ideas waiting to be implemented. Aliases? Batch commands? Macros? The Complexity Creep Problem

      Nowadays, yes, we have more accessible tools, but also more keyboard commands to remember, without proper recourse or remedy for one-handed people or those with less cognitive reserve. Look at Google Suite, Office ribbons, so many layers of taxing keys with blatant disregard for design and simplicity, and loads of gymnastics we have to perform. Yes, for Google Suite there is Alt+Slash, and for Office there is Alt+Q, but imagine how much it can be simplified by adding alternatives that allow for more visualisation and less remembering.

      This phenomena of mindless keyboard commands is creeping into JAWS scripts and NVDA add-ons as well. I am going to point some fingers at great people I have very much respect for. They have great product ideas and design that are benefiting lots of Blind people, and I am going to traverse their work and point out the good and the bits they can think about more. I am not here to tear down anyone's work or generosity, I just think there is a next step here.

      @hartgenconsult is a champion in keyboard tool-making, from JTools all the way to Leasy. Something we should learn here is that the JTools/Leasy Help key (H) is a central place where all keyboard commands with categories are shown and can be activated by pressing Enter, a huge design gesture with simplicity in mind. And it's also context-sensitive, if I have this right. That's what I keep talking about, right there.

      Despite the beautiful implementation, there are things that can be further studied. I am sure I am strawmanning his hard work here, but what I find is it's often hard to remember layers upon layers of keyboard commands. Let's take the Leasy clip operations, which may have been inspired by the HJClip days, made by an English developer whose name escapes me, and later further tweaked by Getinra. Both in HJClip and Leasy, it's simply too many commands, at least for me, to perform the myriad, complex keyboard operations.

      In JTools, all clips are located on the function keys, honestly that's too much. In Leasy, it has certainly improved; I believe it's all on the number keys now.

      My concrete suggestion here is to look at clipboard buffers, which are even older than HJClip, originating from the Vim system. @pixelate may enlighten me on whether Linux has this system, but Doug Lee created a similar buffer system in his BX key, and his approach is the model worth following. You can think of it as many clipboards. You trigger the command, say left bracket, and assign a text to an alphabet (say, S), then to paste it, you double-press S. You just add one modifier to that S to copy to clipboard, append, or clear that buffer. One hand, one simple mental model, and you have as many clipboards as you need.

      Below, I am reproducing his clipboard buffer method from the BX documentation:

      Text Management -- Commands for cutting, copying, pasting, and combining text blocks, and for holding blocks of text in up to 26 buffers named by single letters. This system was inspired by the buffer system in the "Vi" text editor found under Linux and other similar operating systems. The NVDA Add-On Renaissance

      In the NVDA add-on ecosystem, it's a renaissance time. Add-ons are flourishing, and at the same time, people have to remember more. These two things don't have to come together, and some add-ons are already showing that.

      One of them is the Instant Access add-on by Kamal Yasir. Thanks to @doubletap for introducing it to the world. The concept is simple: you pick a file, web shortcut, or folder, assign it to an alphabet, and launch it with a layer. It's fast, one-handed, and it works. The concept may be inspired by @brian_hartgen's JTools and Leasy, further refined into a buffer concept. I think new add-ons should be looking here for inspiration.

      The Markdown Navigator add-on simply invents a layer to make Markdown documents browsable, making everything familiar by triggering the browse mode concept we are all so used to. You already know how to use it, and that's the whole point.

      Other developers, still early in their work, are also trying their best to simplify their add-on designs. @Tamasg's TGSpeechbox is a revolution in the Blind TTS community. What could be improved further, and I really want this add-on to do well, is to make the huge settings panel with help context optionally enabled. Say, if someone checks a box to enable help, every arrow to a setting under the settings panel would briefly speak what it is. The huge settings panel would be further accessible if an item-chooser or Reaper Command Center-like approach were implemented, so people can type a phrase or a few letters to narrow the options. That one thing would make a tonne of difference, I think.

      @ppatel's Terminal Access is another long-awaited terminal accessibility enhancement for NVDA. He does not stop there. Knowing that blind people deal with subpar experiences in many terminals, he painstakingly created profiles for many popular ones. Kudos to his many contributions, and to @tspivey for being a great backend inspiration for his work. The add-on quickly grew in complexity, and a menu-like or tab-like structure is much needed to navigate the huge layer commands, so people can zip through various functions using arrows, Tab, and so on. The foundation is solid, what's still missing is the discoverability layer. Closing Thoughts

      I want to end here by saying that we often hold the strong impression that keyboard-only interfaces are flawless, and that our hands will not defeat us. But it's sad that often, when a piece of Blind tooling gets more complex, developers simply pile on more and more commands without paying enough attention to engineer them to be compatible with Blind people of many kinds.

      I am not asking for less powerful tools. I want tools where you can find any function by browsing or searching, where one key gets you in and arrows get you around, and where memorisation is a choice rather than a requirement. We have done this before. Doug Lee did it. Jawter did it. Reaper does it. The knowledge is already in our community.

      Generally, our difficulties compound as we get older. We forget commands, we have impaired fingers, we have tremors, we do feel tired reaching for the function keys. These are not rare cases, this is where most of us end up. Most importantly, it's frustrating to remember while sighted folks can just visualise and click. In those days, Blind software was designed with visualisation and muscle memory baked in. Now, we are losing our grip on that inherent creativity, more and more complexity, without reverence for the simplicity we know and love.

      I think we can do better than this for each other.

        [?]Ilkka Tengvall » 🌐
        @ikkeT@mementomori.social

        I just setup for out household resources. Let's see of it sticks. Really good piece of software for a booking calendar!

        librebooking.readthedocs.io/

          AodeRelay boosted

          [?]gnu0os0ta✅🐧:fediverse: » 🌐
          @gnu0os0ta@gotosozial.linuxat.de

          Mahlzeit,

          DARF ICH EUCH EINLADEN ZU MEINER GESCHICHTE!

          DIE GEBURT VON LINUX! – Wie ein Hobby‑Projekt die Welt veränderte.

          Kapitel fünf „Der Name“

          https://hedgedoc.linuxat.de//hc/s/wAM_IpHDDm

          #Linux #Geschichte #OpenSource #freiheit #Foss

            [?]r1cksec » 🌐
            @r1cksec@infosec.exchange

            AodeRelay boosted

            [?]The one with the headscarf 🧕🏽 [she/her, alternatively tcp/udp] » 🌐
            @braid@alpaka.garden

            Good morning 🇹🇭 Bangkok !

            Today, the FOSSASIA summit starts and I'm excited to meet many cool people, talk about open source and of course spread the world about @matrix !

            Rosahaj sitting on a lobby chair inside of the FOSSASIA community room.

            Alt...Rosahaj sitting on a lobby chair inside of the FOSSASIA community room.

            Entrance to the workshop center in the True Digital Park in Bangkok.

            Alt...Entrance to the workshop center in the True Digital Park in Bangkok.

            Escalators upstairs. The pillars are covered by LED screens simulating a waterfall flowing down the building. The ceiling displays tree tops on LED screens as well.

            Alt...Escalators upstairs. The pillars are covered by LED screens simulating a waterfall flowing down the building. The ceiling displays tree tops on LED screens as well.

            Sight on the lobby of the True Digital Park.

            Alt...Sight on the lobby of the True Digital Park.

              AodeRelay boosted

              [?]FOSSASIA » 🌐
              @fossasia@floss.social

              💬 Matrix isn’t just a chat protocol — it’s a platform for rich, interactive experiences! In this session, Kim Brose @HarHarLinks how to enhance Matrix with widgets, bots, and integrations, making your chats more dynamic, productive, and fun at

              🔗 Click here youtu.be/YWHicIx2P7I to watch on the FOSSASIA YouTube channel.

                AodeRelay boosted

                [?]gnu0os0ta✅🐧:fediverse: » 🌐
                @gnu0os0ta@gotosozial.linuxat.de

                📱 Neue Einsteiger-Anleitung für GrapheneOS (Linux-Fokus!)

                Vom Pixel-Kauf über den Flash-Vorgang bis zu Profi-Tools wie Obtainium & AppVerifier – alles Schritt für Schritt erklärt.

                👉 https://gist.github.com/Ubuntu51/0ffbd82b4b7b8f5504fc891cf7754f0a

                #GrapheneOS #Datenschutz #Privacy #Linux #OpenSource #Pixel #GoogleFrei #FOSS

                  [?]Partij voor de Dieren Alkmaar » 🌐
                  @PvdDAlkmaar@mastodon.social

                  Ook voor de zit je goed bij ons! Maar liefst 4 kandidaten op de lijst hebben een achtergrond in de IT. 🤓 Zij hebben ruime kennis over , , en .

                  In de wereld van vandaag zijn deze zaken belangrijker dan ooit. Waar jouw zonder toestemming gebruikt wordt om te trainen en gevoelige persoonlijke informatie op straat komt te liggen of bij onderdrukkende regimes.

                  (1/2) 🧵

                  Foto van Kivilcim Pinar op een groen witte achtergrond. 

Tekst op de afbeelding: 

Stem Pinar - Lijst 8 - #1
Nerd Vote Alkmaar
Partij voor de Dieren

                  Alt...Foto van Kivilcim Pinar op een groen witte achtergrond. Tekst op de afbeelding: Stem Pinar - Lijst 8 - #1 Nerd Vote Alkmaar Partij voor de Dieren

                  Foto van Fabian Zoon op een groen witte achtergrond. 

Tekst op de afbeelding: 

Stem Zoon - Lijst 8 - #2
Nerd Vote Alkmaar
Partij voor de Dieren

                  Alt...Foto van Fabian Zoon op een groen witte achtergrond. Tekst op de afbeelding: Stem Zoon - Lijst 8 - #2 Nerd Vote Alkmaar Partij voor de Dieren

                  Foto van Lilian Jonker op een groen witte achtergrond. 

Tekst op de afbeelding: 

Stem Jonker - Lijst 8 - #4
Nerd Vote Alkmaar
Partij voor de Dieren

                  Alt...Foto van Lilian Jonker op een groen witte achtergrond. Tekst op de afbeelding: Stem Jonker - Lijst 8 - #4 Nerd Vote Alkmaar Partij voor de Dieren

                  Foto van Janine Visser op een groen witte achtergrond. 

Tekst op de afbeelding: 

Stem Visser - Lijst 8 - #11
Nerd Vote Alkmaar
Partij voor de Dieren

                  Alt...Foto van Janine Visser op een groen witte achtergrond. Tekst op de afbeelding: Stem Visser - Lijst 8 - #11 Nerd Vote Alkmaar Partij voor de Dieren

                    AodeRelay boosted

                    [?]gnu0os0ta✅🐧:fediverse: » 🌐
                    @gnu0os0ta@gotosozial.linuxat.de

                    Schönen guten Morgen,

                    DARF ICH EUCH EINLADEN ZU MEINER GESCHICHTE!

                    DIE GEBURT VON LINUX! – Wie ein Hobby‑Projekt die Welt veränderte.

                    Kapitel fünf „Der Name“

                    https://hedgedoc.linuxat.de//hc/s/wAM_IpHDDm

                    #Linux #Geschichte #OpenSource #freiheit #Foss

                      AodeRelay boosted

                      [?]JWcph, Radicalized By Decency » 🌐
                      @jwcph@helvede.net

                      RE: mastodon.scot/@kim_harding/116

                      Great! 👍 But look, guys, even if you maybe don't want to directly badmouth Microsoft, you don't have to keep pretending that most people prefer it.

                      Yes, there'll be minor switching abrasion; familiarity is a strong motivator - but I assure you, the number of users who *want to* work in MS Office or Windows is well witin a single-digit percentage.

                      - which also means feel free to improve on the experience. "We're not Big Tech" is not your only selling point.

                        fedicat boosted

                        [?]Artem R 🇺🇦 » 🌐
                        @asci@indieweb.social

                        🎷🦣 Mastoshare update — future of Mastoshare

                        Mastodon recently put a service that covers some Mastoshare functionality — sharing posts.

                        mastodon.social/@Mastodon/1161

                        What that means for Mastoshare? Mastoshare was never about money, but with a goal of making better UX of Mastodon. I believe semi-centralized solution is the right way, as it has network effect — the more people use one website the easier it is for everyone.

                        dansup boosted

                        [?]Mastodon » 🌐
                        @Mastodon@mastodon.social

                        We've got something to Share! We hope you'll find it useful. blog.joinmastodon.org/2026/03/

                          [?]merely rhys [he/him] » 🌐
                          @rhys@mastodon.rhys.wtf

                          This is going to be so strange. This basically requires OS providers to use an online account similar to Microsoft's approach and to provide details of each account to third parties.

                          That's simply not going to work with open source operating systems — or lots of other software providers.

                          So far projects are reacting by banning use by Californians and Coloradons.

                          theregister.com/2026/03/06/os_

                            AodeRelay boosted

                            [?]Marcel SIneM(S)US » 🌐
                            @simsus@social.tchncs.de

                            [?]Fossery Tech :debian: :gnome: » 🌐
                            @fosserytech@social.linux.pizza

                            (Linux news in previous posts)

                            FOSS NEWS

                            Firefox Nova – our first look at the browser’s big redesign:
                            omgubuntu.co.uk/2026/03/firefo

                            Automattic ends Simplenote active development, only basic maintenance continues:
                            alternativeto.net/news/2026/3/

                            Zen web browser introduces live folders, Firefox 148 core, Linux performance boost & more:
                            alternativeto.net/news/2026/3/

                            Shotcut 26.2 update: new text options, subtitle search & crash fixes:
                            alternativeto.net/news/2026/3/

                            KeePass 2.61 adds diacritic-insensitive search, async updates, improved OTP tools and more:
                            alternativeto.net/news/2026/3/

                            GIMP 3.2 issues third release candidate with fresh fixes:
                            omgubuntu.co.uk/2026/03/gimp-3

                            Arti 2.1.0 advances relay and RPC support, overhauls configuration:
                            alternativeto.net/news/2026/3/

                            Xournal++ adds tablet-friendly toolbar mode:
                            omgubuntu.co.uk/2026/03/xourna

                            Memerist is a new desktop meme generator for Linux:
                            omgubuntu.co.uk/2026/03/memeri

                            Burner Todo now "officially" available for Linux, as a Flatpak or AppImage:
                            social.linux.pizza/@fosserytec
                            (In case you're wondering, no I'm not gonna comply with the California bill or any other moronic age verification bill and start requesting age bracket from the OS. Not sure if it legally applies to me, I only distribute the app on Codeberg, plus the Flatpak via Disroot's file sender because it exceeds Codeberg's file limit, but I just put it out there, in case this would apply to FOSS projects distributed solely on code collaboration platforms. What can they do with me? I'm anonym, they don't know my real-world identity, and even if they hire hackers, and de-anonymize me, what do they do with me? Fine me? Not gonna pay. Arrest me then? I'm in Europe. But I guess they don't even know about the existence of the app, so why should I even bother?)

                            FEX 2603 Released With A Partial Fix For The Steam GUI Crashing On AArch64:
                            phoronix.com/news/FEX-2603-Rel

                            (more FOSS news in comments)

                              [?]Fossery Tech :debian: :gnome: » 🌐
                              @fosserytech@social.linux.pizza

                              (more Linux and FOSS news in previous posts of thread)

                              Rust 1.94 introduces array windows, Cargo config inclusion, and TOML 1.1 support in Cargo:
                              alternativeto.net/news/2026/3/

                              DBeaver 26.0: AI filter settings, bug fixes & Salesforce currency support:
                              alternativeto.net/news/2026/3/

                              FosseryWeb progress report:
                              All Java cheatsheet pages are now generated using the new page-builders tool, to make the code more consistent, and also to test the tool, discover bugs, edge cases. HTML, CSS and JavaScript cheatsheets will also be regenerated, although the CSS ones have a bit more "unique" elements like images, figures consisting of HTML and CSS code, etc., will see if I can make those be generated with the tool, or if they will still require manual work.
                              fosseryweb.codeberg.page/@beta
                              fosseryweb-min.codeberg.page/@

                              Vulkan 1.4.345 Released With New ARM Shader Instrumentation Extension:
                              phoronix.com/news/Vulkan-1.4.3

                              libavif 1.4 Released For Advancing AVIF Image Support:
                              phoronix.com/news/libavif-1.4-

                              /e/OS 3.5 released with LineageOS 22.2 base, WebAssembly support, and FairPhone 6 upgrades:
                              alternativeto.net/news/2026/2/

                              3mdeb Making Progress On AMD Ryzen AM5 Motherboard Port With Coreboot + openSIL:
                              phoronix.com/news/3mdeb-Ryzen-

                              GNU Hurd On Guix Is Ready With 64-bit Support, SMP Multi-Processor Support "Soon":
                              phoronix.com/news/GNU-Hurd-64-

                              Haiku OS Pulls In WiFi Driver Updates From OpenBSD, Other Improvements In February:
                              phoronix.com/news/Haiku-OS-Feb

                              FreeBSD 15.1 On Track With Better Realtek WiFi & KDE Desktop Install Option:
                              phoronix.com/news/FreeBSD-15.1

                              NetBSD 11.0-RC2 Released For Testing:
                              phoronix.com/news/NetBSD-11.0-

                              MidnightBSD blocks downloads from California due to the Californian age verification law:
                              nitter.privacyredirect.com/mid

                              Redox OS Gets Vulkan & Node.js Working On This Rust-Based Open-Source OS:
                              phoronix.com/news/Redox-OS-Feb

                                AodeRelay boosted

                                [?]gnu0os0ta✅🐧:fediverse: » 🌐
                                @gnu0os0ta@gotosozial.linuxat.de

                                📱 Neue Einsteiger-Anleitung für GrapheneOS (Linux-Fokus!)

                                Vom Pixel-Kauf über den Flash-Vorgang bis zu Profi-Tools wie Obtainium & AppVerifier – alles Schritt für Schritt erklärt.

                                👉 https://gist.github.com/Ubuntu51/0ffbd82b4b7b8f5504fc891cf7754f0a

                                #GrapheneOS #Datenschutz #Privacy #Linux #OpenSource #Pixel #GoogleFrei #FOSS

                                  AodeRelay boosted

                                  [?]gnu0os0ta✅🐧:fediverse: » 🌐
                                  @gnu0os0ta@gotosozial.linuxat.de

                                  📱 Neue Einsteiger-Anleitung für GrapheneOS (Linux-Fokus!)

                                  Vom Pixel-Kauf über den Flash-Vorgang bis zu Profi-Tools wie Obtainium & AppVerifier – alles Schritt für Schritt erklärt.

                                  👉 https://gist.github.com/Ubuntu51/0ffbd82b4b7b8f5504fc891cf7754f0a

                                  #GrapheneOS #Datenschutz #Privacy #Linux #OpenSource #Pixel #GoogleFrei #FOSS

                                    [?]Bob the Traveler » 🤖 🌐
                                    @bobthetraveler@mastodon.world

                                    AodeRelay boosted

                                    [?]Radio_Azureus » 🌐
                                    @Radio_Azureus@ioc.exchange

                                    Keep Android Open

                                    Because Android is open, for now, till 01 September 2K26, I have been able to install this wonderful tool set of which you see a screen cap below.

                                    If all of you who read this toot, please boost for visibility, make your voices heard as it is explained in the first link, you will be able to stop Google from closing Android worse than Apple

                                    We all need to unite to stop google cold in their tracks

                                    EU users have enormous power in this, remember USB-C on apple

                                    Don't think you don't have power to stop google

                                    UNITE!

                                    keepandroidopen.org/

                                    gnu.org/gnu/gnu.html

                                      AodeRelay boosted

                                      [?]BlablaLinux » 🌐
                                      @blablalinux@mastodon.blablalinux.be

                                      Le Reverse Proxy, c'est aussi du design ! 🛠️

                                      Grâce aux sub_filter de NPM, j'ai injecté du CSS dans Phanpy sans toucher au code source :

                                      ✅ Branding : Ajout de mon logo avec halo #117371.
                                      ✅ Symétrie : Repositionnement du bouton "Rédiger".
                                      ✅ Responsive : Correction du scroll sur Desktop sans toucher à la version mobile.

                                      La preuve en 3 images : du brut au "pixel perfect" ! 🐧

                                        [?]André Polykanine » 🌐
                                        @menelion@dragonscave.space

                                        That's why, dear militants, people are reluctant to use alternatives. At least, some people.
                                        One more post here said: "You should use LibreSpeed now, because SpeedTest is bought by some company, dealing with billionaires, something like that".
                                        Okay, let's give it a try.
                                        No main region — fine, at least there is heading level 1.
                                        "Start" which should be a button, is… a piece of text. Nice? Nice.
                                        then there is the server combo box, then ping, download speed, upload speed — all at zero, because we haven't started yet. Why is it showing at all? Question.
                                        Okay, we are advanced peeps, we press space on Start and pray. Yes, it launches.
                                        The results are not a region, no ARIA-driven announcements, no separate headings…
                                        I mean, it's a dead simple service.
                                        You might think I want to just bash LibreSpeed. No, I don't, at least, it's not my goal.
                                        It's just an example. SpeedTest did it better — not perfect though, there are unlabeled elements, I want more headings, etc., but Start Test is a button, there are live ARIA announcements throughout. Hence I'll use SpeedTest. Because it's accessible. Because it's convenient. Because it's better UX.
                                        And this is true for everything: operating systems, office suites, clouds (see my previous angry post about Nextcloud and inaccessible Copy Link dialog which Microsoft and Google managed to do accessibly).
                                        We are roughly 15% of population. And also we have family, friends and people that listen to us.
                                        Make this world accessible, and only then preach about bad billionaires, trackers and whatever else. You can repeat your mantras, but they won't get to my ears nor to my heart — I'm blind, and I need to work and to live in the digital world. And for that I need —
                                        !

                                          AodeRelay boosted

                                          [?]Rik Viergever » 🌐
                                          @rikviergever@mastodon.social

                                          Read below 👇 why you should start using LibreSpeed from now on for internet speed tests

                                          "Speedtest and Downdetector were just sold to Accenture for $1.2 billion. (...) Ookla, the parent company of both tools, has been acquired by the global IT consulting giant Accenture (...).

                                          The open source alternative: LibreSpeed. No tracking scripts, no GPS harvesting, no profile building, no ads and no data sold to anyone."

                                          librespeed.org/

                                          reddit.com/r/xprivo/comments/1

                                            AodeRelay boosted

                                            [?]BlablaLinux » 🌐
                                            @blablalinux@mastodon.blablalinux.be

                                            🐧 Log du jour : La nouvelle page "Soutiens" est en ligne ! 🚀

                                            Vos messages, c'est le meilleur carburant pour continuer l'aventure BlablaLinux. Un immense merci pour votre force ! 🙏

                                            À découvrir ici : blablalinux.be/vos-temoignages/

                                            AodeRelay boosted

                                            [?]BlablaLinux » 🌐
                                            @blablalinux.be@blablalinux.be

                                            Vos retours et messages de soutien

                                            Un immense merci pour tous vos messages de sympathie reçus sur les réseaux sociaux. J'ai regroupé ici vos retours et vos encouragements qui me touchent énormément au quotidien. [SENSITIVE CONTENT]

                                            Un immense merci à vous tous pour vos messages de sympathie !

                                            Que ce soit sur Facebook, X (Twitter), Mastodon ou Bluesky, vos retours et vos remerciements me touchent énormément. C’est votre soutien qui me donne l’énergie de continuer à partager mes astuces, mes tests et mon quotidien autour de Linux et du logiciel libre.

                                            J’ai décidé de regrouper ici quelques-uns de vos commentaires qui m’ont fait chaud au cœur. Cette page, c’est un peu la vôtre.

                                            Merci d’être là et de faire vivre cette belle communauté !


                                            Vos retours et messages de soutien

                                            Alt...Vos retours et messages de soutien

                                            Vos retours et messages de soutien

                                            Alt...Vos retours et messages de soutien

                                            Je profite de ce message, mais il pourrait s'appliquer à tous...
Je suis un "power user", monter un Proxmox et mettre qques VMs dedans ne me fait pas peur. En attendant je l'avais jamais fait pour moi, pour de l'auto-hébergement.

Tu fais partie des gens qui m'ont motivé à le faire, et j'ai maintenant, à ma manière, mon infra perso.

Tout simplement merci 🙏

                                            Alt...Je profite de ce message, mais il pourrait s'appliquer à tous... Je suis un "power user", monter un Proxmox et mettre qques VMs dedans ne me fait pas peur. En attendant je l'avais jamais fait pour moi, pour de l'auto-hébergement. Tu fais partie des gens qui m'ont motivé à le faire, et j'ai maintenant, à ma manière, mon infra perso. Tout simplement merci 🙏

                                              [?]Areeb Soo Yasir » 🌐
                                              @Areeb_Soo_Yasir@mastodon.areebyasir.com

                                              @deepthoughts10 like is the best defense. Real experts like us know the real threat is the closed source hardware no matter who makes it. Are these in and ASA really just exploits or asic features implementened as intended that third parties found?

                                                [?]anchore » 🌐
                                                @anchore@mstdn.business

                                                Open source is free like a puppy, not free like beer. 🐶

                                                Our VP of Security, @joshbressers, applies this adage to AI-generated code in his new post on Techstrong.ai. He details the rise of "hidden dependencies," where AI copies open source functionality without creating a traceable package manifest.

                                                For teams trying to automate compliance and reduce audit findings, these hidden risks are a major challenge. Josh argues...
                                                techstrong.ai/contributed-cont

                                                  AodeRelay boosted

                                                  [?]FreeBSD Foundation » 🌐
                                                  @FreeBSDFoundation@mastodon.social

                                                  Here’s a moment from Day 1 at SCALE 23x yesterday.

                                                  We asked attendees what they like about FreeBSD, and this student highlighted something many users appreciate: the documentation and the Ports collection. docs.freebsd.org/en/books/hand

                                                  What was the first thing that stood out to you when you started using FreeBSD?

                                                    AodeRelay boosted

                                                    [?]Alfonso Siciliano » 🌐
                                                    @alfonsosiciliano@mastodon.bsd.cafe

                                                    RE: mastodon.bsd.cafe/@alfonsosici

                                                    Thanks everyone for all the feedback, testing, and suggestions! I'm currently fixing things up and getting a version ready for bsdinstall.

                                                      AodeRelay boosted

                                                      [?]FreeBSD Foundation » 🌐
                                                      @FreeBSDFoundation@mastodon.social

                                                      We spoke with a new FreeBSD user who shared how he’s exploring the system and learning more about features like jails while working through the book Absolute FreeBSD. He also mentioned that he stopped by the booth after seeing on our website that FreeBSD would be at SCALE.

                                                      If you're new to FreeBSD and looking for a place to start, we’ve put together resources to help guide you:
                                                      freebsdfoundation.org/freebsd/

                                                      What helped you most when you first started using FreeBSD?

                                                        [?]GamingOnLinux » 🤖 🌐
                                                        @gamingonlinux@mastodon.world

                                                        The Wine 11.4 development release is now available for the Windows to Linux compatibility layer, bringing assorted new features and fixes.
                                                        gamingonlinux.com/2026/03/wine

                                                          [?]spacebug » 🌐
                                                          @spacebug@social.n2.mikronod.se

                                                          I'm looking for an android tool to scale down a photo.
                                                          Photos taken with my phone have too high resolution to be compatible with mastodon.

                                                          (Preferably a free software tool if such tool exist).

                                                          #Android #Photo #Photos #PhotoEdit #ImageEdit #PhotoTool #ImageTool #ImageScaling #PhotoScaling #Tool #AndroidTool #AndroidTools #FOSS #OpenSource #FreeSoftware #Mastodon

                                                            [?]Roberto B. » 🌐
                                                            @roberto@phpc.social

                                                            PHP Statistics v1.5.0 is out, with non-linear regressions.

                                                            To celebrate 100K downloads, I wrote about decoding GPX running data with real statistics (outlier detection and trend forecasting).
                                                            dev.to/robertobutti/gpx-runner

                                                            @thepracticaldev

                                                              AodeRelay boosted

                                                              [?]Radio_Azureus » 🌐
                                                              @Radio_Azureus@ioc.exchange

                                                              Current weather in Mariënburg SR SA with the grace of owm curl {ba{c{k{z{fi}}}}}sh and the cool lolcat

                                                              No Background photograph composed by myself

                                                                AodeRelay boosted

                                                                [?]HP van Braam [they/them] » 🌐
                                                                @hp@mastodon.tmm.cx

                                                                There is a silver lining to the whole debacle. If it is legal to throw a pile of code at an LLM, and tell it to write a new version of that code that is not a derivative then that gives us a lot of options too.

                                                                GPL compatible ? no problem! from the leaked NT/2k sources? No problem!

                                                                Maybe this is a golden age for the collapse of proprietary software after all. If they can do an end run around the we can do an end run around the .

                                                                  AodeRelay boosted

                                                                  [?]BuzzZoom » 🌐
                                                                  @BuzzZoom@social.nerdzoom.media

                                                                  🎙️ Neue BuzzZoom-Folge: Zentral vs. Dezentral
                                                                  Warum bricht das halbe Internet zusammen, wenn hustet? Warum hat Skalierungsprobleme? Und was haben Energiesparlampen mit Nutzererwartungen zu tun?
                                                                  Dirk @dde und Mario @DerMario diskutieren, warum das Internet eigentlich dezentral gedacht war, und was daraus geworden ist.
                                                                  🎧 buzzzoom.de/128/

                                                                  AodeRelay boosted

                                                                  [?]heinelo » 🌐
                                                                  @heinelo@pixelfed.social

                                                                  Fair Phone 4 mit e/os ohne Google ohne KI ohne Apple ohne Microsoft ohne Whats App Facebook und Konsorten.
                                                                  Ist einfach ein Gutes Gefühl vor allem auch was die Gesundheit Informationen angeht die bleiben Dank Amazfit GTS 4 und Verknüpfung mit Gadgetbridge auf dem Fairphone einfach nur Lokal
                                                                  #opensource #linux #digitaleselbstverteidigung #murena #e/os #fairphone4

                                                                  Das Bild zeigt meinen Fairphone e/OS Desktop
Fair Phone 4 mit e/os ohne Google ohne KI ohne Apple ohne Microsoft ohne Whats App Facebook und Konsorten. 
Ist einfach ein Gutes Gefühl vor allem auch was die Gesundheit Informationen angeht die bleiben Dank Amazfit GTS 4 und Verknüpfung mit Gadgetbridge auf dem Fairphone einfach nur Lokal 
#opensource #linux #digitaleselbstverteidigung #murena #e/os #fairphone4

                                                                  Alt...Das Bild zeigt meinen Fairphone e/OS Desktop Fair Phone 4 mit e/os ohne Google ohne KI ohne Apple ohne Microsoft ohne Whats App Facebook und Konsorten. Ist einfach ein Gutes Gefühl vor allem auch was die Gesundheit Informationen angeht die bleiben Dank Amazfit GTS 4 und Verknüpfung mit Gadgetbridge auf dem Fairphone einfach nur Lokal #opensource #linux #digitaleselbstverteidigung #murena #e/os #fairphone4

                                                                    [?]Firefly III » 🌐
                                                                    @ff3@fosstodon.org

                                                                    📢 Woohoo! Version v6.5.4 of Firefly III has just been released 🎉. Check it out over at GitHub, Docker, or download it using your favorite package manager.

                                                                    github.com/firefly-iii/firefly

                                                                      AodeRelay boosted

                                                                      [?]ꪖꪶρꫝꪖ » 🌐
                                                                      @alpha@kanoa.de

                                                                      Mit einen Günstigen USB Dongle zb aus'm "China shop" für paar euro, kann man(n) fast alle geräte die haben steuern (Listen,Hex,Bruteforce)
                                                                      Oder wenn das eingebaute IR-Sender hat.

                                                                      Kudos an Dev(s)

                                                                      github.com/iodn/android-ir-bla

                                                                        [?]CryogenicNighthawk » 🌐
                                                                        @CryogenicNighthawk@4d2.social

                                                                        There's a joint presentation from the Illinois Society and Urbana on the 14th (next Saturday) at 2PM at the local Independent Media Center ().

                                                                        Come hear people suggest that:
                                                                        1.) technology should serve human wellbeing
                                                                        2.) the judgement that many dominant technologies fail to meet this standard, and
                                                                        3.) what you can do about it

                                                                        I'm going to mention lots of and tech from texting with to privacy respecting smart thermostats.

                                                                        A flier with a headline of "why you should be a luddite" and a byline of "learn how to resist obnoxious technology". The bottom half has a photo of the Urbana-Champaign Independent Media Center, where the event will take place on March 14th at 2PM. 202 S. Broadway Ave, Urbana, IL. Presented by the Illinois luddite society & Makerspace Urbana.

                                                                        Alt...A flier with a headline of "why you should be a luddite" and a byline of "learn how to resist obnoxious technology". The bottom half has a photo of the Urbana-Champaign Independent Media Center, where the event will take place on March 14th at 2PM. 202 S. Broadway Ave, Urbana, IL. Presented by the Illinois luddite society & Makerspace Urbana.

                                                                          dansup boosted

                                                                          [?]🥧 asgrim 🇺🇦 :verified: » 🌐
                                                                          @asgrim@phpc.social

                                                                          Maintaining open source projects is mostly a thankless task, but very occasionally a very kind soul drops their appreciation and thanks, and it really does make your day 🥰

                                                                          ▶️ Take a moment sometimes to thank the maintainers of open source projects you value!

                                                                            AodeRelay boosted

                                                                            [?]Matze » 🌐
                                                                            @matzespens@hessen.social

                                                                            Hallo , hallo Hessen! ✨
                                                                            Bin von .social nach .social umgezogen. Mein Profil im Gepäck:

                                                                            🔭 Astronomie: Deep-Sky & Astrofotografie. Ich teile hier Tipps & Bilder. Mehr Tiefe gibt’s auf meinem Blog: www.astroblog-of.de

                                                                            🐧 Linux: Langjähriger User. Ich helfe privat gerne beim Umstieg von Windows oder bei Fragen zu OpenSource.

                                                                            Freue mich auf den Austausch mit euch!

                                                                              [?]Alexandre Dulaunoy » 🌐
                                                                              @adulau@infosec.exchange

                                                                              The GCVE.eu initiative will take part in hackathon.lu (14–15 April, Luxembourg), alongside core developers of GCVE-related projects. See you there to build, experiment, and collaborate!

                                                                              🔗 hackathon.lu

                                                                              @gcve
                                                                              @circl

                                                                              GCVE federated model

                                                                              Alt...GCVE federated model

                                                                                [?]draftd » 🌐
                                                                                @draftd@infosec.exchange

                                                                                Für kleines Geld ein eigenes kleines Funknetz bauen? Genau darum geht es hier: Meshtastic zeigt, wie man mit LoRa-Hardware und etwas Bastellaune unabhängig kommunizieren kann. Irgendwo zwischen Nerdprojekt und Krisenresilienz.

                                                                                derstandard.at/story/300000031

                                                                                  [?]Areeb Soo Yasir » 🌐
                                                                                  @Areeb_Soo_Yasir@mastodon.areebyasir.com

                                                                                  What are you doing on Friday night? For me, a relaxing time involves doing a few on to add our based . Proud of my team for based on techrich.hk

                                                                                  Techrich AlmaLinux Pull Request

                                                                                  Alt...Techrich AlmaLinux Pull Request

                                                                                  Techrich AlmaLinux Pull Request

                                                                                  Alt...Techrich AlmaLinux Pull Request

                                                                                    AodeRelay boosted

                                                                                    [?]9to5Linux » 🌐
                                                                                    @9to5linux@floss.social

                                                                                    BTW, Arch Linux is now (finally) powered by kernel 6.19 🐧 🏹

                                                                                    Screenshot of Arch Linux with the Xfce desktop environment showing the Xfce Terminal app with an output of the fastfetch and uname -a commands.

                                                                                    Alt...Screenshot of Arch Linux with the Xfce desktop environment showing the Xfce Terminal app with an output of the fastfetch and uname -a commands.

                                                                                      [?]WineReleaseBot » 🤖 🌐
                                                                                      @WineReleaseBot@mastodon.world

                                                                                      Wine has updated to version wine-11.4. Check it out here: gitlab.winehq.org/wine/wine/-/

                                                                                        [?]Eric Harrer :typo3: » 🌐
                                                                                        @ErHaWeb@phpc.social

                                                                                        🧩 I’d like to share my script that makes the initial setup for contributing to the easier.

                                                                                        gist.github.com/ErHaWeb/037ab7

                                                                                        Maybe it’s useful for other contributors. I’d really appreciate your feedback! 🙂

                                                                                          [?]Mike :nixos: » 🌐
                                                                                          @codemonkeymike@fosstodon.org

                                                                                          Yooooo, this is exciting. I've always written off as un-saveable since they can't be jailbroken with MrChomebox.

                                                                                          I just got like 50 of these Asus C100P arm chromebooks that are "expired". Digging around, it looks like will run on this!

                                                                                          Still stuff to figure out but DAMN this is promising. Being able to save even ARM chromebooks is epic. Dammit I love and

                                                                                          Asus Chromebook booting up to Postmarket OS

                                                                                          Alt...Asus Chromebook booting up to Postmarket OS

                                                                                            [?]Kevin Dominik Korte » 🌐
                                                                                            @kdkorte@fosstodon.org

                                                                                            The company behind Office EU is about half a year old, or to put it differently, using Open Source, you can rival big tech in less than 180 days.

                                                                                            zdnet.com/article/europe-open-

                                                                                              AodeRelay boosted

                                                                                              [?]Helmut » 🌐
                                                                                              @pocket@wien.rocks

                                                                                              Zizerlweise ist das wunderbar passende Wort, das meinen Weg hin zu Linux, Open Source und Selfhosting bestens beschreibt.

                                                                                                [?]LibreOfficeDE » 🌐
                                                                                                @LibreOfficeDE@social.tchncs.de

                                                                                                LibreOffice ist nur dank Ihrer Spenden möglich! So haben sie uns im Jahr 2025 geholfen – und wenn Sie unser Projekt und unsere Community unterstützen möchten, besuchen Sie bitte: de.libreoffice.org/donate/ - DANKE!

                                                                                                Infografik, die zeigt, wie Spenden bei Veranstaltungen, Infrastruktur und der Bezahlung eines kleinen Teams geholfen haben.

                                                                                                Alt...Infografik, die zeigt, wie Spenden bei Veranstaltungen, Infrastruktur und der Bezahlung eines kleinen Teams geholfen haben.

                                                                                                  AodeRelay boosted

                                                                                                  [?]jbz » 🌐
                                                                                                  @jbz@indieweb.social

                                                                                                  👉 Dinit, the init system systemd should have been // Unixdigest

                                                                                                  「 Besides the fact that the real motivation behind systemd was "political" more than anything, systemd has evolved into a behemoth of a monster with it's tentacles so deeply entrenched into the Linux environment that only few software products haven't been affected by it 」

                                                                                                  unixdigest.com/articles/dinit-

                                                                                                    AodeRelay boosted

                                                                                                    [?]gnu0os0ta✅🐧:fediverse: » 🌐
                                                                                                    @gnu0os0ta@gotosozial.linuxat.de

                                                                                                    MEINE GESCHICHTE! Die Big Player kamen nicht plötzlich – sie waren von Anfang an da!

                                                                                                    Es war ein früher Abend im Jahr 1994, als ich mein erstes Modem anschloss, ein US Robotics Sportster mit 14.400 Baud. Ich erinnere mich noch genau an dieses Gefühl, als ich den Karton aufriss, dieses Knistern von Neuland. Dabei war der Rechner, den ich mir zusammengespart hatte, ein Vermögen wert, ein 486er mit ein paar Megabyte RAM, und ich hatte monatelang jeden Schilling umgedreht, um ihn bezahlen zu können. Heute lacht man darüber, aber damals war ein PC etwas für Leute, die entweder Geld hatten oder wie ich bereit waren, dafür zu hungern.

                                                                                                    Dieses Pfeifen und Rauschen dann, wenn das Modem sich einwählte, dieses seltsame Geräusch der Verbindung, klang für mich nach Aufbruch, nach einer völlig neuen und offenen Welt, die da vor mir lag. Aber der Weg dorthin war alles andere als offen, denn oft genug brach die Leitung einfach zusammen, und ich saß wieder da, hörte das bescheuerte Besetztzeichen und fing von vorne an. Manchmal drei-, vier-, fünfmal hintereinander, bis endlich diese stabile Verbindung stand. Und wenn sie dann stand, war Geduld das Wichtigste, denn wer damals einen Megabyte herunterladen wollte, der konnte sich zwischendurch einen Kaffee kochen, einen Film ansehen und es war vielleicht immer noch nicht fertig. Zwanzig Minuten oder länger dauerte so etwas, und wehe, es gab einen Abbruch kurz vor Schluss, dann fing alles wieder von vorne an.

                                                                                                    Vollständiger Beitrag:
                                                                                                    https://writefreely.linuxat.de/h1-style-color-green-meine-geschichte-die-big-player-kamen-nicht-ploetzlich

                                                                                                    #Digitalisierung #Internetgeschichte #BigTech #Plattformökonomie
                                                                                                    #Netzpolitik #Technologie #DigitalerWandel #Marktmacht #Netzwerkeffekte
                                                                                                    #Datenökonomie #Kapitalismus #Innovation #Wachstum #Linux #OpenSource #Freiheit

                                                                                                      AodeRelay boosted

                                                                                                      [?]jsr_ffd2 » 🌐
                                                                                                      @jsr_ffd2@ioc.exchange

                                                                                                      Gemini

                                                                                                      Thanks to user at end I started to use the Gemini protocol to read web pages. The first thing I loved about gemini browsers is that they are built with

                                                                                                      Unix philosophy

                                                                                                      • originated by Ken Thompson
                                                                                                      • set of cultural norms and philosophical approaches to minimalist, modular software development
                                                                                                      • based on the experience of leading developers of the Unix operating system

                                                                                                      Early Unix developers were important in bringing the concepts of modularity and reusability into software engineering practice, spawning a "software tools" movement. Over time, the leading developers of Unix (and programs that ran on it) established a set of cultural norms for developing software; these norms became as important and influential as the technology of Unix itself, and have been termed the

                                                                                                      The Unix philosophy

                                                                                                      The Unix philosophy emphasizes

                                                                                                      • building simple, compact, clear, modular, and extensible code
                                                                                                      • it can be easily maintained and repurposed by developers other than its creators
                                                                                                      • The Unix philosophy favors composability as opposed to monolithic design.

                                                                                                      Clients

                                                                                                      On Android I have chosen buran, a gemini open source browser

                                                                                                      • Elegant and fast even on low ram Androids
                                                                                                      • Light footprint

                                                                                                      On Linux I have chosen amfora an Open Source {ba{c{k{z{fi}}}}}sh client which is simple and fast

                                                                                                      Amfora features

                                                                                                      • multi tabbed
                                                                                                      • build for simplicity
                                                                                                      • works smooth & fast
                                                                                                      • low ram foot print

                                                                                                      There is also lagrange a GUI client which looks interesting but I haven't installed yet

                                                                                                      Thank you @ghalfacree for using the protocol in your posts

                                                                                                      Sources:

                                                                                                      f-droid.org/

                                                                                                      mxlinux.org/community-repos/

                                                                                                      wiki.debian.org/DebianReposito

                                                                                                      github.com/skyjake/lagrange

                                                                                                      mastodon.social/@ghalfacree/11

                                                                                                        AodeRelay boosted

                                                                                                        [?]LibreOffice » 🌐
                                                                                                        @libreoffice@fosstodon.org

                                                                                                        Millions of students are getting locked into closed, proprietary software from Big Tech vendors. Here's how can give them back their digital sovereignty: blog.documentfoundation.org/bl

                                                                                                          [?]Amaury Bouchard » 🌐
                                                                                                          @amaury@phpc.social

                                                                                                          Je lance µJS : une bibliothèque JS ultra-légère pour rendre un site web dynamique sans framework front.

                                                                                                          Les liens et formulaires passent en AJAX, le contenu est remplacé à la volée — navigation fluide, zéro SPA, zéro build step.

                                                                                                          Au-delà du cas de base : patch multi-zones, debounce, polling, SSE natif.

                                                                                                          👉 Site : mujs.org
                                                                                                          👉 Article de blog : geek-directeur-technique.com/2

                                                                                                            AodeRelay boosted

                                                                                                            [?]gnu0os0ta✅🐧:fediverse: » 🌐
                                                                                                            @gnu0os0ta@gotosozial.linuxat.de

                                                                                                            MEINE GESCHICHTE! Die Big Player kamen nicht plötzlich – sie waren von Anfang an da!

                                                                                                            Es war ein früher Abend im Jahr 1994, als ich mein erstes Modem anschloss, ein US Robotics Sportster mit 14.400 Baud. Ich erinnere mich noch genau an dieses Gefühl, als ich den Karton aufriss, dieses Knistern von Neuland. Dabei war der Rechner, den ich mir zusammengespart hatte, ein Vermögen wert, ein 486er mit ein paar Megabyte RAM, und ich hatte monatelang jeden Schilling umgedreht, um ihn bezahlen zu können. Heute lacht man darüber, aber damals war ein PC etwas für Leute, die entweder Geld hatten oder wie ich bereit waren, dafür zu hungern.

                                                                                                            Dieses Pfeifen und Rauschen dann, wenn das Modem sich einwählte, dieses seltsame Geräusch der Verbindung, klang für mich nach Aufbruch, nach einer völlig neuen und offenen Welt, die da vor mir lag. Aber der Weg dorthin war alles andere als offen, denn oft genug brach die Leitung einfach zusammen, und ich saß wieder da, hörte das bescheuerte Besetztzeichen und fing von vorne an. Manchmal drei-, vier-, fünfmal hintereinander, bis endlich diese stabile Verbindung stand. Und wenn sie dann stand, war Geduld das Wichtigste, denn wer damals einen Megabyte herunterladen wollte, der konnte sich zwischendurch einen Kaffee kochen, einen Film ansehen und es war vielleicht immer noch nicht fertig. Zwanzig Minuten oder länger dauerte so etwas, und wehe, es gab einen Abbruch kurz vor Schluss, dann fing alles wieder von vorne an.

                                                                                                            Vollständiger Beitrag:
                                                                                                            https://writefreely.linuxat.de/h1-style-color-green-meine-geschichte-die-big-player-kamen-nicht-ploetzlich

                                                                                                            #Digitalisierung #Internetgeschichte #BigTech #Plattformökonomie
                                                                                                            #Netzpolitik #Technologie #DigitalerWandel #Marktmacht #Netzwerkeffekte
                                                                                                            #Datenökonomie #Kapitalismus #Innovation #Wachstum #Linux #OpenSource #Freiheit

                                                                                                              AodeRelay boosted

                                                                                                              [?]iX Magazin » 🌐
                                                                                                              @iX_Magazin@social.heise.de

                                                                                                              Linux From Scratch 13.0 mit systemd erschienen

                                                                                                              Die neue Version 13.0 von Linux From Scratch bringt aktuelle Toolchain-Komponenten und konzentriert sich künftig ausschließlich auf systemd.

                                                                                                              heise.de/news/Linux-From-Scrat

                                                                                                                [?]heise online English » 🤖 🌐
                                                                                                                @heiseonlineenglish@social.heise.de

                                                                                                                Linux From Scratch 13.0 released with systemd

                                                                                                                The new version 13.0 of Linux From Scratch brings current toolchain components and will exclusively focus on systemd in the future.

                                                                                                                heise.de/en/news/Linux-From-Sc

                                                                                                                  AodeRelay boosted

                                                                                                                  [?]Franck Nijhof » 🌐
                                                                                                                  @frenck@fosstodon.org

                                                                                                                  🚀 I've just opened 2 new roles in my department at the Open Home Foundation to work full-time on !

                                                                                                                  🖥️ Frontend Engineer
                                                                                                                  🔐 Security Engineer

                                                                                                                  Fully remote. Full-time. every day.

                                                                                                                  Best job in the world. Working on open source for a non-profit, building the biggest smart home platform on the planet. It changed my life; your chance to change yours.

                                                                                                                  Boosts appreciated! 🙏

                                                                                                                  🔗 openhomefoundation.org/jobs


                                                                                                                  openhomefoundation.org/jobs

                                                                                                                    AodeRelay boosted

                                                                                                                    [?]Mirko Swillus » 🌐
                                                                                                                    @mechko@chaos.social

                                                                                                                    This week the European Commission published the draft for a guidance document for the Cyber Resilience Act (CRA). It is 70 pages, but contains some helpful examples and flowcharts, like this one, making it accessible even to Open Source folks with limited time.

                                                                                                                    Here: Quick guidance for the question if your FOSS component is in scope for the CRA, and if so, wether you're deemed a steward or manufacturer in regards of the component.

                                                                                                                    A flowchart illustrating if your FOSS component is in scope of the CRA, and if you're deemed to be a manufacturer or steward.

                                                                                                                    Alt...A flowchart illustrating if your FOSS component is in scope of the CRA, and if you're deemed to be a manufacturer or steward.

                                                                                                                      AodeRelay boosted

                                                                                                                      [?]Arnold Aluhut » 🌐
                                                                                                                      @arnoldaluhut@mastodon.cloud

                                                                                                                      Ketten der Bequemlichkeit

                                                                                                                      Ruf für digitale Emanzipation gegen die Big-Tech-Kabale.

                                                                                                                      Wir haben unsere digitale Freiheit gegen Komfort eingetauscht. Microsoft, Google und Meta bestimmen, wie wir kommunizieren, arbeiten und denken. Es ist Zeit, die Ketten zu sprengen.

















                                                                                                                      AodeRelay boosted

                                                                                                                      [?]gnu0os0ta✅🐧:fediverse: » 🌐
                                                                                                                      @gnu0os0ta@gotosozial.linuxat.de

                                                                                                                      MEINE GESCHICHTE! Die Big Player kamen nicht plötzlich – sie waren von Anfang an da!

                                                                                                                      Es war ein früher Abend im Jahr 1994, als ich mein erstes Modem anschloss, ein US Robotics Sportster mit 14.400 Baud. Ich erinnere mich noch genau an dieses Gefühl, als ich den Karton aufriss, dieses Knistern von Neuland. Dabei war der Rechner, den ich mir zusammengespart hatte, ein Vermögen wert, ein 486er mit ein paar Megabyte RAM, und ich hatte monatelang jeden Schilling umgedreht, um ihn bezahlen zu können. Heute lacht man darüber, aber damals war ein PC etwas für Leute, die entweder Geld hatten oder wie ich bereit waren, dafür zu hungern.

                                                                                                                      Dieses Pfeifen und Rauschen dann, wenn das Modem sich einwählte, dieses seltsame Geräusch der Verbindung, klang für mich nach Aufbruch, nach einer völlig neuen und offenen Welt, die da vor mir lag. Aber der Weg dorthin war alles andere als offen, denn oft genug brach die Leitung einfach zusammen, und ich saß wieder da, hörte das bescheuerte Besetztzeichen und fing von vorne an. Manchmal drei-, vier-, fünfmal hintereinander, bis endlich diese stabile Verbindung stand. Und wenn sie dann stand, war Geduld das Wichtigste, denn wer damals einen Megabyte herunterladen wollte, der konnte sich zwischendurch einen Kaffee kochen, einen Film ansehen und es war vielleicht immer noch nicht fertig. Zwanzig Minuten oder länger dauerte so etwas, und wehe, es gab einen Abbruch kurz vor Schluss, dann fing alles wieder von vorne an.

                                                                                                                      Vollständiger Beitrag:
                                                                                                                      https://writefreely.linuxat.de/h1-style-color-green-meine-geschichte-die-big-player-kamen-nicht-ploetzlich

                                                                                                                      #Digitalisierung #Internetgeschichte #BigTech #Plattformökonomie
                                                                                                                      #Netzpolitik #Technologie #DigitalerWandel #Marktmacht #Netzwerkeffekte
                                                                                                                      #Datenökonomie #Kapitalismus #Innovation #Wachstum #Linux #OpenSource #Freiheit

                                                                                                                        AodeRelay boosted

                                                                                                                        [?]🏳️‍⚧️ Christin Löhner 🏳️‍🌈 » 🌐
                                                                                                                        @christin@lsbt.me

                                                                                                                        Die zerbrechlichen Ketten der Bequemlichkeit

                                                                                                                        Ein Plädoyer für die digitale Emanzipation Europas

                                                                                                                        Wir haben unsere digitale Freiheit gegen Komfort eingetauscht. Microsoft, Amazon, Google und Meta bestimmen, wie wir kommunizieren, arbeiten und denken. Der CrowdStrike-Schock war kein Unglück, er war eine Ansage. Es ist Zeit, die Ketten zu sprengen. Ein Plädoyer für die digitale Emanzipation Europas. [Mehr lesen...]

                                                                                                                        christin-loehner.de/blog/die-z

                                                                                                                        AodeRelay boosted

                                                                                                                        [?]Thom » 🌐
                                                                                                                        @thom@swiss.social

                                                                                                                        In gilt ab 2027 der Digital Age Assurance Act.

                                                                                                                        Altersüberprüfungen unter dem Deckmantel führen zu Diskussionen innerhalb der -Communtiy.

                                                                                                                        Linux bald nur noch in ?

                                                                                                                        Ich bin gespannt, was dazu sagt.

                                                                                                                        linuxnews.de/das-age-verificat

                                                                                                                          AodeRelay boosted

                                                                                                                          [?]ibbspace » 🌐
                                                                                                                          @ibbspace@mastodon.social

                                                                                                                          Wir haben jetzt Linux-Grundlagen-Workshops im ibbspace!

                                                                                                                          Von Dateisystem-Basics über Datei-Management bis zu Texteditoren und Berechtigungen: es gibt mehrere Module, um sicher im Terminal unterwegs zu sein.

                                                                                                                          Screenshot aus dem ibbspace-Workshop-Tool mit vier Linux-Workshops: Dateisystem, Datei-Management, Texteditoren und Berechtigungen – ideal für alle, die ins Terminal einsteigen wollen.

                                                                                                                          Alt...Screenshot aus dem ibbspace-Workshop-Tool mit vier Linux-Workshops: Dateisystem, Datei-Management, Texteditoren und Berechtigungen – ideal für alle, die ins Terminal einsteigen wollen.

                                                                                                                            AodeRelay boosted

                                                                                                                            [?]Markus Feilner » 🌐
                                                                                                                            @mfeilner@mastodon.social

                                                                                                                            Nein ! Doch! Oooh! Und von ?

                                                                                                                            München: OB Dieter Reiter bekommt jährlich 20.000 Euro vom FC Bayern - ohne Genehmigung - München - SZ.de

                                                                                                                            sueddeutsche.de/muenchen/muenc

                                                                                                                              AodeRelay boosted

                                                                                                                              [?]Michael Ditsch » 🌐
                                                                                                                              @midide@digitalcourage.social

                                                                                                                              - Upcycling statt Elektroschrott - Erfolgreicher Installationsworkshop an der Fakultät Bioingenieurwissenschaften - "Da Windows 10 seit dem 14. Oktober 2025 ohne Microsoft‑Registrierung keine Sicherheitsupdates mehr erhält und viele ältere Geräte die Systemanforderungen von Windows 11 nicht erfüllen, stehen viele Hochschulen, Einrichtungen und private Nutzer vor der Wahl: Neue Hardware kaufen oder nachhaltige Alternativen nutzen? Der Workshop zeigte konkrete Wege auf, wie ältere Rechner mit Linux weiterbetrieben werden können und so zur Reduktion von Elektroschrott beitragen. [...] Die Veranstaltung zeigte eindrucksvoll, wie freie, offene und ressourcenschonende Software zur Verlängerung der Lebensdauer bestehender Hardware beitragen kann." - von Kajetan Hundhammer - Weihenstephan-Triesdorf hswt.de/news-list/detail/upcyc

                                                                                                                                [?]studio craque 54 🏳️‍🌈 [he/him] » 🌐
                                                                                                                                @dtauvdiodr@c.im

                                                                                                                                This weekend I'll be talking about building an open source project with open source features using open source hardware and a bunch of DIY all over the open source.

                                                                                                                                I'll also show that Joint Cognitive Systems - the thing that makes us socio-technically adaptive - is how we face the complexity of what feels like machines taking over.

                                                                                                                                And we're gonna make some noise!!

                                                                                                                                  [?]Lorenzo Ancora :verified: » 🌐
                                                                                                                                  @LorenzoAncora@ieji.de

                                                                                                                                  𝗪𝗵𝗮𝘁 𝗮𝗿𝗲 𝗙𝗢𝗦𝗦 𝗵𝗮𝗰𝗸𝗲𝗿𝘀?

                                                                                                                                  Mass media often associates the term hacker with cybercrime. However, in the Free and Open Source Software communities, the term is always honorific and indicates volunteer programmers specialized in the correction and improvement of public codebases.
                                                                                                                                  FOSS hackers thrive in community-driven projects like Linux, Apache, and Wikipedia, where they collaborate for the common good.

                                                                                                                                    AodeRelay boosted

                                                                                                                                    [?]FreeBSD Foundation » 🌐
                                                                                                                                    @FreeBSDFoundation@mastodon.social

                                                                                                                                    New to FreeBSD and not sure where to start? You’re not alone.

                                                                                                                                    In this second video of the series, I'm walking through the FreeBSD Foundation's Getting Started page.

                                                                                                                                    On this page, you’ll find:
                                                                                                                                    — The official FreeBSD Handbook
                                                                                                                                    — Installation guides for desktops and virtual machines
                                                                                                                                    — Step-by-step written walkthroughs for common setup options
                                                                                                                                    — Links to community spaces: forums, Discord, Reddit, and LinkedIn

                                                                                                                                    freebsdfoundation.org/resource

                                                                                                                                      [?]Kraken » 🌐
                                                                                                                                      @analytics@social.vir.group

                                                                                                                                      Motorola announces strategic partnership with GrapheneOS, the reference standard for mobile privacy. This is the first mass-market challenge to the "digital slavery" model where users pay for services with their personal data.

                                                                                                                                      GrapheneOS features: application sandboxing, hardened kernel with memory protection, no device identifier transmission. Previously limited to Google Pixel hardware — a forced compromise now broken.

                                                                                                                                      Motorola, despite Lenovo ownership and Chicago headquarters, faces regulatory pressure from US, EU, and China demanding backdoors and user identification. Full Verified Boot with user-controlled keys would represent digital civil disobedience at scale.

                                                                                                                                      This attracts journalists, activists, and privacy-conscious users. The open question remains whether regulatory systems will permit true hardware-level privacy for millions.

                                                                                                                                      newsgroup.site/%d1%8f%d0%ba-%d

                                                                                                                                        AodeRelay boosted

                                                                                                                                        [?]Martin :verified_paw: » 🌐
                                                                                                                                        @martinmuc@troet.cafe

                                                                                                                                        Wir veröffentlichen unsere Spam-Listen als Open Source 🛡️

                                                                                                                                        Analyse von 400+ Spam-Accounts auf troet.cafe & muenchen.social:
                                                                                                                                        ✅ 192 Spam-E-Mail-Domains
                                                                                                                                        ✅ 65 IP-Ranges

                                                                                                                                        Frei nutzbar (CC0) für alle Admins.

                                                                                                                                        We published our spam lists as open source — 192 email domains + 65 IP ranges from 400+ spam accounts. Free to use (CC0).

                                                                                                                                        👉 github.com/martinmuc/mastodon-

                                                                                                                                          AodeRelay boosted

                                                                                                                                          [?]BlablaLinux » 🌐
                                                                                                                                          @blablalinux@mastodon.blablalinux.be

                                                                                                                                          ✨ Tester la démo (avant de casser mon instance ! 😉) : demo.papra.app
                                                                                                                                          🌐 Utiliser mon service public : papra.blablalinux.be
                                                                                                                                          📦 Le déployer chez vous (Snippet ByteStash) : bytestash.blablalinux.be/s/c69
                                                                                                                                          📖 Documentation : docs.papra.app
                                                                                                                                          🛠️ GitHub : github.com/papra-hq/papra

                                                                                                                                          Un outil simple, efficace et surtout libre pour votre coffre-fort numérique personnel.

                                                                                                                                            [?]KillBait News » 🤖 🌐
                                                                                                                                            @killbait@mastodon.world

                                                                                                                                            Music Streaming CEO Develops Open-Source Platform to Track Global Conflicts in Real Time

                                                                                                                                            📰 Original title: How a Music Streaming CEO Built an Open-Source Global Threat Map in His Spare Time

                                                                                                                                            🤖 IA: It's clickbait ⚠️
                                                                                                                                            👥 Usuarios: It's clickbait ⚠️

                                                                                                                                            View full AI summary: killbait.com/en/music-streamin

                                                                                                                                              [?]heise online English » 🤖 🌐
                                                                                                                                              @heiseonlineenglish@social.heise.de

                                                                                                                                              AodeRelay boosted

                                                                                                                                              [?]Radio_Azureus » 🌐
                                                                                                                                              @Radio_Azureus@ioc.exchange

                                                                                                                                              Pandoc a universal document converter

                                                                                                                                              If you need to convert files from one markup format into another, pandoc is your swiss-army knife. Pandoc can convert between the following formats:

                                                                                                                                              (← = conversion from; → = conversion to; ↔︎ = conversion from and to)

                                                                                                                                              Lightweight markup formats

                                                                                                                                                  ↔︎ Markdown (including CommonMark and GitHub-flavored Markdown)
                                                                                                                                              ↔︎ reStructuredText
                                                                                                                                              ↔︎ AsciiDoc
                                                                                                                                              ↔︎ Emacs Org-Mode
                                                                                                                                              ↔︎ Emacs Muse
                                                                                                                                              ↔︎ Textile
                                                                                                                                              → Markua
                                                                                                                                              ← txt2tags
                                                                                                                                              ↔︎ djot
                                                                                                                                              → BBCode

                                                                                                                                              pandoc.org/

                                                                                                                                              pandoc.org/demos.html

                                                                                                                                                AodeRelay boosted

                                                                                                                                                [?]Radio_Azureus » 🌐
                                                                                                                                                @Radio_Azureus@ioc.exchange

                                                                                                                                                cmark

                                                                                                                                                cmark is the C reference implementation of CommonMark, a rationalized version of Markdown syntax with a spec. (For the JavaScript reference implementation, see commonmark.js.)

                                                                                                                                                It provides a shared library (libcmark) with functions for parsing CommonMark documents to an abstract syntax tree (AST), manipulating the AST, and rendering the document to HTML, groff man, LaTeX, CommonMark, or an XML representation of the AST. It also provides a command-line program (cmark) for parsing and rendering CommonMark documents.

                                                                                                                                                Advantages of this library:

                                                                                                                                                • Portable. The library and program are written in standard C99 and have no external dependencies. They have been tested with MSVC, gcc, tcc, and clang.
                                                                                                                                                • Fast. cmark can render a Markdown version of War and Peace in the blink of an eye (127 milliseconds on a ten year old laptop, vs. 100-400 milliseconds for an eye blink). In our benchmarks, cmark is 10,000 times faster than the original Markdown.pl, and on par with the very fastest available Markdown processors.
                                                                                                                                                • Accurate. The library passes all CommonMark conformance tests.
                                                                                                                                                • Standardized. The library can be expected to parse CommonMark the same way as any other conforming parser. So, for example, you can use commonmark.js on the client to preview content that will be rendered on the server using cmark.
                                                                                                                                                • Robust. The library has been extensively fuzz-tested using american fuzzy lop. The test suite includes pathological cases that bring many other Markdown parsers to a crawl (for example, thousands-deep nested bracketed text or block quotes).
                                                                                                                                                • Flexible. CommonMark input is parsed to an AST which can be manipulated programmatically prior to rendering.

                                                                                                                                                github.com/commonmark/cmark

                                                                                                                                                  AodeRelay boosted

                                                                                                                                                  [?]Radio_Azureus » 🌐
                                                                                                                                                  @Radio_Azureus@ioc.exchange

                                                                                                                                                  I needed a markdown editor which just does its job in Xorg so

                                                                                                                                                  TII (Today I installed)

                                                                                                                                                  ghostwriter

                                                                                                                                                  markdown editor

                                                                                                                                                  I have transcribed all of the docs as an exercise! (I will not copy paste those here though ')

                                                                                                                                                  I've also installed

                                                                                                                                                  [     0.177 687042 ghostwriter ] INFO      Using pandoc version 3.1.11.1
                                                                                                                                                  [ 0.234 687042 ghostwriter ] INFO Using multimarkdown version 1.35
                                                                                                                                                  [ 0.235 687042 ghostwriter ] INFO Using cmark version 0.30.2
                                                                                                                                                  • pandoc
                                                                                                                                                  • multimarkdown
                                                                                                                                                  • cmark

                                                                                                                                                  ghostwriter.kde.org/

                                                                                                                                                  pandoc.org/

                                                                                                                                                  fletcher.github.io/MultiMarkdo

                                                                                                                                                  github.com/commonmark/cmark

                                                                                                                                                  Quote:

                                                                                                                                                  Distraction-Free Writing

                                                                                                                                                  Enjoy a distraction-free writing experience, including a full screen mode and a clean interface. With Markdown, you can write now, and format later.

                                                                                                                                                  • Themes

                                                                                                                                                  The built-in light and dark themes provide an aesthetic writing experience out of the box. If the these are not enough, you can create your very own!

                                                                                                                                                  • Live Preview

                                                                                                                                                  Preview your Markdown document in HTML. With the live preview, you can copy the HTML to paste into your blog, or export to another format.

                                                                                                                                                  Z

                                                                                                                                                  Sources:

                                                                                                                                                  ghostwriter.kde.org/documentat

                                                                                                                                                    [?]Eric The IT Guy » 🌐
                                                                                                                                                    @itguyeric@mastodon.social

                                                                                                                                                    Linux has solid built-in accessibility features:

                                                                                                                                                    On GNOME:
                                                                                                                                                    Settings → Accessibility

                                                                                                                                                    You’ll find:
                                                                                                                                                    - Screen reader (Orca)
                                                                                                                                                    - High contrast mode
                                                                                                                                                    - Zoom
                                                                                                                                                    - Large text scaling

                                                                                                                                                    Accessibility isn’t niche. It’s good engineering.

                                                                                                                                                      fedicat boosted

                                                                                                                                                      [?]@reiver ⊼ (Charles) :batman: » 🌐
                                                                                                                                                      @reiver@mastodon.social