207 Followers
338 Following
267 Posts
Blind guy from the Philippines.
I love tech, Mac, iOS, Windows, some Linux, reading, science fiction, fantacy, LitRPG, fanfiction, and generally talking to friends
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.
Download: https://github.com/aaron-gh/taptype-releases/releases/latest
#TapType #Accessibility #A11y #Android #Blind #VisuallyImpaired #TalkBack #Keyboard #AssistiveTech
Release TapType 1.0.1 · aaron-gh/taptype-releases

Bug fixes Fixed touch passthrough breaking other keyboards when TalkBack is active. Passthrough now only activates when TapType is the current keyboard, and clears immediately on keyboard switch, ...

GitHub
I just put out version 0.1.1 of Taskmon, my impossibly light and fast task manager replacement for Windows. Changes:
* Added an option to turn off the end task confrimation dialog, if you want to do that for some reason.
* Added Ctrl+Shift+` as a global hotkey to toggle Taskmon's window from anywhere on your system.
* Column customization in the options dialog is now a proper list of checkboxes rather than a bunch of disconnected ones.
* Fixed the system tray icon showing incorrect memory usage statistics.
* Switched the end task key to delete.
* The CPU percentage column now has a more human-friendly label.
* Various other small improvements, such as smartly selecting a process after one is killed and improved wording.
Download: https://github.com/trypsynth/taskmon/releases/download/0.1.1/taskmon.exe
sponsor: https://github.com/sponsors/trypsynth
Enjoy!
@alpuzz @cubic Ugh, Microsoft. Notice the ML at the end? That stands for machine learning, and means they're using shitty AI to detect viruses. Go into Windows security settings and turn off cloud-delivered protection (internally called spynet), but be sure to keep real-time protection on. That'll protect you from real threats as long as you keep your Windows up to date, and lead to way less false positives.
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
@TheQuinbox Can you make an installer for this that would replace the default Windows task manager, like how the Old task manager thing does it?

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
Trump wouldn't know Jesus if He walked across the pool at Mar-a-Lago.
`git add -u` will add all modified files that are already staged. If you merge, then have to fix a bunch of conflicts, you don't have to add each file as you fix it. Just fix everything and use `git add -u`. I've been using git for over 7 years, and I just now learned this. I will now try to not think of all the time I spent adding files one by one after a conflicted merge.

The Rust project puts out an article about how they're listening to their community https://blog.rust-lang.org/2026/03/20/rust-challenges/

Except it turns out that article was drafted by an LLM https://www.reddit.com/r/rust/comments/1rz15t3/what_we_heard_about_rusts_challenges_and_how_we/obiwu24/

They claim nearly every line was rewritten by a human but I'm not sure how you could send a worse signal to your community about how much you aren't listening than having an LLM draft a post saying we're really listening, honest

What we heard about Rust's challenges, and how we can address them | Rust Blog

Empowering everyone to build reliable and efficient software.

Just logged on to a tt server and to hear like 2 people talking about everyone getting an abortion and wanting them to get the death penalty because of it, and how they basically want trans people to be rejected on businesses or whatever, or they want businesses to have the rights to reject them, just ugh.