BiTeX is something I’ve learned as little about as possible doing just enough to “make it work right”. Glad to know about this for when I don’t know how to do that.
Author: grant
How The Heck Are You Supposed To Choose Your BibTeX Keys?!
There are plenty of ways to do it and this article is one of the best.
It’s checklist is worth reviewing nearly every time you work directly with your BibTeX file.
Here is a copy of the checklist:
Continue reading “How The Heck Are You Supposed To Choose Your BibTeX Keys?!”
(Happiness) One Out Of Many
Two cool ideas about connection and community: Unity in diversity and E pluribus unum.
bash: update_terminal_cwd: command not found resolution
When you run Bash
under shell
in Emacs
on macOS
then update_terminal_cwd
is never defined and after every command you get the error message bash: update_terminal_cwd: command not found
making the shell unusable.
The simplest solution is to define update_terminal_cwd
when it isn’t defined.
Here is the code:
if [ -z “$(type -t update_terminal_cwd)” ] || [ “$(type -t update_terminal_cwd)” != “function” ]; then
update_terminal_cwd() {
true
}
fi
(Emacs+Org-Mode) Personal Magit From The Terminal
Thanks to Jon and UnwashedMeme I’ve got the best shell-based Git IDE could have ever imaged! And it is based on Emacs 😄😮.
Continue reading “(Emacs+Org-Mode) Personal Magit From The Terminal”
Hario Skerton Pro at 13th Click

After brewing for 4m in the French Press it smelled and tasted great.
Map And Track Wi-Fi Networks You’re Not Connected To
Ever wonder how wifi devices talk to each other when they don’t know that you are listening?
Continue reading “Map And Track Wi-Fi Networks You’re Not Connected To”
(macOS) Handling Too Many Application Windows Overload on macOS
My desk has 3 monitor on it—two external and one built into the Mac. They are used like this:
- Top left
- Chrome
- Maybe
- Inkscape
- VMWare
- iTunes
- Top right
- Emacs
- Bottom
- Terminal
- Pulse SMS
I tried to keep it simple but it is still easy to forget which application that I’m working with. I wanted a way to highlight the window that had focus and I found it with HazeOver — Distraction Dimmer for Mac.
Continue reading “(macOS) Handling Too Many Application Windows Overload on macOS”
(Emacs+Org-Mode) Emacs on the IBM AS/400 (aka iSeries)
The IBM AS/400 (aka iSeries) is a combined hardware application server platform. Instead of worrying about the next hot new framework, you have everything that you need to get business done. It is really quite nice in that regard.
Great news: Emacs runs on it.
(Happiness) Forgive And Be Committed To Loving-Kindness Toward Yourself
“Forgive and be committed to loving-kindness toward yourself”.
Is there anything else worth doing?
Thanks Luis!