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 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.
Just for verifying accuracy and improving the product.
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. 🤣
I just learned that san disk has a 10 year warranty. Today I made a claim for a 5 year old sdcard. Maybe worth a shot. (Just check with your manufacturer.)
I don’t think that’s a good idea it’s not descriptive enough in my opinion.
Hahaha thanks. Though I read through their website and wanted to support them.
I always buy entertainment books in paperback because I stare at screens way too much already.
University books though 🏴☠️ all the way.
I think I found it Et.Al but I am not sure. Bought it though.
USBC is awesome but it is backwards. Devices should just have holes and the pin should be on the cable. I guess apple blocked that because lightning is like that.
I mean that is usually the case for programming posts.
It is so annoying that one can’t ditch m$ keys and still boot windows. Sure you can sign the windows bootloader with your own keys. However it checks its own signature and just refuses to boot.
If anyone has a solution let me know.
Very similar to this tedx talk: https://youtu.be/8S0FDjFBj8o 😂
My favorite Ted talk is a Tedx talk. It has has helped me and past classmates quite a lot. I still rewatch it before giving presentations.
The quality of the content sadly often matters very little in comparison to the manner of speaking and self presentation.
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. 😅
A good place to put persistent malware. That’s why when using docker images always mount as ro if at all possible.