- Call 1-800-829-1040
- Press 1 for English (or other language as desired)
- Press 2 for personal tax
- Press 1 for form / tax history
- Press 3 for other
- Press 2 for other
- Ignore 2 SSN prompts till you get secret other menu
- Press 2 for personal tax
- Press 3 for other
- Wait for agent!
This is a living document. Everything in this document is made in good faith of being accurate, but like I just said; we don't yet know everything about what's going on.
Update: I've disabled comments as of 2025-01-26 to avoid everyone having notifications for something a year on if someone wants to suggest a correction. Folks are free to email to suggest corrections still, of course.
| ;;; ob-hoon.el --- org-babel functions for hoon evaluation | |
| ;; Copyright (C) your name here | |
| ;; Author: your name here | |
| ;; Keywords: literate programming, reproducible research | |
| ;; Homepage: https://orgmode.org | |
| ;; Version: 0.01 | |
| ;; This program is free software; you can redistribute it and/or modify |
| package main | |
| import ( | |
| "context" | |
| "errors" | |
| "fmt" | |
| "io" | |
| "os" | |
| "github.com/sashabaranov/go-openai" |
This is a translation of grugbrain.dev into clear English. All props to the original author.
This is a collection of thoughts on software development, originally written by an pseudonymous author styling themselves the "grug brain developer," but then translated into clear English by Raph Levien.
I am not an extremely smart developer, but I have many years of experience and have learned some things, although still don't know everything.
| Cyph — Next-gen Keybase alternative — Special invite | |
| Ryan Lester <ryan@cyph.com> | |
| Attachments | |
| Sat, 8 Aug, 04:12 (5 days ago) | |
| to Gareth | |
| Hey Gareth, | |
| You've probably heard by now that Keybase was acquired by Zoom. |
Andy Thomason is a Senior Programmer at Genomics PLC. He has been witing graphics systems, games and compilers since the '70s and specialises in code performance.
| #!/usr/local/plan9/bin/rc | |
| . 9.rc | |
| . $PLAN9/lib/acme.rc | |
| fn convert { | |
| awk -F'=' ' | |
| $1 == "indent_style" { | |
| print "Spaces", ($2 == "space") ? "on" : "off" | |
| } |
| #!/usr/local/plan9/bin/rc | |
| . 9.rc | |
| . $PLAN9/lib/acme.rc | |
| event=$1 | |
| target=$2 | |
| fn hashbang { | |
| awk ' |
