Screenshot of Inconvergent – generative computer art

Inconvergent – generative art by Anders Hoff

Inconvergent is the digital workshop of Anders Hoff – an artist and programmer exploring the boundaries between mathematics, algorithms, and visual art. The site is a collection of generative experiments, interactive essays, and tools that reveal how computational procedures can produce images resembling natural, organic structures. At the core of the project are visualizations created through code. Hoff openly shares algorithms, demonstrating how complex patterns can emerge from simple rules. His works often resemble neural networks, living organisms, or geometric landscapes, while remaining abstract and mesmerizing. ...

September 2, 2025 · Cogimator Team
Screenshot of explainshell.com – interface of the shell command analysis tool

ExplainShell – Understand Shell Commands, Line by Line

🔗 explainshell.com is a brilliant utility for anyone working with Linux or Unix shell environments. While basic commands like cd or ls are commonly understood, more advanced command-line expressions can quickly become cryptic. That’s where ExplainShell shines – helping you understand exactly what each part of a command does. The interface is refreshingly simple: paste in any shell command (e.g., tar -xzvf archive.tar.gz or find . -type f -exec grep -H 'pattern' {} \;) and the tool immediately dissects it. It maps each argument, flag, and operator to documentation snippets pulled from real man pages. You don’t just get a general explanation — you see which part of the command corresponds to which official description. ...

July 28, 2025 · Cogimator Team