That was exactly the original inspiration for this, we’ll see how well it works out.
That was exactly the original inspiration for this, we’ll see how well it works out.
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.
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.
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 😁
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.
In every project I have exactly one line to use tabs:
hard_tabs = true
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!
That is quite a tricky situation to handle, there will be the option to suggest edits though so hopefully over time the arguments on each side will get clearer even if they were heated at the start.