@neosheo@discuss.tchncs.de

This profile is from a federated server and may be incomplete. Browse more on the original instance.

neosheo,
@neosheo@discuss.tchncs.de avatar

Isn’t the can the vpn server and the guys are just vpn users?

neosheo,
@neosheo@discuss.tchncs.de avatar

I mean alchemy is an occult practice. It’s just history only pays attention to the physical aspects (turning things into gold, etc). Often times the medium to turn a substance into gold is called the philosophers stone

But this is only a portion of it. The philosophers stone in alchemy is actually spiritual enlightenment or becoming one with everything. Hence the concept of turning anything into gold, gold being enlightenment and the universe and the plain material before the transformation is preenlightened individuals. They all become the same (one, gold) after attaining it.

Most alchemical philosophy is occult/spiritual and the chemistry aspects are a metaphor for the evolution of the soul.

I think because modernity is mostly materialist in its philosophy that we ignore the underlying spirituality associated with alchemy

neosheo,
@neosheo@discuss.tchncs.de avatar

I went to increase the lvm portion of my / and /home by taking 10G from /home and adding 10G to /. Instead of writing -10G i wrote 10G on my /home volume and changed it from 450G to 10G instead of 450G to 440G

neosheo,
@neosheo@discuss.tchncs.de avatar

So there are multiple technologies at play. One is an indexer program (jackett/prowlarr/etc). These basically hook up to public trackers (1337x, TPB, etc).

Then you have Sonarr/Radarr which are connected to the indexer. Sonarr and radarr basically have an rss feed (which is basically a list of content, podcasts and youtube apps use this to show you new episodes/videos).

I think they use tmdb or something as there source of rss feeds. They also let you select which shows to monitor and it stores that inforamation in a database. So sonarr will reach out to tmdb and request the latest rss feed for a show every so often for the shows in the database. If an episode that sonarr is supposed to download is listed on the rss feed it will then send a request to its indexer and tell it what show, what episode, what season, etc.

The indexer then searches each tracker it is connected to for that show, season, episode combo and returns a list of links to sonarr/radarr.

Sonarr then has a set of rules in its database to filter these links (ie minimum quality, language, etc) to determine which link to pick). Finally in its settings sonarr/radarr has a location where it should save the files.

Now sonarr/radarr cant download themselves, instead they are also hooked to a torrent client. For example qbittorrent which has an api which allows you to programatically download torrents (ie it has a command to download a torrent and sonarr/radarr sends the command along with additional information like the link and where to save the files.

This is the basic setuo but there are other tools used sometimes like unpackarr which is for decompressing files that get downloaded. Unpackarr watches a folder for new files and if it finds a file in a compressed format (7z, rar, zip, etc) it will automatically decompress it so that a media program like jellyfin can play it without you having to do it manually.

Programs like jellyfin are media servers where you would specify folders for movies/tv shows/etc and any playable file in those folders can be streamed in their app/web interface. These kind of programs are really just graphical programs that are easy to set up and use that are built on top of more technical programs like ffmpeg which does the transcoding and streaming.

Then there are also programs like flaresolverr. You would integrate this into your indexer because some trackers might use cloudflare to prevent bots (they require you to click a checkbox and watch the movement of the cursor to see if it is robotic). Flaresolverr uses something called selenium webdriver which is a program that can automate a webbrowser. You can program it to open web pages, click things, etc. I assume the code uses randomization to make cloudflare think a person is moving the mouse to click the button so you can access those trackers

In simple terms that’s how it works. All these programs set up a web interface and api and send each other http requests to communicate

neosheo,
@neosheo@discuss.tchncs.de avatar

Unfortunately haven’t had much time to play but i’ve been playing elden ring again. I’m juat getting to Morgott. And witcher 3 (which i’ve had for probably 6 years now and never beat) i’m in skellige trying to finish the quest where we help them figure out who should be the next leader

neosheo,
@neosheo@discuss.tchncs.de avatar

For the automating of reinstalls what do you mean?

Is it just a playbook that installs the distro, them installs the same packages, and then restores things like /home from backup?

neosheo,
@neosheo@discuss.tchncs.de avatar

How would you determine the configs that were modified? What do you mean put down?

neosheo,
@neosheo@discuss.tchncs.de avatar

I recommend bodhi linux. I was looking for something similar to arch and i think this is a good alternative. I have been using it for about 3 years now and had no serious issues. They recently updated to 7.0 and now the packages are much more up to date.

It is based on ubuntu 22.04 and uses apt as a package manager. I find installing nix package manager alongside it can help get any packages it doesnt have, but i havent really had much issue with that since moving to 7.0

Its designed to run on old hardware, and i can vouch it works fine on a system with 2gb ram so it will not use much resources.

It comes with thunar as manager and terminology as terminal. I have also used pcmanfm and mate terminal on the system and they work fine as well.

It uses moksha desktop environment which is a fork of enlightenment but i have also used lxde on it as well and switching was not hard.

I dont really game on it since it is on low end hardware but it should have no problem with retroarch on a more powerful system.

It has synaptic package manager for gui installs but tbh i haven’t really used it since i use cli for that. You shouldn’t have any trouble installing flatpak on it as well. And you should be able to use obs on it (tho i haven’t tried)

I would say this distro should do most of what you want extremely lightweight and mostly out of the way (don’t really get notifications on it).

It requires a bit of tinkering at first because it is minimalist and only ships with the minimum required packages but this gives the option to put the packages only you want on there. But once you’re set up you really won’t have to change anything

neosheo,
@neosheo@discuss.tchncs.de avatar

I’m not one hundred percent on the train of immutable, however, i have undertakes nixos and don’t user flatpak/snap. The nix configuration file is where i install everything.

But while.i agree its not super hard to switch DEs on something like ubuntu etc. But one cool thing on nix (which i think you can do on any distro with nix package manager installed) is that you can test the package without installing it at all. The roll bavk id also nice cuz ive had situations where apt gets “broken” ive always been able to fix it with a little searching but its always frightening. Knowing that nix can go back to an old config at anytime makes me a little more comfortable

[Question] Which shell prompt do you use and why?

Hi. I’ve been using powerlevel10k for a long time, but a few days ago, I decided I wanted to customize it a bit. I opened the .p10k.zsh file, and I was shocked. It’s really massive, with TONS of options. I’ve been digging through for a few hours already, and it’s absolutely amazing how much you can customize it without...

neosheo,
@neosheo@discuss.tchncs.de avatar

I use bash-it and set it to powerline theme

neosheo,
@neosheo@discuss.tchncs.de avatar

Piped is alternative frontend, so still youtube

neosheo, (edited )
@neosheo@discuss.tchncs.de avatar

On android i like newpipe + sponsorblock and clipious. Id use clipious all the time but it sometimes doesnt play and then i fall back on newpipe. Newpipe has downloading too.

I dont use youtube much on desktop but when i do i use invidious

Oh and i use smartubenext on android tv

neosheo,
@neosheo@discuss.tchncs.de avatar

I use qksms from fdroid. I did not even realize they have premium features. Its a great app

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • aaaaaaacccccccce
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • KamenRider
  • TheResearchGuardian
  • KbinCafe
  • Socialism
  • oklahoma
  • SuperSentai
  • feritale
  • All magazines