This is the problem. Adults thinking children are useless. Don't you remember being a kid?
Whenever there's a blocker (one case from my childhood was how to use net send to broadcast profanity across the network), someone will figure it out, and by the end of the day EVERYONE knows.
It's not like they need to `sudo apt install openvpn` and tweak the config file manually and tinker with routes and firewall rules afterwards.
Basically every youtube video for the past decade has been sponsored by a VPN service offering first-joiner discounts. My cousin uses a VPN and has no idea what it is and how it works, just that "he should protect himself while browsing". Those VPNs have invested massively in UX and ease of use so out of that 77% of users, I'd guess more than 80% of it switched to VPNs.
Maybe not all, but kids pickup things fast. When I was young the school tried to block a popular flash games website, one lunch hour later and somehow we all learned how to use a VPN. I'd say I owe a lot of my technical ability to learning how to circumvent restrictions on school computers and whatever my parents tried to setup on the home computer.
I agree. My point is we shouldn't simply open the doors for this degenerate content and make it easily accessible for children. Children who are already addicted to porn will be more inclined to find a workaround. But new children who haven't been exposed yet will be less inclined.
This all or nothing mentality is so disconnected from the real world. Of course some people started using VPNs, of course some children even started doing it. No law can prevent all occurrences of what it tries to prevent. But it can make it more difficult, and heighten the barrier of entry for children that are introduced to the internet.
> At the next election some portion of Labour voters will remember missteps like this and will vote for someone else because of it.
Personally, I think their prosecution of peaceful protestors (Palestine supporters) whilst giving a free pass to right wing violent protestors will alienate their traditional left-wing base.
I don't think the traditional left wing base is too enthused about their intifada brothers to be honest. And a specific subset of those probably would want to ban porn too.
As far as I can tell, the purpose of the law is to push children to use either free VPNs and proxies (which will likely make them less safe using the internet) or to visit less famous porn sites that are too niche to be targetted. So, we're pushing children towards the most dodgy porn sites possible and encouraging people to upload identifying information to the less dodgy porn sites.
This law is not fit for the declared purpose at all.
They exist because they are either proxying networks that resell residential IPs (aka your internet connection) ...or because they are harvesting credentials.
The former will now make less sense as a business model, since UK isn't a good location to proxy traffic through anymore.
2. Yeah, I am regularly irritated by old chestnut of “kids are tech geniuses unlike the helpless adults”. With few exceptions, they think WiFi/the Web/The Internet are the same thing and have no clue how any of it works deeper than the UI (just like most adults). In the UK at least, our “progressive” government shifted the focus in the late 90s from teaching basic CS concepts to using Microsoft Office applications. I hope it is slightly better now.
Come on. Get out of your bubble and go touch grass. There are more restrictive countries than UK/EU/US will become in visible future. And customer-level censorship circumvention technologies have gone so far that most services are just one-button apps. And the children who can't press one button usually just don't have a phone.
I run desktop linux via postmarketOS on a Lenovo Duet 5 (Snapdragon 7c). It isn't the most powerful device and the webcam doesn't work but other than that it works well and battery life is excellent
I recently installed PostmarketOS and ran into the audio issue as well.
It is resolved by editing the rt5682-max98357a/HiFi.conf file to change the playback channels from 2 to 4. There is extra bit to clean up, but that is the simple fix.
IIRC, it's because the ARM designs tend to use camera modules that come from smartphone-land.
Cameras used on x86-64 usually just work using that usb webcam standard driver (what is that called again? uvcvideo?).
But these smartphone-land cameras don't adhere to that standard, they probably don't connect using USB. They are designed to be used with the SoC vendor's downstream fork of Android or whatever, using proprietary blobs.
A similar thing is happening in Intel land recently, where the cameras use ipu6 / ipu7 chips rather than dumping simple frames over USB. But this way we get a higher resolution / quality at least.
It’s usually MIPI or some variant. There’s probably a way to enable the video stream but you also have to talk to the control module itself which is on a different bus.
It's a sure fire way to get your uni submission incorrectly flagged as plagiarism. How straightforward it is to prove you're the original author varies by institution.
once the essay is already graded, it should not matter. and less as time passes.
on the contrary i thought any essay, paper or report written for uni or school can be considered for publication in some form. not everything is worth publishing of course, but if it is, talk to your supervisors about it.
I'm with you on the sunsetting of ChromeOS, but I'd like to offer a counterpoint to your experience of the Duet. I've been using the newer Lenovo Duet 5 with PostmarketOS[0] (linux for ARM) as a daily driver for more than a year and it is almost always great (minus no functioning webcam, which is abysmal anyways)!
Did you consider using sway[1] as your window manager? From what I understand wayland is better equipped to deal with modern displays and touchscreens. (although it is still more complex to do certain tasks like screensharing).
Thanks for this suggestion, to be really honest: I simply didn't know about Sway.
At this moment I am experimenting with using the tablet with a Surface Dock, connecting it to different external displays. The way Sway can handle different scale/DPI's per display seems very useful. I will absolutely give it a try!