Squiddles

@[email protected]

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Squiddles, (edited )

Access to Contacts has to go through the Android API, which means the user has to explicitly grant permission for Discord to access that specific functionality. That’s what the comment you’re replying to meant: access to contacts is protected at the operating system level and they’ve seen the source code on the OS side. Permissions might have been granted by the user reflexively, just muscle memory, when setting up Discord, but it absolutely had to have happened if Sync Contacts was enabled. Unless there’s some kind of bug where Discord enables the in-app setting without actually having the permissions to access contacts–I guess that could be possible. It couldn’t actually see any contact info in that instance, but it would try. If I go into Discord settings and try to enable the Sync Contacts option my phone displays the built-in Android permissions prompt with the text “Allow Discord to access your contacts?”

Squiddles, (edited )

Just to clarify, it’s not just that there’s an Android API to ask for permissions that apps use to show a consistent UI: that’s the way that apps actually get access to whatever feature they’re requesting, and if they don’t go through that API they don’t get access. An app can’t just decide in an update that it wants access to contacts without asking. The Android API to get contact info checks the app requesting the info and won’t give it anything if the user hasn’t explicitly granted that permission to that app. Most commonly when something like this comes up it’s a permission that was granted in the set of permissions requested when the app was installed and the user just skipped through the prompt and they don’t realize they granted access to contacts.

For the curious, here’s the Android developer guide page that describes how Contacts permissions work for app authors. And the page describing permissions in general, how to request, etc.

Edit to add: You can go into the settings for the app (not in the app itself, but in the app manager under your device settings, usually also accessible by holding on the app’s launcher icon and going to Info) and you can remove permissions that you’ve granted previously. So if you’re worried about this you can yank the Contacts permissions at the OS level and it doesn’t matter what the Discord settings are, they won’t be able to access your contacts anymore.

Squiddles, (edited )

You as a consumer will not ever buy GMO seeds, accidentally or intentionally. Because the genome is a protected product, farms who buy GMO seeds from companies like Bayer (formerly Monsanto) have to enter into a legal agreement with the seed supplier, and they buy massive quantities at a time. Many public seed companies proudly declare their seeds are non-GMO, but that’s true of all seeds you’d be purchasing.

The seedless plants that you as a consumer can buy are bred by creating a sterile hybrid between two non-sterile lineages. It’s essentially a “defect” in the children of the two lineages which prevents their progeny from developing seeds even though they still develop fruit.

Edit to answer the rest of your questions:

Legal to use biological waste: Use freely.

How the patents work: Patented plants are basically just a legal protection for the company that produces the seeds you’re buying. They’ve put a lot of work into generating lineages of pepper plants which can be cross-bred to produce seedless peppers, and their patent ensures that they are the only legal supplier of these plants (these specific plants–someone else could breed separate lineages and patent their plants without any issue). The USDA website and US Patent and Trademark Office website have more information, but I’ll summarize: You could be sued if you bought their patented seeds, grew pepper plants from those seeds, then created a business to propagate and sell those pepper plants. You, at home, growing food for you and your family/friends? No one cares. The patent only exists to prevent another company from taking the plant that the original company painstakingly bred and selling it as their own.

Implications for society: You can’t build a business selling their patented plants without a licensing agreement, I guess. Nothing odious about hybrids, and protecting specially-bred plants is enshrined in the Plant Patent Act of 1930, so it’s been around a long long time.

Americans are explaining why they don't say 'you're welcome' in customer service settings after foreigners complained that 'mmhmm' comes off as rude (www.insider.com)

I was watching a video from two years ago about different social norms and this showed up. Found someone questioning the same eight years ago on reddit (when it seemed less normalized). It feels so weird not being aware of this shift, even as a foreigner.

Squiddles,

I feel out of the loop. Not sure if it’s me just getting old or not understanding social nuances, but this all feels like people drawing lines and taking sides on something that’s going to vary based on cultural background, age of peers, personal experiences and idiosyncrasies, etc. I don’t feel like it’s a good situation to have two (or more) sides each claiming that it’s offensive to them if someone who doesn’t know them responds using a different side’s preferred response. Kinda puts customer service workers in an impossible situation.

I reflexively say “thanks” when another human does something for me, and I don’t particularly care what their habituated response is. Especially for people working customer service, who are just getting through their day and running their script. Mostly people echo the response that they’re used to hearing from others, so unless I have some reason to think they’re being snarky…??? Your noncommittal phrase of thanks received a noncommittal response, and both parties can move on from the exchange and do something else with their time and energy.

Squiddles,

It’s kinda flipped from how most people think of it. Dictionaries don’t define which words the language contains–they just write down the meaning of words that people are using. Any word that’s used commonly enough will be added to the dictionary. Webster also has “rizz”, for example. That just popped into common usage a couple years ago and definitely wasn’t coined by a dictionary.

My favorite nonsense words lately have been from Australia. They have whipper-snippers, grow Warrigal greens, eat wombock, and chase off bin chickens. Giving language a purple-nurple is practically the national Aussie pastime.

Squiddles,

Halls of Torment is early access, but pretty good. It’s a nifty fusion of Vampire Survivors and oldschool Diablo.

Squiddles,

Ah, I feel a bit silly! I tried looking for things on Etsy using Finland in the search, which turned up a bunch of Finland-themed stuff from US sellers. Based on that I assumed Etsy wasn’t a thing in Finland. I didn’t realize there’s a filter option for the seller location. Thanks!

Squiddles,

I worry that this also has a rose tinted glasses effect on early user reviews. The only people leaving reviews for the first few days are going to be the people already invested enough to pay extra for early access, and they may be more willing to overlook issues with the game.

Squiddles,

Finally something I’m actually qualified to weigh in on! I’m the lead UI developer for an EHR software (not saying which one or getting into details–it’d be pretty easy to figure out my identity).

First, to be fair, it’s possible that the software they’re using is genuinely terrible. They don’t say which EHR. I’ve heard this kind of thing from providers before, though, and it’s usually that they don’t know how to use the software. From the way the article describes the provider, it sounds like they’re stuck in paper and don’t want to learn a new way of doing things. On the one hand, fair enough–patient care should be their primary concern. On the other hand, patient care is so much easier, faster, and more accurate in an EHR.

In my EHR you select a patient and can get a full visit summary on any visit the patient has ever had with a couple of mouse clicks. Immunizations, clinical notes, radiology, goals, problems, vitals, education–everything that happened during the visit. There are built-in tools for reminders that automatically notify you of things that are important for the visit based on previous visits, contraindication checks for medications, tracking of fluid balance, integrated documentation for clinical reference and distributing to patients, etc, etc.

That’s not even to mention things like compliance for clinical quality measure reporting, integrating with state immunization registries, easy export of data to external facilities (eg, CCDA), using digital signatures for non-repudiation of controlled substance prescriptions, automagically pinging requests and data around to the different departments, etc. So many things that used to rely on a human squinting at a paper now just happen, with a built-in audit trail.

As for billing: we (developers, testers, and project/product managers) HATE billing. It’s a necessary evil, but we package it off as a separate plugin. It can pull procedure codes and the like from the database to do its job, but to suggest that billing is the only reason to use an electronic health record is astoundingly ignorant. Patient care is the primary concern of everyone who actually has hands on the application. Most of us are former providers who just happen to be alright at coding.

Blocked by Cloudflare (jrhawley.ca)

The author was blocked from accessing a work website due to issues with Cloudflare’s browser integrity checks. Despite having credentials to prove his identity, an attempt to bypass the checks by disabling fingerprinting in Firefox resulted in Cloudflare blocking all access. He could still access the site on Chrome, showing...

Squiddles,

The author explicitly says that they didn’t tamper with headers or user agent. I’m neutral/not knowledgeable on the rest of your comment, but wanted to clarify that point.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • aaaaaaacccccccce
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • KamenRider
  • TheResearchGuardian
  • KbinCafe
  • Socialism
  • oklahoma
  • SuperSentai
  • feritale
  • All magazines