RegalPotoo

joined 1 year ago
[–] RegalPotoo@lemmy.world 5 points 10 hours ago

That's probably an impossible task - getting enough people who are experts in every possible field enough to judge novelty and innovativeness wouldn't be feasible.

An alternative is the way the Dutch assess patents - they don't, and grant them automatically on filing, but that means you remove the assumption that they are valid on their face if they get challenged

[–] RegalPotoo@lemmy.world 9 points 19 hours ago (3 children)

Unfortunately, the way patent suits work it could be enormously expensive to defend something like this, even when the patent is clearly bad.

You'd be arguing that the patent is invalid to start with, but the court would probably start from the position that you are actually infringing a valid patent (it was granted after all), and grant an injunction to prevent further harm ("stop giving people the software until we can work out if there is any merit to your claim that you aren't infringing"). You then need to put together a case to show the prior art, and you can bet that they'd contest every single point. This whole process could take years, and cost hundreds of thousands of dollars that you won't get back even if you win - there isn't really a provision to recover costs in patent cases because there is the assumption that every claim is made in good faith

[–] RegalPotoo@lemmy.world 4 points 2 days ago

Not in the US; in NZ most houses will have a "wash tub" - essentially a sink in a metal cabinet specifically for doing "dirty" jobs like laundry. That will have water hookups for the washer, so that goes next to it where there is space, then the dryer will do next to that or on top of the washer.

The last few places I've lived in have all had the tub in a corner with space on its left, so it's been dryer, washer, tub. Annoying, my dryer door opens to the right and the washer to the left, so it's harder than it should be to move clothes between them

[–] RegalPotoo@lemmy.world 4 points 5 days ago

If you follow it, you quickly end up with the Infinite Improbability Drive from The Hitchhikers Guide - if you have an infinite number of typewriters, an infinite number of them will be loaded with paper that already has the complete works of Shakespeare written on it

[–] RegalPotoo@lemmy.world 37 points 1 week ago (1 children)

Planes rarely reverse into mountains.

And the survival statistics have a lot to do with the amount of work that has been put into making the worst case "controlled descent into terrain" scenario exceptionally rare.

[–] RegalPotoo@lemmy.world 10 points 1 week ago* (last edited 1 week ago) (5 children)

Something like

!"A line with exactly 0 or 1 characters, or a line with a sequence of 1 or 3 or more characters, repeated at least twice"!<

[–] RegalPotoo@lemmy.world 25 points 1 week ago (6 children)

Syntactically valid Perl

[–] RegalPotoo@lemmy.world 1 points 1 week ago

Yeah, the machine turns off automatically at 3:15pm if I don't override it, cos otherwise that's a fast track to zero sleep

[–] RegalPotoo@lemmy.world 48 points 2 weeks ago (4 children)

"Doctor" is a title you become entitled to use by virtue of holding a PhD - you have the option to use it, but nothing compels you to do so if you don't want to.

Note that the reverse isn't true - representing yourself as holding a doctorate when you don't can be a fairly serious crime - if you did for the purposes of getting money from some, then it's probably some kind of fraud

[–] RegalPotoo@lemmy.world 32 points 2 weeks ago

Oh man that's rough, I'm sorry you've not had that. I hope you've managed to find other opportunities to spend time with family or do things that you enjoy

[–] RegalPotoo@lemmy.world 26 points 2 weeks ago (5 children)
  • Back up your data now
  • Reseat the cables for the drive
  • Run a self test on the drive - smartctl -t long - if it doesn't pass, then the drive is trash. If it does, then it might limp along a bit longer before catastrophically failing
[–] RegalPotoo@lemmy.world 46 points 2 weeks ago (1 children)

Illegally smol

32
submitted 8 months ago* (last edited 4 months ago) by RegalPotoo@lemmy.world to c/kde@lemmy.kde.social
 

The KDE 6 announcement says that

On prior versions you chose between either password or fingerprint authentication for the lockscreen. In Plasma 6, both are supported at the same time.

I've updated my Neon install, what do I need to do to enable this? I've set up a fingerprint through the user settings, but when the screen is locked I still have to use my password to unlock - there isn't a prompt, and touching the reader doesn't seem to do anything

Edit: follow up on an old post in case someone stumbles across it - I needed to install libpam-fprintd

 

I'm trying to find a thing, and I'm not turning up anything in my web searches so I figure I'd ask the cool people for help.

I've got several projects, tracked in Git, that rely on having a set of command line tools installed to work on locally - as an example, one requires Helm, Helmfile, sops, several Helm plugins, Pluto, Kubeval and the Kubernetes CLI. Because I don't hate future me, I want to ensure that I'm installing specific versions of these tools rather than just grabbing whatever happens to be the latest version. I also want to ensure that my CI runner grabs the same versions, so I can be reasonably sure that what I've tried locally will actually work when I go to deploy it.

My current solution to this is a big ol' Bash script, which works, but is kind of a pain to maintain. What I'm trying to find is a tool where I:

  • Can write a definition, ideally somewhere shared between projects, of what it means to "install tool X"
  • Include a file in my project that lists the tools and versions I want
  • Run the tool on my machine and let it go grab the platform- and architecture- specific binaries from wherever, and install them somewhere that I can add to my $PATH for this specific project
  • Run the tool in CI and do the same - if it can cache stuff then awesome

Linux support is a must, other platforms would be nice as well.

Basically I'm looking for Pythons' pip + virtualenv workflow, but for prebuilt tools like helm, terraform, sops, etc. Anyone know of anything? I've looked at homebrew (seems to want to install system-wide), and VSCode dev containers (doesn't solve the CI need, and I'd still need to solve installing the tools myself)

 

A whole bunch of this sounds really familiar for some reason...

view more: next ›