Alex Hall

@alexhall
547 Followers
70 Following
11.7K Posts
I have a computer science degree and work in IT. I'm a fan of Apple, but not to an extreme. I enjoy playing acoustic guitar and electric bass. I'm blind.
In a shocking move, the US's FCC just banned the sale of any new Wi-Fi routers that are not US-made, citing national security. https://www.pcmag.com/news/fcc-just-banned-the-sale-of-new-wi-router-models-made-outside-us
A furniture store is having a liquidation sale. Yesterday, I spent a painful amount on two items, one a gift and the other for me. I am oddly excited about this. It's a chest of drawers with two drawers on top, a column of drawers down the right side, and shelving behind a door on the left. It will give me a lot of storage space, and it's a solid, nice piece. Plus, it's a good reason to finally re-organize and deep clean my bedroom.

RE: https://mastodon.online/@AppleVis/116279806904130894

I happened to check my Dice World profile the other day. Apparently, I joined Dice World in October 2013. I still take a turn or three nearly every day. It's really great to see the app's developer is not only still active, but is working on a similar experience for cards.

Claude Code on Windows: Can I open the response in an editor? I know about ctrl-g so I can edit my prompt in an editor, and that's useful. What Ii want to do now is open the most recent response in a program where I can more easily review it. It's annoying to read one of a list of things to do, do it, then have to nvda-arrow up past the item to get to the next one. A text editor would save my place.

TapType is out. It's a keyboard for blind Android users.
There are no visible keys. You tap where QWERTY keys would be from muscle memory, and a spatial prediction algorithm figures out what you meant. It scores nearby keys using a Gaussian proximity model and runs a beam search against an 80,000 word dictionary. You don't need to be precise. That's the whole point.
Swipe right to commit a word. Swipe down or up to cycle through suggestions. Swipe left to delete. It learns what words you use most and ranks them higher over time, and you can add your own words to a personal dictionary.
Every letter has its own unique sound, from Andre Louis's keyboard sound recordings, so you can learn to identify keys by ear without relying on speech. Each swipe direction has a distinct sound too. TTS is there when you want it, adjustable speed, and you can turn it off entirely if you prefer sounds only.
It has emoji search with skin tone selection and favourites, a number pad mode, an upper case mode, and full punctuation support with a customizable quick list. Two-finger gestures handle things like send, close keyboard, switch keyboard, and voice input.
Everything works with TalkBack. I built this because FlickType was a fantastic keyboard for blind iOS users and then it was gone. Nothing like it existed on Android, so I made one.
It's free, no ads, no tracking, no metrics. I'm not evil.

Edit: Now on 2.0 with multiple languages supported.

If you find TapType useful, consider supporting its development:
https://paypal.me/aaronhewitt
https://github.com/sponsors/aaron-gh
https://liberapay.com/fireborn/

Download: https://github.com/aaron-gh/taptype-releases/releases/latest
#TapType #Accessibility #A11y #Android #Blind #VisuallyImpaired #TalkBack #Keyboard #AssistiveTech

RE: https://dragonscave.space/@TheQuinbox/116274068625434025

This program opens very quickly, has no lag, is dead simple to use, and just works. Beautiful!

I got super tired of Microsoft seemingly being determined to make the app you turn to when your computer locks up and is laggy laggy itself with screen readers, so I wrote my own task manager. It's pure C ,not even linking against a CRT, meaning the current binary is around 20 KB including a complete, sortable process list. You can also customize what columns the list shows and how often you want it to refresh, if at all. I personally keep auto refresh off and just manually refresh with f5, and the list keeps your exact place whenever it refreshes. Pressing escape minimizes it to the system tray, while alt+f4 closes it. I want to do much more with this, such as binding it to a hotkey, but I think it's good enough for a first release. Source code: https://github.com/trypsynth/taskmon , 0.1.0 release: https://github.com/trypsynth/taskmon/releases/download/0.1.0/taskmon.exe , Enjoy!
Edit since this is blowing up: if you like all the hacking I do in my downtime, please consider donating on PayPal or GitHub sponsors so I can keep making teeny pieces of software that just work exactly as they should. GitHub: https://github.com/sponsors/trypsynth PayPal: https://paypal.me/tygillespie05 Thanks everyone!
GitHub - trypsynth/taskmon: Lightweight task manager replacement for Windows.

Lightweight task manager replacement for Windows. Contribute to trypsynth/taskmon development by creating an account on GitHub.

GitHub

I've just released version 0.8.5 of Paperback, my incredibly fast, light-weight ebook and document reader. Changelog:

  • Added basic support for tagged PDF files! #364, #365.
  • Added page support to epub books. #379, #380.
  • Added support for legacy Powerpoint presentations (*.ppt)!
  • Added support for legacy Microsoft Word documents (*.doc)!
  • Added support for mobi and AZW3 books! #369, #378.
  • Added support for encrypted Microsoft Office documents. Currently Legacy word, modern Word and modern Powerpoint are supported, with legacy Powerpoint planned for the future.
  • Added the ctrl+q shortcut to exit the app. #368.
  • Added support for zipped books from Bookshare (both DAISY and Word)! #36, #358, #360.
  • Alt text for embedded images should now be properly shown.
  • CHM documents now properly support internal link navigation.
  • Fixed bookmark sounds triggering at paragraph start instead of the bookmark's position. #363.
  • Fixed go to page being off by 1. #389.
  • Fixed the escape key not working to close the open as dialog.
  • Fixed the reader context menu not showing up on right-click or the Applications key. #362.
  • Fixed the wrong document sometimes being focused when opening documents from the command line.
  • Image only PDFs are once again detected and alert you of their existence.
  • It is now possible to navigate through images and figures with g/shift+g and f/shift+f, respectively.
  • Paperback will now respect your application dark mode setting.
  • Removed DAISY XML support, as its no longer needed.
  • Switched back to the native Win32 first letter navigation in the table of contents tree.
  • The error loading dialog now shows more detailed error messages.
  • The webview will now open much faster and smoother. #359.Download: https://paperback.dev/downloadsSponsor on GitHub: https://github.com/sponsors/trypsynthDonate with PayPal: https://paypal.me/tygillespie05Enjoy, star the repo, rent a billboard, format your hard drive, do what you do.
add initial tagged pdf support by aryanchoudharypro · Pull Request #364 · trypsynth/paperback

added links and headings support using bookmarks and anatations make headings navigation actually work remove font based heading parsing Format fix: Paragraphs in PDF files are split into multiple ...

GitHub
@jcsteh Firefox crashed last night. As I put in the notes, I'd restarted NVDA a few times about 12.5 hours earlier. I don't know if this will help or not, but here you go.
bp-77bb24ab-5cc7-443e-aa8f-e7abc0260321
In NVDA, does plugin code run with admin privileges? By default, probably not, but what if the user runs NVDA from an admin account?