home.social

#amidon — Public Fediverse posts

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

fetched live
  1. Das muss man sich mal weg tun. Ich schreibe auf einem 21 Jahre alten Computer (der Mac mini G4 ist von 2005) einen Tröt mit #Amidon unter #MorphOS und das alles funktioniert in einer Geschwidnigkeit ... WOW!

    Tolles Spielzeug! *g*

  2. Hype for the Future 79I: The Smallest County Seats in America

    Introduction While the vast majority of counties in the United States have obviously defined county seats, a number are actually out of the ordinary in a number of respects, including, but not limited to, the consolidated city-county and town-county arrangements and the independent cities. Each county mentioned below contains a relatively lower population count relative to other counties in the United States of America as a whole, and the communities are typically situated in the Great […]

    novatopflex.wordpress.com/2026

  3. Who wants an #Amidon v2, written in C, for maximum performance, smaller size and even more retro power?

    #Amiga client only, for now. I don't have any MorphOS or PPC hardware, so it would target good old 68k and OS 3.x with MUI 5.x for starters.

  4. Almost got Mastodon (#Amidon) working on #Amiga. Just a couple more steps, but must get some sleep first.

  5. @guffo That's incredible! Is it a separate version of , by chance? Because I remember it saying this is supposed to run on 3.x.

  6. #Amidon v1.3 is released: github.com/BlitterStudio/amido

    This update fixes a weird bug, where opening the Settings window in a non-RTG screen would cause the app to stop responding.

    Now you can connect to #Mastodon from your #amiga regardless of having an RTG card or not! :)

    Make sure you check the rest of the requirements however: github.com/BlitterStudio/amido

  7. So, here it is... my very first post using on AmigaOS 3.2. It's so cool to be typing a Mastodon post in an environment.

    It's amazing just how much the Amiga can do once its power is realized, even in the modern day.

  8. Soooo... started using #MorphOS today... :) does anyone have a working solution to use #matrix on MorphOS? And does someone using #Amidon here?

    #matrixchat #amiga #retrocomputing #macminig4

  9. I had some time today, so I brought #Amidon up to v1.2: github.com/BlitterStudio/amido

    This version fixes some bugs with anonymous mode browsing, and also brings support for the latest AmiSSL version.

    The issues of failing to connect to some servers due to certificate validation should be fixed now.

  10. Finally, there's an update to the curl plugin, so it can now utilize the latest AmiSSL and certificates available.

    The next update of #Amidon will include this.

    Hopefully, it will also include fixes for the two known bugs so far. :)

  11. #Amidon 1.1 RC is now online, for testing: github.com/BlitterStudio/amido this is meant for testing, once that is done, the release will be changed from "Pre-release" (and it might be updated with any fixes).

  12. #Amidon v1.1 is (probably) ready to pass the user tests. Changes since v1.0:
    - Implemented own Profile view
    - Added more icons (GlowIcon, 4-color icon, MagicWB)
    - Eliminated dependency on the Hyperlink MUI class, redesigned login window/process
    - Only open the Login window if a server was specified
    - Fixed crash when trying to save settings without having logged in (Anonymous mode)

    If you have anything else to add, best do it now (or soon!), if you want it fixed in the next release!

  13. @thedaemon There's a template inside the MagicWB package from Aminet (aminet.net/package/util/wb/Mag).

    I've already designed a basic one, but it's not the best looking icon in the world :)

    You can see what I've done so far in the #Amidon repository: github.com/BlitterStudio/amido

  14. Anyone wants to help design a MagicWB icon for #amidon ?

    I have a GlowIcon and a PNG icon ready, for the next release. I think it would be nice to include a MagicWB one, since that's also very common.

    Perhaps also a 4-color basic one as well? For those running in bog-standard PAL screenmodes...

  15. @js @genius @AMIGAworld @kbrice That cannot work, the code needs to be sent back to #Amidon, which will save it for future reference. It's not a web service, but a local client. :)

  16. Working towards an alternative to eliminate the dependency on the MUI Hyperlink class in #Amidon.

    What do you think of this approach?

    @genius @AMIGAworld @kbrice

  17. Hm, looks like the Hyperlink class from MUI 4 triggers a Guru on MUI 3.9, at least in my tests.

    I'll have to see if I can remove the requirement for it, as it's only used in one spot (showing a link to get the login token).

    #Amidon

  18. #Amidon requirements update:

    Since I'm using a hyperlink object in one place (the login link for the first time you set it up), the Hyperlink MUI class is required.

    That class is already in the MUI 4 and 5 packages, but it's not included in earlier versions (e.g. 3.9). However, it does work if you extract and copy it manually into MUI:Libs.

    I've updated the Requirements section in the readme accordingly.