Which would be what, exactly?
Literally the next line on the image tells you what:
“This includes: disability, pregnancy/maternity for the purposes of the mobility assistance use case.”
Modern tech, retro tech, 80s/90s music & nostalgia. I live in northern England so most things I post about have a UK slant.
Elsewhere on Fedi:
Which would be what, exactly?
Literally the next line on the image tells you what:
“This includes: disability, pregnancy/maternity for the purposes of the mobility assistance use case.”
Not really a viable solution for many scenarios though. What if your PDF has half a dozen pages, your answer becomes really tedious. And in a lot of cases a PDF with forms is expected to be sent back to the person or company that created it once the fields have been filled in. They’re not likely to want to receive a bunch of JPEG screenshots instead.
From the sidebar
Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
Nothing there saying it’s specifically for Linux News.
You don’t need a desktop for CAD anymore.
Not for the raw processing power, but anyone doing serious CAD work is going to want at least a 21" monitor, relying on just the laptop screen is going to be difficult especially (and I speak as someone aged over 50 myself) as your eyes become less able to focus on fine details as you get older.
So OP needs to decide if they’re going to want to use the machine for other things as well, in which case a laptop + external monitor might be fine, or if it’s a dedicated work/hobby CAD machine in which case why not get the desktop + monitor.
With flying cars we’d have the opportunity to take the human factor out of the equation, which is the cause of the vast majority of car crashes.
Imagine we had never invented cars and trucks and highways and were just doing it now. Do you think we’d take these two ton death machines and say “let’s put them under control of an individual person, with all the distractions and fallibility and other problems we know we suffer from”? Or would be instead design a system where every single vehicle has a computer that is constantly in communication with all the other vehicles around it, and can react far quicker to any issue than a person could.
The problem with self-driving cars is that they have to operate in a world where there are also human-driven cars, and cyclists, and pedestrians, etc. If the only things on the road were computer-controlled, it’s a completely different scenario. And that’s what we’d have with flying cars. At least I hope so!
That all seems … incredibly complicated.
Why not use fwupd? (link is the Arch wiki but should be relevant for any distro). I’ve been using fwupd to keep my Dell XPS15 BIOS updated for the last few years, with no problems at all.
I’m still struggling to understand what advantage Docker brings to the set-up.
Maybe the application doesn’t need to write anything to disk at all (which seems unlikely) but if so, then you’re not saving any disk-write cycles by using docker.
Or maybe you want it only to write to filesystems mounted from longer-life storage e.g. magnetic disk and mark the SD card filesystems as --read-only. In which case you could mount those filesystems directly in the host OS (indeed you have to do this to make them visible to docker) and configure the app to use those directly, no need for docker.
Docker has many great features, but at the end of the day it’s just software - it can’t magic away some of the foundational limitiations of system architecture.
I’m not sure why Docker would be a particularly good (or particularly bad) fit for the scenario you’re referring to.
If you’re suggesting that Docker could make it easy to transfer a system onto a new SD card if one fails, then yes that’s true … to a degree. You’d still need to have taken a backup of the system BEFORE the card failed, and if you’re making regular backups then to be honest it will make little difference if you’ve containerised the system or not, you’ll still need to restore it onto a new SD card / clean OS. That might be a simpler process with a Docker app but it very much depends on which app and how it’s been set up.
While true, I think most people’s concern is that their laptop is stolen and along with it all the access details for their email, online banking and so on.
If you’re doing things that mean you’re going to be the target of people with the knowledge, time, and technology to freeze the RAM and attempt to recover the data, you’re presumably already well aware of those (and other) dangers anyway.
GRUB (or any other bootloader) doesn’t care about and in fact doesn’t even know about X, Wayland, or any other userland GUI system.
Linux doesn’t really know about drives, it knows about partitions and mount points.
Obviously this is a simplification, but in general it’s close enough. It also could well be your problem - timeshift doesn’t know or care that /boot is on the same physical drive as the rest of your system: if it’s a different partition, it’s separate.