Skip to content
  • 0 Votes
    3 Posts
    0 Views
    stefano@mastodon.bsd.cafeS
    @yezanek I agree, but only in part. I'm writing a post about it right now
  • It would be nice to have multiple profiles on iOS as well.

    World ios apple
    2
    0 Votes
    2 Posts
    0 Views
    nebulatide@mastodon.bsd.cafeN
    @stefano Yes, that would be great. Best with the option to assign SIM cards to a profile. One for work, one private. Work profile automatically disabling at 18:00 and on weekends.
  • 0 Votes
    1 Posts
    0 Views
    marius@mastodon.bsd.cafeM
    I am assisting an educational podcast project doing the sysadmin for them. Happy that I was able to advocate for #BSD. We went with httpd(8) #OpenBSD for this, in the end it is just the feed.xml and some MP3/M4A-files. So exactly what the web is for. However, #Apple refuses the feed saying httpd does not support byte-ranges. Looking at the change logs, it should be supported since 5.8 (https://www.openbsd.org/plus58.html). And testing all this with curl does return a 206 and provides me with a working chunk of data. What am I missing here? #NetBSD #FreeBSD #smallweb #podcast #podcasts
  • 0 Votes
    1 Posts
    0 Views
    stefano@mastodon.bsd.cafeS
    Copying Remote Command Output to Your macOS ClipboardA small trick to copy command output from a remote ssh session directly into the local macOS clipboard, using OSC 52 and a tiny shell script.https://it-notes.dragas.net/2026/05/26/copying-remote-command-output-to-your-macos-clipboard/#ITNotes #macOS #Mac #Apple #shell #ssh #Linux #FreeBSD #NetBSD #OpenBSD #illumos #Terminal #Clipboard
  • 0 Votes
    1 Posts
    0 Views
    mastoblaster@mastoblaster.appM
    MastoBlaster build 95 is out, and I am getting close to declaring it stable.The biggest update in this build is making the Home tab behavior completely explicit. Under the hood, I changed the tab dispatch in MastoBlasterApp.swift, added the Home tab notifications in NotificationDelegate.swift, and moved the actual scroll/refresh behavior into TimelineView.swift so the timeline state stays coherent.Here is exactly how it works now:Tap Home from another tab: Switches back to the Home tab.Tap Home while already there: Scrolls the current timeline to the newest posts.Tap Home again while already at the top: Refreshes the timeline (with a 1.5-second cooldown to prevent accidental spamming).Long-press Home: Opens the timeline picker.Other changes and fixes included in build 95:Added a setting to completely disable Apple Intelligence.Redesigned the notification view to be larger and make much better use of screen space.Fixed the compose window layout for small devices like the iPhone mini.Profile and banner images can now be tapped to enlarge.Added support to approve or deny follower requests.Added per-instance and per-account connection timeouts.Added a visible Back button to the settings sheet.Updated the filtered notice UI: it now shows "Filtered Post ()" directly in the header and removes the separate "Matched:" line.Test it out and let me know if everything holds up.#MastoBlaster #MastoBlasterUpdate #Fediverse #iOS #Apple