Earlier quoted context omitted.
It's easier to do it over the internet with all the HTTP-oriented infrastructure we have nowadays. If I were the developer and just want it done quickly and reliably, I'd do a central server thingy as well.
So that when the manufacturer goes out of business (or decides that continued support isn’t profitable) it becomes a paperweight.
I think my BBQ just offered to be my default browser?
231–240 of 253 posts
Re: I think my BBQ just offered to be my default browser?
#232I used to visit the iGrill website every couple of days and stress test my product there during development. I worked for Ai Squared on an app named Sitecues, which was a SaaS product that companies would add to their website to improve their accessibility for low vision users. We ran into a vast number of edge cases when trying to make our JavaScript library compatible with all of our customers' websites, many of wh…
How'd the company turned out? I'm pretty interested in accessible web dev and have toyed with the idea of working on profiling tools, or maybe something to show abled users just how shitty their site is to use with various access tools.
Re: I think my BBQ just offered to be my default browser?
#233Android is such a drag sometimes. Between mystery quirks like this, where I'm sure someone who has been making Android apps for 6 years will be able to explain it, and things like the absolute inability to override the order of items in the sharing panel[1], such that Android will routinely topline sharing to a contact you got one text message from three years ago. "F.U., that's why" is the simplest conclusion I can…
I think the share menu uses concurrency to query available share targets (querying their names and icons), so whichever target responds first, gets put in the list first. Which is indeed very dumb, because the user gets a randomized list everytime s/he wants to share something. I'm using Fliktu https://play.google.com/store/apps/details?id=com.oakstar.fl... to override the share menu, it works in most apps (some apps…
Personally, until something open source is available, I'll stick with NeoLinker on my unrooted (no firewall) phone. It uses the built-in share share menu, but has the advantage of being able to share to itself to rotate between share, open with, search for, etc. If you're interested, it's available on Fdroid (and probably the play store as well?)
Re: I think my BBQ just offered to be my default browser?
#234Android is such a drag sometimes. Between mystery quirks like this, where I'm sure someone who has been making Android apps for 6 years will be able to explain it, and things like the absolute inability to override the order of items in the sharing panel[1], such that Android will routinely topline sharing to a contact you got one text message from three years ago. "F.U., that's why" is the simplest conclusion I can…
Thank you for pointing that out. I often share things with my girlfriend and never share things with my landlord, but android share deems it necessary to show my landlord as the top level person to share with and my girlfriend nowhere to be found.
The one thing iOS does get right is being able to order my apps in the share dialog however I want and it always respects that. I fucking hate using my android phone because I'm 100% sure it's meant to torture you.
Re: I think my BBQ just offered to be my default browser?
#235Earlier quoted context omitted.
Yeah, I've tried, but third-party keyboard apps on iOS definitely feel second-tier, and iOS will revert to the stock keyboard app for certain things, and it's just too jarring to get punted to QWERTY whenever I need to enter my phone password.
With face-id and password vaults, I never need to enter passwords :D
It's not a big issue normally, but how would you feel, if, as a QWERTY user, you were punted to a Dvorak keyboard to enter your password every time you restarted/updated your phone?
Re: I think my BBQ just offered to be my default browser?
#236Earlier quoted context omitted.
Android share is pretty sad. It used to be miles ahead of iOS but it has been pretty stagnant and for a while has shipped with an implementation that would ask at share time which apps can respond (Which explains why populating the share menu was pretty slow for several android versions)
that's not why
Re: I think my BBQ just offered to be my default browser?
#237Earlier quoted context omitted.
What are the chances that it's also sending the temperature over the Internet to be logged by some server in the cloud, so they can gather usage metrics and other analytics? This is literally "telemetry" in the original engineering sense, and I wouldn't be surprised at all if it did. On a lighter note, Weber does sound like a good name for a web browser.
I get that privacy is important, but I'm struggling to understand why I'm supposed to care about a company logging data on the temperature of the beef I'm cooking. If they want to badly enough to secretly add telemetry code and not tell me? Great, have fun. Enjoy. I'll not lose any sleep over it. In other words - the backlash over excessive data storage and retention is very much good thing, but let's be careful to t…
Re: I think my BBQ just offered to be my default browser?
#238Earlier quoted context omitted.
With face-id and password vaults, I never need to enter passwords :D
"Passwords" in general aren't a problem, they don't revert the keyboard to the "wrong" layout - it's only the iOS system password that does this. It's not a daily occurrence, but you still need to enter the device password with the "wrong" layout every time you restart your device, when you go 48 hours without unlocking your device, when you have too many unsuccessful Face ID/Touch ID attempts. It's not a big issue n…
I knew I had them both down when I could tell people verbally how to enter text on our DVORAK machine by telling them the QWERTY equivalent without looking.
Re: I think my BBQ just offered to be my default browser?
#239I used to visit the iGrill website every couple of days and stress test my product there during development. I worked for Ai Squared on an app named Sitecues, which was a SaaS product that companies would add to their website to improve their accessibility for low vision users. We ran into a vast number of edge cases when trying to make our JavaScript library compatible with all of our customers' websites, many of wh…