I wish PWAs took off, or a "desktop" environment for phones and tablets that allows me to save a simple website shortcut as an app.
I want my phone to be the portal to the places I want to go to and the things I want to see. I want to have the same experience going to a web app or website I regularly visit as with a normal app.
Like, I want to click on an icon and be there. I don't want to click on the browser and then find the tab.
Also, I want PWAs and website shortcuts to be first class citizens. I want a normal icon, not one that has some sort of visual marker that it's not a normal app.
It's been an ongoing annoyance, but it's getting to be more commonplace of an issue because there are a lot of people building cool things on atproto, and they generally start as a web app before they maybe build a phone app.
This is naïve. The US government is less democratic than advertised, and there are many factors for that. Not going to write a tome, but if you're going to point a finger at one group, it shouldn't be private citizens.
To whatever degree this site isn't a cesspool, we owe it to Dang, not the bad word police. They didn't swear at you, so there's no reason to get bent out of shape about it.
It's ironic you're taking this stance on an article about a respectable family that literally kept a slave.
There's a difference between superficial trappings of respectability, and actually treating people with respect.
ATTN, Uniqlo customer service employees: If someone tries to return a shirt claiming an error in the printed computer code, decline the request and reply, "A real script kiddie would've spotted that error before buying."
I read Don Quixote and thought it might be fun to visit some parts of Spain mentioned in the books. Then after looking at some maps and seeing a stark lack of trees, I decided I wouldn't enjoy the trip.
US companies outsourcing all of their manufacturing to countries with cheaper labor and laxer environmental & labor laws led to this. What did those titans of industry think would happen down the road? "I'll be retired." Corporations have way too much power in the US, and that has considerably weakened it.
They definitely play both sides to spread chaos. That's been extremely effective for them in reducing American power and influence. Getting their messaging out there is also a goal.
>It doesn’t matter that the language you use is memory-safe, if you didn’t design for correctness or have no process that will eventually lead you to fixing all bugs.
It's also worth noting that they linked a post about how memory safety is literally a matter of life and death, so it seems like their point is that memory safety is one class of bug, and a compiler guarantee about it doesn't equate to a guarantee of correct, bugless, unexploitable code.
Like, the linked author brought up that Khashoggi's wife's phone was hacked. Maybe that was due to a memory bug or some other kind of bug. Maybe the next journalist who gets hacked is a victim of a memory bug or some other kind of bug. But that linked post didn't take a holistic view of correctness, but went straight to, "Rust is safe. Rust saves lives." There's a logical error there that's being pointed out.
If you really want to save lives, you need to eliminate exploits. Not just do a victory lap because your compiler ostensibly eliminates one class of them. The compiler doesn't catch all bugs. The compiler isn't the only tool for catching bugs.
That's my reading of it, anyway. I think he has a point, and the Rust people do as well. I think it's wrong to portray him as bitter.
>an iPhone could not afford to let every installed application maintain its own background poll against a remote server. The proposal...a single persistent TLS connection from each device to Apple, over which any registered third party could deliver alerts.
I thought apps were sending notifications locally in the device. Like, if a messaging app receives a message, there's a network call for that. Then if the messaging app wants to tell the user they received a message, it can just hit a local API for that, right?
Is the pattern actually that the app makes another network call to the notification service to register the notification, which makes another network call to the device to deliver it?