@Michael does your sister wear ripped jeans? i keep finding a trend between ripped jeans and being stupid with tech
She actually has several pairs, its all starting to make sense now.
You are assuming the NSA doesnt already have all your information⦠Because they love the fact that people put things on facebook- they dont even have to hack, just pay a small fee to know everything lolā¦
So they dont even necessarily need to raid you 
the sad part is this is probably actually true not just a joke lolā¦
At least my family either knows tech or doesnt mess with it unless they do it by accident lol
that must be good, here its the not knowing tech and messing with it on purpose and only then getting me to help when it goes horribly wrong.
At least its just tech and not something more expensive lol
(For example cars, thankfully my family is also not prone to doing stupid shit with those either lol other than the occasional dumb accident)
We donāt have any cars but Iām sure if we did there would be issue with those as well.
My sister is the same way. saw this meme and it just clicked

lmao howād you even do that? It must be the ripped jeans effect.
they thought it was a two in one
well I guess its a no in one now. somehow I feel glad my sister doesnāt actually have a laptop because Iām sure that would happen eventually as sheās already wrecked her iPad.
Been working on a program that will generate .desktop files for linux.
Added support for ~/ paths. Need to work on .. and . in the path but that comes at a later day
neat, love that it supports ~/ now, is gonna save my soo much time.
yep. need to completely rework the path conversion function so that it can take into account .. and . paths but ill do that later
neat would be soo helpful especially being able to reference the current path the application is in would be great.
yep. gotta play around with the os module in python to see what i can do
@Dje4321 Iām not sure why but .desktop files I create with the script canāt by ran or detected as .desktop files if I put it in ~/local/share/applications either. Might just be a Fedora thing but will look into it.
need to run the .desktop so the DE can trust it. couldnt find a way todo it via the terminal 
yeah nevermind what I just said, I did a typo when creating the .desktop file on the type field so it wasnāt detected as an application XD
it needs some tweaks to be sure but is good for what it does now