[-] pluja@lemmy.world 14 points 6 months ago* (last edited 6 months ago)

Tailscale does not offer this. It is a community project. Headscale is not official.

[-] pluja@lemmy.world 9 points 9 months ago

Selfhosted Piped instance. LibreTube with my instance on mobile, the piped web ui for the rest.

When you selfhost an instance, it works way better than any public one with many users.

14
submitted 9 months ago by pluja@lemmy.world to c/monero@monero.town

Hey, lately I've been working on a new Nerostr version, with upgraded inner workings and UI, which is now released and ready to be used in production.

Check it out live here: https://xmr.usenostr.org


What is this?

For anyone who does not know what Nerostr is, it is an expensive relay for Nostr that is paid with Monero. Since most relays in the nostr space are bitcoin-centric, there was no option to set up a paid relay that accepted monero, so I came up with this project!

Why?

Nostr lacks spam filtering and control, so the option that developers came up with (among others that are work in progress) is what's known as “Pay-to-relay”.

In order to avoid spam in your feed, you pay a small fee (~$1 or less) to a relay. Your pubkey gets whitelisted in that relay, and then you are free to publish events there. Reading from such relays is free for everyone! This allows getting much more curated and clean results in the global page. In short, paid relays are a pretty neat thing for Nostr.

Personally, I was lacking Monero in this equation. Right now, 100% of the Nostr paid relays are being paid in Bitcoin (via LN). For this, I decided I would create a Monero-paid relay so the Monero community starts having a play in Nostr!

What is Nostr?

It is a lightweight, simple yet extensible open protocol that allows building truly censorship resistant and decentralized social media platforms:

  • There are two components: events and relays.
  • Every user is identified by a public key. Every post is signed. Clients validate these signatures.
  • Clients fetch data from relays of their choice and publish data to other relays of their choice. A relay doesn't talk to another relay, only directly to users.
  • For example, to "follow" someone, a user instructs their client to query the relays it knows for posts from that public key.
  • A "post" can contain any kind of structured data, but the most used ones are going to find their way into the standard so all clients and relays can handle them seamlessly.

You can learn more about Nostr in this site I maintain: https://usenostr.org


New version highlights

This new version is a simplified version of the previous project. The main highlights are:

  • Uses Strfry as the nostr relay, which is a fast and efficient nostr relay written in C++. The old one used rs-relay.
  • Better and fun retro UI (inspired by kyun.host design, which I like a lot)
  • 12MB paywall image (vs 50MB paywall image in the old one)
  • Only 3 Docker services (vs 6 services in the old one)
  • User status check, and expiring invoices.
  • Many improvements in the paywall, internal APIs, error handling, etc.
[-] pluja@lemmy.world 20 points 10 months ago

Whishper uses faster-whisper in the backend.

Simply put, it is a complete UI for Faster-Whisper with extra features like transcription translation, edition, download options, etc...

[-] pluja@lemmy.world 7 points 10 months ago* (last edited 10 months ago)

Unfortunately, not yet. Whisper per se is not able to do that. Currently, there are few viable solutions for integration, and I'm looking at this one, but all current solutions I know about need GPU for this.

[-] pluja@lemmy.world 9 points 10 months ago

Whisper models have a very good WER (word error ratio) for languages like Spanish, English, French... if you use the english-only models it also improves. Check out this page on the docs:

https://whishper.net/reference/models/#languages-and-accuracy

[-] pluja@lemmy.world 6 points 10 months ago

That's a great idea! I'll attempt to implement that feature when I find some time to work on it.

[-] pluja@lemmy.world 6 points 10 months ago

Whisper+ had some problems, that's why I rewrote everything. This new version should fix almost (maybe there are some bugs I haven't found) everything.

If you take a look at the docker-compose file, you'll see it is already using bind mounts. The only special permission needed is for the LibreTranslate models folder, which runs as non-root with user 1032.

[-] pluja@lemmy.world 23 points 10 months ago

No, it's completely independent, it does not rely on any third-party APIs or anything else. It can function entirely offline once the models have been downloaded.

294
submitted 10 months ago by pluja@lemmy.world to c/selfhosted@lemmy.world

Hi everyone!

A few days ago I released Whishper, a new version of a project I've been working for about a year now.

It's a self-hosted audio transcription suite, you can transcribe audio to text, generate subtitles, translate subtitles and edit them all from one UI and 100% locally (it even works offline).

I hope you like it, check out the website for self-hosting instructions: https://whishper.net

33
submitted 11 months ago by pluja@lemmy.world to c/monero@monero.town

Hi all, I'm pluja maintainer of kycnot.me.

Last month was the 3rd anniversary of kycnot.me! It's amazing that it's been 3 years since the first commit was made. I felt like it deserved a good update on the UI and UX. In the past 3 months, I've been working hard on a complete rewrite of the site. I wanted to give it a decent upgrade for the 3rd anniversary.

If you are interested in the details of the rewrite, take a look at the blog post I wrote. Here are the most important bits of this update:

  • New image / UI - I've designed a new logo and color palette for kycnot.me. I think it looks pretty cool and cypherpunk. I'm not a graphic designer, but I think I did a decent work and I put a lot of thinking on how to make it pleasant for the user!
  • Point system - The new point system provides more detailed information about the listings, and can be expanded to cover additional features across all services. Anyone can request a new point!
  • ToS Scrapper: I've implemented a powerful automated terms-of-service scrapper that collects all the ToS pages from the listings. It saves you from the hassle of reading the ToS by listing the lines that are suspiciously related to KYC/AML practices. This is still in development, and it will improve for sure, but it works pretty fine right now!
  • Search bar - The new search bar allows you to easily filter services. It performs a full-text search on the Title, Description, Category, and Tags of all the services. Looking for VPN services? Just search for "vpn"!
  • Transparency - To be more transparent, all discussions about services now take place publicly on GitLab. I won't be answering any e-mails (an auto-reply will prompt to write to the corresponding Gitlab issue). This ensures that all service-related matters are publicly accessible and recorded. Additionally, there's a real-time audits page that displays database changes.
  • Listing Requests - I have upgraded the request system. The new form allows you to directly request services or points without any extra steps. In the future, I plan to enable requests for specific changes to parts of the website, and even reporting issues with services.
  • Lightweight and fast - The new site is lighter and faster than its predecessor!

The new site and all the features that come with it are something I put a lot of hard work into. I'm happy it's finally coming out.

[-] pluja@lemmy.world 6 points 11 months ago
[-] pluja@lemmy.world 9 points 11 months ago

It's "sign up" not "sign in". It creates a separate account cloning all your Mastodon data (follows, profile pic, username...)

[-] pluja@lemmy.world 19 points 11 months ago

Made me think of the TVs in Idiocracy.

158
submitted 11 months ago by pluja@lemmy.world to c/linux@lemmy.ml

I'd like to settle on a distro, but none of them seem to click for me. I want stability more than anything, but I also value having the latest updates (I know, kind of incompatible).

I have tested Pop!_Os, Arch Linux, Fedora, Mint and Ubuntu. Arch and Pop being the two that I enjoyed the most and seemed the most stable all along... I am somewhat interested in testing NixOS although the learning curve seems a bit steep and it's holding me back a bit.

What are you using as your daily drive? Would you recommend it to another user? Why? Why not?

[-] pluja@lemmy.world 43 points 1 year ago

Try OrganicMaps (https://organicmaps.app) on Android. It's awesome!

view more: next ›

pluja

joined 1 year ago