back when the USSR was still a going concern, there were zero American leftists claiming that it wasn't really communist. that only started happening after they failed
Not sure the larger point you're trying to make (maybe we're on the same page?), but it's a fact that AI has come from heavy long-term investments by the academic and public sectors, yet private companies are accruing most of the gains
No, it's programmers online who are larping making real things. People who actually make real things may be concerned and may push to clarify the law but they're not ceasing. People who actually live in the EU and do business there understand that the interpretation that's going around the angry internet forums is complete nonsense.
> We can't keep pretending it's normal for SCOTUS to decide everything about our society.
That's not what this is. As the 9th Circuit points out, states already have quite extensive laws about gambling. We don't need Congress to step in to either reinforce or displace them. The courts are doing their job by ruling on existing laws.
A similar Dutch find was made into a podcast series (also in Dutch): ‘Liefste Lies’. An amazing story!
‘Liefste Lies, een podcast over verlangen.
In Sittard is een koffer gevonden met honderden liefdesbrieven uit de jaren 40 en 50 aan één vrouw: Lies. Tientallen mannen, onder wie Toon Hermans, en een enkele vrouw schrijven haar hartstochtelijke liefdesverklaringen, smeekbedes om een foto en huwelijksaanzoeken. Allemaal, en veelal tegelijkertijd, denken ze dat Lies de ware is, tot ze hen onherroepelijk in de steek laat. Wie is deze mysterieuze vrouw? Voor wie zal ze kiezen? Hoeveel vrijheid heeft ze en hoe is dat nú eigenlijk in de liefde?’
My touchpad doesn't work anymore. Why is it so difficult to connect a bluetooth mouse without a mouse? The "mouse detected, want to connect?" notification shows up ON THE SCREEN but I need to enter a bunch of shortcuts and navigate through multiple items just to be able to click yes.
From my hazy recollection from law school, the US appeals courts are called "circuits" because back in the day, they weren't actual buildings but rather judges that would go around town-to-town within their jurisdiction in a horse-drawn carriage 'in a circuit' (that corresponded to a certain geographic area). The name just stuck even after they were permanently enshrined into physical structures (each corresponding to a given region).
Absolutely nothing I can read about this regulation, apart from angry internet comments, leads me to the conclusion that someone would have to register in every EU country; additionally, that's not how any other EU regulation works.
For example I don't have to register in every EU country if I make a social media site in one EU country. I only have to register it in my country and that agency may or may not forward the information to others. The law doesn't have to say this - it's implied.
> On social media on Friday, Laura Loomer, the far-right activist and ally of Donald Trump, claimed credit for Yiannopoulos’s detention and wrote that she had previously reported him to ICE.
Sorry I don't understand your reply. Are you agreeing with me? The police booth is not to make you afraid. The idea is that it would deter pickpockets and other petty crime just by being there, regardless of whether the booth was meant to do so or not. Yes it could just be a almost retired security guard inside giving out directions but that would still work better than nothing at all.
All it shows is that openai is likely still subsidizing inference, sees no value in integration buried within other branded tooling competing with theirs.
My go to when implementing custom controls that can't be achieved in native HTML is the ARIA Patterns (https://www.w3.org/WAI/ARIA/apg/patterns/) site. That has clear documentation on the roles, states, and keyboard interactions for common UI controls. I've used it for things like a search bar with an autocomplete dropdown to get the keyboard interaction right.
I could find these all day but let me just remind you that for literally _DECADES_ before this regulation there were no such restrictions to cross EU online shopping. Now the small players have closed entirely, and the more fortunate can only afford to serve the largest countries such as Germany, Belgium, Netherlands. It's insane.
And to add insult to the injury, substandard alternatives to all of these products are still readily available on Temu. They are fucking laughing at us in China!
I don't understand (possibly because I lack Angular experience): what is it about a .NET backend using HTMX that requires presentation concerns to be mixed with business logic?
Don't you have to maintain that separation either way? Your core/application logic shouldn't know how its result is ultimately represented. That could be JSON or HTML over HTTP, Protobuf over a TCP stream, or a custom binary protocol over a Unix socket.
Obviously those representations matter at the presentation/transport boundary, but why should choosing HTML force that concern into the business logic?
My touchpad broke and I couldnt download the touchpad driver to fix it on the spot because there was no way to get to the download button with tab and enter, you had to click it.
So far I've used a little bit of htmx (2) for one of them, and I really love it. Just a few attributes and we get some very reasonable progressively enhanced client/server interactive elements without full page loads.
Not sure I would choose if I had to make a SPA - it's partially from ignorance, but right not not sure how to avoid spaghetti. But I think it makes me even more strongly consider _not_ making a SPA