Wikipedia:Reference desk/Computing
of the Wikipedia reference desk.
Main page: Help searching Wikipedia
How can I get my question answered?
- Select the section of the desk that best fits the general topic of your question (see the navigation column to the right).
 - Post your question to only one section, providing a short header that gives the topic of your question.
 - Type '~~~~' (that is, four tilde characters) at the end – this signs and dates your contribution so we know who wrote what and when.
 - Don't post personal contact information – it will be removed. Any answers will be provided here.
 - Please be as specific as possible, and include all relevant context – the usefulness of answers may depend on the context.
 - Note:
- We don't answer (and may remove) questions that require medical diagnosis or legal advice.
 - We don't answer requests for opinions, predictions or debate.
 - We don't do your homework for you, though we'll help you past the stuck point.
 - We don't conduct original research or provide a free source of ideas, but we'll help you find information you need.
 
 
How do I answer a question?
Main page: Wikipedia:Reference desk/Guidelines
- The best answers address the question directly, and back up facts with wikilinks and links to sources. Do not edit others' comments and do not give any medical or legal advice.
 
October 4
Help to identify font
In the page Microsoft 365 Business Plans and Pricing, which font is used for "Find the best Microsoft 365 plan for your business" words? I attempted to use developer tools but I cant find anything... Is there someone that can kindly help me? Many, many and many thanks for all you can do!!! 151.71.113.96 (talk) 19:44, 4 October 2025 (UTC)
- In one of the css's there's a lot of Segoe UI, which looks about right. --Wrongfilter (talk) 21:07, 4 October 2025 (UTC)
- Thank you!!! —151.71.113.96 (talk) 06:54, 5 October 2025 (UTC)
- I've just copied and pasted that text into Word with "Keep Source Formatting". It says the font is "Segoe UI Variable Display". ―Panamitsu (talk) 08:27, 5 October 2025 (UTC)
 
 
 - Thank you!!! —151.71.113.96 (talk) 06:54, 5 October 2025 (UTC)
 
October 6
email without phone OTP
Those who used email during 2006 know that in those days, mobile OTP and phone number verification were not required in Yahoo Mail and Gmail.
Nowadays, you can't open any new email account without a phone number OTP, and they also have limits like one phone number, one email account, or a few more. Gmail says 'This number has crossed the maximum limit for verification'.
Which emails do not use phone number verification right now? No OTP, and I can open any number of email accounts I want? FloatingIslesLoreKeeper (talk) 09:23, 6 October 2025 (UTC)
- @FloatingIslesLoreKeeper proton.me is one of the few. —TheDJ (talk • contribs) 09:52, 6 October 2025 (UTC)
 - One option is fastmail, but you pay a monthly fee for that. Card Zero (talk) 12:18, 6 October 2025 (UTC)
 - Mailo (webmail service) is reasonable. They offer free accounts, no phone number required, with some restrictions (eg max 5 aliases, and they explicitly forbid creating an account purely to register with third-party services).
 - Their paid service is also reasonable (I use it myself) - 100 aliases for €1 per month. Mitch Ames (talk) 12:21, 15 October 2025 (UTC)
 
October 13
Ripping old DVDs
Disc rot has set in in my collection of older DVDs. So, I've started backing them up using MakeMKV. In some cases, MakeMKV is able to work around minor problem areas and rip the disc, but in other cases entire tracks are just unreadable. I'm just kind of accepting I started too late; MakeMKV is supposedly great at this, so I don't expect another program to do much better. But where I am hoping for other options is that MakeMKV only rips the files, it doesn't re-encode them, so my projects take up an enormous amount of space. I'm then transcoding with HandBrake, which is powerful, but intimidating to learn. Is there a more hand-holding paid program that does more of the steps by itself and is also good at working around a few rotted sectors? If it can run by itself, it's okay if it works slowly (e.g. over night); my current work flow requires my involvement multiple times with large time gaps between which is annoying. Matt Deres (talk) 13:46, 13 October 2025 (UTC)
- Is it MakeMKV, or HandBrake, that requires interaction? Is the interaction necessitated by the bad sectors? Is it always the same interaction? You're on Windows, aren't you, and people often use AutoHotkey for quick and cheesy scripting of gui-based tasks like this.  Card Zero  (talk) 13:55, 16 October 2025 (UTC)
- Both sides require some interaction; (I think) the bad sectors don't directly add to the number of interactions, but they do increase the gaps between them, which is the pain point. MakeMKV requires a couple of interactions. I'm probably messing up the terminology, but it needs to read the disc first, in a detailed way, so that it knows the layout, which tracks to skip, and the whole business of overcoming the bad sectors. Even discs that read in my BD player okay still have a few bad sectors so I don't know what the baseline is, but this step takes several minutes. Then it does the ripping, which takes a long time. I then switch to HandBrake which, even with presets, requires checking and hand-holding before the file can be encoded or put into a queue for encoding later. I appreciate the mention of AutoHotkey and I'll consider it, but my hope is to reduce the number of programs, not increase it. :-) Matt Deres (talk) 14:29, 16 October 2025 (UTC)
- I was trying to avoid saying that you should use command line MakeMKV, and FFmpeg (which is what's inside HandBrake), and write a script. But I don't know what the script would have to react to, anyway. What I'm imagining is: first MakeMKV quietly turns the bad DVD into a good-ish MKV, without troubling you for guidance. Then a script reacts to it completing this task, and triggers FFmpeg to run on the output, again without asking any questions. But it sounds like MakeMKV in fact presents you with details of the good and bad sectors and requires you to select the good ones and confirm, or something like that. Maybe there's a "do the obvious thing without asking" setting? Then FFmpeg might similarly have "shut up and do it anyway" command line switches for the case of whatever it is you say it has to check. That's why I was asking exactly what causes the demands for your further instructions.
 - I searched and found many people recommending the use of MakeMKV and Handbrake in combination, but no mention of a unified interface to integrate them, or any alternative that does both tasks together. Card Zero (talk) 15:08, 16 October 2025 (UTC)
 
 
 - Both sides require some interaction; (I think) the bad sectors don't directly add to the number of interactions, but they do increase the gaps between them, which is the pain point. MakeMKV requires a couple of interactions. I'm probably messing up the terminology, but it needs to read the disc first, in a detailed way, so that it knows the layout, which tracks to skip, and the whole business of overcoming the bad sectors. Even discs that read in my BD player okay still have a few bad sectors so I don't know what the baseline is, but this step takes several minutes. Then it does the ripping, which takes a long time. I then switch to HandBrake which, even with presets, requires checking and hand-holding before the file can be encoded or put into a queue for encoding later. I appreciate the mention of AutoHotkey and I'll consider it, but my hope is to reduce the number of programs, not increase it. :-) Matt Deres (talk) 14:29, 16 October 2025 (UTC)