GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by aaron (fireborn@dragonscave.space), page 2

  1. Embed this notice
    aaron (fireborn@dragonscave.space)'s status on Saturday, 17-May-2025 21:21:30 JST aaron aaron
    in reply to
    • Em :official_verified:

    @Em0nM4stodon I've been using botsplaining for a while now – usually in response to emails where someone has clearly just dumped my email asking a question into an llm. Love the word

    In conversation about a year ago from dragonscave.space permalink
  2. Embed this notice
    aaron (fireborn@dragonscave.space)'s status on Wednesday, 14-May-2025 19:00:13 JST aaron aaron

    Please boost for reach:

    Assistive Technology Training for the Blind & Visually Impaired

    Are you or someone you know blind or visually impaired and looking to get the most out of assistive technology? I offer personalized training to help you navigate your devices with confidence—whether at home, school, or work.

    I provide expert training on:
    ✅ Screen Readers – VoiceOver (iOS, iPadOS, macOS), JAWS & NVDA (Windows), TalkBack (Android)
    ✅ Braille Devices – BrailleSense 6, BrailleNote (HumanWare), BT Speak, and other Braille displays
    ✅ Technology Integration – Connecting Braille displays to computers & smartphones

    Training is available remotely via Zoom, Microsoft Teams, or other platforms. In-person sessions may also be arranged.

    📍 Rate: £15/hr
    📞 Contact: 07447931232

    Empower yourself with the right tools for independence. Get in touch today!

    In conversation about a year ago from dragonscave.space permalink
  3. Embed this notice
    aaron (fireborn@dragonscave.space)'s status on Wednesday, 14-May-2025 18:31:21 JST aaron aaron
    in reply to
    • Brodie Robertson

    @BrodieOnLinux Bazzite would probably be a better base for them – I wonder if there's something around licensing there they don't want to deal with.

    In conversation about a year ago from dragonscave.space permalink
  4. Embed this notice
    aaron (fireborn@dragonscave.space)'s status on Wednesday, 14-May-2025 18:24:25 JST aaron aaron
    in reply to
    • Brodie Robertson

    @BrodieOnLinux Manjaro might actually make sense for them_Steam OS is based on Arch, after all, and Manjaro isn't (too) far off. The tooling is already in place. Though why they wouldn't just use Arch in that case I don't know.

    In conversation about a year ago from dragonscave.space permalink
  5. Embed this notice
    aaron (fireborn@dragonscave.space)'s status on Monday, 12-May-2025 23:07:07 JST aaron aaron

    Here it is. Post 2 in my series on #Linux #accessibility. This time, I'm digitally screaming about the audio stack.
    As always, feedback is encouraged and welcomed, and subscribe via rss or email to receive plane-text versions of what I write, the day after publishing at 10 am EST
    https://fireborn.mataroa.blog/blog/i-want-to-love-linux-it-doesnt-love-me-back-post-2-the-audio-stack-is-a-crime-scene/
    #a11y #linuxAudio #linuxAccessibility

    In conversation about a year ago from dragonscave.space permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      I Want to Love Linux. It Doesn’t Love Me Back: Post 2 – The Audio Stack Is a Crime Scene — fireborn
  6. Embed this notice
    aaron (fireborn@dragonscave.space)'s status on Monday, 12-May-2025 00:34:44 JST aaron aaron
    in reply to
    • Aral Balkan
    • razze

    @aral @razze This just works now. As seemlessly as it does under x11, at least with Gnome. Not with anything else though.

    In conversation about a year ago from dragonscave.space permalink
  7. Embed this notice
    aaron (fireborn@dragonscave.space)'s status on Monday, 12-May-2025 00:08:26 JST aaron aaron
    in reply to
    • Aral Balkan
    • razze

    @razze @aral Fedora has improved a lot. The installer now works, but there are still fundamental issues that aren't the fault of the Fedora maintainers; it's just the way the stack is right now.

    In conversation about a year ago from dragonscave.space permalink
  8. Embed this notice
    aaron (fireborn@dragonscave.space)'s status on Monday, 12-May-2025 00:08:25 JST aaron aaron
    in reply to
    • Aral Balkan
    • razze

    @razze @aral Okay, the installer works in workstation. Not in any other spins, like the Mate spin that blind users tend to gravitate towards.

    In conversation about a year ago from dragonscave.space permalink
  9. Embed this notice
    aaron (fireborn@dragonscave.space)'s status on Monday, 12-May-2025 00:08:23 JST aaron aaron
    in reply to
    • Aral Balkan
    • razze

    @razze @aral I'm not saying you did; sorry if I came across that way. I was just informing you that since that other post about fedora shipping with a broken screen reader was made, it has been fixed. For the gnome version.

    In conversation about a year ago from dragonscave.space permalink
  10. Embed this notice
    aaron (fireborn@dragonscave.space)'s status on Sunday, 11-May-2025 20:46:45 JST aaron aaron

    QEMU is one of those pieces of software where, on the surface, it looks amazing. It emulates everything. It supports every architecture. You can boot a whole-ass operating system inside a YAML file on a toaster if you want.
    But the moment you try to actually use it, it becomes immediately clear that QEMU was not written so much as it emerged, fully formed, from the darkest, deepest corner of an obsolete instruction set manual written in blood and Hungarian notation.
    You want to do something simple like “boot an ISO”? Ha. Buckle the fuck up. You're about to write a command line 300 characters long, full of flags that mean nothing, do everything, or secretly contradict each other depending on the phase of the moon.
    -enable-kvm -cpu host -smp 4 -m 4096 -nic user -device e1000 -drive file=wtf.img,format=raw,if=virtio,index=0 -boot d -cdrom arch.iso -vga std
    That’s just the beginner tier. You want UEFI? You better find the exact OVMF blob hidden deep in some /usr/share/qemu/edk2/OVMF.fd directory that varies per distro and isn’t documented anywhere. Want secure boot? Fuck you. You’re on your own.
    Need sound? No you don’t. QEMU’s audio stack is a cryptic abomination wrapped around ancient ALSA, PulseAudio, and maybe JACK if you invoke it while holding a sacrificial chicken. Half the time you get silence, the other half you get full-volume digital screaming because your sample rate was wrong by 1Hz and QEMU doesn't clamp that shit.
    Want networking? Okay, now you’re really in trouble. Because QEMU supports ten different networking models and none of them are sane. There’s -nic user, which works but can’t access your LAN. There’s -netdev bridge, which requires root, two shell scripts, and a master's degree in Linux networking internals. And then there's -net tap, which may or may not work depending on what libvirt decided to vomit into /etc/qemu/bridge.conf three years ago.
    You want USB passthrough? Cool. Here's how you do it:
    1.
    Run lsusb
    2.
    Pray
    3.
    Try -device usb-host,hostbus=3,hostport=2
    4.
    Watch the guest kernel panic
    5.
    Cry
    And the documentation? HA. It’s not documentation—it’s a vague whisper of meaning. The man pages are 1,200 lines long and still manage to explain nothing. “Use -device” they say. What devices? What does virtio-scsi-pci mean? What is a ich9-usb-ehci1? No one knows. They’re not listed. They’re not described. The only way to find them is to run qemu-system-x86_64 -device help and scroll through pages of raw output, most of which are undocumented internal components that will cause instant death if you use them wrong.
    QEMU is not a virtual machine manager. QEMU is a puzzle box built by cursed engineers, and your prize for solving it is maybe, maybe, getting a VM to boot without errors in the logs. Not cleanly. Not efficiently. Just... booted. That’s your win condition.

    In conversation about a year ago from dragonscave.space permalink
  11. Embed this notice
    aaron (fireborn@dragonscave.space)'s status on Sunday, 11-May-2025 20:46:44 JST aaron aaron
    in reply to

    QEMU is amazing.
    QEMU is powerful.
    QEMU is the most nightmarish, under-documented, user-hostile hellstack you’ll ever love to hate.
    It’s like vi and sed had a baby that speaks binary, communicates only in flags, and will boot your OS if you can decipher its riddles fast enough to stop it from self-destructing.
    It is everything great and terrible about Linux condensed into one program. It’s an emulator. A hypervisor. A debugger. A self-inflicted injury. And a perfectly accurate simulation of how much it sucks to try and understand computers.

    In conversation about a year ago from gnusocial.jp permalink
  12. Embed this notice
    aaron (fireborn@dragonscave.space)'s status on Friday, 25-Apr-2025 14:22:37 JST aaron aaron
    in reply to
    • Talon

    @talon More software should be like VS Code when it comes to accessibility, yes. I'm just personally not really a fan of my editor doing a hundred other things; it's a text editor. I edit text in it.

    In conversation about a year ago from gnusocial.jp permalink
  13. Embed this notice
    aaron (fireborn@dragonscave.space)'s status on Friday, 25-Apr-2025 14:22:35 JST aaron aaron
    in reply to
    • Talon

    @talon this is true. It is basically the gold standard for web app accessibility, though.

    In conversation about a year ago from gnusocial.jp permalink
  14. Embed this notice
    aaron (fireborn@dragonscave.space)'s status on Friday, 25-Apr-2025 14:22:34 JST aaron aaron
    in reply to
    • Talon

    @talon that others should absolutely learn from, even other Microsoft teams (teams) internally

    In conversation about a year ago from dragonscave.space permalink
  15. Embed this notice
    aaron (fireborn@dragonscave.space)'s status on Tuesday, 18-Mar-2025 21:18:10 JST aaron aaron
    • Chris Wiegman

    @chris Best of luck to her! I'll reach out to some people in my circles to see if anyone has availability.

    In conversation Tuesday, 18-Mar-2025 21:18:10 JST from dragonscave.space permalink
  16. Embed this notice
    aaron (fireborn@dragonscave.space)'s status on Thursday, 29-Aug-2024 04:27:18 JST aaron aaron
    in reply to
    • Aral Balkan
    • Star Labs Systems

    @aral @starlabssystems I'm out of warranty at this point so I don't really know what could be done. I've had it since March 2023

    In conversation Thursday, 29-Aug-2024 04:27:18 JST from dragonscave.space permalink
  17. Embed this notice
    aaron (fireborn@dragonscave.space)'s status on Thursday, 29-Aug-2024 04:24:36 JST aaron aaron
    in reply to
    • Aral Balkan
    • Star Labs Systems

    @aral @starlabssystems It's kind of hard to do when the issue is that I don't know what the issue is and can't boot to flash an update.

    In conversation Thursday, 29-Aug-2024 04:24:36 JST from dragonscave.space permalink
  18. Embed this notice
    aaron (fireborn@dragonscave.space)'s status on Thursday, 29-Aug-2024 04:23:19 JST aaron aaron
    in reply to
    • Aral Balkan
    • Star Labs Systems

    @aral @starlabssystems I agree. If I could fix my charging issues I'd have no problem.

    In conversation Thursday, 29-Aug-2024 04:23:19 JST from dragonscave.space permalink
  19. Embed this notice
    aaron (fireborn@dragonscave.space)'s status on Thursday, 29-Aug-2024 04:21:13 JST aaron aaron
    in reply to
    • Aral Balkan
    • Star Labs Systems

    @aral @starlabssystems This company make great hardware, it's just a shame that the firmware side of things seems to be very buggy, at least in my experience.

    In conversation Thursday, 29-Aug-2024 04:21:13 JST from dragonscave.space permalink
  20. Embed this notice
    aaron (fireborn@dragonscave.space)'s status on Monday, 08-Jul-2024 05:36:43 JST aaron aaron

    Giveaway!!! 1 BT Speak pro. Entry rules are simple. *1 entry per person. *Must send the correct entry word, nothing else by dm. *I will dm the winner to request shipping info. *The winner will be chosen randomly on July 14th, 2024. *If the winner does not respond by July 16th, 2024, another winner will be selected. If they, too, do not respond, no further attempts will be made. The entry word is 'BTSpeak', note capitalisation. Any questions just ask. Boosts okay. #giveAway #assistiveTechnology #blind #accessibility

    In conversation Monday, 08-Jul-2024 05:36:43 JST from dragonscave.space permalink
  • After
  • Before

User actions

    aaron

    aaron

    I’m aaron, a #blind person from #England, #Uk. Interests include #tech, #gaming, #reading, #music, #science, and #writing. Only accepting follow requests from accounts with bios (must interact first)

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          14411
          Member since
          29 Oct 2022
          Notices
          46
          Daily average
          0

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.