social.lol is one of the many independent Mastodon servers you can use to participate in the fediverse.
social.lol is a lighthearted social hangout for the omg.lol community.

Administered by:

Server stats:

838
active users

#webdev

180 posts126 participants44 posts today
Continued thread

sorry @aspensmonster @zombiewarrior and others i forget.
but that's the thing i was telling you about.

IMPORTANT:
Edit lines 37-40 for your server environment.

@chrispederick @ppk
@bluemix

The utility of the app is the "transform.sh" script
USAGE:
_$> /usr/local/bin/transform.sh /var/www/html/some/file.html

creates http://localhost/some/file.html
and sends to xdg-open

it is quite convenient.
I've taken away the "hard part" which makes no sense.
that is, "what the hell is it for?"

enjoy.
@Vivaldi @vivaldi_browser
#webdev

🦖 FederatedCredential: protocol property
🟧 Limited availability

developer.mozilla.org/en-US/do

The protocol property of the FederatedCredential interface returns a read-only string containing a credential's federated identity protocol. If this property is null, the protocol may be inferred from the FederatedCredential.provider property.

The MDN Web Docs logo, featuring a blue accent color, displayed on a solid black background.
MDN Web DocsFederatedCredential: protocol property - Web APIs | MDNThe protocol property of the FederatedCredential interface returns a read-only string containing a credential's federated identity protocol. If this property is null, the protocol may be inferred from the FederatedCredential.provider property.

Fauna >> Supabase is rather smooth so far, but it's _a lot_ of work, more than I thought.

Working on the first of 2 web applications (the smaller one...), and forgot how tightly coupled the UI is with the data model.

Managed to do read/update today, still got to take care of create/delete.

But yeah, things are still working, no data was lost, so I haven't completely nuked the whole thing, which is good 😅

Learning a lot too, which is great.