Might I introduce you to the wonderful language known as Nim? Python-like syntax, compiles to C, C++, and even JS, has mature libraries and good tooling, and some memory safety features built in! And yes, you can use pointers!
Might I introduce you to the wonderful language known as Nim? Python-like syntax, compiles to C, C++, and even JS, has mature libraries and good tooling, and some memory safety features built in! And yes, you can use pointers!
They didn’t include https so the link doesn’t know what protocol it’s meant to open with
This as well: https://rentry.co/megathread-movies-and-tv#streaming
The thing is in this case, it’s only human suffering. People don’t actually work nonstop all week. Giving them fewer hours over four days means they’re more productive for those days because they’re not dragging out their work to fill the arbitrary 40 hours they have to work for. So companies pay workers the same, but can save money in amenities and office space or whatever by using it less AND have more productive workers. Longer work weeks don’t actually make companies more money (oversimplifying and speaking broadly).
I imagine the largest mobile phone operating system on the planet has a few more downloads than one of the several available package managers for the comparatively very small desktop Linux audience, yeah. This is the Linux community, not the Android or Google community, so I’m not sure what you’re yapping away about or why.
edit: i wanted to know how many devices run android and according to this it’s three billion so you’re wrong anyway lmao
I was using Radarr/Sonarr to download files via qBittorrent and then hardlink them to an organized directory for Jellyfin, but I set up my container volume mappings incorrectly and it was only copying the files over, not hardlinking them. When I realized this, I fixed the volume mappings and ended up using fclones to deduplicate the existing files and it was amazing. It did exactly what I needed it to and it did it fast. Highly recommend fclones.
I’ve used it on Windows as well, but I’ve had much more trouble there since I like to write the output to a file first to double check it before cat
ting the information back into fclones to actually deduplicate the files it found. I think running everything as admin works but I don’t remember.
If not then there’s always Navidrome which is built specifically for music. Haven’t used it myself but lots of people seem to love it.
I like Jellyfin for my media server, including music.
On Android I use Symfonium (works with Jellyfin as well as other backends). Nothing comes close to this app imo.
On desktop I use Feishin which serves me well (Jellyfin only afaik). It’s not perfect and it does have a bug where adding an album to queue will actually add all albums with that exact name to queue (even from different artists), but that issue is being tracked on GitHub and otherwise I run into few issues.
They misinterpreted “metaverse platform, mozilla.social” as a single item in the list, not as two items.
For anyone who isn’t aware, Mozilla has a thing called Mozilla Hubs that could be considered a metaverse product
Amazon bought Twitch for its video live streaming infrastructure/tech, which at the time was unmatched. Now Amazon offers that infra/tech via AWS and anyone can spin up a Twitch competitor just as capable.
Amazon doesn’t care about Twitch at all. Prime subs are just another benefit to make Amazon Prime more appealing to consumers, but iirc Twitch is the one who actually pays out of pocket for Prime subs.
It is not possible to move 1.8 million people out of a region like Gaza without mass death. This is not some secret information that Israel doesn’t know. The state of Israel has demonstrated at every possible opportunity that at best it does not care and at worst that’s the goal.
I recommend against gogs. It’s missing lots of features that I expected and I ended up switching to gitea anyways. Gitea works well for everything I need and forgejo is a fork of gitea that I might switch to in the future.
Why not use a reverse proxy to keep everything on port 443 behind your own domain or duckdns? /gen
Yes, but to block fake news you need the max setting, which also blocks social media
If you’d prefer, of course, you could block social media without blocking fake news, because priorities
This and the promise that your ad on the outside could go viral on social media. Not sure how long that can keep up until people are tired of the sphere ads, but you know the project owners are hoping it’s later rather than sooner.
My provider order for stuff that Sonarr handles (shows/anime):
I don’t know what the last two are and I doubt they ever get used. Sonarr uses TheTVDB
I’d like to add that Jellyfin has a provider order that it checks for metadata from. I had some issues until I changed the order to pull metadata from the same provider that Sonarr and Radarr use. Once it checked there for metadata first, everything lined up and I’ve had exceptionally few issues.
It was posted about 20 minutes after I finished making it last night. It’s based on an older soup alignment chart I remembered coming across. Also I think Twitter is pretty intuitive to use. Open the app, the content is there. Scroll for more, like and retweet what you want to see more of. The app has obviously gone to shit lately but it’s still the best example that came to mind for that cell. This comment is not an endorsement of the current state of Twitter.
I use Docker for my setup and mistakenly had my qBittorrent download folder and my *arr media folders mounted as
/downloads
and/movies
as opposed to/arr/downloads
and/arr/movies
The *arr programs running inside their containers don’t know that the two folders are actually on the same drive because it sees them as two separate mount points. Once I changed my *arr containers to mount my directories correctly, the hard linking worked as expected instead of copying files over. I then ran fclones and recovered over 700 GB of storage from deduplication.