The Lounge 0001 [From the Beginning]

Finally finished stats homework now time for a little anime before bed.

3 Likes

damn… that car is older than me

1 Like

car is older me than me too XD

1 Like

well yeah, but I’m the old guy here lol

Thought that title belonged to @TheDiddilyHorror?

1 Like

Fine… I’m one of the oldest here then :stuck_out_tongue:

1 Like

@Michael @SgtAwesomesauce exa is part of the fedora repos now :smiley:

1 Like

Like officially in the standard repo? thats awseome :smiley:

1 Like

yep. can install it with sudo dnf install exa on a regular install :smiley:

1 Like

Nice, just checked it and dnf detects my compiled version and says its fully updated which is nice.

1 Like

i have it installed into ~/.local/bin but i will install it anyway

1 Like

Also i might try learning rust. Seems like my kind of language and it would be fun :smiley:

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.

1 Like

i just source my ~/.bashrc file everytime i enter root because its easier XD

1 Like

shit why did I never think of that, will have todo it from now on XD

1 Like

Seems very C like which is good because i can code alot easier that way :smiley:

1 Like

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.

1 Like

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.

1 Like

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

1 Like