I just published a video on #hardllimit
https://video.hardlimit.com/w/wpjftphK8ot6JLThvcVq5Y
This video is about my #archlinux setup where I presents some #wayland stuff and interesting things like #tui and terminal based software. Enjoy it
Ok #vibecoding fans.. here's Reason #76 for why #AI #codebots aren't ready to supplant us #developers.
Working on a #CLI that manipulates files; unhandled exception appears! Its late so I paste the exception+ #stacktrace into my notes2self.txt, go to bed.
Today, remember the #exception, go handle/fix/trap it. Still drops exception. WTF. Tearing hair out, I keep prompting Copilot, changing the model used, I have refactored whole swaths of code following its advice. Getting nowhere.
1/
Here is a small Docker CLI plugin I did, that launches a Vagrant-managed VM using Parallels on macOS and sets up a Docker context for it. Useful if you want a lightweight, no-surprises alternative to Docker Desktop — works on Intel & ARM, with binfmt for cross-arch builds.
"docker vagrant up" and you're ready to go.
Un proyecto en el que he estado trabajando, no tanto como quisiera por falta de tiempo.
https://git.disroot.org/root/wms
La fantástica experiencia de poder acomodar ventanas con un par de scripts en sh.
Gracias! https://github.com/wmutils
cd ~ and cd #
are the same, but for different reasons.
Surely this could be used as a metaphor to explain important and sensitive topics.
Sherlock: Discover Social Media Accounts By Username Across 400+ Social Networks ##Sherlock #SocialMedia #CLI #Python #Opensource #Linux
https://ostechnix.com/sherlock-discover-social-media-accounts-username/
Is anyone aware of a CLI tool (Python, PHP, bash, whatever) that'll let me download the FULL contents of a Blogger blog (Blogspot), including media and metadata to json or xml?
It'd be nice if the tool included support for private/non-public blogs too (I realize it needs to handle authentication then).
Unlock the power of Large Language Models with Ollama CLI!
Perfect for developers, data scientists, and AI enthusiasts.
For more Details:https://tinyurl.com/mt9fzc64
#Ollama #CLI #LLM #AI #TechLatest #MachineLearning #CommandLine #AIModels #OpenSource #DeepLearning
We are Live now! Join us for our monthly meeting where we will be discussing git and also for our intro topic we will be looking at signals and the kill command.
https://www.mug.org/2025/04/mug-meeting-tuesday-april-8-2025-10-things-you-dont-know-about-git/
https://zoom.us/j/92135910114?pwd=MDJhOWxIT0swOGRLRHZwNUYvL3c1Zz09
Pretty command line apps with added JBang. https://robintegg.com/2025/04/01/pretty-command-line-apps-with-added-jbang.html
#Java #jbang #cli
Today I made some adjustments to my calculation function for bash:
```
┌ sebastian@suse:0 ~/.bashrc.d] (master)
└ $ sed '/= ()/,/^$/!d' calc
function = () {
rechnung=$(printf "%s" "$@")
echo "scale=${2:-2} ; ${rechnung}" | \
sed -E -e '{s/,/./g; s/·/*/g' -e "s/^|$/\'/g}" | \
xargs -I{} echo {} | bc | sed -r 's/\./,/g;:loop;s|\b([0-9]+)([0-9]{3})\b|\1.\2|g;t loop'
}
┌ sebastian@suse:0 ~/.bashrc.d] (master)
└ $ = 23,4·43,54
1.018,83
```
Nefoin: Auto-Install Nerd Fonts in Linux and macOS with One Command #Nefoin #NerdFont #Fonts #Linux #macos #Opensource #CLI
https://ostechnix.com/nefoin-auto-install-nerd-fonts-linux-macos/
[New Release] git-rstatus -- Fast recursive git status (with fetch and pull)
- Simple quality-of-life tool that scans all your git repos and gives a summary
- Zero-dependency self-contained bin/exe
- open-source MIT
https://github.com/guylangston/git-rstatus
I would welcome some feedback, suggestions, improvements.
@readbeanicecream This can also be used for #cli #zettelkasten: https://xwmx.github.io/nb/
BashCore 2504 is here.
Minimal boot, automatic login, Debian 12.10, kernel 6.1.129-1 (Debian package: 6.1.0-32). No distractions, no GUI. Just raw power and full control — the BashCore way.
user@bashcore:~$
Get it now at https://bashcore.org
I just published this thing:
https://gitlab.com/carvilsi/vldpsswrdshr
vldpsswrdshr: Share credentials CLI, password and optional username and site, using Veilid
This is on a PoC and buggy state, right now and almost it's IWOMM ("It Worked On My Machine", not really, already tested on 3 different linux machines).
Mostly playing around with Veilid and get used to concepts like private route, DHT, etc.
Positively do not use for serious credentials sharing unless the version will reach 1.0.0; lots of HSD ("Hic Sunt Dracones" among TODOs and bugs).