Tag
The blog post demonstrates how to use command-line tools like awk and jq to process server logs and bulk report abusive IP addresses to AbuseIPDB for scraping attacks.
A tweet discussing how over-reliance on AI for bash commands can hinder learning and the need to update perspectives based on new facts about AI.
The post discusses how AI coding agents are increasingly preferring bash scripting over dedicated tools, becoming highly proficient in it, which could lead to another 'Bitter Lesson' in AI development.
Headlong is an open-source microharness that enables persistent agency in AI agents, allowing them to continuously think and self-guide even without external input.
Headlong is an open-source agent microharness featuring persistent agency and recursive language models, implemented in Bash for autonomous agent operation and human interaction across platforms.
Nathan Cooper humorously explains how to use IPython as a terminal shell, highlighting features like running bash commands without the '!' prefix and displaying images in the terminal, with safety tools like safepyrun and safecmd.
The post explains that Git can be used without platforms like GitHub or GitLab by setting up a bare repository and cloning via SSH, and encourages users to learn basic Linux skills.
An educational article explaining shell event designators (history expansion) like !! and !$ to reuse and modify previous commands lazily in bash, zsh, and other shells.
Tweet by Niels Rogge highlighting that bash (terminal commands) is all AI agents need to interact with computer systems, linking to an external paper or article.
Stinkpot is a lightweight, SQLite-backed shell history searcher for bash, similar to atuin but with fewer features and around 400 lines of Go.
The author created a bash enumerator tool to replace xargs for command-line enumeration tasks.
A developer details Observation-Oriented Programming (OOP), a paradigm for organizing a swarm of terminal AI agents around watching observability data rather than task execution. The system uses tmux, cron, bash, and an append-only log file, with agents acting as observers that correlate signals and materialize actions only after interpretation.
Bash Guard is a simple hook that blocks risky shell commands (like sudo, rm outside project) before local coding agents run them, preventing accidental file deletion. Supports Claude Code, Codex CLI, and Devin CLI.
A blog post details the discovery and decoding of an obfuscated bash script printed on a Uniqlo t-shirt as part of Akamai's Peace for All campaign, which reveals a hidden Easter egg message when executed.
Amber is a modern, type-safe programming language that compiles to Bash, Ksh, or Zsh, enabling safer and more robust shell scripting.
This article argues that POSIX is a specification, not a program, and that shell implementations such as bash and dash behave differently even for basic commands like echo. It calls for testing across multiple shells rather than relying on the notion of 'POSIX compliance' for portability.
Bash4LLM+ is a lightweight, dependency-free Bash wrapper for LLM APIs, offering secure and auditable interaction with Groq and other providers, with features like dynamic model lists, streaming, and extensible extras.
Bashblog is a single bash script that lets you create a static blog from the command line with zero dependencies, supporting Markdown, RSS, tags, and comments.
Sai Rahul highlights Claude Code's Hooks feature that automates test running after edits, blocks destructive bash commands, logs spending, sends Slack alerts, and rewrites bad output automatically.
AMD has released GAIA 0.21.2, introducing gaia-bash, an AI-powered bash scripting assistant for writing, reviewing, testing, and debugging shell scripts on AMD hardware. It supports multiple interfaces including TUI, CLI, pipe mode, REST API, and MCP stdio server.