elvith

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

!aneurysmposting@sopuli.xyz

[–] elvith@feddit.de 8 points 1 year 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 32 points 1 year ago

In theory there are unbeatable levels. With some updates Nintendo fixed glitches, hit boxes, etc. Usually, when you play a level that was uploaded on an older version of the game, you get the old behavior. But there was one update, which did not adhere to this, and which did cause some levels (designed with now fixed glitches) to be unbeatable now.

But this project isn't about beating all levels, it's about beating all uncleared levels. Since those glitch levels probably were beaten before the patch OR you might be able to play them on an older version of the game (if the server allows it), these shouldn't be a huge problem.

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

Smork Alam! 🎶🎵

[–] elvith@feddit.de 23 points 1 year ago (1 children)

Da hier "Versicherungen" genannt sind: Aus eigener Erfahrung nach einem Unfall mit RTW-Einsatz usw.: Die Krankenkasse hatte sehr viele Fragen und Infos zum Unfallgergang gefordert, da sie gerne alle Kosten dem Verursacher in Rechnung stellen wollten, sofern es rechtlich möglich ist.

Das wird nicht billig, wenn das vorsätzlich war...

[–] elvith@feddit.de 12 points 1 year ago* (last edited 1 year ago)

That's done in config.sys, not autoexec autoexec.bat IIRC

Also anyone remember that joke?

;fastest mouse driver available
DEVICEHIGH=C:\DRV\CAT.SYS
[–] elvith@feddit.de 43 points 1 year ago (10 children)
C:\>type autoexec.bat
@ECHO OFF
PROMPT $P$G
PATH C:\DOS;C:\WINDOWS;C:\WINDOWS\SYSTEM;
SET TEMP=C:\TEMP
REM -- HDD cache:
SMARTDRV.EXE 2038 512
MODE.EXE LPT1:,,P >NUL
SHARE.EXE /F:150 /L:1500
MOUSE.COM /Y
DEVICE=C:\sb16\DRV\CTSB16.SYS /UNIT=0 /BLASTER=A:220 I:5 D:1
DEVICE=C:\sb16\DRV\CTMMSYS.SYS
CD \WINDOWS
WIN

And don't forget to set the jumpers correctly!

[–] elvith@feddit.de 27 points 1 year ago (2 children)

Die Landwirte, die die Misthaufen in Brandenburg auf die Fahrbahn gekippt haben, haben sich nach der Aktion öffentlich entschuldigt

Da sie sich offenbar gestellt und gestanden haben - wie viele "Du, du, du - mach das bloß nicht nochmal, das hätte ich nicht von dir erwartet tadelnder Blick und Kopfschütteln" gab es denn zur Bestrafung durch das Gericht?

[–] elvith@feddit.de 4 points 1 year ago (2 children)

Art of the teal

[–] elvith@feddit.de 99 points 1 year ago* (last edited 1 year ago) (5 children)

So, to summarize: He's a far-right extremist from abroad. His agenda is to promote the deportation of foreigners from Germany and keeping foreigners out of Germany. The government officials found out about him and grant his wish by banning him - a foreigner - from entering Germany. And now he's mad, because... They did as he told them?

Play stupid games, win stupid prizes.

Edit: I see what you did there !europe@feddit.de...

[–] elvith@feddit.de 3 points 1 year 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

view more: ‹ prev next ›