this post was submitted on 06 Oct 2023
23 points (100.0% liked)
Transprogrammer
818 readers
1 users here now
A space for trans people who code
Matrix Space:
- #transprog:socki.moe
Rules:
- Don't be a meanie
- no *ism
- consider the feelings of somebody who might read what you say
- Don't shitpost
- Keep it wholesome
- Must be trans / programming related
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Could be worth splitting your questions across posts, but given its here now, ill have a crack at the first few questions.
Arch wiki is pretty good, if you need more help, ask here or somewhere similar?
Your desktop environment settings are stored in your home directory, as long as you dont delete them, it should reinstall just fine.
Having home on a separate partition is safe, and a fairly good idea, it lets you wipe your root and reinstall without losing your home data. You can move your home off the root by creating the partition, mounting it somewhere temporarily, copying all files across, and them set it to mount to /home in fstab.
Rust works on windows, so exes are definitely possible. And i think you can cross compile for windows if you want/need to.
Dunno what you mean about crazy, do you mean complexity wise? I have found that rust is really painful to get started, but eventually it'll click, and it starts to make sense.
Git and cargo are two different things, i think its currently recomended that you dont commit the cargo.lock file. https://stackoverflow.com/questions/43667176/what-files-in-a-cargo-project-should-be-in-my-gitignore
Cant think of anything specific for your windows question, try it and ask questions when you get stuck?
I would consider asking questions in more general communities, this one is a little specific, so you may not be seen by the people who can help you.
About that last one... yeahhh good point. Sorry I just dunno where to find them.
The partition problem is that... well I made the root 30GB and it's about to fill up and now I wanna asign more space to root while taking some from home but im not sure if this gonna nuke my data if i try...
Boot a live usb with gparted, and you can resize and move partitions. It will take a while though, but should still boot.
Update: I did not know a GParted ISO existed before this post! Thank you so much, the partitions are A-OK now! °˖✧◝(⁰▿⁰)◜✧˖°