Technically Working
1 year ago

TW4

TW 4

Michael: [1:13] How has your experience with that with Edge been?

Damashe: [1:16] So I haven't been so far for today has been fine. I haven't really been using Microsoft Edge on the Mac. Oh, Windows, however, it's been been pretty decent. Wait, what? Yeah. I've been using Edge and Windows. So it's been good over there. I actually thought about trying to run it from Edge on Windows, but I was like, let's not. Let's not try to do too much here.

Michael: [1:41] That's funny. I had the same thought, I'm like, huh, I could try. No, no, not right now.

Damashe: [1:46] I'll try it at some point because I think I mentioned to you earlier this week that I may end up removing edge from the Mac and just use edge in windows, but I do need to figure out if I can set up opening, which I haven't had a chance to check into yet to open things in edge in the windows instance. I think it should work, but I haven't tried it to verify for sure.

Michael: [2:11] That would be kind of cool. And then I'm using NVIDIA more. Right, this minute, just playing with it, it seems to be pretty snappy and working well, um, I'm using the Microsoft one core voices. I think whatever the default NVIDIA voices are, I did go change the voice. But, to me, NVDA... Seems like how I'd like voiceover to be on the Mac where I could just use my arrow keys And not have to worry about and maybe I can I don't I've had Struggles with that but to where I can just you know use up and down arrow keys I did try what you recommended enabling well what you had offhandedly recommended enabling quick quick nav and Using the voq key and that seemed to to give me a similar experience ish I need to figure out quick and have a little more though Yeah, quick now does have some abilities like you without quick now, but I've had hit or miss, Lately has been more misses than hits.

Damashe: [3:19] We're trying to navigate the web with just arrow keys Yeah, that's where I want it.

Michael: [3:24] Yeah, and I can get it if I Toggle voiceover turn voiceover off turn it back on usually if I toggle voiceover and I'm in Safari Yeah, and that's been the other thing too is in any other browser has just been completely missed the whole way around.

Damashe: [3:39] So Not sure I got to play with some settings as I said having started from scratch with voiceover and when I updated to Ventura Went in and reset the voiceover settings to the default It's been pretty decent there a couple of little oddities here that I've noticed like sometimes when I'm on a web page I'll hit you know next heading and I'll get like text and I'm not sure if it's that is not finished drawing the page yet or Don't get what's there in the heading don't have to navigate away and come back so little oddities like that Some of that could be verbosity settings that I need to go tweak But I haven't tweaked a ton of settings other than just like the basics like I have to have voiceover operating at this, you know Speech rate things like that for me to use it So you're getting text on when you navigate by headings using voiceover, right?

Michael: [4:31] Like you'll do heading navigation and it'll say heading it may or may not say heading and then it just says text there It doesn't read anything.

Damashe: [4:38] Yep. Yeah, so that's not a you or verbosity issue That's a Michael notices since he's been on Ventura I think at least since I've been back on the Mac what I typically do is just reload the page Yeah, it seems to sort itself out after a while But yeah, I've noticed a little this and it's not even constant like and it could be that's why I said It could just be the pages, because there are a lot more pages than we realize that L, Extremely dynamic, so you load the page up and from the perspective of a screen reader user at least You know all sound indications or whatever you may use whether it's the summary or anything like that It tells you that the page is fully loaded. They're still drawing things in with JavaScript Into the actual, you know body of the page though, and I noticed this most egregiously on the T-Mobile website, when you log into your T-Mobile account, and let's say you click a link, you know, to go to my account or something like that. Like, the page will load, I'll get the little sound that says the page is fully loaded and so far. But there's nothing there in the center of that page for a while, like a couple of seconds, and then it appears, and it's like, I mean, either tighten up your JavaScript and make it more efficient or just stop doing it the way that you're doing it.

Michael: [5:57] Yeah, or figure out, because it's, we'll talk later on about this, so stay on, or stay listening. But we'll talk more about a tool that's doing this fairly nicely, it looks like. So provide more feedback to the screen reader user to let them know, hey, stuff is still loading, the webpage is loaded, but we're still loading our stuff.

Damashe: [6:19] Yeah, we're still drawing stuff in with JavaScript, like we're still fetching JavaScript from the server to finish drawing out this dynamic section. And a lot of times it's just like somebody did this because they could, not because it was necessary, because there's nothing about a lot of the pages where I see this and experience and I know that's what's going on where the information is going to change once it's loaded. You could just do a straight fetch, fetch the data as it currently is and then present that data. If I click on my account in T-Mobile, nothing about my account is going to change. That entire section of the page needs to be dynamically drawn in. Because you're going to show me my account number, you're going to show me the number of lines. That's not going to change, you know, from you loading that page in a few seconds. It's not like it's a counter, like you're trying to show me how much data I've used. You're trying to keep that live, updated, so you're constantly rewriting that, right? That's a different scenario.

Michael: [7:14] You're just giving me a menu of choices.

Damashe: [7:15] Right. You're just basically showing me a list of what's in my account, like here's your account here's the number of lines you have, here's the plans you're on, right? And then you click on elements there to go deeper into that, right? So there's no reason for it.

Michael: [7:26] And I get that that'll take time to load.

Damashe: [7:28] But speaking of T-Mobile, hopefully for me, well, for sure for me, here in the next week or so, I won't have to deal with their crappy JavaScript dynamic loading of their pages because I have moved away from T-Mobile. I'm in the process of moving away from T-Mobile. I have joined up with Visible.

Michael: [7:46] How's that experience been?

Damashe: [7:48] It has actually been, despite all my expectations, surprisingly good. Good.

Michael: [7:56] And do they use JavaScript to load their web page?

Damashe: [8:01] So it's interesting that you ask that, right? I can't remember where I was the other day, and I was like, geez, you guys need to talk to whoever designed Visible's website. Because they are like doing that dynamic, like you click a link to change to a different section. Like, so you click on, you know, billing, right? And you're on the dashboard overview page or whatever, you click on billing. They're not completely reloading the entire page. They're just rendering out the information from what you need, which is a great use. That's a great little feature, right? You see it on a lot of places. It's so quick that I don't notice it though.

Michael: [8:32] So you just click it and you're there? And you're there. Does focus move to the main content?

Damashe: [8:36] Focus does not move to the, so there's some accessibility stuff they could do to make that a little better, right? So it doesn't tell me, like, I don't have an ARIA announcement saying, you know, billing loaded or anything like that. That would be nice, you know, especially for people not used to the way that the web works and not, you know, familiar with that. You would click the link and think nothing happened, basically, but the information is there. So it would be nice if there was an RU announcement or some sort of sound that indicates, you know, we have loaded this information up now. Then it would also be nicer if they moved your focus to the beginning of that main content area once it's loaded. But it happens so quickly that if I go up to the little menu, click billing, by the time I navigate back down, like it's there, like everything is loaded.

Michael: [9:21] Do they use headings at the beginning of the main content?

Damashe: [9:25] They do have headings there, there's also a region, so they're doing some good markup there. Just the ARIA stuff just isn't there to announce it, like, hey, this information is actually loaded. Because if you click it, you'll just sit there like, wait, what went on? And you'll click it again because it's not reloading the entire page. And that is where ARIA announcements are extremely important for web pages that are doing that kind of dynamic loading of content. And that's the proper way to do it. They're missing the ARIA here, but their performance is amazing. Good.

Michael: [9:55] Good. Or, well, not or, and another thing you can do, especially to help people, is add the word selected when that's the active link. I've seen that done, and that helps me personally know that things are...

Damashe: [10:09] Something has changed, right? So at least this has happened, so now I know that that information should be here. Yep, that's also a very helpful process there. Service-wise with visible it has been really good. I did a speed test yesterday down was 136 up was like five something so not super spectacular there, but but it's decent. Yeah.

[10:38] Actually was out at the hospital one of the hospitals here yesterday for Tia to go have a thing done and Actually had coverage in there. She's still on T-Mobile at the moment because we haven't imported her number over so It was a pretty good real-world comparison of the coverage and before because I didn't get to say this so visible is a MVNO Mobile virtual network operator, but they're owned and operated by Verizon So it's not even that they're just so you know contracting their service through Verizon Verizon at Verizon actually runs that particular MV you know, so One advantage to that I think is that because they're operating it it actually supports the Apple watch So if you have a cellular Apple watch or wearable, they say wearables, you know, of course, I have Apple watch so that's set up But it seems that they would support any kind of wearable device now. They don't have iPad plans, and I'll get into a little bit more kind of who I think this is for and who it's not for. But generally for me, so my process was on Wednesday. Let's see, I set up my service with Visible on Tuesday.

Michael: [11:52] So we're recording on a Saturday.

Damashe: [11:54] Yeah, we're recording on Saturday the, what is today's date, the 25th, I think.

Michael: [11:58] Is it yeah one of the disadvantages to going in and making the change that you discovered with voiceover and Making your VOT tell you the time is it doesn't tell you the date anymore get that But you can get around that by pressing vo f7 in Ventura once which will tell you the debt the time followed by the date It's a cycle so you can do is right now it tells me the time followed by the day.

Damashe: [12:27] 77% not charging? Yep. Not connected, what am I not connected to?

Michael: [12:31] Wi-Fi.

Damashe: [12:32] I don't know.

Michael: [12:36] So, VOF7 is a three-way toggle to give you the time of day, the battery level, and it'll say no battery detected if you're on a Mac Mini or a computer without a battery, and then it gives you the Wi-Fi connection status.

Damashe: [12:50] That is handy. I did not know about that one. So I set it up on Tuesday. They're currently right now, as we're recording, and it runs until March 31st, they're offering $5 off for the term of your account. So that means it's not just the first month, as long as you have that line active, you'll get, you know, well $5 off one of their plans, $10 off the second plan. And they basically have two plans for you to pick from. 30 bucks and 45 bucks are the normal prices. So it's 25 and 35 with the current welcome promotion that they're offering. So I set my service up on Tuesday. Got a, you know, temporary number, because I did say I was gonna port a number in. I started the port process on Wednesday with T-Mobile and T-Mobile was the lengthiest part of this because I went through and did everything I needed to do to get my port out pin from T-Mobile.

[13:48] Just a side note for anyone who is interested in ever porting out of T-Mobile, and this may be true with other carriers, but I can speak to it specifically about T-Mobile. If you're in the scenario that I am in, where I am not the actual primary account holder in T-Mobile, I'm just the authorized user, so I can pretty much go in and do anything that Letea can do, but the account is actually under her name. In the case of T-Mobile, in order to generate, have the system generate you a port out, you can do it all manually, but you have to be logged into the account, either on the web or in the mobile app, as the primary account holder. So that was a little bit of a hangup for me first, But I did call T-Mobile to find out like, what do I need to do to get this started? And that's how I found that out. So, got my port out pin, went and put the information in, requested from Visible, which was just the account number, the port out pin, the phone number, and the billing zip code. And they started the process. They reached out to me within 30 minutes of me starting that process. I had an email and a text message on the... Temporary number for visible that I had That said, you know, we ran into an issue with your port out request reach out to you know, contact us to help resolve this so So take a step back.

Michael: [15:08] How did you get a text message on the temporary pen? This is like the next day Did you just set up a sim or did they oh, no, I so I set up a sim on my line That's what I thought that I was understanding.

Damashe: [15:21] Yeah, I got an interesting, you know, thing to share with people about eSIM too. So I set up eSIM on my phone for the temporary number so that when the port process was complete, that SIM was already in place and everything. And I did that all from within their app, which is fairly accessible. The one area that their app needs to work on, and I need to figure out a way to demonstrate this to them, because there's not a lot of places once you're set up where you need to actually enter information.

[15:50] Their text entry fields look like standard text entry fields, and you can type into them, but sometimes the characters get mixed, mashed, or it doesn't drop a character, and it doesn't accurately report what you've just typed. So let's say I'm typing, you know, an email address, and I type M-E at, I'm not going to hear M-E at as I lift my finger, I'm going to hear, you know, some random text that is, that voiceover is reading from somewhere else. And that sometimes seems to confuse what gets input or the order that things get input in. If you're looking at visible copy and paste will definitely be your friend, I will say that. That was the way I just got around the frustration, like the little aggravation of it. There's not a lot of text entry once you're signed in and set up. They do allow you to authenticate with Face ID and stuff once your account is set up in the app. So, got the eSIM set up. Good catch though, because people are like, how did you get a text message?

[16:46] But I did the eSIM thing, so I had an eSIM in place. So I got a text message, so I reached out to them. Now, one caveat for anybody thinking about Visible is they do not, like one of the reasons their prices are so low and that they are consistently low is because they don't have any overhead. Like they don't have physical stores, which a lot of MVNOs don't. But they also don't have a call center either. Everything is communicated via chat. And you can do chat from inside the app or from their website. And chat's pretty accessible. There are actual headings in the conversation so that you can navigate. So if you know your focus moves or you leave and then come back or whatever, you can navigate by heading to get through the conversation.

Michael: [17:31] Are they using OLARC?

Damashe: [17:33] I don't think so, but I'm not sure. I mean, they could be, and it could be a heavily customized version, but more of a Verizon, probably not. So that's one thing to be aware of. Me personally, I don't mind it because I very rarely have called, I very rarely call anybody that provides me service. Like I don't call my internet provider, I don't call my cell carrier all that often unless I don't have a choice but to call them because I can't do something and they're holding me up. But chat has been very responsive. I've never sat around for like 10, 15 minutes waiting on a person to connect. I was usually within a couple of minutes of me going through. They do do the thing that everybody else is doing too, where when you first open up the chat, you're talking to a bot that's gonna try to make recommendations, type the word customer service agent, and that'll bypass any of its attempts to try to feed you what it thinks you may need, like links to support documentation, et cetera, et cetera. It is helpful, like it's not a terrible bot, but if you know you need to talk to somebody, just type customer service and it'll get you right to an agent, which is cool, because I've seen some systems where you really gotta, you gotta go through the dance with what they think you may want first before they're finally like, oh, okay, well, let me get you over to a person because I can't help with that. It's like, yeah, I tried to tell you that from the beginning. I know what I'm doing. But my port, essentially, I had to call back to T-Mobile.

[18:52] And have them lift what they told me was not in place in the first place, which is a port out port out protection is what it's called Called them before I started to port to make sure it wasn't active. It's like no. No, this is not active Okay Well that turns out to be what the hangout was that it was actually happy so got that lifted my port was done within Probably two hours from the time I started and again some of most of that was going to T-Mobile first Verifying that this wasn't you know in place or at least having them tell me that it wasn't in place And then starting the port process communicating with visibles customer support and then going back to T-Mobile and having to do the dance with his Automated system over the phone to get to a customer service person so I could you know inquire about this.

Michael: [19:33] So it was super fast So that's done my numbers ported over business idea if you want to make a lot of money use chat GPT to route people based on their The frustration in their voice when they're talking to an IVR That would be good actually Wait, I don't put it on the scale.

Damashe: [19:58] We're about to lose this one We need to get them right to a supervisor that can do anything they need done You know, oh this person just has a question. We can we can let them wait for the next of it Yeah, that's not actually a bad idea. That's a good business idea. Yeah. Oh, man. So my line is ported over I did have them overnight Tia a sim the other thing to know about visible that I'll get into right now Is that each phone line that you're adding has to be tied to his own account? So I have a login and Tia now has a separate login right for visible It's the reason I called up Michael and I said Mike is great But it's not gonna work for you because you have to create an account for everybody that you have a line for your thing It's self for their watches, right? You know Mallory's bring her watch is gonna be up under her account, but they just give you watches and phones and that's it That's all you got. This also doesn't appear to be a way to do. An iPad plan. I haven't inquired about it, but it's not listed on their website. And my only assumption is they would say, well, sure, you can give us 30 bucks a month or currently 25 bucks a month for unlimited talk, text and data. And your iPad will just have unlimited data. It's like, yeah, I don't need it that bad. U.S. mobile would be my solution for that if I were going to do that.

Michael: [21:08] So Visible offers, and we'll get off this conversation shortly because we understand that's not available for everyone, but it's a good alternative cheaper. I may go set up an account and possibly record that process. You should see if they have a referral program and if they do, we might put it in the show notes. We'll talk about that maybe shortly. But visible offers a discount if multiple people pay together.

Damashe: [21:36] They're not doing that anymore. No, they have They have gone away from that plan that you that's that's what I remember too when I first looked at visible They used to have that thing but nope because they have simplified down to basically their their basic plan Everything gives you unlimited talk text and data by either plan you pick and currently their regular pricing is 30 bucks a month for the base plan and 45 a month for the visible plus the only Difference that I can remember off the top of my head and that's probably going to be relevant to anyone is the plus plan guarantees you 50 gigs of, high-speed data before you're subject to what everybody's implementing which is you know when our network is at capacity we'll probably slow you down right well if you're on the plus plan you're guaranteed 50 gigs before that goes into effect for you otherwise you're just at the mercy of it their network is super busy they're gonna probably slow your connection down a bit especially if you're a heavy data user not something I have to worry about but that's to be aware of. They do offer a referral program. They call it the visible friends and family or something like that. But essentially you to use a link someone shares with you to has their code embedded in it or just enter their code as you're checking out and it gets you twenty dollars off your first month of service and it will give them twenty dollars off their next bill. So works out pretty good. I actually used my referral code when I set up Tia's account. So she got twenty bucks off. So her first month's bill was five bucks.

Michael: [23:02] What's your what's your code?

Damashe: [23:05] I will drop it into the show notes because I don't know it off the top of my head. It's actually rather short, but it'll be in the show notes. And it helps a tremendous deal. So if it's something you're interested in, check it out for sure. Your phone does have to be unlocked when you come there. But that's the only requirement. Watches apparently are never locked. So don't have that problem. I did not set my watch up on data, so I'll be able to talk about kind of what that experience is like. It looks pretty straightforward. I kind of started the process, but I'm not putting my watch back on cellular data right now I want to see if I actually need it. I Don't think I do but I will set tears up. So that's been a good transition for me We're currently kind of in a holding pattern right now with Tia because you're trying to decide if she wants to keep the new number They're visible gave her because it's a cool-looking number or if she wants to put her number here from T-Mobile. So So I haven't finished that process yet.

Michael: [24:00] Did you hear if you buy this book this sense player thing you have to check a box it says I am So Anybody interested in the new hymns?

Damashe: [24:15] Since player Check out the episode of double tap from Friday The 24th Yeah, the 24th of March which second half of the show, Stephen has, I don't remember the guy's name at the moment, James Fair, I think. But he has a person on who has gotten the Sense Player and they do a pretty interesting demonstration and discussion about it. And yeah, that's one of those things, like when you buy it right now, there's a checkbox on it, you promise not to yell at us if bars not available when you get yours.

Michael: [24:54] Oh, why didn't we think about that for a blind show? I mean, people understood, they got it. It wasn't a big deal. But yeah, I'm intrigued by this device, sir. I am intrigued. It may be the first blindness-related product I buy directly if...

Damashe: [25:16] Yeah, I am actually intrigued. I'm intrigued from a user standpoint of using it as a device to just kind of carry, because I've noticed usage pattern changes for me a little bit here recently.

Michael: [25:29] Hey, Hems, if you want, since you're USB-C in your accessories, Demasi and I can test it on the blind shell for you.

Damashe: [25:38] Yeah, or we can also, you know, plug up mixers and test out the recording. That's one of the things that's interesting to me too, is they're setting that up for you to use a high quality microphone to plug in. So it looks very powerful. of that connect feature with the phone though, that he demonstrated with the iPhone. Like that is, I get the sense that that could sell them a lot of players if they handle their marketing correctly. Because unfortunately in this space, like honestly, you know, despite how I may feel or anybody else may feel like the Victor reader stream dominates this, this very admittedly very small space for this type of device. But I honestly feel like the Sense Player is. More of a functional device, like it provides more functionality, and immediately it costs a little bit more too, so that's another thing they're gonna, again, handling their marketing and their messaging. See, channeling does it real a little bit here. Handling their messaging correctly, though, could negate the fact that I think it starts off at about 100, maybe even $150 more than what the Humorware Stream Reader is. So it's an interesting device. I am very interested. I'm kinda feeling like Steven was in Double Tap in that episode of like, man, you're selling me this thing. You're gonna make me buy this.

Michael: [26:57] I'm like, you know, maybe I'm gonna have to go look at this and see because yeah, yeah, I just, I'm intrigued and we'll see where it goes. I've been playing with numpad commander and navigating Mac OS with my numpad. And I'm like, this is doable. That's nice, huh?

Damashe: [27:13] It's a nice thing. It is a very nice thing. Yeah, this is why I keep an extended Bluetooth keyboard and why I bought a Bluetooth Numpad for travel. Because I really, my Mac is broken to me in a lot of ways. And it's not because it doesn't work or I can't set keyboard commanders for a lot of the things that I may have customized on the Numpad Commander. It's that I don't have those things set up and it's just awkward. Like some of the commands are just awkward.

Michael: [27:42] Like I have- Like F2-F2 feels weird to me with now it's just one button.

Damashe: [27:48] You can just hit one button and bring that up, right? Yeah, exactly. Or trying to get the mouse navigated, get the mouse moved to where a voiceover cursor is. Like, I know the command is, what is it, V-O-Shift-Command-F5, I think.

Michael: [28:00] Yeah, so, yeah.

Damashe: [28:03] But I just tapped the Enter key on the numpad, and now the mouse is where voiceover is. Huh.

Michael: [28:09] Okay. And then I discovered, you've told me this, and we both do this. We tell each other stuff, and then when we discover it, it's like magic to us.

Damashe: [28:20] Like a whole new thing. Yeah, I could tell you all about that. Uh, let's see. Let me write a quick list IRA Parallels on on the Mac Chat GPT.

Michael: [28:33] Yeah No, I discovered the zero key pressing and holding that and how you get a whole nother level of commands right there with numpad commander so fun to play with with for sure.

Damashe: [28:46] Yeah, we should we should we should do a show or we should we should add to a show one day just kind of going over some of the features that we are some of the customizations that we've done to like the keyboard commanders in the non pack commander for the Mac. Now, funnily enough, I don't actually use the trackpad commander at all. Uh, but there's a lot of options there as well.

Michael: [29:07] Yeah, there is. Um, I told... Was talking to Steven about How you and I kind of have when we've recently reset up voiceover or reset up a Mac Slowly made changes to voiceover instead of migrating changes and how that to me has seemed that voiceovers a little bit It's it's not It's not it's not NVDA or you know windows or anything like that.

Damashe: [29:35] It's not perfect, but it seems better Yeah, and I honestly because I there's legitimately a and I told you about this at some point that I have been using this feature And I set it up as a numpad commander to quickly toggle it on and off that would toggle.

[29:52] Moving insertion pointers, I can't even remember what it was called But I do not see it in Ventura like I have not come across and I've been looking and I do not see that option Anymore and it I thought this Years a couple of years ago with weirdness isn't updates and likewise voiceover acting so weird and nobody else is apparently experiencing this issue that it is possible that Through Software updates, you know OS updates going from one major version to another that they are actually taking features out of voiceover that get dragged over if you just keep your configuration and Apple maybe purposely or inadvertently If those keys are still present in the settings for voiceover like they they somehow try to honor those But they're technically not a part of this new version, so it makes things weird Some of the odd behaviors I had when I first tried Monterey nope what I'm on Ventura Ventura With that I keep doing that I keep doing it It's cuz I'm really surprised that I'm on the latest version of Mac OS this early in the following year that it came out It usually be closer to WWDC before I upgrade it.

[31:05] But some of the things I encountered that made me go back down to Monterey from Ventura when I first tried it like I have not Encountered those at all not even having some of the weird audio bugs either Yeah, I'm still getting some weird audio bugs, but I don't notice them anymore.

Michael: [31:19] I just switch over to Windows and Weirdly enough that works well Run Windows So we both are running windows on a regular basis now, I think on the last show, we were talking about it, but we're we both I ran all week for well, Wednesday through Friday, with at guys on parallels. And the first thing I noticed was what we were kind of mentioned in here a moment ago, when I make a phone call with parallels, all of my audio doesn't to quit. I may be abnormal. Maybe I'm normal. My wife and in Mallory and her co workers feel like I maybe do a little too much. But I always have music going on in the background. You know, voiceovers talking to me sometimes I'll be on a VoIP call. And when I'm making a call in Zen desk in Safari or edge or any browser on the Mac, when you first make that call as it's connecting, you hear everything cut out for a second, and then you hold your breath. And if it doesn't come back, then you know that you lost audio. It's like, it's like audio roulette. And so I noticed the first time once I went through that process of making a phone call that Hey, guess what, I didn't lose my audio for a second.

[32:39] And that was a pretty pleasant experience. And then it It was like coming home, I guess, because, for me, uh...

[32:49] Or going back to Windows, I was able to quickly navigate Zendesk as expected. My keystrokes were the same. So it was a pleasant experience once I got it installed. What have you been thinking though, Demasi? Because I knew what Windows was gonna be like, but now that I have someone else on Windows, we can kind of try different things or experiment and see what works and what doesn't.

Damashe: [33:12] So I noticed the same thing about the audio first and foremost, which I was like, okay, this justifies me going to go push this button to buy now, or I had already done it before I used it. But anyway, this justified the purchase of this right there because it doesn't cut out audio. And unfortunately, sometimes I will have to, you know, hopefully get it right with item chooser and find the hang up button and just say to the customer, like, I do apologize, but if you can hear me, I cannot hear you, so I'm going to hang up and attempt to call you right back, right? I have not had to do that since running Zendesk in Windows. It has been a very pleasant experience. I have had to catch up a little bit with NVDA commands that I've forgotten over the years and trying to use it with the insert and numpad more than using the traditional laptop layout for NVDA, which is what I used to use. But it's been a pleasant experience for me. I haven't really encountered any issues switching from Mac to Windows. It's actually so seamless that other than toggling on voiceover when I know I'm in the Windows for a while, like that's the only adjustment that I've made since starting, but it's been a very pleasant experience for me. And I definitely see, one, why so many people liked Parallels over VMware. I do know that they tend to leapfrog each other periodically.

[34:34] But one feature that I don't, or I haven't heard anyway, from users of VMware that has been implemented as well as it seems to be done with Parallels, is that kind of seamless.

[34:45] Uh, I think they call it coherence mode. Yes, I'm not running that at the moment, but just the way that windows that parallels windows 11 vm runs with Mac OS. Like I can command tab when I'm in windows and then I just start pressing windows commands and everything generally works. I've noticed a couple of gotchas, which I gotta say my solution is just toggle off voice over occasionally like the insert key won't do the command that it should do in windows like just nothing happens, or sometimes it will pick up, macOS will pick up a command that involves a voiceover key or a Windows command. So the thing will happen in Windows, but then something else will also happen on the Mac. So I just started toggling off voiceover when I'm in Zendesk, and I'm gonna be in Zendesk for a minute, because I'm going through solving tickets, replying to emails, calling customers back, and then I have started to slowly more integrate the other aspects of the AT guy's work into just doing that in Windows as well, because I'm not doing as much jumping back and forth. Now, if the instant something isn't working or behaving in an expected manner, or I feel like I'm about to lose some efficiency, I just, you know, Command F5, Command Tab, Safari. All right, let's go get this part done over here while I'm talking to the customer, because it's working. But this seamless integration is what's been the biggest surprise to me. It's like, it just seems so natural.

Michael: [36:10] I'm interested in how keyboard maestro and parallels can play together. Yeah, so that that could be that could be something there. So my workflow is I'm using Zendesk like you are. I'm using JAWS and NVIDIA have both of them downloaded. I don't have a preference to one or the other. I just use whichever one works for me. Narrator works well on the Windows 11 side of things. And when I notice focus issues and things aren't working the way I expect them to, for the most part, I can hit Windows D and that'll take me to the desktop and then I can use Alt-Tab. I will say, I was surprised Amazi didn't go there, but sometimes if I hit Windows V, actually I think it consistently works now, hitting Windows V seems to take, or seems to pace, which it should not, and then hitting alt left and right arrow seems to move me word by word, which again, it should not, but that's how you do things on the map. So there's some oddities there that I cannot explain.

Damashe: [37:20] Yeah, there are some oddities.

Michael: [37:23] But experiment with treating it like you would treat voiceover.

Damashe: [37:26] Like, try treating them similarly when something doesn't work the way you expect it to work in Windows. Like my expectation is control, left and right arrow and Windows should navigate me by word. But if that doesn't work, you know, trial, uh, command V option, well option on the Mac keyboard. Yeah. Uh, you know, for me, command is the windows key, but also as Mike said, like command V also pace, which doesn't really seem like that should work, but Hey.

Michael: [37:53] And control V works too.

Damashe: [37:55] I don't know if you knew that, but I've had control V not work, but it's only not worked when I've had voiceover running too. That's one of those oddities that I've noticed. Like if I have voiceover running is not as consistent as it is if voiceover is off while I'm in windows. So that's one oddity. I believe that using, um, any kind of software, any kind of automation stuff because launch bar works right?

Michael: [38:19] Like I can actually launch stuff in in Parallels from launch bar like in Windows 11 from launch bar, which is you know rather amazing If I want to turn on music, I just say I turn voiceovers off So I just hit command space press and hold K All right type K Press and hold D and then that opens VLC at the last Level if I need to adjust it all up and down arrow real quick and then a command tab and then Windows D Puts me back on the Windows desktop Yeah, it has been interesting.

Damashe: [38:47] And then seeing your Windows files show up, your Mac files show up on Windows, your Windows. So like I downloaded add-ons for NVDA, because I'm using NVDA. I've not installed JAWS primarily because I don't have a license key and I don't want to deal with the demo mode. So I was like, well, we'll start with NVDA. That has been working. I am taking advantage of the fact that I am employed part-time by AT guys and using a demo dealer license for, well, not a demo, but a dealer license for the Vocalizer. Add-on. Yeah, Vocalizer Eloquent Add-on is what it is for NVDA specifically. And that is available at ATGuys for $69, since I'm mentioning it. I am using those voices. It works fairly well. It's pretty snappy.

[39:35] I didn't want to get some experience because I had never used them at all so Licensing process was like someone calls and ask questions you like Mike here's what the document says, but that's not right. I'm gonna have Michael reach out to you Okay, because yeah, I have no idea man. I haven't touched Windows in 10 years. What do I know?

[39:57] But it is it's actually been You know pretty pretty decent I definitely get your I kind of wish that you know voiceover behaved a little bit more like NVDA and the interesting thing to me about that which maybe you you haven't realized not being a NVDA user as long as I have is, NVDA has the ability to kind of do with voiceover voiceover picked this up later, but NVDA was doing it first Which is typically with jaws Jaws flattens out a web page, right? So you're up and down arrow and every link is on its own line. Even if visually on the page That's not how it's like it out. You can navigate in VDA the same way or you can use in VDA Which I think used to be as default mode where it has things lined up as they are on the page, so if you down arrow and there is a Menu for lack of a proper term because I'm not a real whip I mean, I know some stuff but you know Not knowing the terminology as well as I should if there is a menu that goes across the page so all the links are going across horizontally across the page. NVDA will read those when you press down arrow, you know, home, about, contact us, log in, right, just all on one line. And then you can tab or navigate to those links. You know, you can tab to them or you can use word navigation to get to the one that you want to activate and tap enter to activate that link. That is something that I wish VoiceOver did more of.

Michael: [41:23] Or had a good because I've done it with voiceover, but it's not reliable.

Damashe: [41:27] Yeah, it's because up and down arrow navigating is not reliable, though, so that that would be cool. We will definitely be talking more about Windows on running Windows on the Mac and things that we're experimenting with from the side of automating, you know, implementing some of the automation tools. I do love the fact that, though, and you mentioned this to me before, when you first tried it, You can use hazel on Windows because your files from Windows are showing up on the Mac right there right there Oh, that's how I got there Downloaded some add-ons for NVDA and they're in my Mac downloads folder, which is a little weird the first time I saw Yeah, because I downloaded this the add-on before I installed it. Okay. I say why is this file over here? What in the world is going on?

Michael: [42:12] Yeah. Yeah, it can break the brain and don't get me started with keyboard because keyboard is Yeah, no, um, yeah, yeah, anyways, so good, good. I'm, I'm envisioning myself at some point getting to the point where I log into a Windows computer on the Mac and my Mac just does all the automation tasks for me and helps me. It's like my assistant. That's weird to think about. All right.

Damashe: [42:42] Microsoft Edge is actually being pretty decent right now too. Just, just as a follow on to The initial question you asked me about it, because the first time I've used it, like had it open and been in it this long, but it's fairly decent. Think this may become my alternative browser from Safari and ditch Chrome. How about that?

Michael: [43:01] Yeah, I don't even have Chrome on the Mac.

Damashe: [43:03] I don't think That's what started me down the path when you said that to me last week sometime Like I don't have Chrome running at all. I mean, you don't have Chrome installed at all I was like Mike's always been the the like not the first app But probably in the first 10 or 15 apps that you install Chrome would be one of those apps And like, nope, I don't have Chrome installed at all. What? Oh, I better go take a look at this Microsoft. That's kind of what spurs me to go look at stuff is either you keep mentioning it to me or you say something like that, where it's like, oh, you have completely changed your entire behavior in favor of doing this thing. I should go look at this.

Michael: [43:37] Yep, yep, similar. Because both of us will mention things offhandedly and we're not the only ones who do that. And we, you know, tell people we help people with a little bit of things. And if we keep going back to things, then that's when the other one realizes, huh? Maybe I, maybe I really should go look at that. Kind of like this tool that you told me about that I've never had a need for because I've always had a mute button. And then our friend of the show, Marty and cohost on unmute, um, may have been playing with some new equipment that doesn't have a mute button. And he started asking me for ideas that he had. And one of the people he was talking to suggested, Oh, just turn your gain all the way down. Well, as Marty said, that's not going to work. Because how is he going to be able to get his game back to where it was? Because he doesn't have the unmute or he doesn't have the auto gain feature that's available on the vocaster. So I remember that you told me about a tool that would allow you to mute system wide on the Mac. So what tool was that and how does it work?

Damashe: [44:41] That tool is called Shush, S-H-U-S-H.

[44:46] And the Mac App Store is really, really, really one of my least favorite things right now about being a Mac user. Because number one, as a voiceover user, I do not know, if anybody has any ideas, please share them. We'll drop our contact info and all of that at the end of the show, but reach out. Like, geez, you can call me. Like, you know how to solve this problem. I can search for something. First of all, searching for Shush did not bring it up. Michael found it on the web. we'll put a link in the show notes. Click that link and it'll take you directly to the app in the app store because it's not showing up in search results either, which is another frustrating thing. But even if you were to have found it in search results, you only really can just click on it and buy it or download it because- You don't know what you're buying. How do you open it? How do you open up the app so that you can see the description and all of that stuff? I've tried all of the things I know how to try. At any rate, ran over about that. Shush is an app that I picked up a long time ago because what it does is it gives you a hotkey and it's a customizable hotkey. I believe by default it uses FN, but it gives you a customizable shortcut key. I used to set mine to F1 cause I never just used the F1 key for anything on the Mac. And that works if you're using your F keys as normal function keys and not as media control keys or whatever.

[46:13] But it lets you just press the button. You can configure it a little bit to a point of saying, okay, do you want your mic always muted or always unmuted? And then, you know, the button press will toggle it. Now here's the thing, you have to press and hold it. So let's say if I have mine the way mine was normally set. Mike is always open so it's not muted. I press f1 that mutes it But that's like holding down a physical mute button like you got to keep your finger on if you let it go No, it's not a toggle thank you, that's a good way of saying that when it's pressed it's muted if you're holding it It's muted if you let go you're unmuted again Well vice versa or vice versa flip it the other way then yeah You have a push to talk thing then where when you're pushing it you're able to talk and when you're not pushing it and you're unmuted and I used that a lot when I would be sitting in to facilitate recordings, especially for Jon Panner Rees when he was doing his ACSP course. Like I would have it, I would toggle it then so that, you know, I was basically having to push to talk so I could jump in and say, Hey, wait a minute, Jon, can you repeat that? Cause you know, you were breaking up very bad and nobody knew what you said.

Michael: [47:20] That is nice.

Damashe: [47:21] I might even get this app just for that feature because then I don't have to reach over to, although there may be other ways to accomplish it, but this is, This seems like it that's all it does so it's super simple to configure Yep, it does have the ability for you to double press whatever your activation key is to toggle The push to talk or push to mute functionality so If you have it normally set to push to mute and you want to quickly toggle to do what I just said to Have a push to talk feature you can do that. Now. Here's the thing At least when I was using it, um, I stopped using it when I got the SoundCraft because it had mute on it, but this is going to mute all microphones, like at least when I was using it, there was not an ability to go in and say, hey, I only want you to address this specific audio input device. Is going to address any audio inputs on your machine, which.

[48:17] If you did what I did and used to do and route voiceover through loopback, when you mute, you're muting all of your virtual devices too, which means, hey, you don't have voiceover anymore either. Now, if you're just pressing it to mute so you can cough while in a Zoom meeting, no big deal, unless Zoom is coming through a virtual device too, then, well, you just lost that audio. So be aware of that. For Marty's situation that he was inquiring about, though, I think it'll be perfect for him because he's not using loopback and for anybody not using loopback like you don't have to worry about it's not gonna mute your output. So if your output for any application is going through your normal you know either speakers or headphones or whatever there's no no concerns about it it's only when you're using virtual devices to route audio is going to also mute those virtual devices when you mute with shush. So just be aware of that otherwise it would just input mute your input microphone so you can very quickly mute if you need to cough or set up push-to-talk if you're in a zoom meeting where you're not constantly talking Press and hold the button have you say have your say and then you know mute that way you don't have background noise people cutting their grass Or whatever going on in your audio, but just as a pretty cool happen mark I think he said it was $4.99 now in the store.

Michael: [49:35] Yeah, it's $4.99 and Demasi. I have breaking news I don't have a breaking news alert. We got to get we got to get one of those Hold on. I don't want to use breaking news. I've got to figure it out.

Damashe: [49:45] But if you feel right arrow past the price you hear Details collection and then if you interact with details collection you have things like preview description Reviews, yeah Description so what I'm saying though is when you search for so if this would have came up in search results for how do you get this screen that we're looking at right now with the share button and all of that stuff to actually show.

[50:15] Gotcha, gotcha that I I see see how much I don't use the app store It's clunky This is more like this You used to be able to veal space on an app and like this say you search for something or whatever you veal space on And then it would open up like the full detail view so you have to share button to buy this detail section where you can view the description, basically what you see inside of the Apple App Store, the iOS App Store, right? Well, since I want to say at least Monterey, if it wasn't Big Sur, it has behaved like it does now, where you can search for something and you find it in the search results. Well, guess what you're gonna be able to do? If you've previously bought it, you can just hit down, hit VOSpace and it's gonna start downloading. If you need to get or pay for it though, VOSpace is gonna to bring up, you know, that flow for you to get the app or to approve the purchase. How do I get to the details? Apple, can somebody please tell me, and I've tried VO command, uh, space to bring up the actions menu. I get options to copy the link. So I guess the long way around would be copied the link and then open that link again, so you can get into the app store. But do I want to do that if I'm searching for something and I'm not sure what it is? No.

[51:30] Can you get description with mass or have you tried that I have not looked at what the current commands are for mass because but most users shouldn't have to do that but that would be a solution for that could be a solution for me but that's not an acceptable solution for people who don't even open terminal like that's not acceptable and it's horrendous Come on, Apple. I know you're gonna listen to this, but... Gotta do better. Hey, I'm gonna do all of my shows as though Apple is listening. And if they're not, well, you know, hey.

Michael: [52:05] Someone might be listening.

Damashe: [52:07] Someone might be listening, or someone may be listening that can share, as you said. So, you know, I will do the show as though they're listening, right? Because, I mean, can I be bothered to go submit a feedback to accessibilityatapple.com? No, because I won't get a response about it, so I'll never know if they got it, if they understood it, if they're gonna do anything about it or not. Hey, I sound like a developer now.

Michael: [52:29] Speaking of not knowing if people are going to do things about it, we typically don't write emails to developers, but we figured we do have the show that we can share our findings on and Demasi and I have been playing with a cool tool on WordPress that I'd like to share what I found so far, get his initial thoughts. And then unless he has anything else, I think we'll probably wrap it up because if we're running a little long today, which is fine, because we don't have to meet requirements.

Damashe: [52:56] We don't have a hard limit, Steven. Yeah, yeah.

Michael: [53:00] Bet you wish you had a show like that.

Damashe: [53:02] Oh. Shout out to Mr. Elf. I wish I had a show like that, just saying.

Michael: [53:06] Yeah, yeah, yeah. So I have been playing with the tool. Demasi, tell us how you got introduced to WordPress CRM, or that's not what it's called.

Damashe: [53:18] Jetpack CRM. Jetpack CRM, yeah.

Michael: [53:21] So- And shout out to Jetpack CRM.

Damashe: [53:22] Yeah, shout out to Jetpack CRM and Automatic who funds the company. So I really got to take this back to, what are we in now, 2023? So I'm going to say probably 2021. It's the first time I heard about this too. I didn't look at it. It was first time I heard about it, but giving credit where credit is due. Taylor Arndt mentioned this randomly, just kind of in passing and we didn't really get into a deep discussion about it on Discord. So I looked at it. It came up again to me somewhere. I think I was looking at, me and you had been talking about CRMs and HubSpot.

Michael: [54:02] When I was taking the Bits class for Salesforce, I think.

Damashe: [54:06] Ah, that might have been around the time it was. But we were talking about looking at CRMs and were there any options for WordPress and things like that. So I started doing some researching and Jetpack CRM, of course, came up with their website in search results, but they also came up on a few other sites where people were mentioning it. So, started taking a look at it. It is free to start, free to use forever, but they do have paid extensions, which is there, you know, as Bart Bouchat's made famous by the no-silicase always says, follow the money. Well, we know how they plan to make money. You can use the plugin free as long as you want to, just like WooCommerce, but there are paid extensions that they offer. So I started looking at it and poking at it, and the one thing that kind of held me back from it. For a while is there are a few things that I would want to do that it either does not provide or is like it's going to cost me 200 bucks a year to make it work. And I wasn't ready to make that commitment when I first started my business. Because one, I was like, well, I don't need a CRM. I can build it myself. Guess what? I don't have time to build a CRM myself.

[55:14] And I had casually mentioned it to Mike, but also with a whole bunch of asterisks and caveats, which is probably why Michael is just now looking at it, because we came back to it recently and you're like, huh, I'm gonna go check this out. And you started reading up on it and because we were talking about a CRM for your business for PayOnMedia. Right. And you started looking at it, so you have to just today, like prior to us starting to record.

Michael: [55:40] We pushed back an hour so I could look at it prior. I have not done much more looking at it, but yeah.

Damashe: [55:46] Yeah, so what are your first impressions of setting it up? One, did the setup go well for you on this test site? And what are your initial thoughts kind of about the layout, the accessibility, et cetera?

Michael: [55:58] Yeah, it was our hope to look at this a little earlier in the week, but for a project we're working on, we were like, hey, let's just install this on one of the multi-user WordPress sites. And then we had an issue with the setup of, you will go through the setup and I'll tell you where it is, where it happened, um, Demasi experiences himself too. And then it would just go back to the beginning, but you were able to, well, I should say I was able to, because I was making notes to talk about. So I was able to tab through all of this, uh, the sections of the setup after enabling it. When I went to the second tab though, it said selected radio button two of three, but it's also the same section as the...

[56:46] Accessible drop down that's available in the general settings that ask how you want your menu to see to appear. So maybe changing those radio buttons to that similar place or that similar style might make it a better experience for setup. And then, um, apparently I chose the stream line, streamline layout and helps if I read the second line of my notes and then I'll be like, Oh, well, that's where I was going with that because I'm trying to read and talk at the same time. So the on and off buttons for the quotes to me did not appear to be labeled I don't know if that's a voiceover issue or if they just weren't real buttons You've seen this in WordPress where you'll see toggles and stuff and things don't work properly when when I got to the Finish and go to your CRM link on WordPress emu and again It could be something we did incorrectly when installing it It would take me back to the startup of the jetpack CRM Um, I, my initial findings with the actual interface though, was I did find myself using the skip to main content link more because that is a, not a heading. Now it might be a region or, uh, something else that I can look into to see if it's a way to navigate by to it. But by default, I tried to navigate by headings and was not able to. So I started getting frustrated and then went and tried the skipped main content and that actually seems to be working with this.

[58:16] I did create you as a client. Did you get an email by chance or not? I don't think you did. And this may be a bad example though, because you did already have a user role on the site too.

Damashe: [58:32] Yeah, I probably did not, but let me check because I haven't looked since you. Okay.

Michael: [58:35] Uh, while you're checking, I clicked on the company's link and went in to add a new company that would be kind of cool if they could set it up so you had key strokes and you could just type a and get to the add button or make that something easily navigatable because, uh, I did, um, I did find a way to kind of hack that together fairly quickly. Um, but it, it is something that I think would help a lot on the company's page. And I found this on a lot of pages after the table, there were two buttons.

[59:08] The second one does say, uh, the, or does appear to edit filters. I'm not sure what the first one is, but when I press the second one, it pops open something that's not there that the heading says edit filters. So maybe renaming that would be a good way to make that more usable than I'd be able to easily, uh, do that. And then, um, so what I ended up doing and I just have a little bit more feedback here is I set a VO zero as a hotspot. I need to learn more about hotspots and stuff like that because I think I can set them per website and not have to reset them every time, but I set VO zero to add new, and that appears to take me to the add new button on companies and on clients and on quotes. So on any inside there that so whenever I go there right now, I just have VO zero and then that is pretty much the same as me just looking over. I'm clicking on that and then it does not work on the save. So if you're saving a new quote and saving a new client, those don't seem to work. It would be pretty convenient if I could just hit command S and save and that updates like it does in the Gutenberg editor.

Damashe: [1:00:22] That will be cool.

Michael: [1:00:24] So that's my initial findings. I haven't sent any quotes or anything like that But I didn't go poke around a little bit and it looks like that's the thing about WordPress for the most part, unless developers really don't care or it, you know, I don't know, cause I'm thinking, uh, I'm thinking of Elementor, but for the most part, things are pretty accessible in WordPress. And I think that's why I wanted to look into this. Cause right now I'm fighting with a couple of different tools just to send out invoices or quotes. And there's no need for that when I'm in WordPress anyways. And I told Demasi this months ago, my ideal day would be to start on a WordPress dashboard and go do what I need to do in my business. And I think this could definitely help with facilitating and making that possible. Something like GPT-4 might be interesting to see how we could build our own add-ons to it as well to give additional functionality and integrate with third party services. It does have Zapier integration, though.

Damashe: [1:01:25] So yeah, so generally, just broadly speaking, your, your experience is good. A couple of little gotchas here and there that we should, you know, mention to support and try to get them to work on improving accessibility. But it's a tool that you would be willing to invest in, I would say.

Michael: [1:01:41] Yes. Yes. It is a tool that we will talk about investing into for sure.

Damashe: [1:01:45] Cause yeah.

Michael: [1:01:48] So looking, having, so if you need to CRM, reach out to it. Yeah.

Damashe: [1:01:52] I mean, we're actually working on this. So we will have more announcements about what Michael just said in the future for sure, I think. So I want to ask you this question. This is mostly self-validation for me, but I think it's good to put it out here publicly for people because I think it's a good activity for people to do sometimes. So having read, you know, probably some of their marketing material, looked at the capabilities with some of their extensions, my Hesitancy to just be like, yep. This is the thing. Let's run away with it Not because of any accessibility things but like am I just getting caught up in the hype?

Michael: [1:02:40] Uh-huh. Yeah, okay Yep, but then when you actually install it and you said I feel like huh, this is surprisingly something now Oh, I did set up a quote I forgot that is what I did and and I set it up thinking I was sending a quote to someone But it looked like I was sending a quote from someone so I do need to learn some documentation Documentation and I do need to go in and learn but from what I have seen so far It's it's if you're comfortable in WordPress, you'll definitely be comfortable using this.

Damashe: [1:03:08] It's like take my money Yeah, yeah almost almost like especially if I can get these quotes and invoices to work and it's all done in one place You know, I'll be I'll be oh, yeah, definitely I believe that I have just in my mind and we'll talk about it off-air and if it works We'll absolutely, you know, bring it back to the show to tell people what we've done. But I think I have found a solution to the, how do I send invoices to people and have them pay them in Stripe without resorting to me having to install WooCommerce as a solution for that. That still seems overkill for me, me, you know? Some people may make sense. For me, though, I don't sell anything but time, right? It's a pretty ethereal business. I mean, I can't even get paying for for people through a firm, through Stripe for people to pay some of these exorbitant invoices off over a period of time because, yeah, all that's selling services. But I think I made a couple of good solutions.

Michael: [1:04:09] There are some tools out there for that. You should look into that because there are some.

Damashe: [1:04:12] I probably should, but they should integrate with Stripe too. Like, it should be right there as a checkout option.

Michael: [1:04:16] Like, that's the... is that a Stripe issue and you have to connect it or?

Damashe: [1:04:20] I don't know.

Michael: [1:04:21] Stripe hasn't invested into that venture?

Damashe: [1:04:24] Yeah, or that person hasn't come over to Stripe and like, hey, so we could do this too. I mean, really think about it. But a lot of people sell software through Stripe. I see more and more. And the funny thing is I can remember years ago, here's a segment. So Steven recently started a segment, hashtag EBB. I don't know, EBB, yeah, hashtag EBB. Embarrassing blind blunders, right? So I'm gonna start one here because I started it last week and just to follow up on it, but I'm gonna start one, you know, things I irrationally said that I had to walk back on.

[1:05:00] I'll come up with a better name for it later, but so let's start with parallels. I did not find the audio because really this week has gotten a little crazy and I wasn't able to get everything done to try to locate it. I did start listening back to old episodes, have not found where I actually said, I will never buy Parallels, but I'm pretty sure I said it, where I bought it and I'm using it and it's cool. There's still accessibility problems with their interface getting this set up and in some of the areas of configuration can be a little challenging, but it does work and I'm using it as you've heard us talk about. So walk that back, cause I said it, I know I've said it.

[1:05:37] But another thing that I need to also walk back is years ago, and I don't know if I ever said this on a show or not, but I have said this to a lot of people. The best integration, it's one of the reasons I started using Stripe initially, is because you could set up things like Gravity Forms, there are different ways to do it with other plugins or hand coding it yourself, where when people checked out to pay on your website, regardless of what they were paying you for, they stayed on your website. They were not bounced out to a site but then they had to log in or find, you know, a confusing link that kept moving around arbitrarily by PayPal. Yep, I'm calling them out. For I don't have a PayPal account, I just want to pay with a debit card situation. No, people stayed on your site, which was a great experience, because it's like, hey, I'm providing this service, but I'm also not giving myself the liability of storing your card, because it's going straight to Stripe, never touches my server. Loved it. Always told people, do that thing. Well, now.

[1:06:38] Everybody including me Click on a button to pay for something. I was like like you were going to go out to check out that stripe comm slash a bunch of gibberish and Make your payment there on stripes checkout page and then get sent back to the website or wherever they redirect redirect you to after your purchase and I started doing this because honestly is sort of the future It was the future at the time when I started implementing it for a few people where Stripe wanted you to go. The other thing I noticed though, and the reason that I fully embraced it is because there are a lot of big companies that are doing the exact same thing. And they have the money, they have the staff, they have the engineering to build the site that they're running. They could easily integrate Stripe. And some of them actually have had Stripe integrated more on their site with just a little checkout frame or the Apple Pay buttons or whatever. And they're resorting to using the checkout by Stripe because it's easier to integrate, it's less trouble, and people are now familiar with seeing those types of pages. So it just makes the experience and the trustworthiness of your checkout seem just a little bit more normal. It's like, oh, this small business is using checkout with Stripe, but so is Parallels. So it's like, okay.

[1:08:00] So walking that back, but that's one of those things I stated at the time, it wasn't a catastrophic, I'll never bounce people off a site, but just want to walk that back and say hey I think the stripe checkout thing is cool If you really want to brand it a tip if you don't know it if you're using stripe you can pay stripe ten bucks a month And have your own custom domain on their checkout page. Oh, really yep So you could have like you know mine probably at some point be Once I loosen my budget up a little bit more in the business will probably be payments not bedrock innovations calm just so you still see my domain but you're looking at Stripe's interface and everything is being handled through Stripe.

[1:08:40] Building that customer trust, man, like you're seeing things that look normal, but you also know for sure this is me that you're paying because you see my domain there. So that'll be a feature I will implement at some point in the future. And big shout out to Stripe for implementing, they did this a while back, but implementing the custom domain for your emails that come from Stripe. So people see the email, you know, invoices.pay at bedrockinnovations.com. You know, they pick what goes in front of the at sign, but the end of it is bedrockinnovations.com. So, you know, it came from me.

Michael: [1:09:18] Yeah, that's awesome.

Damashe: [1:09:21] Michael's does that too, if he sends you an invoice from Stripe, cause I said he was up to, but.

Michael: [1:09:25] I've never even paid attention to it. Just like I never paid attention to the invoice numbers, but Demasi changed his invoice numbers to match a pattern. So they increment and they all look the same now.

Damashe: [1:09:36] Yep, so all of yours are P something, I don't remember what I did now. POM, for pay home media, I think.

Michael: [1:09:42] Did you know if you go to product.new, it'll take you straight to the products page on Stripe?

Damashe: [1:09:47] Ah, no, but I did something else like that with Stripe and I can't remember what it was and it took me to, wait a minute, was it payments.new? Probably, invoice.new.

Michael: [1:09:58] For people who don't know will take you to a new invoice, so you can send that out to a client. I think Stripe is trying to dominate the .new domain.

Damashe: [1:10:11] And a tip for anybody also since we're sharing tips about stripe Not okay, what oh yeah payments dot new does take you to stripe, okay cool, so The two different things in stripe where it's a couple different things, but you have invoices But there's also a link when you click on Billing that says payment Going to a payment is the best way if you just have an arbitrary amount because you don't have a product for this thing and you don't really need to create a product, you just need someone to pay an invoice because they owe you, you know, 375 bucks. And it's a one-off thing, like it's just a one-off situation. Go to payments and you can put in their customer info or to pull from your customers if you already have that person there, but you can just type in the number of what the amount is that they're going to pay you and then send that invoice to them.

Michael: [1:10:59] Can you process a card if they already send you them?

Damashe: [1:11:03] Yeah, you can.

Michael: [1:11:03] Like if they send you a PO with the card?

Damashe: [1:11:05] If their card is already stored on file, you can do that, and I think, although Stripe is getting away from this, I have to follow up on it a little bit because I haven't done a lot of research because I don't typically manually input people's cars, but there used to be, at least, you could manually input the payment method, and I think they're still allowing you to do that as well. I just think they changed the rates on that a little bit, so you'll pay a little bit more of a percentage off top if you're manually punching in a card. But, so, payments, and if you go to payments.new, it'll take you right there.

Michael: [1:11:38] Which is kind of cool. So, and then Stripe does have a thing called Link, I think, right, Demasi?

Damashe: [1:11:44] Yeah, they do have a thing called Link that will allow you to store your card information. I believe, Mike, you looked into this a little bit more than I did. It ties into your phone number, right?

Michael: [1:11:55] Yep.

Damashe: [1:11:56] So.

Michael: [1:11:57] Uh, that will allow you, but it's towards the bottom. Like, you know, it's not in your face. You have to do this to pay this invoice.

Damashe: [1:12:04] Right. Right. It's an option, right. And users or, or the owners that the Stripe account owners or whatever can, you know, not have that as a payment method is like, you know, you can, or you can choose and choose not to have, you know, uh, contactless payment features like Apple pay or Google pay or whatever available. Right. So I have all of those turned on. But link is a way that if you notice, as I have been noticing how many people are actually using Stripe for their checkout process, just to store your information online, if you typically would enter your card number. Now for me, I just do the Apple Pay because, you know, makes life great. And I don't have to remember card numbers or go do any weird copy and pasting. But if you normally would enter your card number, or if you're encountering a lot of places that aren't using Apple Pay for some reason, or you just don't have that, like, you know, use Link. It is provided and managed by Stripe. Your data is secure. All of those things that they're known for, they wouldn't get into it if it wasn't secure because they really can't afford to have their reputation as a financial institution damaged because that's basically all they do.

[1:13:08] And they've also, for store owners or for people using Stripe, they have also implemented Square Cash Payments, which I did a test of. I think I paid myself $5 or something using my Square app. This is a little bit more involved, but essentially you activate it from your Stripe account. You activate the functionality, and I don't think I had to really jump through any steps to get it to work. Just turn it on, have it as a accepted payment method. When someone's checking out, paying an invoice, or purchasing a product, they'll see Pay With Square. They click that button, open up their Square Cash app, and this is the thing why I say it's a little bit more involved, because I'm not sure how it would work on mobile. I did it from the desktop. So I took my phone, opened up Square Cash, hit scan code, and it scanned the QR code, and then it showed me that I was gonna pay this amount of money. Did I agree? And I agreed, and it sent the payment.

Michael: [1:14:06] I wonder, and we may have to explore that, if something could be implemented for in-person payments.

Damashe: [1:14:15] That could be a thing, especially if you set up a, Like if it's a product sort of situation, especially, I can see that being fairly efficient because you could always set up like a quick URL or something like that. I don't, I'll do some more research because we haven't sure to investigate it before I say, hey, yeah. Because if the QR code is the same every time, which I could see it being that way for a product, for sure, that would make sense for that QR code to be the exact same thing, like just save the QR code, people scan it with Square Cash and pay you.

Michael: [1:14:46] Yeah.

Damashe: [1:14:47] You're out of here, man.

Michael: [1:14:48] Man, and then put a cue in braille next to the QR code on the box and then you could almost Almost go to not not quite contactless Check out, but someone scans their box Be cool, and then they check out with their cash app and you get the payment.

Damashe: [1:15:08] All right, go ahead or or I'll have to play with this on mobile from Actually trying to see what it does if I pick pay with Square Cash Automobile because you can set up a QR code that will take them to your product link page for them to pay for it and then they can choose whichever payment method they want. They can choose Apple Pay, Google Pay, if that's you know if they're on Android or link if they have link connected or Square Cash or whatever they want to use. But that putting it on the box like man that is an excellent idea.

Michael: [1:15:43] Anyone who uses that idea, send me an email and I'll send you an invoice with invoice.new. So before we wrap it up, I wrote an email like Demasi talks about all the time in the mail application. And I used markdown to give it headings and hyphens to make it so I had bulleted lists. Which is great, by the way. I'm going to still start my emails in drafts because putting hyphen once and once means that when I hit enter, it'll add it. And I kept forgetting to add it there, but thank you, it's a real display, so I had to throw that in there. And then I went up to the service menu after I selected my text, and then I said, convert this mark down to rich text. And then it gave me an error telling me that I didn't have something installed and I needed to press this button so that I could go to the webpage to install it. And I thought I installed everything you told me to, Demasi with Homebrew.

Damashe: [1:16:39] You did, and the problem here is that Brett Turfster, who makes those markdown service tools that we use, one of which is the convert markdown or multi markdown to rich text, that workflow, because that's what it basically is up under the hood in Apple, is a workflow, not workflow shortcuts used to be, it's workflow, automator workflow. That is looking for multi, yeah, no, that wasn't confusing at all.

Michael: [1:17:06] No, that's why they changed the name.

Damashe: [1:17:08] Yeah, because that wasn't confusing at all, was it? So, the. Workflow itself, the automator action, for lack of a, to just be more clear about it, the automator workflow that's being run up under the hood there is looking for multi-markdown in a specific location on your machine. It is looking in slash USR slash local slash bin, B-I-N, slash multi-markdown, specifically is what it's looking for. That's not there though, because you installed it with homebrew and on apple silicon to my knowledge is when this started it could be os specific but my memory really is telling me that on apple silicon is where this where this begins and the only time this happens homebrew now installs things into slap opt opt slash homebrew slash some other stuff i don't remember because i didn't look that deep at it but it's it's not using the same old path that we that we're used to and that everything would be in when we were on Intel Macs.

[1:18:12] So, here's a workaround though. And I will put these commands and as well as a link to Brett Terpster's blog post. And it's probably why he doesn't actually realize that this is probably broken because either people have figured it out or something, or they're just reinstalling multi-markdown again because they forgot to install it with brew. That's also a possibility. But he's doing this and I have subsequently started doing this too because it just makes life easier. So, the first thing you're gonna wanna do, essentially what you're going to do, the end result of this, is you're going to make a symlink for the folder. That Homebrew is currently using, you're gonna make the slash USR slash local slash bin a symlink that points to the folder where Homebrew is installing stuff. So that means if something is looking in that slash local slash bin folder, it'll find it because it will be pointed, redirected on a low level to the actual location. Before you do this, read the Brett Terpstra article that will be in the show notes, So that way I don't have to go through all of the steps and keep randomly spitting out, you know, terminal commands and paths that people are not going to remember. Read the post, though, because if you currently have, especially if you've upgraded and have not wiped your machine at all in years, you have stuff in that slash bin directory, you're going to want to move it.

[1:19:35] You also have the option to go in the other direction, I don't know if he mentions this, but you could make the SIM link be the homebrew folder and have that link back into the regular bin folder. You can do it either way. But read the article, it'll give you step-by-step how to do it, making sure that you move any current binaries to the new location before you do it. But that resolves the problem. Now for those not using homebrew that want to use these multi-markdown services, they They can be downloaded, and we'll put them in the show notes as well, a link to those to download them and just install. You can, the cool thing about downloading the actual zip file from Brett's site is you can install the ones that you actually want to use, whereas Homebrew gives you all of them.

Michael: [1:20:19] Everyone.

Damashe: [1:20:21] And then you can also go to multimarkdown.com, and I'll link to the direct page to download that. Package installer, and it will install it where it probably normally would be expected to be, which is the slash USR slash local slash bin folder. So that will resolve those issues if you're not a homebrew user. But the video that we're also going to link that I did showing me converting Markdown in an email and just a regular email body into which text and then sending it to Michael and then Michael reading that email on the other end, and being like, hey, this is how it showed up to me. We'll link to that video. If you like that trick, you don't have to go use Homebrew if you don't want to. You can just go download the things that you need and install them normally. So that'll be in the show notes. I will round this out with a... We'll follow up on it next week for sure.

Michael: [1:21:17] Is that the official name of the segment?

Damashe: [1:21:20] Yeah, that's going to be the official name of this segment for right now until somebody comes up with something better, which you can send suggestions to TWTW at your own pay dot com or get to either of us by going to Demasi at your own pay dot com to get to me on Macedon or Michael at your own pay dot com.

Michael: [1:21:40] It's Michael dot Demasi dot.

Damashe: [1:21:42] What did I say? Michael, ah, yeah, see? That doesn't work. Demasi.yourownpay.com or michael.yourownpay.com will take you to us on Mastodon. I'm not sure, I don't think Michael's been on Twitter. I have not been on Twitter because I don't have an app to use, so.

Michael: [1:22:00] I downloaded Twitter to my phone. I refuse.

Damashe: [1:22:06] And that is not gonna be a Demasi walk that back at some point in the future. Because you know what I'll do? I'll just go use the website first I have to use it for some reason but the thing that we're gonna follow up on next week and Share with you for sure it will be in the show notes if it does exist so I encourage you to go to your own pay comm slash TW and Check out the show notes because everything we've talked about will be linked there And if this action still exists in drafts, it will also be there But there was an action that I had and I may still have it installed That you could type your markdown in drafts and run this action and it would send an email converting the first line of the draft to the subject and the rest of the draft to the body, but doing the markdown to RTF conversion on the fly before it got your email and send it.

Michael: [1:22:53] Ooh, there you go. See, and then, huh, okay.

Damashe: [1:22:58] So for those of you who don't look at show notes, you'll find out if it actually exists next week. If you do look at show notes and you see a link to it in the show notes, then you know that it exists and that you should definitely get it if you are a drafts user, because this is going to change Michael's life and probably start me back to writing emails and drafts too, if it still exists, so.

Michael: [1:23:21] And if it doesn't, we will follow up with ways to do that with Keyboard Maestro, because that is doable with Keyboard Maestro. So it is.

Damashe: [1:23:30] And I'll share some other tip. There's some other ways to work around it as well, because I've done it in different places where, you know, you can write your multi markdown wherever you want to copy it. And if you're using LaunchBar, at least you can send it to the service through LaunchBar and then have it pop back out on your clipboard and just go paste it. Well, look, I guess I just gave you the tilt button.

Michael: [1:23:55] Don't know what we're talking about. Find us on the web somewhere. Sometimes Double Tap, other times other places.

Damashe: [1:24:01] Yeah, and check out Double Tap anyway, because they're doing great stuff. It really is a tech show, I promise you, but it's a very raw, real tech show, because tech is deeply ingrained in all our lives, and what I appreciate about that show is that It's not just for advanced people. It's not just for starter people. It's for everybody because they touch on everything. So check out Double Tap at doubletaponair.com, and on the AMI, ami.ca.

Michael: [1:24:30] And we promise, like they keep promising that they're a tech show on us, that people will start observing some changes in the show. We've gotten a little bit of feedback saying, what's the difference in this?

Damashe: [1:24:42] What's the difference in this show or that show? Yeah, yeah. Basically took a break and came back and started doing the same show with a new change the name That's what people think I'm probably sure it's not gonna stay like that though But we had to start somewhere so we started where we were comfortable at so we could start moving Listening next morning too because we yeah We waited to get all of the things in place that we wanted we would still be waiting on that show So we had to do it because we had been talking about it So we were listen This is why the show is actually titled Technically Working because this whole entire thing is us working through the process of different things. Talking about a CRM today. You may not hear about it for another month, but it'll come back around once we got it in place and we're like, hey, here's what we did. Same with our site redesign for payon, for youronpay.com. That is coming. It has started. The process is in place. Don't have anything for you to go check out yet. We're not ready for you to do that yet, but we have started that process too. We're technically working here. We appreciate you listening Listen in next week, There was some I had for out and I forgot what it was now Probably to tell them to listen in next week to find out about CRM and how our experience is but then you just said I think it wasn't that it was something anyway. We are technically working. We hope that you are technically working too. And we shall see you next week.

Support Technically Working by contributing to their tip jar: https://tips.pinecast.com/jar/technically-working

Find out more at https://technically-working.pinecast.co

This podcast is powered by Pinecast. Try Pinecast for free, forever, no credit card required. If you decide to upgrade, use coupon code r-e4dc67 for 40% off for 4 months, and support Technically Working.