It's time for nationwide term limits. You get to serve your term and do what you'd like, then give the reins over to the next person. Sick of all these fucking old ghouls who cling onto their positions of power like it's a fucking philosophers stone for them.
anon232
Even if that's true I wouldn't put it past the companies to find ways to circumvent regulations, and I think trying to advocate for regulating them sets a precedent against the free and open internet that websites are under government control, which shouldn't be the case. Imagine if government started requiring government ID's to access all websites (including Lemmy, which is a social network).
Rules for social media lol. What do you expect the government to do? How would they even enforce these rules? Social media sites would simply host in other countries outside of the USA to bypass regulations.
Instead of trying to regulate websites, how about we create better privacy protections for our citizens, eh?
The steam controller has a bluetooth mode you can activate upon turning it on.
Wasn't this clown barred from posting on social media?
The internet is about to move to the rest of the world if this passes, no one will host a web server in the US after this.
Personally I use controlled, I typically create my own custom components that wrap a Dialog compoenent. These custom components will have props for thing such as the message to display, title, whether to show it or not, and an onClose callback. The onClose callback will be emitted from the custom component, which you can code to get called regardless of what method the user uses to close the dialog, then the parent component would simply toggle the boolean state of the custom dialog.