liliumstar

joined 1 year ago
[–] [email protected] 6 points 3 days ago (1 children)

I checked out the main feed, OP. Not sure this is going anywhere based on the content I saw. I have no opinion on the site as a technical work.

[–] [email protected] 1 points 2 weeks ago (1 children)

For what reason? Just curious. Don't use them for anything critical.

[–] [email protected] 2 points 2 weeks ago

Yup, thanks for the correction

[–] [email protected] 2 points 2 weeks ago (7 children)

I believe cocks.li is still open, so you could use them. You said in another reply that you're not savvy enough for your own domain, but if you change your mind, purelymail.com With your own domain, you can easily switch providers without losing access to your addresses.

[–] [email protected] 4 points 3 weeks ago

I can vouch for PyQt, it works quite well for what it is. Be aware you might have to dig into the C++ docs if you're trying to do something non-trivial.

If you like, you can use Qt Creator to build the GUI template, and then basically import into Python and build all the logic.

[–] [email protected] 4 points 3 weeks ago

Last I checked you need to purchase an addon to have port forwarding with Windscribe.

These are good options in my experience that are P2P friendly and support port forwarding.

  • AirVPN: Relatively slow but stable, good company
  • OVPN: Some stability/app problems but fast
  • AzireVPN: Lacking features but overall good and fast

Air is the cheapest out of the bunch, they might still have a sale going on now.

[–] [email protected] 5 points 3 weeks ago

That's a good point, but I don't figure this theoretical application would be big enough for any manufacturer to care about. I just wanted something for the people :⁠-⁠)

[–] [email protected] 8 points 3 weeks ago (2 children)

I think an open-source general device benchmark would be cool. Including CPU / GPU / Battery life metrics. As far as I know, everything that does this is proprietary.

[–] [email protected] 2 points 3 weeks ago (1 children)

Assuming the project uses them, yes. Might want to check with the project owner to be sure before jumping in.

[–] [email protected] 6 points 3 weeks ago (5 children)

I would start with the official documentation/guides. https://handlebarsjs.com/guide/#what-is-handlebars

It's not overly complicated to learn if you already know some Javascript / HTML / CSS. If you don't, then maybe look up some tutorials on FreeCodeCamp.

[–] [email protected] 3 points 3 weeks ago (1 children)

You can install the AniList and AniDB plugins and enable them on your library. From there, when you go to manually identify the series you can use one of the respective IDs to fetch metadata.

[–] [email protected] 2 points 4 weeks ago (1 children)

It's been a long time, but I do think you can install multiple with the installer and then switch between them at login.

 

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 ›