@thomholwerda
In order to travel by buss I am forced to bring a mobile phone nowadays (with Google account as they exclusively offer the app via the Google play store). From the busses themself they no longer sell tickets. And the nearest bus stop ticket machine happens to be 10 kilometers away. As I refuse to have a Google account I often travel for free. The buss drivers aren't happy with it, bu still haven't refused me. Crazy but true.
So I wonder for how long you can leave your house without mobile phone. I shall not become easier every year.
Besides: Same goes for banking apps that seemingly can't be offered as an apk via their own website. More and more everybody is forced to have a Google account.
Making final edits on my next big zsh runcom improvement; all functions will be sourced from their separate files.
Alongside I will implement the new fd and fzf driven files navigator. A video about that functionality is coming soon as well!
The beta version of .zshrc can be found here: https://codeberg.org/oxo/dotf/src/commit/cb96fb84948a00bf0d5b066b1748a8f7e7f79221/zsh/.zshrc
#linux #zsh #runcom #fzf #fd #commandline
Happy Tau day! https://tauday.com
Magnum Opus: zshbuildins.
Discovered today, after more than ten years of zsh usage...
It's going to be a cosy reading night.
#zsh #zshbuildins
A new video about one-time pad and my script: otp95. Enjoy watching!
https://tilvids.com/w/5nAQPhTbJiH1EAycEJ4wJ9?autoplay=1
#linux #terminal #commandline #bash #otp #encryption
@abcdw that's certainly true. I code mainly for myself and therefore have no experience with documenting for other users. But I can imagine it can become tedious.
@abcdw Then try to document inside your code. This works pretty good for me at least.
Alpha release! Otp95 with all options for keyfile manipulation working now.
https://codeberg.org/oxo/tool/src/commit/1c7cf9c2ce900fa60c7bbb14550d2bf10dc392c1/otp95
#linux #cli #bash #encryption #otp
I have finished my code for the one time path cryptor: otp95. I have added base64 encoding between the plain and cipher text. I am happy that it is fully functional. I will iron out an issue with output to file shortly. Please attend me if you have any questions or encounter any insecurities.
https://codeberg.org/oxo/tool/src/branch/main/otp95
#linux #cli #tool #bash #otp #otp95
SpaceX - Starship Integrated Flight Test #4
SH11/SS29 from Starbase TX
NASASpaceflight.com webcast:
https://www.youtube.com/watch?v=mTkhv4fvOgA
Everyday Astronaut webcast:
https://www.youtube.com/watch?v=8VESowgMbjA
Space Affairs rebroadcast:
https://www.youtube.com/watch?v=1FkQAU5sLck
#LaunchSchedule #SpaceX #Starbase #Starship #StarshipFlightTest #IFT4
@lhp OK, sorry, don't even know what that is...
@lhp Can't you use --date='$STRFTIME' in your git command?
Long awaited upgrade of the ```netconn``` repository is finally here!
Both ```netconn``` and ```netkill```, which are used to setup and bring down a network connection, are significantly improved. For example ```wpa_passphrase``` is integrated for unknown (new) wireless connections.
A productive day today! I took a deep dive into less and especially its prompt settings. Now I finally get similar less behavior and prompts for:
1. less file_x
2. < file_y
3. command_x | less and
4. man command_y
For more information, see https://codeberg.org/oxo/dotf/src/branch/main/zsh
#linux #zsh #commandline #less
Finally, after many years, finished my #zsh prompt structure. A simple and as out of the way as can be, but with all the critical information I need.
PS1 contains user type, background jobs and previous command exit codes. So normally just '% '.
RPS1 hides when user starts typing, it currently shows actual updated time.
Precmd shows execution time, history iD and end time of the previous command.
When cd into a directory information is shown.
PS4 is showing essential program information when debugging a script. This has helped me so much to more effectively find my way.
If you are interested check it out my zsh dotfiles at: https://codeberg.org/oxo/dotf/src/branch/main/zsh
What started as an feature implementation is ending up in a complete overhaul of my cryptr script. Still working on it. I think it will be more logical code.
https://codeberg.org/oxo/tool/src/branch/main/cryptr