Finally finished stats homework now time for a little anime before bed.
damn… that car is older than me
car is older me than me too XD
well yeah, but I’m the old guy here lol
Fine… I’m one of the oldest here then
Like officially in the standard repo? thats awseome
yep. can install it with sudo dnf install exa
on a regular install
Nice, just checked it and dnf detects my compiled version and says its fully updated which is nice.
i have it installed into ~/.local/bin but i will install it anyway
Also i might try learning rust. Seems like my kind of language and it would be fun
yea I put it in /usr/bin/ instead because I wanted root to be able to use it XD
Yep rust looks great and want to check it out. @Main_Main just starting learning recently as well.
i just source my ~/.bashrc file everytime i enter root because its easier XD
shit why did I never think of that, will have todo it from now on XD
Seems very C like which is good because i can code alot easier that way
Yep I’m still a bit rusty at C but should be able to pick it up easily. Documentation for rust looks great though, much more in-depth and easier to read than go was.
It appears rusts main advantage is cargo which will manage compiling and running your application.
yep iirc it manages the dependencies and everything during compiling so you don’t have to do any of the leg work which is great. Its my kind of lazy.
What would make cargo even better is it storing code differences between builds so if a build fails you can roll back a build or two