Too bad, that its just made up. Check e.g. this video here.
Too bad, that its just made up. Check e.g. this video here.
Woah, that just turned my whole view of this image upside down, thanks!
*as police, shoot the black person in the head
FTFY
Can’t decide which one is more relevant - the $5 wrench hack, or any sort of blackmailing.
Everyone besides Russia: “You should watch out, Russia is about to meddle with your elections.”
US: “Pfft, yeah, riight…”
2h 15mins?
Those are rookie numbers!
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.
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
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!
Followed by a Release Candidate - a beta build that got labeled differently because management said it was time to wrap up development and ship it
Remember <marquee>
? And maybe add some dancing hamsters?
Remember that JS file that rendered a text besides your mouse pointer and when you moved your mouse, the text would follow it letter by letter?
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.
When it all started, I had the idea to do an image of backed beans wearing denim jackets - or just denim jackets swimming in tomato sauce and title it “jaked jeans”. But I didn’t have the time to photoshop that image, and when I had the time the next day I didn’t want to beat an already dead horse.
Depends - sometimes you see a concept that you think you can improve on. Or maybe you read about their workflow how they did the image, learn something new and want to add your own spin. I don’t think, that’s a problem per se, as art is often iterating and innovating and that this is the root of creativity.
The problem is more when everyone does it and the whole community gets flooded with the same image concepts/jokes. In this case, the AI communities may get hit even worse in this regard, as it’s very easy to generate images and there’s less skill needed than if you had to draw/photoshop/… the whole meme all by yourself, which means it’s easier to enter the dead-horse-beating.
Note how it strategically omitted the year, so that the threat can be used indefinitely!
No, it’s not „always up“.
There are three main ways how Google, Bing,… can track you:
With Searxng, they can only do the last variant. But assuming you use a “real” server in the internet (and not one at home), it will likely have the same IP for its lifetime. And if you’re using it alone, that’s the only thing they need to identify you and track your searches. The more other people use your instance, the less useful this kind of tracking gets. Too much noise to identify a single person.
Having your own instance can be bad for privacy, as all your searches come from your IP (hosted at home) or the same IP (hosted on a server). They might not be traced to you personally, but you might still get personalized results or your search may still be tracked, depending on how they track you.
That’s circumvented when using it with some or better many other people. But then, you need to trust the admin of that instance.
Self-hosted is easy if you know a bit about servers. You need a domain pointing to a server. If it’s the only thing hosted on that server and you have set up docker on it, you can just follow their instructions here to get it running in less than 5 minutes (assuming you run the default config and don’t customize all of the settings for a while): https://github.com/searxng/searxng-docker?tab=readme-ov-file#how-to-use-it
So, in your example, you unsubscribe in month 15. This means, you paid 14 months so you get to retain the version from month three (which is 12 full paid months to 14). This means a downgrade to 1.0.x and not to 1.2.x