

Just keep the cookies on the counter top?


Just keep the cookies on the counter top?


They will never learn because they make Windows for Microsoft not for users. They do whatever suits them and they think will maximises profitability and their share price. They have to keep “growing” so they have to find new ways to make money.
As for the article; what shill bullshit is this?
It probably makes sense for a lot of users to have their default browser of choice open automatically at login, as most people spend the majority of their time in a web browser. Windows already automatically preloads Edge in the background by default to increase its startup performance, so it’s not a huge leap to automatically display the app itself if Windows knows you’re going to open it anyway.
No, it does not make sense to do this. Apps can be set to auto launch if users want them to. This only makes sense from the perspective of Microsoft trying to push Edge onto user so it can grow it’s market share and harvest even more data.


Yeah, could also have two Pi-Hole instances. One is network wide and block ads for everyone, and the other is the DNS the kids PCs use, set with a white list of approved sites only. You can set Pi-hole to block everything (set * as the a RegEx filter) and then add domains to the white list to be allowed through.
Groups is probably more efficient but two instances could be offer more options/nuance on how you run things.


That’s great! Here’s a few tips to take it a bit further; the world is your oyster!
Open your .bashrc file (e.g. /home/yourusername/.bashrc) and add the following:
alias get="/path/to/your/bash/file"
Now open a terminal and type get, and it’ll launch the script. No clicking needed, it’ll run anytime from any terminal!
And if you do use the alias then you can use another refinement, you can drop the echo: instead of $a, you can use $1 and remove the echo & read as you no longer need them:
Now for example you can type in a terminal:
get http://url.to.video/
And yt-dlp will do it’s stuff. $1 passes the first parameter after starting the script as a variable to it.
You can use the keyboard shortcut Control+shift+v to paste a URL into the terminal, no mouse needed; just remember to add a space after typing get


Yes you can do loads with your Raspberry Pi. Certainly you can install ARM based linux distros onto it, but with an older model you’re best using a Pi specific linux distro.
The official Raspberry Pi OS is linux and is compatible with all Raspberry Pi models - there is a universal 32bit version and a 64bit version for newer models 3+.
There is also Dietpi which tries to be more lightweight and optimised.
You can image either distro onto an SD card and run it on the Pi. If you connect the pi to your network you can run it headless and access it via SSH on your PC.
However, if you main aim is to learn and play with Linux, then it is worth considering alternatives. For example, you could install VirtualBox on your Windows PC, and create a virtual PC to run any X86 linux distro you’d like on it. That can include small systems with command line only or a full desktop environment of your choice. That would likely give you much higher performance and options than a 10 year old raspberry pi can offer.
The Pi is good if you want an always on server device to play with Linux on. The Virtual machine route is good if you want a more powerful system to play with occasionally when you feel like it.


Not really - if a woman came in with a gunshot wound, she’d be asked if she was pregnant. Why? Because she’d need a CT scan or an X-ray, which are ionizing radiation and have a risk for a foetus. She’d need a scan or x-ray to ensure there was no shrapnel in the would before closure even if superficial, and to assess for damage to vessels or bone etc if deep wound.
It’s a standard question that any women would recognise from trips to the emergency room. It’s pretty ineffective as a punchline if the cartoonist is trying to make the point you say they’re making.
Instead it just makes the woman in the cartoon appear dumb/ignorant which totally undermines the message it’s purportedly trying to put across. She is giving a fed up or even patronising look over something that would be essential question in any hospital.


Out of interest, which aspect don’t you believe? The article is clear the broken update effects a specific subset of enterprise users, on a specific mix of base versions and cumulative updates.
This seems like a classic windows update issue. In fairness to Microsoft it is difficult to prevent bugs when there is a huge install base, with a huge range of hardware, with a huge range of users on different mixes of updates and updating at their own. I personally think that’s totally believable.
What’s not clear is perhaps the implied overarching story that W11 is worse for this than other versions of Windows. I can’t answer that about windows updates themselves, but I certainly believe W11 is the worst version of Windows I’ve ever used (and I’ve used every version back to 3.11 as a kid). I have to use W11 at work: the UI is absolutely terrible and unfriendly but far worse it constantly and inexplicably slows down, programs become unresponsive repeatedly and I come across errors constantly.
I work in a big organisation and I don’t even bother to report most errors now - we hop between PCs because of the nature of my Job, and I’ve come up across so many I just can’t be bothered opening more tickets. I’d describe it as a mostly large volume of minor issues and inconveniences that cumulatively, on top of the bad design, that make it a shit experience. But I’ve also had numerous major errors since we moved from W10 to W11 on different PCs - they all have the same hardware and software yet the problems are different on each. I’ve given up reporting the problems and just avoid the PCs, and I think a lot of my colleagues are the same.
My organisation (I work in a large Hospital), is already stretched due to high work volume and low staffing and we now have a constantly little drag from Windows 11 on everything we do. It’s like Microsoft sprinkle a little bit of shit onto every computer, every day, all day. The cumulative effect in just my organisation must be massive - I shudder to think how bad it is across the whole economy.


The publicity will have little impact; only the AI bubble popping will make them change course. But the damage is already done - they’ve pivoted their company to AI, forced it into all there products and force their employees to use it. Once the bubble pops that’s going to take time to undo and fix.
AI of course will still be a thing, but at the moment they’re wasting billions on it as everyone wants to be to AI as Google is to search.


So bizarrely the best experience is to self host and pirate. That’s what you get when the entire entertainment industry is hostile to consumers.
When Netflix first became big, it was popular because it was a one-stop shop for almost all your content. It was like a big library of content in one place, you pay a reasonable monthly fee and it’s all there. Piracy dipped as a result.
Now all the content is fragmented into numerous walled gardens you have to pay separate fees to access. People can only consume the same amount but now they have to pay 4 or 5 fees as the content is spread out.
Unsurprisingly piracy is booming again.


Scarcity manufactured by the AI “boom”. When the AI bubble pops, expect a huge slump in hardware prices as companies try to offload huge stockpiles of worthless RAM, CPUs and GPUs.


The headline doesn’t quite reflect the situation, but it is difficult to capture in a headline.
Essentially add “for now”. Many of the issues are fixable but not necessarily by one laptop maker. As the article said by the time the issues were likely resolved the laptop would be obsolete as the version 2 of the chip would release.
Having said that, it’s not clear how fast the issues will resolve as without any devices there won’t be impetus to put fixes in to different parts of the ecosystem to get the full potential of the chipset.
The GPU sounds like the most serious problem and without manufacturer engagement may be the longest to get fixed.


Yes it’s fairly simple to do, essentially the user needs to download an image of a Linux install disc, flash it onto a USB stick (or a Dvd I guess), and then reboot their PC. They may need to press a key at boot to open the boot menu and select the USB (or the bios to change the boot order).
After that, most distros offer a very easy to follow installer which will install the new OS.
Most Linux installs can be done alongside windows (on the same hard drive or it’s own drive) but windows tends to break the boot loader with updates. It’s gernallt better to only dual boot if you’re good at fixing things - otherwise a full Linux install is better.
The most inportant thing is back up all your important data, and only do this if you genuinely want to leave windows. I’d make sure your windows license is digital before doing this too as that allows using windows again if you want to go back.
I’d say anyone can use Linux, it’s user friendly and robust. In terms of installing Linux, I’d only do it if you are sure you know what you’re doing - installing any OS - including windows - can involved trouble shooting problems.


I’ve tried Arch - it allows you to make a system that is exactly what you want. So no bloat installing stuff you never need or use. It also gives you absolute control.
On other distros like Fedora, you get a pre configured system set up for a wide range of users. You can reduce down the packages somewhat but you will often have core stuff installed that is more than you’ll need as it caters to everyone.
Arch allows you to build it yourself, and only install exactly the things you actually want, and configure then exactly how you want.
Also you learn an awful lot about Linux building your system in this way.
I liked building an arch system in a virtual machine, but I don’t think I could commit to maintaining an arch install on my host. I’m happy to trade bloat for a “standard” experience that means I can get generic support. The more unique your system the more unique your problems can be I think. But I can see the appeal of arch - “I made this” is a powerful feeling.


For me it seems to be when you go through to download the windows binary, you get an iframe on the page containing another site. That has ads and serves up the download. So I’m guessing the ads are on the website that provides videolan with hosting for its binaries?
They are old fashioned intrusive ads pretending you need to click then to start your download. But the download starts already.
Probably 80% increase from baseline. 0% is that background existential dread we all feel.
Looking at your error it’s because Rsync is erroring.
I’d starr by testing Rsync with an individual text file saving to /dev/dm-0 and see what error is returned.
Timeshift is good but it basically is just a tool to use Rsync to save a copy of your system folders (or other folders if you wish).
Rsync needs to be able to read the source and write to the destination, so I’d start with testing that Rsync is able to do that.
Given you’re using an encrypted partition it’s possible you’re trying to read/write to the wrong locations. You’ve provided device UUIDs but you’d probably actually need to be backing up the mounted decrypted locations? I.e. the root file system / will actually be a mounted location in your Linux set up, probably under /run, with symlinka pointing to it for all the different system folder. Similar for /home/ if you want to back up personal files.
The device UUID would point to the filesystem containing the encrypted file (managed by LUKS) which will have very limited read/write permissions, rather than directly to the decryoted contents / or /home partitions as you’d expect in a normal system. In particular if /dev/dm-0 (looks to be an nvme drive) is an encrypted destination then really you also want to be pointing directly to it’s decrypted mounted location to write your files into, not the whole device.
Edit: think of it like this, you don’t want to back up the encrypted container with Timeshift, you want to back up the decryoted contents (your filesystem) into amother location in your filesystem (encrypted or decrypted). If the destination is also an encrypted location you need to back up into its file system, not the device where the encrypted file sits. So use more specific filesystem paths not UUIDs. That would be something like /mnt/folder or /run/folder not /dev/anything as that’s hardware location, and not directly mounted in an encrypted filesystem unlike how it can be in a non-encryoted system.
100% CPU use doesnt make sense. RAM would be the main constraint not the CPU. Worth looking into - maybe a bug or broken piece of software.
Also the DE may he more the issue than the distro itself. You could install an even more lightweight desktop environment like Open box. Also worth checking whether youre using x11 or Wayland. Its easy to imagine Wayland has not been optimised or extensively tested on something like your device, and could. Easily be a random bug if the DE is pushing your CPU to 100%
There are super lightweight distros like Puppy linux.


And Women wouldn’t trust a man has taken it because, ultimately, they’re the ones who become pregnant not men.
While companies have looked into male drug-based contraceptives, ultimately even if it were 100% effective, it would never beat female drug-based contraceptives. It’d have a market sure - but it wouldn’t stop women taking birth-control because it’d remain the only way for them to be sure.


The key is getting out at the right time, and that is weighed massively against small investors. The big investors and institions control the market and can move quickly while small investors cannot.
Tesla is not doing well - look at its falling sales. It’s a risky stock to hold. The AI companies are also highly risky stocks to hold.
That doesn’t mean don’t hold them - all anyone is saying really is that these are high risk investments, and at some point they are going to probably crash because it’s a bubble.
That doesn’t necessarily mean “don’t invest”. It does certainly mean be prepared to get out fast and also only use money you can afford to lose when investing with such high risk stocks.
Yeah it makes no sense; he literally posted something as bad as this:
We don’t need a fake variant of it.