elvith

joined 1 year ago
[–] elvith@feddit.de 8 points 8 months ago

!aneurysmposting@sopuli.xyz

[–] elvith@feddit.de 8 points 8 months ago

Windows doesn't have sudo (not yet, at least) and privileges work a bit different as even as an administrator, you may not have full rights.

To overcome that obstacle, you'd need to run a shell as an administrator (hold CTRL+Shift, then use the start menu entry or right-click it and select run as administrator).

Next obstacle: We have a separate drive for each partition, but no root folder.

If we assume we're running on a laptop or PC with a single drive and a single partition*, then it's just

In cmd.exe:

del /F /S C:\

In Powershell:

Remove-Item -Recurse -Force -Path C:\

When you want to delete all (mounted) partitions/drives, you need to iterate over them. (Note that's from the top of my head, didn't check the script if it works).

In cmd.exe:

REM Not gonna do that, I'm no masochist

In Powershell:

Get-PSDrive -PSProvider FileSystem | Foreach-Object {
    Remove-Item -Recurse -Force -Path "$($_.Name):\"
}

Done. Mounting additional partitions before that is left as an exercise for the reader.

*note that even a standard installation of windows creates 3 partitions. One for the bootloader, one for the recovery system and then the system drive. Only the latter is mounted and will be deleted by this. The other two will still be intact.

[–] elvith@feddit.de 3 points 8 months ago

The EU at least tries to regulate AI with the AI Act

It's not a catch all, but some things are banned from using AI and others will need an assessment before going live. Some other will not need an assessment, but serious incidents need to be reported

[–] elvith@feddit.de 1 points 8 months ago

...but it's got electrolytes!

[–] elvith@feddit.de 9 points 8 months ago

Uhmmm based on my behavior before I left, the engagement is probably "click the three dots, hit report, select spam and block user". That worked at least for a short while before they got rid of that feature...

[–] elvith@feddit.de 3 points 8 months ago

There was another guy from Eastern Europe who got a lot of Covid shots. While the lockdown you sometimes needed a vaccination certificate to do some things and there were several anti-vax people who did want such certificates without getting vaccinated. So they either had to find someone willing to take their shot (and a doctor that didn’t do real identity checks) or they had to get a counterfeit certificate. There were some cases, where people got dozens of shots and sold their certificates.

[–] elvith@feddit.de 3 points 8 months ago (1 children)

It's not the most detailed thing, but I just use a free account on cron-job.org to send a head request every two minutes to a few services that are reachable from the internet (either just their homepage or some ping endpoint in the API) and then used the status page functionality to have a simple second status page on a third party server.

You can do a bit more on their paid tier, but so far I didn't need that.

On the other hand, you could try if a free tier/cheap small vps on one of the many cloud providers is sufficient for an uptime Kuma installation. Just don't use the same cloud provider as all other of your services run in.

[–] elvith@feddit.de 39 points 9 months ago

It looks like you changed the position of your mouse cursor. Would you like to reboot to apply these changes?

[–] elvith@feddit.de 8 points 9 months ago

And Xbox three to Xbox 359?

[–] elvith@feddit.de 29 points 9 months ago

For me:

First panel: "Is this going to be a joke about the American health care system?"

Second panel: "Wait... there's a slim chance, that this is going to be a meme about introverts, but I think, this is..."

Third panel: "Yupp, that's it, no need to check the final panel"

view more: ‹ prev next ›