sorted by: new top controversial old
[-] losttourist@kbin.social 3 points 6 months ago

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.

[-] losttourist@kbin.social 3 points 6 months ago

It's a little more than 100€

It's half as much again! If your budget is that flexible you really should have mentioned it in the original post so that people could give you a wider range of options.

Translate it up by a couple of orders of magnitude and you get "I want to buy a car, I have €10,000 to spend" ... "I found one for €15,000, it's a little bit more but ..."

[-] losttourist@kbin.social 6 points 7 months ago

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."

[-] losttourist@kbin.social 31 points 7 months ago

Without a published POC there's a slightly longer window before clueless script kiddies start having a go at exploiting the vulnerability, though.

[-] losttourist@kbin.social 2 points 7 months ago

It's a very flexible language so can find a niche almost anywhere. I know of fintech companies that use it extensively for their back end data processing systems, and I've seen some really interesting stuff done with Clojure and Apache Kafka. They're a good fit for each other - Clojure, as a lisp, is optimised for processing infinite lists of things and Kafka topics can be easily conceptualised as an infinite stream of data.

Also, when combined with Clojurescript, it provides a single language that can be used full-stack, so could drop in anywhere that you might otherwise use Node.

But I think one of the best things about it is the way it forces you to re-evaluate your approach to development. It's a completely functional language so you have to throw away any preconceptions about OO and finding new ways to resolve old problems is one of the things that should be a joy for most developers, even if it has no practical application.

[-] losttourist@kbin.social 12 points 7 months ago

Give Clojure a go.

It's a modern variant of lisp that runs on the JVM and has deep interoperability with Java, so you can leverage your existing knowledge of Java libraries.

But as it's a lisp, it will have you thinking about problems in a very different way.

[-] losttourist@kbin.social 3 points 8 months ago

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.

[-] losttourist@kbin.social 40 points 8 months ago

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.

[-] losttourist@kbin.social 45 points 9 months ago

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.

[-] losttourist@kbin.social 4 points 9 months ago* (last edited 9 months ago)

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.

[-] losttourist@kbin.social 19 points 9 months ago

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.

[-] losttourist@kbin.social 2 points 11 months ago

Yes, I think that 'masquerading' is the key bit to grasp. The MITM Proxy isn't just intercepting the traffic, it alters the traffic as it passes through.

0
0

As with many other subreddits, /r/LegalAdviceUK (which had been dark since the start of the blackout) has been sent a thinly-veiled threat by Reddit.

So they've reopened in order to start moving the entire community of 810,000 subscribers to somewhere else.

As you can imagine there are a number of legal professionals who moderate that sub, and they really don't take kindly to being threatened. They sign off their reopening message with "Fuck /u/Spez and long live John Oliver." but for the real fun you might want to look up a very famous British legal case they reference, Arkell v Pressdram 1971.

view more: next ›

losttourist

joined 1 year ago