summary refs log tree commit diff
path: root/home/.local/bin/nasd
blob: d64b2c3a2a87961f402c7fa6717a06f4ccf66536 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -eu

dir=$(mktemp -d)
echo 'bits 64' > "${dir}/input"
cat >> "${dir}/input"
nasm -o "${dir}/output" "${dir}/input" || true
ndisasm -b 64 "${dir}/output" || true
rm -r "$dir"
/tr> 2021-03-15Add The City We BecameJune McEnroe Gotta say the writing of Queens as a math nerd was kinda cringe though. 2021-03-14Add bubger to causal.agency pageJune McEnroe 2021-03-10Remove bubger from planJune McEnroe It's done, tagged 1.0. 2021-03-06Optionally compress RFCs, decompress in rfc(1)June McEnroe 2021-03-06Remove rfc.vimJune McEnroe I don't use neovim regularly anymore and I prefer rfc as an analog to man. 2021-03-04Publish "Mailing List"June McEnroe 2021-03-01Add cwm bindings for tilingJune McEnroe 2021-02-27Move LESS_TERMCAP settings to .shrcJune McEnroe They depend on TERM, so they shouldn't run in .profile. 2021-02-27Revert "Lower sctd temperature"June McEnroe This reverts commit 8fc4b56a2f6d12d5430e1e01fc012331c875d910. Nope, this makes it too orange too early in the day. I think the peak times need to be adjusted instead, but sctd is... lacking. 2021-02-26Make mktemp -t compatible with OpenBSDJune McEnroe Such an annoyance that this flag is incompatible between FreeBSD and OpenBSD. On FreeBSD it takes an argument, on OpenBSD it does not. Doing it this way is technically compatible with both, but on FreeBSD the generated file name has an extra .XXXXXXXXXX in it. Oh well. 2021-02-26Lower sctd temperatureJune McEnroe 2021-02-24Add feed reader for IMAP to planJune McEnroe 2021-02-24Add mailist, liberapay to indexJune McEnroe 2021-02-24Add -q flag to everJune McEnroe 2021-02-24Remove sbubby, etc. from planJune McEnroe CardDAV is just too annoying to figure out. I'll keep managing mailing list subscriptions manually. The getaddrinfo with SRV thing I did implement, in getservinfo.c in various projects. And I share code by copying files and using git cherry-pick. Works fine. 2021-02-23Switch to Go Mono on OpenBSDJune McEnroe Luxi's uncrossed zero is just too bad. Oh and lower case l is also better in Go. 2021-02-22Publish "Operating systems"June McEnroe 2021-02-22Iterate over text files to generate feedJune McEnroe So that only "published" text files are included. 2021-02-21Add asciinema to supJune McEnroe 2021-02-21Add Liberapay to sup