So I've been toying with the idea for a better development environment for my work/personal projects and wanna know what you guys think. Docker doesn't work well on my Window...
I'm trying to optimise my code so it runs better. Now I'm down to my 2 for loops. How do I make this into one for loop that basically does the same thing? def bb_dl_full(l): ...
If you're a freelance coder, how do you ask clients to raise a bug/issue with you? Just email or do you use a special software? Or some online form? I'm looking at managing th...
Customer wants an Antivirus for their container applications running on Kubernetes in a Redhat server. Docs says antivirus has adverse effect on container performance (i.e. st...
OK I need help with my selfhosted home server. I'm running containers on it, and so far its just nextcloud. I'm struggling with hostname and calling that server on a local net...
<rant> After several hours later, I just realized the client blocked Telegram on their WiFi. Not only that, they blocked IRC too. How the hell do I support the customer's syst...
I need help understanding ssh keys and sudo. I copied my ssh keys to the server but when I do sudo, it still prompts a password. I thought by copying my ssh keys to the server...
How do I split a table into two and compare the values between them?
VirtualBox won't work with Docker Desktop installed. VMWare Workstation won't work because whatever youtube and docs tells me to disable, doesn't persist on next boot. Whats a...
And I'm looking for something that already exists to handle tickets but doesn't cost a bomb for a freelancer. Any recommendations?
I'm working on a new project for work but to make my own personal notes I've been spreading them around on Google Keep when I'm on my phone, notepads and vim notes when I'm on...
Whats a good laptop minimum spec? I suggested at least 4GB RAM with HDD over 100GB is more than enough but when I had the class, one student on close to that spec had trouble ...
Is it like SELECT A.*, B.* FROM (SELECT * FROM TABLE WHERE CONDDATE < TO_DATE('1999', 'YYYY')) A LEFT JOIN (SELECT * FROM TABLE WHERE CONDDATE > TO_DATE('1999', 'YYYY')) B ...
Help me understand about .env file. When this file is created and in use with other files (like docker-compose.yml), how does .env file get loaded into environment variables ...
I'll be presenting/demoing a system that involves doing a lot of form filling. Form autofill can do a few forms and pyautogui may be an overkill. I'm looking at tinytask but i...
Would you prefer this then? https://nohello.nathfreder.dev/
I suddenly realized that some of my colleagues have a habit of smashing their keyboards, like hitting the keys really hard, especially the enter button. And its a daily thing ...
Relative passed away recently and the family needs to get the recently deceased contacts from his phone to let them know about it. It's locked. What are my options to help?
If you understand that, then I don't understand your question. What did you mean by print "current" and "not all"? I understand the "agent.py" file but that can't be generated...
My colleague's server got hit by a ransomware and encrypted the files in jope. He managed to get rid of the virus but unable to decrypt the jope files. Search results are sket...