New AWKzine Issue (#2) is posted. It's a Hexdump clone implemented in #gawk (#awk).
https://maplefish.com/todd/hexdump.html

(issues: https://maplefish.com/todd)

Hexdump (AWKzine Issue #2)

Okay, here it is...
Issue #1 of AWKzine (a bunch of crazy ideas implemented in #awk ).

https://www.maplefish.com/todd/squawk.html. or
https://www.maplefish.com/todd/squawk.pdf and the source:
https://www.maplefish.com/todd/squawk.awk

Squawk is a exercise in developing a zero foot print, no dependency and reasonably secure text messaging service that anyone (who has #gawk and openssl and a POSIX compliant shell available on their computer/laptop/tablet/phone) can stand up and run as either a client or server.

#awkzine #squawk

Putting the final touches on the first "issue" of AWKzine (my still gestating idea on a series of "literate programming in awk " articles).

First issue is doc & code for an AES-256 CTR mode (with SipHash authentication) secured text chat system (client and server) using just a single script file consisting of #gawk and #openssl (command line).

Nobody asked for this, but I feel compelled to deliver...

#awk

I'm working on an AwkZine ( #awk zine) Something no one asked for nor probably needs.

It is going to be a series of #literate_programming papers to show how to implement "from scratch with minimal or zero dependencies" tasks using just #awk or (for internet-y things: #gawk) and standard Linux/BSD tools that should already be in your basic install/distro (like the "openssl" binary).

The idea is to show how you can build stuff like a web server, text editor and (encrypted!) messaging app/server with no magic (e.g. other people's libs or stuff that need to be downloaded and installed). It's not meant to be practical, but meant to educational.

Spent today rewriting the reference C implementation of #SipHash, a secure message authentication code (MAC), in pure gawk (gnu #awk).

I was curious how well the bignum support (-M) works since you need full 64 bit ints (not 64 bit floats -- effectively 53 usable bits). Also needed #gawk because plain old awk doesn't have bit operators.

My inspiration came when I stumbled upon AES written in pure gawk (https://github.com/GinSanaduki/AES_in_AWK/)

GitHub - GinSanaduki/AES_in_AWK: AWK (GAWK) version implementation for the purpose of understanding AES from the specification

AWK (GAWK) version implementation for the purpose of understanding AES from the specification - GinSanaduki/AES_in_AWK

GitHub
I just completed "Secret Entrance" - Day 1 - Advent of Code 2025 #AdventOfCode https://adventofcode.com/2025/day/1 using #gawk
Day 1 - Advent of Code 2025

Found in awk-pta's README, this great interview with Prof. Alfred Aho about the origins of AWK: https://a-z.readthedocs.io/en/latest/awk.html

"it was born from the necessity to meet a need. As a researcher at Bell Labs in the early 1970s, I found myself keeping track of budgets..."

"Some Wall Street financial houses used AWK when it first came out to balance their books because it was so easy to write data-processing programs in AWK..."

Plot twist ! Is AWK the original #plaintextaccounting tool ??

#awk #gawk

The A-Z of Programming Languages: AWK — A-Z 0.01 documentation

Did you know #gawk silently disables #ASLR behind your back if you enable the PMA option during build? Check with "gawk --version | head -n1 | grep PMA". This is done using the personality(2) syscall's ADDR_NO_RANDOMIZE flag which #sydbox denies by default so we noticed at #exherbo :-) https://www.gnu.org/software/gawk/manual/html_node/Persistent-Memory.html #linux #security
Persistent Memory (The GNU Awk User’s Guide)

Persistent Memory (The GNU Awk User’s Guide)

Parents left the house to do some shopping. Like clockwork, the across the street neighbors drew their curtains open. Her brothers grabbed a couple lawn chairs and sat in the front yard smoking candy cigarettes and drinking soda out of empty cans of beer that they refilled. She went out front and asked her brothers "What the heck are you doing?" One of them responded "If they are going to snoop and #gawk every time Mom and Dad leave the house we will give them something to look at"
#Chattories