fastfinge

joined 1 year ago
MODERATOR OF
[–] fastfinge@rblind.com 7 points 4 months ago (1 children)

For those of us using screen readers, this is a way bigger deal. Honestly I probably shouldn't use a bluetooth headset and a bluetooth keyboard for my banking. We focus so much on SSL/HTTPS and wifi security, but I wonder how much effort goes into wireless keyboard security? Not nearly as much, I'd bet.

[–] fastfinge@rblind.com 1 points 5 months ago

Problem was that I usually only discovered the issue when I went to read the book lol

[–] fastfinge@rblind.com 3 points 5 months ago (2 children)

I never did that, my connection was too slow to want to take up someone's DCC slot for like a day to get an entire movie. Remember all the frustrating idiots who would share .lit files, but forget to remove the DRM from them?

[–] fastfinge@rblind.com 14 points 5 months ago (5 children)

Ah, good to know. Back in my day, when we had to walk a hundred miles to school in the snow, up hill both ways, IRC was the only place to get ebooks. I'm guessing it's just the old users clinging on now.

[–] fastfinge@rblind.com 22 points 5 months ago (7 children)

Man, I’m getting flashbacks to my days running omenserve on undernet. I had no idea people were still doing this! How does the content compare to places like Anna’s archive these days?

[–] fastfinge@rblind.com 2 points 6 months ago

Prophecy approved companion is excellent! It gave me all the feels. It’s both extremely funny, and extremely poignant as the main character learns who she is, what’s really going on, and her intended roll in it all. It’s one of the few series where the reader knows exactly what’s happening from the start, but the fact the main character being slow to catch on isn’t frustrating.

[–] fastfinge@rblind.com 1 points 7 months ago

Also, if you don't feel comfortable building bookworm from source yourself, and you feel like you can trust me, Here's a build of the latest bookworm code from github for 64-bit Windows: https://www.sendspace.com/pro/dl/rd388d

[–] fastfinge@rblind.com 1 points 7 months ago

If you use Bookworm and use the built-in support for espeak, you can get up to 600 words per minute or so. Dectalk can go well over 900 words per minute. As far as I know, cocoa tops out at around 500 words per minute. So all of the options accept piper should be fine for you.

[–] fastfinge@rblind.com 15 points 7 months ago (3 children)

It really depends on your use case. If you want something that sounds pretty okay, and is decently fast, Piper fits the bill. However, this is just a command line TTS system; you'll need to build all the supporting infrastructure if you want it to read audiobooks. https://github.com/rhasspy/piper

An extension for the free and open source NVDA screen reader to use piper lives here: https://github.com/mush42/piper-nvda

If you want something that can run in realtime, though sounds somewhat robotic, you want dectalk. This repo comes with libraries and dlls, as well as several sample applications. Note, however, that the licensing status of this code is...uh...dubious to say the least. Dectalk was abandonware for years, and the developer leaked the sourcecode on a mailing list in the 2000's. However, ownership of the code was recently re-established, and Dectalk is now a commercial product once again. But the new owners haven't come after the repo yet: https://github.com/dectalk/dectalk

If you want a robotic but realtime voice that's fully FOSS with known licensing status, you want espeak-ng: https://github.com/espeak-ng/espeak-ng

If you want a fully fledged software application to read things to you, but don't need a screen reader and don't want to build scripts yourself, you want bookworm: https://github.com/blindpandas/bookworm

Note, however, that you should build bookworm from source. While the author accepts pull requests, because of his circumstances, he's no longer able to build new releases: https://github.com/blindpandas/bookworm/discussions/224

If you are okay with using closed-source freeware, Balabolka is another way to go to get a full text to speech reader: https://www.cross-plus-a.com/balabolka.htm

[–] fastfinge@rblind.com 2 points 10 months ago

Personally I find myself renting GPU and running Goliath 120b. Smaller models could do what I’m doing if I spent more time optimizing my prompts. But every day I’m doing different tasks, and Goliath 120b will just handle whatever I throw at it, no matter how sloppy I am. I’ve also been playing with LLAVA and Hermes vision models to describe images to me. However, when I really need alt-text for an image I can’t see, I still find myself resorting to GPT4; the open source options just aren’t as accurate or detailed.

[–] fastfinge@rblind.com 5 points 10 months ago

Apparently! I don’t hide my data in any way, and constantly get ads in languages I don’t speak. Usually French, but sometimes Hindi or Chinese. And as a blind person myself, I’m not sure that my well paid full time job working in large enterprise and big tech accessibility is altruism deserving of thanks haha.

[–] fastfinge@rblind.com 2 points 10 months ago (1 children)

I assume it’s because I live in Canada, and big American data just assumes all Canadians speak French. I regularly get French ads on English websites.

 

Hi, folks:

The data center where the server for rblind.com lives has informed me that they're planning some downtime in order to improve the network infrastructure. The downtime is scheduled for Friday, Aug. 11, between 9 AM and 3 PM eastern, and is expected to last a maximum of two hours. During that time, rblind.com may be unavailable. However, our sister website will remain up, containing information about our Discord, our Reddit, and this Lemmy. Should something go wrong, and the downtime last longer than expected, we will post updates and announcements there.

 

So playing visual novels written in Ren'Py has become my latest momentary obsession. I figured I'd create a thread to post my thoughts on the few I've played, and see if anyone else has played any good ones. If you have, let me know in the comments! I really want to hear what everyone is enjoying.

How to Play

In theory, you can just press "v" in any Ren'Py visual novel that supports self voicing. However, at least on Windows with NVDA, this isn't the best way. It will use whatever SAPI voice you have set as default in the control panel, and that's probably not what you want. First off, it makes it difficult to focus on the game, because frequently Ren'Py is talking, and your screen reader is also talking at the same time, and the game is playing background music, and some games are parcially voice-acted, and it's just a lot. Secondly, it makes it difficult to review text in detail, for example if you want to know how an unfamiliar character name is spelled, when you want to write about them later. Lastly, Ren'Py won't send text to your Braille display, if you have one.

Thankfully, there's a better way! Instead of speaking itself, you can convince Ren'Py to send all text to the clipboard instead. The best way to set yourself up with NVDA, IMHO, is:

  1. Download and install the autoclip addon for NVDA.
  2. Start the Ren'Py game you want to play.
  3. Press "a".
  4. Press "NVDA+R" to OCR the screen.
  5. Find the spot where it says "clipboard", and move the mouse there (NVDA+numpad divide), and click on it (numpad divide).
  6. Press control+shift+nvda+k. This will cause autoclip to read the text on your clipboard whenever it changes.
  7. You should now be able to move through the menus with the arrow keys and make choices with enter, while NVDA reads out everything with your preferred screen reader voice and settings. You'll need to find "return" to get back to the main menu. Now, even if you quit and relaunch the game, the clipboard setting will be saved in that game. If you want to review something more closely (to check spelling for example), the last text you heard will always be on your clipboard. You can just open notepad and paste it in.
  8. When you stop playing, you'll want to press control+shift+NVDA+k again to turn off clipboard reading. If you forget, next time you copy something to the clipboard for any reason, NVDA will start reading it.
  9. Bonus: if you want to play a game that isn't written in English, you can use the NVDA Translate addon to translate any text NVDA speaks. Install it, and press control+shift+NVDA+t to toggle it on and off.

If you launch a game that you're sure is written in Ren'Py but pressing either a or v don't seem to do anything, it could be that the game was written in an older version of Ren'Py, that didn't offer the self-voicing feature. However, you can take the files from that game, and play it in the newest Ren'Py version, and it will frequently work. There is a video on getting the files from Ren'Py games and loading them into the latest Ren'Py version by @kimchitea@fandom.ink; she's specifically talking about playing games built for IOS or Android on a computer, but the process is the same. I know, I know, YouTube tutorials. But she describes what she's doing, and there's no annoying background music.

Games I've Tried

Some of the below contain slight spoilers.

Arcade Spirits

Arcade Spirits is an excellent starting point. Self-voicing is officially supported, pictures and animations generally include descriptive text, and the story is sweet and well written. Even if the subject matter puts you off, give this one a chance; I don't have a lot of familiarity with Arcades going in, but I didn't need any. The game manages to embrace all of your choices, and wrap itself around your playstyle in a way that feels seamless, while not railroading you through the plot. Arcade Spirits likes you and wants you to have a good time, rather than the more adversarial relationship that most computer games have with players. If you've never played a visual novel, this is the one to start with. There are multiple endings, and none of the ones I've managed feel better or worse than any of the others; it's entirely down to personal preference.

Catacomb Prince

Catacomb Prince, on the other hand, isn't quite that style. There are multiple "bad" and/or less than ideal endings, and the game will kill you off quite quickly for making certain choices. I actually struggled to get an ending that I consider "good", but that says more about my lack of judgement than it says about the game itself. But even the "bad" endings are logical, well-written, and interesting. The game is also short (comparatively), so replaying it a few times doesn't feel like a burden, and the game concept never overstays its welcome.

However, while self-voicing is available by default, there are a few accessibility issues you need to be aware of. First off, the main menu doesn't respond to the keyboard. You'll need to OCR the screen and click start that way. Once you've done that, though, everything mostly works as normal, with one exception. Sometimes, when transitioning between scenes (Acts? Chapters? Not sure the official term people use) you'll get a menu with no choices for you to make. You'll just have the standard options, save, load, quit, etc. I suspect this is some kind of full-screen image or picture. If you use numpad divide to make NVDA simulate a mouse click anywhere on the screen, the game will continue as normal, and you won't have missed anything.

Katawa Shoujo: Re-Engineered

Katawa Shoujo: Re-Engineered is a game I should probably love. It's a disability centred high school romance game, with excellent portrayals of characters with multiple differing disabilities, and the process of getting to grips with your identity as a person with a disability. And yet...and yet...It didn't work for me. Maybe because I play games as an escape; I know about disability, and I'm just not that interested in exploring it in the visual novel format. Maybe because I didn't particularly like the main character; I was born with my blindness, so I don't have a lot of patients with people grieving their disability diagnosis, though I recognize that's a personal character flaw. Maybe because I didn't really like any of the love interests, and just following my natural inclinations lead to me dying alone, and I wasn't as unhappy with that ending as the game obviously wanted me to be. But these are the reasons I didn't like the game, not reasons it was a bad game. If none of these put you off (or maybe even if they do) give it a chance. You'll find no accessibility issues, thoughtful characterization of disabled students, and disabled romance, something that's all too rare.

Doki Doki Literature Club

Self-voicing is not included in this one by default, and in my personal opinion, it's not worth the trouble of getting it working. If you want to, maybe because this game is so famous you've heard about it and want to know what it is, the best thing to do is to use Doki Doki Mod Docker. Follow the installation instructions, but don't add any mods. Once you launch the game and click I agree using OCR, the self-voicing settings will work.

But everything about this game rubbed me the wrong way. Note that everything to follow could be considered a complete spoiler, even though I'm trying to avoid it. The game makes some pretty strong assumptions about who the player is (a straight dude who wants to date Japanese high school girls). Normally, that would be fine. But this game breaks the fourth wall, making the player "me". As "I" am a middle aged dude, I don't like it. I'm fine with putting myself into the shoes of a player character, but it's less fine when the game then tries to tell me that me and the player character are the same person. Second, the plot seems to be a complete railroad. No matter what you do, horrible things are going to happen. The problem is, the reason they happen is poorly explained and uninteresting. Without spoiling too much, this game explores obsession, computer games, and psychopathy, in ways that are pretty incoherent, and don't help anyone draw any knew conclusions. It feels like miserable horror, for the sake of miserable horror. Maybe if I knew more about how the love interest that's forced on the player became who she is, how she found out what she knows, or how that knowledge lead her to the conclusions she draws, it would be a more interesting game. But we're not given that. The game just wants us to be impressed by how weird and interesting it is, when it does nothing to earn that depth. I'm glad this was the second visual novel I tried, after a wonderful experience with Arcade Spirits. If it was my first, I might well have given up on the format entirely.

 

As far as I can tell, my instance is nowhere near max database connections. However, after about two hours, I always get errors like "WARN Error encountered while processing the incoming HTTP request: lemmy_server::root_span_builder: Timeout occurred while waiting for a slot to become available" if we're under any load at all. Does anyone know what's going on here? This doesn't seem to be a resource use issue. It happens with the default docker configuration as shown in the docs. It happens if I spin up a test instance and generate a bunch of load, so it seems perfectly replicable.

Edit: The solution for me was building the docker images myself. Didn't matter if I used the official releases from dockerhub, the development images, whatever. It still crashed with this error eventually. I've been up with the images I built myself for eight or so hours, and we seem fine.

view more: next ›