I’ve long used rsync
for high fidelity, detailed copies of large swathes of files in Linux. For example:
Other articles
Why An 8TB Drive Isn’t 8 Usable TB
I bought an 8TB external SSD to use as a live boot Linux device. I knew that this issue was due to the way that bits are aggregated into terabytes, but — thanks to our mate ChatGPT — here’s a nice explanation of why my 8TB SSD only shows 7,452 …
read moreWrap with HTML tags in VSCode
Using the Emmet capabilities in VSCode (see previous TIL) you can highlight a section of HTML code and quickly wrap it with other HTML using Emmet shortcuts.
read more__main__.py file in a project
This is, to a Python project / module, what
read moreif __name__ == '__main__
is to an individual Python file.A nice workflow for creating Python projects with AI
First, create a new project using poetry
read moreneofetch for Linux system info summary
read moreneofetch
provides a nice snapshot of system information. This is what you were wanting to add to the--sysinfo
output forgpt-engineer
.Emmet Abbreviations in VSCode
Installing Racket (Scheme) in WSL
We’ll install Racket from
read moreapt
as follows, as the snap version ended up with many hasslesraco is Racket’s Package Management System (among other things …)
In the Racket programming language,
read moreraco
is a command-line tool used to interact with Racket's package management system, run tests, build documentation, and perform other tasks related to Racket development. It's a versatile utility that automates various tasks in Racket projects.