deleted by creator
deleted by creator
Rage bait post
+1 ai tools are fine if you already know what you want to write and it speeds up the process of coding. But when ai tools are writing code you don’t understand, you cannot verify that any of the code is actually correct and doesn’t introduce bugs. Ditto for copy-pasting.
xD just blocked the spammer and all his comments disappeared. Imagine working so hard to spam and it takes 2s to for someone to hide your posts.
I wouldn’t want to sully my repo with something as useful as a gitignore.
My code is so bad good, GitHub thinks I’ve uploaded an API key.
What does the addon do?
Wow. I immediately hate this but love that you made it. (Also I would totally eat it given the chance)
Ah! the classic “Turn it off and on again (but for real this time)”. Works every time.
xD true
Love it but I can’t get over the gap between the debian logo and rainbow
deleted by creator
Can’t you just build from source of you want it? Like kde has pretty good docs for this.
Did you just … license a comment?
Okay this has made it so much worse. i figured that the s
in https
and ftps
stands for secure
like a reasonable person. of course it doesnt xD. you would think that this is at least consistent but alas. guess what s
in ssh
doesnt stand for :)
what! thats so dumb xD. so ftps
stands for file transfer protocol secure
, and sftp
stands for ssh file transfer protocol
? we have reached recursive acronyms.
Nemo/most file explorers have a remote server option. For nemo, “Files > Connect to server”. Once configured, you should be able to view your server files from your file explorer and uploading files should be as easy as drag and drop. I’m pretty sure nautilis has something similar too!
It’s not the best for security because if someone gets your computer, they can access your server through the file explorer. But it’s fast and convenient if you are already using your file explorer.
Feel like this should be included here. I’m pretty sure I found the original pr. I couldn’t find an associate issue so I’m not sure where the miscommunication about waiting happened.
Okay wow. I looked into your repo and its a really interesting implementation of a DSL. I think I get what the code is trying to do? You run shimky through bash and it turns into python code? meta programming stuff! I think its a regular language? its hard to tell.
So I’ve actually been studying DSLs for a few months and I can recommend some ways for you to improve this code if you want.