15

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.

[-] voklen@programming.dev 23 points 1 month ago

Tuta (previously Tutanota) because it's private, runs on 100% renewable energy, very affordable if you want to use a custom domain, has end-to-end encryption between Tuta emails and it's email clients are open source including a very nice app on F-Droid

[-] voklen@programming.dev 32 points 1 month ago

Overall I think Alex handled this situation really well, listened to what people wanted and come to something that everyone's fine with.

[-] voklen@programming.dev 17 points 1 month ago

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

139
[-] voklen@programming.dev 5 points 2 months ago

I've never done anything like this myself but maybe Sunshine with Moonlight might be worth a look

[-] voklen@programming.dev 4 points 3 months ago

That is so clean, I love the custom homepage as well!

[-] voklen@programming.dev 10 points 3 months ago* (last edited 3 months ago)

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.

[-] voklen@programming.dev 9 points 4 months ago

I always take out those paper ads that are attached to the top of the seat if front and turn them around so I'm not staring at them for a 5 hour flight.

[-] voklen@programming.dev 6 points 4 months ago

That's great to hear. Hello and welcome to Lemmy!

[-] voklen@programming.dev 8 points 4 months ago

This week I'm working on the backend for a little platform that I'm making for debating. Where each side can make points and reply to others people's points, then after a point has been argued out to the bottom it either goes green to show it still stands or grey to show there's a good counter-argument. The frontend is made with SolidJS and I'm really having fun making it so far.

[-] voklen@programming.dev 9 points 4 months ago* (last edited 4 months ago)

I love the concept! I recently wanted something just like this for a Flutter app I was making to parse a filename into a user defined format i.e.

2024-04-12.txt with %Y-%M-%D.txt to {year: 2024, month: 04, day: 12}

I'll certainty be using this the next time I need anything like that in Rust though.

[-] voklen@programming.dev 4 points 5 months ago

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

hard_tabs = true
29
GitHub scam notifications (programming.dev)

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?

[-] voklen@programming.dev 10 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!

view more: next ›

voklen

joined 6 months ago