Another, related, issue would be the existence of two authors with the same name who both publish under their birth names. I don't see how they could be a 'trade mark' so to speak unless there was an intent to commit identity theft which would be a separate issue (which appears to be the case here)
I'm pretty sure the GP's point was that the US shouldn't have .gov/.mil etc, every country essentially has a form of government and military — And besides .gov.us would be more explicit.
No one? That's a rather brash statement to make. Here in Ireland I can count on zero hands how many people use credit cards on a day to day basis. Debit cards are the norm in much of the EU I would assume.
Your url comment reminds me of the concept of the semantic web [0] Whereby we can have a structured machine readable and pure URL structure backed by ontology and linked data. There's a project that is working on this for Wikipedia called Dbpedia. [1]
[0] Unfortunately this concept has been completely bastardized by random research groups shoehorning the technology for EU grants, from my experience working in one such group.
With physical access, sure. The same could be said for shutdown with physical access. Nothing stopping the user without group membership from holding down the power button or unplugging the kettle cable.
What I'd love to see with this is a way to use supabase auth itself as an idP/SAMP provider. Have your tools (back-office tools and what not) written in native supabase, or have multiple supabase projects with the one shared auth system. Could be better UX for Sysadmins than OpenLDAP and so forth.
I'm currently building something similar to just do that on top of supabase for work. Happy to see the developments with Supabase Auth anyway.
I'm working on several RN + Supabase projects and it just works !
There were a few kinks initially, like URL polyfil being missing from RN and the need for AsyncStorage alongside supabase.js but they've all been rectified by the team or made more clear using their Expo instructions in the docs — Although maybe it'd be clearer for people that the expo guide is for RN? People who haven't started using RN might not know the connection?
It's such a pleasant stack, we're experimenting currently with edge functions in place of an API in certain places, so far it's just to use Cloudflare Turnstile to insert contact form records into a database, but it's super trivial.
I'm a huge fan of the scrimba[0] style of teaching. They're a fairly well established startup now, whose content style involves having a screen cast be recorded with an interactive code editor, review window and slides which you can move around and use as an online IDE.
You can interrupt the narrator at any time and interact with their code editor as if it was your own, messing with the code at that time and review the results.
Right now they seem to be focused on fronted skills, namely React and more general web dev topics but I'm very happy with how quickly i was bale to get the hang of React using their courses.