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

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

[-] voklen@programming.dev 18 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 15 points 1 month ago

The only problem is that there's no way to make a recurring payment even if I wanted to, which would be more sustainable than one-time purchases.

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

If you really need a computer and don't have the budget for one that costs $600, then don't get a $600 computer. There are plenty of old office PCs on eBay that you can get for less than $100 and they should be fine for only homework. Just search for "Office PC" on there. This is not the place to be asking for money, but I hope you find something that fits your budget and that university goes well.

[-] voklen@programming.dev 6 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 11 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 8 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 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.

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