

As for the listenbrainz/last.fm that is kind of a solution, but it takes a very long time to train up your profile to actually be useful.
This isn’t a huge issue, listenbrainz supports importing your spotify history.
As for the listenbrainz/last.fm that is kind of a solution, but it takes a very long time to train up your profile to actually be useful.
This isn’t a huge issue, listenbrainz supports importing your spotify history.
There no need to choose on over the other. I host all my podman containers in a Proxmox VM.
Done, but what kind manipulative piece of shit wrote these questions. The question where you get to sort which of your rights you think is least important is especially egregious. Its like a torturer asking you which of your limbs you like the least before cutting them off.
Rent a server and run the software, like any other game server? People used to run their own “illegal” World of Warcraft servers. There is not reason any other live service game couldn’t be run on a private server, game developers just decided to hold their server software hostage.
You can connect navidrome and many other music players to listenbrainz.org. Like Spotify it creates an end of the year report and it also does recommendations like the weekly spotify playlist.
Don’t worry, all your cash transactions are traced as well. Banks just record the serial numbers when you use the ATM and once again when the store returns the cash to the bank. Source(de)
The original artist is named Ursus Wehrli.
He sorts absolutely everything.
The trigger for activating the backdoor in Gayfemboy is the character string “meowmeow”.
Whisper meow meow to your femboy to get access to his backdoor… is this malware the blackhat equivalent of a shitpost?
Wouldn’t alcohol free gin simply be herbal tea?
Pretty cool as a learning exercise. As a follow up scenario maybe try moving this infrastructure to another cloud provider because AWS deleted your account without warning or try a multi-cloud deployment.
The second you allow slop generator use into your code base the quality takes a nosedive. People claim to review their slop but I have seen it often enough, all they are doing is hitting accept all without even reading half of the generated code. This isn’t “just a tool” this is technical debt as a service.
Also Hackernews is ridiculous den of techbros, libertarians, AI maximalists and temporarily embarrassed founders who think they stand to gain the most from hyping up slop generators. Trusting them with anything related to AI is like asking the CEO of Microsoft if you should use Windows or Linux.
I love it as well it makes everything way easier. You can even run containers with it if you install quadlet. I just recreated most of my homelab containers using it.
I think I read somewhere that Chinese readers are able to read 2000 year old texts with relatively little difficulty.
Regarding Lets Encrypt your server doesn’t need to be accessible from the internet if you use the DNS-01 challenge. Caddy with the caddy-dns plugin for your provider can do that automatically for you.
Either use the sftp
command, it also supports the -J
option, or use SSH tunneling.
For example here I bind the homelab port 4533 to my local port 8080.
$ ssh -L 8080:vpn-homelab-ip:4533 user@vps-ip
(user@vps) $
I can now open a new shell and run:
$ curl http://localhost:8080/
<a href="/app/">Found</a>.
You could also do it this way:
$ ssh -L 8080:localhost:4533 user@vpn-homelab-ip -J user@vps-ip
(user@homelab) $
According to the Pangolin docs it supports raw TCP and UDP connections.
For SSH you can also try to use the VPS as a jump host like this:
$ ssh user@vpn-homelab-ip -J user@vps-ip
FYI heute.at is an awful tabloid that basically does free advertising for the far right. Take anything written in there with a mountain of salt.
Judging by the amount of pickup trucks that started to infest the streets around here the answer is probably yes.
Probably, entomophagy is not that uncommon outside of western countries.
The environment variable
STEAM_FORCE_DESKTOPUI_SCALING
stopped working but there is now a UI scale slider in the Steam settings instead. My only complaint is that it is hidden in the accessibility options.