HackerTrans
トップ新着トレンドコメント過去質問紹介求人

paradaux

no profile record

投稿

Chain Letter

en.wikipedia.org
2 ポイント·投稿者 paradaux·3 年前·0 コメント

コメント

paradaux
·3 年前·議論
https://archive.ph/wqCJ5
paradaux
·3 年前·議論
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)
paradaux
·3 年前·議論
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.
paradaux
·3 年前·議論
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.
paradaux
·3 年前·議論
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.

[1] https://www.dbpedia.org/
paradaux
·3 年前·議論
Equally, neither is the budget. Load isn't an excuse.
paradaux
·3 年前·議論
As another post has commented, in Ireland we indeed use C13 cables, and it's pretty common to use this term for that here !
paradaux
·3 年前·議論
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.
paradaux
·3 年前·議論
React Native is essentially just writing web apps, once RN has css grid I will be happy enough with everything it has.

There's something to be said for writing web apps in RN purely for the option of porting to iOS, Android and even MacOS/Windows now.
paradaux
·3 年前·議論
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.
paradaux
·3 年前·議論
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.

Excited for the future of edge functions!