home.social

#gnustep — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gnustep, aggregated by home.social.

fetched live
  1. @DebianAstro To tag it for better availability: This is a and application.

    @wmlive

  2. @grahamperrin Just finished viewing the video and was particularily impressed by the presentation of desktop. The desktop features and details demonstrated by @probono are an amazing proposition and will easily rival the more established desktop environments. Obviously, the long term development stamina for starts to pay off.

  3. Using WebObjects at web-scale with kubernetes and Firebase: my journey to use modern cloud-based deployment and integration with the "heritage" #webobjects web app framework, via #gnustep #gnustepweb and GDL2. sicpers.info/2026/07/using-web

  4. Using WebObjects at web-scale with kubernetes and Firebase: my journey to use modern cloud-based deployment and integration with the "heritage" web app framework, via and GDL2. sicpers.info/2026/07/using-web

  5. I added new articles to gnustep-developer.com. One is about ensuring a shared object gets loaded when it only contains ObjC symbols. The other, which is more important because there aren't other good examples online, is about the structure of NeXT-style app menus that you use on platforms other than macOS: gnustep-developer.com/articles #gnustep #crossplatform #appkit

  6. NeXTSpace

    A wonderful project

    NeXTSpace UI based on OpenStep GNUStep has been ported from Linux to BSD

    NeXTSpace is modeled on NeXTSTEP a gorgeous UI on the NeXT Computing Workstation

    This article has a lot of information so I would advise you to read it if you're interested

    stevengharms.com/posts/2026-02

    #Retro #RetroComputing #NeXT #NeXTSpace #GNUStep #OpenStep #UI #programming #XOrg #XWindows #LLM #AI

  7. My handwriting has always defied optical character recognition, but today I noticed that the Qwen 3.6 model does a very good job at it. So I made a little app with and to drive it, so I can get on with digitising 22 years of career journals (and various other notebooks!). Even automatically diffs any changes I make to the transcription, and feeds them back into the prompt for future iterations.

  8. Yesterday's meeting dropped news about , a new OS using components from and : launchd, services described by .plist files, in-kernel IOKit over Mach IPC, network stack configured by IPConfiguration talking to configd... nextbsd.org

  9. There was a bit of discussion on the mailing list about using AppImage as a deployment mechanism for GNUstep apps so people don't have to have all the libraries, helper tools, config, filesystem layout etc. set up just to try an app. So I built a model*: github.com/gnustep/tools-make/

    * [Build a Model being a pattern that encourages exploring solutions through working prototypes. I've been clear on the PR what the caveats of the model are. patreon.com/posts/153181867]

  10. "Previous is a NeXT Computer emulator based on the Atari emulator Hatari. It uses the latest m68k emulation core from WinUAE and the i860 emulator from Jason Eckhardt. Previous works on all systems which are supported by the SDL3 library."

    previous.nextcommunity.net

  11. this all now works*! After about an hour of messing with YAML files I have a webobjects app deployed to with an end-to-end pipeline. Using nginx ingress controller to load-balance instead of apache2 mod_gsw.

    *still needs a domain name and TLS. I'm using the app's default action as the health endpoint, so I'll add a direct action that returns 204 to make life easier on the app.

  12. Just set up locally deploying a gnustepweb ObjC app to Minikube using skaffold. Tomorrow's goal is to set up woodpecker CI on , and use argoCD in a real cluster to pull the image from quay.

  13. @zygoon these days I am mainly runnning based desktop software on /#GhostBSD and try to stay away as far as possible from anything Red Hat has ever touched, such as Glib, Gtk, Wayland, systemd, D-Bus, Portals, polkit, PipeWire, and anything in between.

  14. If you look at this picture and say "I want this", consider contributing to this based open source project. github.com/gershwin-desktop/ge

  15. I added an article to gnustep-developer on IMP caching. I don't think it's necessarily something people need to do any more, but in code where you do it, you're probably breaking your build on macOS. gnustep-developer.com/articles

  16. Just noticed #GhostBSD now offers a Gershwin Community Preview flavor

    https://www.ghostbsd.org/download

    Gershwin Desktop is yet another attempt a #GNUstep desktop environment (showed up about 10 months ago) which can be built for

    • FreeBSD / GhostBSD
    • Arch Linux / Artix
    • Debian / Devuan

    https://github.com/gershwin-desktop/gershwin-desktop

  17. I've been collecting notes (and my LLMs have too) on things I and the LLMs got wrong while doing some work, and started publishing them to a new website: gnustep-developer.com. Includes llms.txt so the models can find the info again.