HN user

lostfocus

102 karma
Posts0
Comments42
View on HN
No posts found.

That's why there are efforts to get platform companies to allow putting PWAs into their app stores. I think on Android it's already possible with a thin wrapper and with regulatory pressure it might be necessary for other platforms to enable that as well.

I remember that dumb ad. I think that was the moment when I finally decided to read his books in his original English instead. (It helped that at this time my English got good enough that I could read whole novels complete with puns and obscure references.)

I honestly don't understand the hate that Git Flow gets these days. We've been using it in our little client-services agency (projects of 2 to 8 developers with infrequent deployments) for the last couple of years and never had any problem with it. It's easy to explain and automate and mostly just works without getting in the way.

Open Airport Map 3 years ago

That's a browser's default behaviour when the location is requested without user interaction. In this case they request the location immediately when opening the page, they're supposed to add a "Use my location" button and in that case the browser would remember the decision for the current session.

Passkeys 4 years ago

Yes, it is WebAuthn + iCloud storage of the client credentials.

I use it quite often, especially to get the json strings. It's a small tool, nothing groundbreaking, but useful for a certain target group nonetheless.

Apple Passkey 4 years ago

You might at least want to put a warning there for people who access the page with unsupported browsers? There's nothing on the left of "⬅ Go ahead... click it." for me.

It's a bit more in the user's hand. You could put a beacon in your garage and one in your kitchen and send different events with OwnTracks depending on which one is close. It's a bit more granular and hyperlocal than iOS' location API.

PHP 8.1.0 5 years ago

Server-side Rendering, which no other backend-only language could do

Isn't it the definition of a "backend-only language" that it renders server-side?