Readit News logoReadit News
brigandish commented on Wikipedia loses challenge against Online Safety Act   bbc.com/news/articles/cjr... · Posted by u/phlummox
foldr · 13 days ago
The Bill of Rights was never repealed, so there’s no “used to” about it.
brigandish · 2 days ago
That's a sophist's argument. There's a reason it's qualified as the 1689 Bill of Rights, because it doesn't exist as a bill of rights any more. Parts of it were subsumed by other laws, parts of it repealed - where is your right to bear arms?
brigandish commented on Wikipedia loses challenge against Online Safety Act   bbc.com/news/articles/cjr... · Posted by u/phlummox
bArray · 14 days ago
> The government told the BBC it welcomed the High Court's judgment, "which will help us continue our work implementing the Online Safety Act to create a safer online world for everyone".

Demonstrably false. It creates a safer online world for some.

> In particular the foundation is concerned the extra duties required - if Wikipedia was classed as Category 1 - would mean it would have to verify the identity of its contributors, undermining their privacy and safety.

Some of the articles, which contain factual information, are damning for the UK government. It lists, for example, political scandals [1] [2]. Or information regarding hot topics such as immigration [3], information that the UK government want to strictly control (abstracting away from whether this is rightfully or wrongfully).

I can tell you what will (and has already) happened as a result:

1. People will use VPNs and any other available methods to avoid restrictions placed on them.

2. The next government will take great delight in removing this law as an easy win.

3. The likelihood of a British constitution is increasing, which would somewhat bind future parliaments.

[1] https://en.wikipedia.org/wiki/List_of_political_scandals_in_...

[2] https://en.wikipedia.org/wiki/Category:Labour_Party_(UK)_sca...

[3] https://en.wikipedia.org/wiki/Modern_immigration_to_the_Unit...

brigandish · 13 days ago
> 3. The likelihood of a British constitution is increasing, which would somewhat bind future parliaments.

As an repetition of and an aside to all those pointing out that there is a constitution, what may find gaining some momentum after this are calls for a Bill of Rights, something England used to have[1].

[1] https://en.wikipedia.org/wiki/Bill_of_Rights_1689

brigandish commented on It's time for modern CSS to kill the SPA   jonoalderson.com/conjectu... · Posted by u/tambourine_man
zwnow · a month ago
Even with Laravel you will write lots of Javascript unless you go for blade templates or that other templating thing. Javascript is also great for making the web interactive. Maybe the sheer amount of SPAs out there shows us what we really want from the web. Most things ppl use in their day to day life cant be built with HTML and CSS only
brigandish · a month ago
> Maybe the sheer amount of SPAs out there shows us what we really want from the web.

A distribution and installation system that works on almost any device?

brigandish commented on Most RESTful APIs aren't really RESTful   florian-kraemer.net//soft... · Posted by u/BerislavLopac
paulddraper · a month ago
XMLHttpRequest? fetch?

We're talking JSON APIs -- HTML forms are incompatible with that no matter the verb.

brigandish · a month ago
Fetch came in around 2015, and XMLHttpRequest wasn't consistent in the way different verbs were handled, like redirects, as this blog post[0] from 2006 points out:

> Basic redirect support is pretty universal, but things quickly fall apart on most browsers when you do tricky things like use non-GET/POST methods on redirecting resources.

There were other things too, I'm not sure CORS supported anything but GET and POST early on either. Wanting consistency and then sticking to it isn't an inherently bad thing, there's a lot to know, and people don't update knowledge about everything (I'm speaking generally as well as including my self here).

[0] https://www.mnot.net/blog/2006/01/23/test_xmlhttprequest

brigandish commented on Linda Yaccarino is leaving X   nytimes.com/2025/07/09/te... · Posted by u/donohoe
beAbU · 2 months ago
And I blame the media. Politicians continue to post, and the media continue to quote them from twitter. I think it's shameful that politicians and other officials are using twitter as some sort of official media/announcement platform.

In my own African country twitter has become the de-facto channel for various updates and announcements by various state organs and officials. Makes it even worse when you consider the majority of the population has no reliable way to access this information.

And now its locked behind a user account! And it's owned by a potentially rival politician!

brigandish · a month ago
I've been able to access posts for a while now without logging in, I think that might have changed when they got rid of blocking.
brigandish commented on Most RESTful APIs aren't really RESTful   florian-kraemer.net//soft... · Posted by u/BerislavLopac
paulddraper · 2 months ago
What is the limited support for CONNECT/HEAD/OPTIONS/PUT/DELETE ?
brigandish · 2 months ago
It was limited up until the last 10 years, and if someone hasn't updated their knowledge then it's still limited, I suppose.
brigandish commented on Most RESTful APIs aren't really RESTful   florian-kraemer.net//soft... · Posted by u/BerislavLopac
troupo · 2 months ago
brigandish · 2 months ago
I always thought soooo many REST implementations and explainers were missing a trick by ignoring the OPTIONS verb, it seems completely natural to me, but people love to stuff things inside of JSON.
brigandish commented on WebAssembly: Yes, but for What?   queue.acm.org/detail.cfm?... · Posted by u/todsacerdoti
kerkeslager · 2 months ago
I just don't understand why you'd want this, or any of the JS server-side nonsense. WebAssembly is designed for the web--why would you want to use it outside the browser, when there are dozens of much more mature frameworks out there that were designed to work on your machine?

It seems to me like a lot of the JS outside the browser stuff out there is motivated by JS people not wanting to learn something different. Meanwhile for those of us who have been doing dev outside the browser, all this is worse solutions to problems we've already got solutions for.

brigandish · 2 months ago
Same reason Docker was a success - packaging and distribution of apps becomes easier. That's my guess.
brigandish commented on LooksMapping   looksmapping.com/... · Posted by u/elsewhen
preetsojitra · 2 months ago
You're misinterpreting the analogy.

- Drawing a mustache on the art = Vandalizing the original data (not what's happening).

- Taking the art home = Deleting the original data (also not what's happening).

- Scraping faces for an AI = Following visitors around the gallery, taking secret photos of them, and publishing a book that rates them by attractiveness.

The fact that the gallery is "public" does not make that behavior acceptable. The same is true here. "Publicly viewable" does not mean "publicly available for any use."

brigandish · 2 months ago
> taking secret photos of them,

The visitors took the photo, supplied the photo, and put it in a public place.

brigandish commented on Entry-level jobs down by a third since launch of ChatGPT   personneltoday.com/hr/fal... · Posted by u/lsharkey602
throwawaysleep · 2 months ago
> the most valuable use of LLMs is to make the software developers work more effectively

Which means you should need fewer of them, no?

> It can be the same people that were doing the low-level jobs; they just now can spend their human-level intelligence doing more interesting and challenging work.

Why were you using capable humans on lower level work in the first place? Wouldn't you use cheaper and less skilled workers (entry level) for that work?

brigandish · 2 months ago
Has the improved effectiveness of computers or software led you to need fewer of them?

u/brigandish

KarmaCake day3926March 15, 2017View Original