After 30 years of development: GNU gettext 1.0 is ready
After 30 years of development: GNU gettext 1.0 is ready
Si instalas Android Studio en linux con el AppImage, ahórrate problemas y usa la opción integrada en el propio AS para añadir la entrada del programa a tu menú de aplicaciones.
Tools > Create Desktop Entry
#android #AndroidDev #androidstudio #linux #linuxdev #linuxmint #Ubuntu #debian #linuxtips #appdevelopment
Merry Christmas, bsd.cafe! 🎄
I’m looking for some brutal honesty to help shape the future of Parch Linux.
Beyond the hype and the "shiny new things," what actually makes a distro livable day after day? I’m looking for solid, battle-tested opinions on what constitutes a good system when the novelty wears off.
If you could architect the "perfect" daily driver based purely on reliability and workflow, what acts as the foundation?
TheIDE è l’ambiente di sviluppo ufficiale del framework U++. Supporta C/C++, include build system semplice, code completion, formattazione e debugger. #LinuxDev #CPlusPlus #Flathub #OpenSource #Linux #Software
Zoo Design Studio porta la creazione di interfacce e componenti software a un nuovo livello grazie all’intelligenza artificiale e un ambiente moderno, collaborativo e pensato per sviluppatori e designer #AI #OpenSourceDesign #LinuxDev #Linux #Software
wastrel, a profligate implementation of webassembly — wingolog
TrailBase è l’alternativa open source a Firebase che aspettavi! API REST e realtime, WebAssembly, SQLite e dashboard in un solo eseguibile. Perfetto per sviluppatori Linux. #TrailBase #OpenSource #LinuxDev #FirebaseAlternative
What do you guys think this will be ? #teaser #linuxDev #buildinpublic
Fibers in Libdex
How to SSH Into a VirtualBox Guest VM
🎥 I also created a demo app where various components can be showcased as I'm making my way through all the widgets. I opted to tackle QtWidgets before QtQuick in order to refine to overall API.
🔬 If you're familiar with Apple's UI testing frameworks (AXUI), you know how useful this can be when developing apps with a UI. I spent some time wrapping Qt Test so it can be used to simulate events and drive an application programatically. This is helpful not only for humans who want to test their apps, but it is a very efficient way for agents like Claude Code to be able to inspect results of their changes directly.
📦 I've been able to bridge most QtWidget APIs without manual "C" bindings thanks to the advanced C++ interop being introduced with Swift 6.2. For this, I created a C++ target to act as a bridge - re-exporting the Qt6 bindings and creating a layer of abstraction where things like lifecycle can be addressed. I've also settled on an approach for exposing events and event filters in a way that will not require a macros or other code generation steps.
I just wanted to share my progress wrapping Qt6 as a safe Swift library. The main changes since the last update:
📖 I named it! The package is now called QwiftUI. The goal is unchanged - offer an intuitive (and safe) Swift API for building cross-platform apps with Qt6. The feel I'm going for is "AppKit but Qt" while making all of Qt's awesomeness available to Swift apps.
The Foundry of Builder
I wanted to get a sence of what it means to use another UI framework in Swift for Linux and Windows. So I picked Qt6 and... hello world 😍! Swift's C++ interop is brilliant, the entire wrapper can be a target in the same Swift Package as the app itself!
Edit: repo link: http://github.com/kkostov/QwiftUI
Trying to understand how to fully leverage GNOME Workbench for GTK app development on Linux. Docs and examples seem sparse. How do you use Workbench effectively in your workflow? Any tips or best practices? #GTK #GNOME #LinuxDev #PyGObject #OpenSource #FOSS #AppDev #DevTools
We need more devs to contribute to Linux accessibility.
Linux Is Perfect Unless You're Blind - by @BrodieOnLinux on #YouTube
Everyone knows that accessibility is really important but at the same time it's one of those problems that nobody has enough time to actually go and work on