The Lounge 0001 [From the Beginning]

yep its still a good start though and would be fun and who knows maybe it will lead somewhere.

1 Like

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.

2 Likes

I’m really tired. Everyone Advanced warning I’m tired or as some of you call it drunk wolfleben.
You’ve now been warned.

3 Likes

Wouldnt go as far as drunk. maybe jarred though

1 Like

Gonna try to pick up C again. Hopefully i wont hit a wall when i get to pointers

http://icube-icps.unistra.fr/img_auth.php/d/db/ModernC.pdf

1 Like

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 :frowning:

Screenshot%20from%202018-04-25_17%3A31%3A14

1 Like

hmm

here: ModernC.pdf (1.9 MB)

1 Like

More just excessively rambling until suddenly falls asleep waffle prophet lol

4 Likes

Thanks. I’m going to go through this now and really try and stick with it this time.

1 Like

Closing in on my territory eh?

3 Likes

Watching this atm

1 Like

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.

1 Like

Nah. Truth be told I don’t drink any alcohol.

3 Likes

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

2 Likes

RIP. found a bug in my desktop generator program :frowning:

will work on fixing it on the way home. should be somewhat easy of a fix


will also add more support for arguments

1 Like

RIP, can’t say I’ve noticed any bugs when using it yet but at least its easy fix.


:ok_hand:

1 Like

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

1 Like

oh thats a good find. So from the looks of its merging the paths for both the application and the desktop file?

1 Like

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

1 Like

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.

1 Like