yep its still a good start though and would be fun and who knows maybe it will lead somewhere.
Just donāt stay there for the rest of your adult life because you couldnāt find a good job ā¦
Oh wait thatās the āhigher levelā types at schools not the entry level IT people lol⦠Entry level doesnāt really matter where you start being entry level and all, is good to start though
I found I dont like fixing computers by starting to work so its really good to go do the things you might want to do.
Iām really tired. Everyone Advanced warning Iām tired or as some of you call it drunk wolfleben.
Youāve now been warned.
Wouldnt go as far as drunk. maybe jarred though
Gonna try to pick up C again. Hopefully i wont hit a wall when i get to pointers
neat Iām still in the perpetual state of picking up C, always get so far and stop doing it because I lose motivation, I really need to force myself todo it.
the link is also broken 

hmm
here: ModernC.pdf (1.9 MB)
More just excessively rambling until suddenly falls asleep waffle prophet lol
Thanks. Iām going to go through this now and really try and stick with it this time.
Closing in on my territory eh?
Watching this atm
Yes I watched that video a couple of days ago and he makes some very interesting points. going into this I was completely on Linusās side but there were failing on both ends but it still doesnāt excuse what happened. really though the media reaction to this is blown way out there with people completely siding with either one and it isnāt that clean.
Nah. Truth be told I donāt drink any alcohol.
Meanwhile I think anyone actively fighting about it ine way or the other is dumb lol⦠Linus did break it sure. But apple refusing to even sell the parts is also wrong, considering they sell the freaking full built systems with the parts in them.
So typical Linus but ⦠Actually typical apple lol. This time though it was Linus not some average joe schmoe
RIP. found a bug in my desktop generator program 
will work on fixing it on the way home. should be somewhat easy of a fix
will also add more support for arguments
RIP, canāt say Iāve noticed any bugs when using it yet but at least its easy fix.

yep. the bug is that it will sometimes return a false path which causes the program to segfault. Need to just catch the false path and adjust it to be true.
/home/dje4321/Programs/Chrome/~/.local/share/applications/chrome.desktop
into
/home/dje4321/.local/share/applications/chrome.desktop
oh thats a good find. So from the looks of its merging the paths for both the application and the desktop file?
im using the os.path.abspath() path function but for some reason when it bugs out whenever you do anything in the home directory and will append the PWD to the path. Cant resend it through the abspath function because then it will just output the same false path as before.
This might actually be a bitch
yeah that is really strange, maybe its a known issue with abspath? hopefully thereās something you can do about that otherwise yeah its a real bitch. might see if I can replicate it on here though.