Search
Trying (failing) to use MS Word wildcards to detect any two capitalized letters, and insert a space between them...
Follow-up to this thread - this is way more specific, so hopefully worthy of its own thread. I think wildcards are the best option for my skill level (basically none), and have gotten a good chunk of what I wanted to accomplish done with those.
An issue I've run into and can't seem to google my way out is making TTS pronounce acronyms in a sensible way. For example "PACU" (post-anesthesia care unit) is usually vocalized as "pack-you" but my TTS software likes to say things like "pace-uh". Or "PO" (latin abbreviation for 'by mouth') is vocalized by just saying the letters, but TTS says "Poe". Stuff like that.
When the TTS comes across a capitol letter with a space on either side, it just pronounces the letter, so I'd still lose things like "pack-you" but at least hearing it spell out "pee ay see you" would make sense, vs "pace-uh" which is gibberish and confusing at high playback speeds.
Best I've come up with so far is <([A-Z]{2})>
on the Find side, but that's only spotting the two character terms like PO, and ignoring the longer ones... I'd hoped it would see PACU and detect PA, AC, and CU as three distinct sets of two that could cobbled into "P A C U".
Nothing I've done on the Replace side comes close to working. It either does nothing at all, or it'll do something like turn "PO" into <([A- Z]{2})>
. Not sure if preserving the original characters is something A-Z is actually capable of - seems not, but I'm kind of an idiot with stuff like this, so any tips would be appreciated!
Thank you!
EndeavourOS freezing during boot process. Any idea on how to proceed?
I have EndeavourOS installed on my X200S. When I power it on it gets past "Welcome to EndeavourOS" but gets stuck around
> Starting Bluetooth service...
Or
> Starting Network Manager...
I believe it got stuck on a few other spots previously but I can't recall where. The "Drive in use" indicator light stops flashing at this point. At that point the only option as far as I can tell is to press the power button.
I can boot from a USB drive without any issues.
I had updated my computer but I believe I was believe I did a successful reboot after that.
Any suggestions? I can't seem to find a solution online. A lot of the support pages end with them giving up and reinstalling EndeavourOS.
---
Solution:
My X200S runs Libreboot and apparently that has issues with the current Linux kernel. I created a bootable EndeavourOS USB unlocked the LUKS drive with sudo cryptsetup luksOpen /dev/sda1/unlockedFolder. Mounted it with sudo mount /dev/mapper/unlockedFolder /mnt. Ran arch-chroot /mnt so I could gain access to the OS. Switched to the LTS kernel using sudo pacman -S linux-lts and edited the grub files to add the -lts.
I originally tried just downgrading the kernel but it caused my WiFi not to work.
The whole issue was quite strange because it would freeze at random parts and even successfully boot at times.
Looking for a way to speed up audio on a website that REALLY doesn't want users to speed up audio...
Marking as solved! The solution is a tad cumbersome (can't directly control in-browser), but it comes with a bonus I didn't even think to ask for (mp3 files that I can save to my phone and listen to in the car!).
Using the extension Video Download Helper, I can yoink the sound files right off the website. I've got mp3's set to open with Firefox, so when I open one it launches in its own tab, where I can use the extension Video Speed Controller to manipulate the playback speed; click back to the original ATI tab and read along.
Thanks for the help, all!!!
[/edit]
***************************************************
Just started nursing school (fuck yeah!!) and it's looking like a lot of our material is via the website https://www.atitesting.com/ (couldn't find any examples of the audio feature that don't require you to be logged in).
It's basically a textbook, broken down into modules, and click through them as instructed. There's a "play audio" feature that provides audio of the wall of text, which is great! ...except that whoever made the recordings sounds like the fucking sloth from Zootopia.
Occasionally there're videos too, which also don't have built-in playback speed options, but I found an HTML5 video speed controller extension for Firefox that works a charm on those; I've tried about 10 similar extensions trying to hit the text audio, but it remains stuck on sloth.
I also tried a program called Cheat Engine - used that about 50,000 years ago to skip ads on YouTube when YouTube was first infected with its ad disease: set the runspeed of Firefox to like 100x and the ad would be finished in about half a second. Doesn't work anymore for ads, and didn't work on ATI's audio either.
Not sure what else to try, but there aren't enough hours in a day to listen to the assigned material at 1x, so if you've got a fix, you're my hero!
Thanks all!!
Unable to install Ubuntu 22.04 from USB
Hiya! I have a known good Ubuntu 22.04 USB that has worked on other devices, but when I try to install it on this PC I get a blank screen with "stdin: Invalid argument" repeated 30 times or so, and at the bottom it says "Unable to find medium contained a live file system" and then attempts to boot from URL. (For some reason lemmy won't let me upload a picture!)
I've tried multiple different USB ports, I've looked at the BIOS and can't find any secure boot or legacy stuff that needs to be disabled. Not sure how to progress!
Help would be greatly appreciated <3
Can someone explain why my PSVR might not be working with an HDMI switch?
For those that don't know the PSVR can use any HDMI input and display it in a flat picture but in VR. I was hoping to set this up with my desktop, PS3, Xbox 360, and PS2 to work in those mode.
It would essentially be hooked up in the following configuration
Devices > 4 in 2 out HDMI switch > PSVR hub's PS4 input > PSVR hub's TV output > Monitor
The issue is having the HDMI switch plugged into the PSVR hubs input doesn't show any image and I'm not sure why. It's powered and worked when I tried directly connecting from my Xbox 360 > HDMI switch > monitor.
Am I missing something? The switch does have dip switches that can toggle the settings but it seems to just switch it from "Copy TV" to version resolutions and audio levels.
---
Seems as if switching from using my computers USB port to power it to a wall adapter may have done the trick. Either that or something was configured wrong.
Problem solved!
Remap a key? (Windows 10)
I used to have one of those gaming keyboards that lets you reprogram any key - I'm back to just a standard keyboard, but this seems like the kind of thing a modern computer should be able to do without a "gaming" peripheral.
What I'd really like to do is rebind my caps lock key, because the only time I ever use caps lock is on accident lol. Hoping to rebind it to be my push-to-talk key, so if I could make it do something like a zero-width-space that'll basically turn it into an input key that does nothing except when I tell something like Discord to use that as ptt.
I'm only surface-level competent with computers, so explain-like-I'm-your-grandma or I'll probably fuck something up.
Thanks all!!