Permalink

Croc ! 🐊

I love this project written in Golang that makes it easy to transfer folders and files between two computers. I can send files from an LXC container behind CGNAT to Windows, macOS, or another Linux machine.

It uses a public relay that encrypts data in transit. By default, it uses the creator’s relay at croc.schollz.com.

You can also use your own relay; in fact, that could give the creator’s relay a break, which handles about 40 terabytes of bandwidth per month on Hetzner

https://github.com/schollz/croc

Post image
Permalink

~/.bashrc
alias cyolo='claude --dangerously-skip-permissions'
source ~/.bashrc
cyolo

Permalink

ia gen agentic coding

bash
grep

sed
awk
find
cat
head
tail
ls
cd
pwd

Permalink

Developers need computers that are always accessible online to run tasks or allow others to connect. These machines must be secure, with controlled SSH and web access. Setting up and maintaining complex authentication (passwords, OAuth, recovery flows, etc.) is a costly distraction from core work. 

Tape in your shell

⁂   ssh exe.dev
⁂   ssh exe.dev new --image=ghcr.io/marimo-team/marimo:latest-sql

⋌    https://nicolas.exe.xyz:8000

exe.dev is a great place to run a coding agent securely, with minimal supervision.
Kata Containers and Cloud Hypervisor used.

exe.dev

Post image
Post image
Post image
Permalink

Nico : AI systems are not deterministic like traditional software. Given the same input, they can produce different outputs. This probabilistic behavior can be unsettling for computer scientists and engineers who are used to strictly deterministic systems where the same code always produces the same result.

Post image
Permalink

Reclaiming the lost art of Linux server administration

We built high-traffic websites before managed cloud services. Learning Linux, Bash, and self-hosting gives you control, portability, durable skills, and real productivity. Default to simple VPSs, use cloud services only when needed.

Reclaiming-the-lost-art-of-Linux-server-administration.pdf

Post image
Permalink

Silicon Valley - YaoNet's SSH key

Permalink

Docker is overkill for local development
Docker is overkill for production servers

     ⤳ Executable binaries supervised
          by something like openrc?

Permalink

Cloud didn’t erase sysadmins; it turned them into DevOps engineers, scripting infra and pipelines with fatter paychecks.

Permalink
Permalink

LLM brains

Gemini ⨠ TPU google
GPT      ⨠ GPU nvidia
Claude ⨠ Trainium aws

Permalink

Ballistics (2001) PC

Such memories of my first Nvidia GeForce, I loved breaking the speed of 1000 km/h. The mood reminds me of Blade Runner. I even wonder if Marcus from GameOne would have done a Level One on it.

Edit found! https://youtu.be/JkydiqU_GkA?si=RDGgUlEiFP-mEtfZ

Permalink

Claude Status Line

I’m using a minimal Claude code statusline [model] [context]
jq is used to explore the Claude API. You will need to install it on your system beforehand
Run ‘Claude’ and you’ll see the new status bar
The available configurations are here
claude-statusline.zip

Post image
Post image
Post image
Close
Fullscreen image