[-] [email protected] 7 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!

16
submitted 1 month ago by [email protected] to c/[email protected]

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] 22 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

[-] [email protected] 30 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.

[-] [email protected] 6 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.

8
submitted 1 month ago by [email protected] to c/[email protected]
[-] [email protected] 6 points 2 months ago

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

[-] [email protected] 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.

[-] [email protected] 6 points 4 months ago

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

[-] [email protected] 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.

[-] [email protected] 4 points 4 months ago

Wow, I've never had anyone recognise my name for something I've made! Thank you so much and I'm glad you're enjoying it 😁

[-] [email protected] 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.

[-] [email protected] 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)
submitted 5 months ago by [email protected] to c/[email protected]

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] 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