

Ähm. So your not gonna like this but I just connect with vscode remote-ssh and drag’n drop em from the os file explorer into the vscode one.
So long story short scp I guess.
Ähm. So your not gonna like this but I just connect with vscode remote-ssh and drag’n drop em from the os file explorer into the vscode one.
So long story short scp I guess.
I tried recyclearr but found configarr to be more flexible.
https://github.com/raydak-labs/configarr/
Here is my configarr config:https://github.com/raldone01/configarr_config
I believe configarr is just a superset of recyclearr.
I love fish but sadly it has no proper equivalent of set -e
as far as I know.
; or return;
in every line is not a solution.
I had a dl380 g6 and if a non hp certified gpu was put in it would increase the baseline Fan speed to almost full. Even though the other GPUs temperature values were correctly recognised by the ILO processor.
It was ridiculous.
Maybe its better on the g7 but I wouldn’t count on it.
I once went to the computer of a class mate and opened stdio.h
and added #define while(x) if(x)
. He was so confused. 🤣
Immich is awesome. One of the few software purchases I feel good about.
My personal top wish is collaborative person editing and sharing the person database.
If each user could have simple custom text notes section per person that would be awesome too.
It is now directly in the notebook in the latest version: https://github.com/raldone01/python_lessons_py/blob/v2.0.0/lesson_0_comments.ipynb
Yeah. This post was made to show off something cursed I created.
I have already updated the repo to make it more obvious this is not standard Python. I will do the same with the post.
Conveniently Python keeps the comments around. 😄
I updated the source after this post was made. The image transcription still holds. I did not update the image and the post text.
You can view the git history. I will tag the specific commit at the time of the post later and update it accordingly.
I have updated the repository. Just clone it.
The lib module was written by me. Actual implementation code is here: https://github.com/raldone01/python_lessons_py/blob/v2.0.0/arglib.py
Well now that causes breakage two dependencies down the line. Good luck with that. 😅
On a serious note:
This feature is actually very useful. Libraries can use it create neat error messages. It is also needed when logging information to a file.
You should however never ever parse the source code and react to it differently.
You know that this is acutally working right??? 😊
I think dd is the right tool for the job. Consider using pv though. It can be much much faster.
Take a look at tubearchivisit. Works great and is in development.
Sonarr prowlarr radarr and many more. These are very powerful media download managers. I recommend using usenet.
One router (opnsense) a big Poe switch and unifi aps made a huge difference. Also wiring Ethernet everywhere helped a lot.
Previously we had devolo mesh plugs.
Ahh nice good to know. For my use case I’d rather not distribute the certificates to all my services.
A good place to put persistent malware. That’s why when using docker images always mount as ro if at all possible.