spiritedpause

joined 1 year ago
 

Instructions here: https://github.com/ghobs91/Self-GPT

If you’ve ever wanted a ChatGPT-style assistant but fully self-hosted and open source, Self-GPT is a handy script that bundles Open WebUI (chat interface front end) with Ollama (LLM backend).

  • Privacy & Control: Unlike ChatGPT, everything runs locally, so your data stays with you—great for those concerned about data privacy.
  • Cost: Once set up, self-hosting avoids monthly subscription fees. You’ll need decent hardware (ideally a GPU), but there’s a range of model sizes to fit different setups.
  • Flexibility: Open WebUI and Ollama support multiple models and let you switch between them easily, so you’re not locked into one provider.
[–] spiritedpause@sh.itjust.works 11 points 1 month ago* (last edited 1 month ago)

Intel is talking about spinning its fab off

Intel's Foundry Services will still be part of Intel as a company, as opposed to AMD spinning their foundry off into a separate company called Global Foundries.

[–] spiritedpause@sh.itjust.works 1 points 6 months ago

movie-web always seemed like such a sitting duck for takedowns like this. Any form of piracy that’s grabbing from a few centralized streaming servers is bound to be shut down.

P2P torrents over a VPN is the most resilient way to do piracy.

[–] spiritedpause@sh.itjust.works 4 points 8 months ago

There’s a web app in addition to the electron desktop apps, you can find an example here: https://feishin.vercel.app/

[–] spiritedpause@sh.itjust.works 24 points 9 months ago (1 children)

If you want to follow Twitter accounts from Mastodon, there's a bridge called Bird.Makeup that still works and is working on a workaround to this issue.

I'm working on a Mastodon client called Agora that integrates this bridge into the search, so that if you search for "elonmusk@twitter.com" it automatically loads the bridged Mastodon version of the profile: https://agorasocial.app/#/andrew.masto.host/a/111844567849084915

[–] spiritedpause@sh.itjust.works 10 points 9 months ago

I don't see how that's accurate if it's jointly owned by its employees.

[–] spiritedpause@sh.itjust.works 27 points 9 months ago (7 children)

Jack Dorsey doesn't "own" Blusky, he just gave them grant money in the beginning to kick things off, and is one of the board members.

"Prior to the seed round, Bluesky's website described the company as a Public Benefit LLC owned by CEO Jay Graber and other Bluesky employees. Post-seed round, the company describes itself as a public-benefit C Corp."

https://en.wikipedia.org/wiki/Bluesky_(social_network)#Company_history

[–] spiritedpause@sh.itjust.works 5 points 10 months ago (1 children)

I'm working on a client/app called Agora that integrates bridges like bridgy-fed so that you don't have to think about those quirks, you just search something like "aoc.bsky.social" on it while logged in to a Mastodon account, it'll automatically pull up the bridged version of the account for you to follow.

https://agorasocial.app

[–] spiritedpause@sh.itjust.works 2 points 10 months ago* (last edited 10 months ago)

Which search indexers are you using in radarr/sonarr?

DHT allows discovery of torrents by pinging the IP addresses from an existing torrent, and asking them what other files they’re sharing. It then pings the other IP addresses seeding those files, and asks them what they’re sharing, and so on.

You can either use a torrent search index site (many of them use DHT to create their database) or you can self host your own DHT crawler and have your own personal torrent search index, but the downside is it uses a decent amount of space to store the index.

BitMagnet is the best self hosted DHT indexer if you’re interested: https://github.com/bitmagnet-io/bitmagnet

[–] spiritedpause@sh.itjust.works 0 points 10 months ago* (last edited 10 months ago) (5 children)

Now that DHT makes trackers unnecessary in order to find torrents, what’s the point of private trackers other than gatekeeping?

 

cross-posted from: https://lemmy.world/post/6301281

I'm excited to announce the first alpha preview of this project that I've been working on for the past 4 months. I'm initially posting about this in a few small communities, and hoping to get some input from early adopters and beta testers.

What is a DHT crawler?

The DHT crawler is Bitmagnet’s killer feature that (currently) makes it unique. Well, almost unique, read on…

So what is it? You might be aware that you can enable DHT in your BitTorrent client, and that this allows you find peers who are announcing a torrent’s hash to a Distributed Hash Table (DHT), rather than to a centralized tracker. DHT’s lesser known feature is that it allows you to crawl the info hashes it knows about. This is how Bitmagnet’s DHT crawler works works - it crawls the DHT network, requesting metadata about each info hash it discovers. It then further enriches this metadata by attempting to classify it and associate it with known pieces of content, such as movies and TV shows. It then allows you to search everything it has indexed.

This means that Bitmagnet is not reliant on any external trackers or torrent indexers. It’s a self-contained, self-hosted torrent indexer, connected via the DHT to a global network of peers and constantly discovering new content.

The DHT crawler is not quite unique to Bitmagnet; another open-source project, magnetico was first (as far as I know) to implement a usable DHT crawler, and was a crucial reference point for implementing this feature. However that project is no longer maintained, and does not provide the other features such as content classification, and integration with other software in the ecosystem, that greatly improve usability.

Currently implemented features of Bitmagnet:

  • A DHT crawler
  • A generic BitTorrent indexer: Bitmagnet can index torrents from any source, not only the DHT network - currently this is only possible via the /import endpoint; more user-friendly methods are in the pipeline
  • A content classifier that can currently identify movie and television content, along with key related attributes such as language, resolution, source (BluRay, webrip etc.) and enriches this with data from The Movie Database
  • An import facility for ingesting torrents from any source, for example the RARBG backup
  • A torrent search engine
  • A GraphQL API: currently this provides a single search query; there is also an embedded GraphQL playground at /graphql
  • A web user interface implemented in Angular: currently this is a simple single-page application providing a user interface for search queries via the GraphQL API
  • A Torznab-compatible endpoint for integration with the Serverr stack

Interested?

If this project interests you then I'd really appreciate your input:

  • How did you get along with following the documentation and installation instructions? Were there any pain points?
  • There's a roadmap of high-priority features on the website - what do you see as the highest priority for near-term development?
  • If you're a developer, are you interested in contributing to the project?

Thanks for your attention. If you're interested in this project and would like to help it gain momentum then please give it a star on GitHub, and expect further updates soon!

 

I can't seem to get either of them to load, anyone else?

Edit: looks like they’re back!

view more: next ›