voklen

joined 6 months ago
[–] [email protected] 1 points 1 month ago

I saw this and thought "How is this even possible? No way you run an SSH server from initramfs…" Turns out that's exactly how you do it, I'll be trying this out thank you!

 

I currently host a single-user Mastodon server for myself but it's on a very small VPS and I'm wanting to migrate to Pleroma because it's more lightweight. Is there any way to transfer my Mastodon account to Pleroma without doing the standard migration since I have the Mastodon database for my instance? This is so all my posts are preserved and there won't be a broken redirect because I'll be shutting down the Mastodon after Pleroma is up.

[–] [email protected] 17 points 1 month ago (7 children)

I used to use VSCodium (pretty much just VSCode without the closed source binaries and telemetry) but now I completely use Helix and Zellij.

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

It did take quite a while for Immich to process everything when I initially uploaded my library, how long has it been since the initial upload?

[–] [email protected] 1 points 3 months ago

Kind of, you can share individual albums so it is possible to share all but one. This may or may not be practical though depending on your album structure.

Another option is to share your entire library but archive the photos you don't want to be seen.

It would be good of there was an official feature for this but these are currently the two best options.

[–] [email protected] 1 points 4 months ago* (last edited 3 months ago) (2 children)

My only advice would be to go full NextCloud at first for simplicity instead of trying to integrate it with other services.

That being said, if later on you're looking for a way to store images I'd highly recommend Immich, I just finished setting up my own hosting setup a few days ago and it is gorgeous.

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

In every project I have exactly one line to use tabs:

hard_tabs = true
 

Recently I've noticed there have been GitHub accounts that post some scam, mention a bunch of random accounts so it ends up in people's emails, and then delete the post before anyone can report them.

Now this isn't a big deal to me but when I got mentioned in one they deleted it before I could see the notification and for some reason GitHub now eternally shows me the blue dot as if I have an unread notification but when I click on to it there's nothing there. Curiously at the side there's also a little ‘1’ as if I have a notification even though it of course can't show it.

Has anyone else experienced this and has anyone found a way to solve it?

[–] [email protected] 8 points 6 months ago

In my experience combining multiple languages usually creates more complexity and is slower than each of them individually because you need to convert the data structures of one language into those of another. Both of them are great languages and I've made web services in both so whatever one you pick will be a good choice.

As for which one to pick, although Rust is my favorite language, if you don't know it it'll take a while to learn. So for this project I'd say to go with Go because it's simpler and you really won't notice a performance difference unless you've got a huge amount of traffic.

If you have any more questions feel free to ask!