Anyone got a commmand line tool change all my stuff? Because if I have to do change all the remotes all the time, for dozens of projects I’m going to lose my mind.
Also the migration on gitlab/codeberg looked like an amount of effort that doesn’t round down to zero.
If this is not a meme…
You know how you have to look up… errors when you don’t know what they mean?
That.
Figuring out how to do something specific, like UI, works just like that. All the time. It’s “looking up how it works”, then “messing around with it until it does” all the way down.
If you are just starting out, coding something in HTML and javascript might be intuitive, because you can see and run it right away. Otherwise you will have to figure out how to use some kind of UI framework in the language you’re using. Because they’re all different. Yeeeaaah…
I think it’s harder for compiled languages and easier for interpreted ones.