Comment on
Linux holds more than 8% market share in India, and it's on the upward trend
Somehow things seem similar (perhaps better) in Greece:
Comment on
Linux holds more than 8% market share in India, and it's on the upward trend
Somehow things seem similar (perhaps better) in Greece:
Comment on
GitLab is down
It is up again!
Comment on
Radion, an internet radio CLI client, written in Bash.
Reply in thread
Of course, next time I feel like writing a script, I will make sure that I let you know first, and get your approval.
Comment on
Are there any working instances of Invidious left?
yt-dlp works, magic-tape works, too, if you don't mind terminal interface.
Comment on
tui-sudoku
Reply in thread
Oh, the FUN parts.
I initially tried to incorporate past attempts to generate a sudoku 9x9 matrix, even added a backtracking routine that would detect and exclude duplicate solutions. Unfortunately, the whole process of generating a new puzzle was taking about 30". What is more, the outcome, although symmetrical and all, was not what I wanted. The routines were in c. You can have a look if you like:
Comment on
Radion, an internet radio CLI client, written in Bash.
Reply in thread
Don't give me new ideas...
Comment on
Share Your Favorite Linux Distros and Why You Love Them
Linuxmint.
Comment on
Radion, an internet radio CLI client, written in Bash.
Reply in thread
Maybe. Respectfuly, feel free to move along. I fail to see the aim of your message.
Comment on
Hearing voices
Reply in thread
Please do.
Comment on
SPELION: A TUI Spelling Bee Puzzle
Reply in thread
Thanx for pointing out, it is now fixed in the repo and in the script, however I cannot update the preview image here on Lemmy... so this spelling error will stick out like a sore thumb.
Update: Fixed.
Comment on
tui-mines: Sweep mines from a minefield, in the terminal (Bash)
Reply in thread
Here is the solution just for you:
tui-mines/ directorysed -i 's/k|A/w|A/;s/h|D/a|D/;s/j|B/s|B/;s/l|C/d|C/' tui-mines.shRun the script ./tui-mines.sh
You can now play using lower case awsd.
Comment on
Radion, an internet radio CLI client, written in Bash.
Reply in thread
I am happy you like it!
Comment on
animatrix: ascii animation + matrix effect in a terminal window
Reply in thread
cmatrix has it's own features, and has most certainly been an inspiration. At first I made a project as a matrix-clone, in c.
Later on I added an extra feature in another project, rendering ascii-art in the foreground. In this step I tried taking a step further on.
Comment on
tui-battleship, the classic naval battle game (Bash).
Reply in thread
This is a long list of terminal goodies: https://github.com/toolleeo/cli-apps/
Also, check the games that I have written, in the same spirit as this one:
https://gitlab.com/christosangel/tui-sudoku
https://gitlab.com/christosangel/wordle
https://gitlab.com/christosangel/ladder
https://gitlab.com/christosangel/mneme
Comment on
magic-tape: YouTube TUI client (fzf, image support)
Reply in thread
As a matter of fact it is one of the scripts that I cannot do without, I use it everyday, it is very convenient. But then again I wrote it myself, so I can't be objective.
Comment on
What less popular text editors do you like or should have a shout out more often? What stuff do you do with it?
I like xed for coding. Simple, costumisable enough, great experience.
Comment on
ascii-matrix: render ascii art + matrix effect
Reply in thread
lolwtf
Comment on
older laptop distro recommendarion
Linuxmint with xfce, perfect.
Comment on
What distro should I use on my potato?
Someone should come up with a new distro with the name potatOS, just for cases like this .
Comment on
Terminal Tower of Hanoi, in Bash
Reply in thread
Yup, this is fat finger mathematics. The correct number is 511, somehow zero got in the way.