voklen

joined 6 months ago
[–] voklen@programming.dev 1 points 4 months ago (4 children)

I do quite like that idea, I think I'll have the best points from each side at the top, the ones that have been disputed at the bottom, and the ones currently in discussion in between. This will hopefully give an overview of the best arguments from both sides.

On a separate note, I was thinking of using this for more political discussions but I do like the idea of having technical subjects as well so will add them in.

[–] voklen@programming.dev 8 points 4 months ago (6 children)

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 4 points 5 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 😁

[–] voklen@programming.dev 9 points 5 months ago* (last edited 5 months ago) (2 children)

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 (1 children)

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

hard_tabs = true
[–] voklen@programming.dev 2 points 5 months ago (1 children)

Incredible, I couldn't even tell what was going on at some points but it looks extremely powerful for some specific tasks.

[–] voklen@programming.dev 1 points 6 months ago (1 children)

Brilliant, thank you

[–] voklen@programming.dev 1 points 6 months ago (3 children)

Very nice! I really like that waybar, do you have the full config file for it anywhere?

[–] 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: ‹ prev next ›