liliumstar

joined 2 years ago
[–] liliumstar@lemmy.dbzer0.com 4 points 23 hours ago (1 children)

I would also recommend Hugo, and believe it meets your requirements. The header markdown looks very similar to what you wrote, and it has tags. I'm not sure about a tag "cloud" the way you imagine it, but it's worth looking into.

Neither of these are IDEs (nor is VSCode), but it'd be Zed and Neovim for me. Zed is fast and pleasant to use, but also will enshittify eventually. Debug support is in progress but not live. Neovim is fun and it's nice to be more in control of what is going on, but I haven't made the necessary progress to be productive in large projects with it yet. I was excited for Lapce but it fell short, had too many issues in a short time.

[–] liliumstar@lemmy.dbzer0.com 3 points 6 days ago

Yeah qBittorrent does

[–] liliumstar@lemmy.dbzer0.com 3 points 1 week ago (3 children)

Several do, specifically Radiance and Torrust-Tracker that I know of off-hand. There are definitely others.

A recent project of mine was a utility for creating v2/hybrid torrents, and I'd like to follow it up with a client and maybe tracker in the future.

[–] liliumstar@lemmy.dbzer0.com 1 points 1 week ago

I have a storage VPS and use Borg backup with Borgmatic. In my case, I have multiple systems in different repos on the remote. There are several providers, such as hetzner, borgbase, and rsync.net that offer borg storage, in the event you don't want to manage the server yourself.

[–] liliumstar@lemmy.dbzer0.com 1 points 4 weeks ago

rin is pretty much the place for stuff like that

[–] liliumstar@lemmy.dbzer0.com 3 points 4 weeks ago (3 children)

It is alive on their home tracker, BLU, with 4 seeds.

[–] liliumstar@lemmy.dbzer0.com 7 points 4 weeks ago (2 children)

It sounds like you just need some good release groups to focus on. Ditch automation and sort out what exactly you want, then phase back in radarr.

[–] liliumstar@lemmy.dbzer0.com 20 points 1 month ago (1 children)

I went through and built a license, then read through it.

I don't think most of the things contained would be legally enforceable. We barely even have traditional open licensing that works, much less one that tries to enforce an ethical framework. Instead of this, we should work toward wide-reaching law that protects people's rights, something that has teeth. Asking people to please not enslave someone with your library will never work, they will do it anyway or just not use your library, as they already do with copyleft licenses.

[–] liliumstar@lemmy.dbzer0.com 9 points 1 month ago (1 children)

Someone send this to Stallman, so he can later download, print and view it at his pleasure.

[–] liliumstar@lemmy.dbzer0.com 9 points 1 month ago* (last edited 1 month ago)

I run such games on Linux now, mostly with wine/proton. There is some risk, sure, but I'd largely say that system is still secure. If something comes by and wipes out the system, I have snapshots of anything important, including root and home. If those are gone, I have versioned backups offsite and maybe offline. I don't expect to receive any malware targeting my somewhat esoteric software choices from windows games, so I feel okay logging into a secure sevice, for example, but I may have to adjust this in the future.

With regards to smartphones, I think there are so many holes that it's not much more secure, if any, than a paranoid desktop setup. From time to time I have installed random APKs and had extreme anxiety each time. I am massively more paranoid about my phone as I don't have real control over what's running on it. Hoping for more competitive open source solutions in the future.

Generally speaking, opening non-executable files is fine. There are and have been specific exploits which allow arbitrary code execution, but it's dependent on the application/library loading them. The bigger danger is files disguised as other things. This is especially bad on Windows as it likes to hide that information from users, or just execute random embedded vbscripts, or whatever. Also see the recent whatsapp mimetype bug/exploit. Certain things pose more of a risk than others. PDFs (thanks adobe) can embed arbitrary javascript which is meant to be executed. Same as web pages, of course, but browsers have a lot more attention to sandboxing.

Edit: I don't really run cracked software anymore, but I have VMs ready to go if need be. Would recommend others do the same.

[–] liliumstar@lemmy.dbzer0.com 1 points 1 month ago

Air is actually good, but they don't have a lot of fast servers. You are naturally limited by the server you choose and peering.

 

I've been working on this subtitle archive project for some time. It is a Postgres database along with a CLI and API application allowing you to easily extract the subs you want. It is primarily intended for encoders or people with large libraries, but anyone can use it!

PGSub is composed from three dumps:

  • opensubtitles.org.Actually.Open.Edition.2022.07.25
  • Subscene V2 (prior to shutdown)
  • Gnome's Hut of Subs (as of 2024-04)

As such, it is a good resource for films and series up to around 2022.

Some stats (copied from README):

  • Out of 9,503,730 files originally obtained from dumps, 9,500,355 (99.96%) were inserted into the database.
  • Out of the 9,500,355 inserted, 8,389,369 (88.31%) are matched with a film or series.
  • There are 154,737 unique films or series represented, though note the lines get a bit hazy when considering TV movies, specials, and so forth. 133,780 are films, 20,957 are series.
  • 93 languages are represented, with a special '00' language indicating a .mks file with multiple languages present.
  • 55% of matched items have a FPS value present.

Once imported, the recommended way to access it is via the CLI application. The CLI and API can be compiled on Windows and Linux (and maybe Mac), and there also pre-built binaries available.

The database dump is distributed via torrent (if it doesn't work for you, let me know), which you can find in the repo. It is ~243 GiB compressed, and uses a little under 300 GiB of table space once imported.

For a limited time I will devote some resources to bug-fixing the applications, or perhaps adding some small QoL improvements. But, of course, you can always fork them or make or own if they don't suit you.

view more: next ›