RSSAmplifier

Blog

Wisdom And Wonder

Equanimity Λ Computing

wisdomandwonder.comRSS feed ↗10 posts

Latest posts

There’s No Fun Like Work

There’s No Fun Like Work —William J. Mayo Actual Office & Plaque

Possible ⇔ Successful ⇔ Fun

MOTTO: Make the impossible possible, the possible successful, and the successful fun.

Always Commit Something Before Branching in Git

If you use Git, begin every project by committing at least one file—anything—before you branch. It is easy to overlook this, especially when starting from scratch. But branching off an empty repository, without an initial commit, can lead to unexpected loss of your work. Even experienced people have lost hours this way. The reasons may … Continue reading "Always Commit Something Before Branching…

Begin Blog Experiment of No Tags and Only 8 Categories

For years, personal blogs have imitated industrial systems of categories and tags, as if neat taxonomies would guarantee order. But in practice, humans neither recall nor retrieve information this way. No one asks a search engine for “#cookies” to find a childhood recipe, nor does anyone filter with “#chocolate-chip-cookies” and expect meaningful results. Our minds … Continue reading "Begin Blog…

The Role of AI/LLMs in Your Professional Life

AI can never take responsibility for your actions, so if you ever want responsibility, you’ll need to take accountability and therefore understand what you are doing, successfully explain it to others, and succeed or fail on your word: that is what makes you a professional.

Are You Too Busy To Learn?

From The use (and design) of tools: “We’ve adopted the mindset of Too Busy To Learn. As a result, we prefer tools that give us quick results, not the ones that are worth learning. This ignores the truth of a great modern professional’s tool: it’s complicated for a reason.”

Why Lisp Is Fun

Via jrm: [Lisp] is a language that was designed to be used as a tool for thinking about problems, and that is the fun part of programming.

I Need Your Help Adding org-utf-to-xetex to MELPA

Hello friends. Despite my best efforts, I cannot do my part to add org-utf-to-xetex to MELPA—this is my fault. Unfortunately, I’m unsure why I can’t fork the repo, but I need your help now. If you are up for the mission then here are the details. If you are curious about becoming a co-maintainer—that would … Continue reading "I Need Your Help Adding org-utf-to-xetex to MELPA"

Interesting new gptel v0.9.8 features and commits since v0.9.7

The latest version of gptel has some cool features and refinements! See Version v0.9.8 Latest. Watching gptel get developed is a MASTER CLASS in software development! Observe the constant consideration and addition of user facing features, refinement the existing code, adding new code and concepts (request FSM for example). It is the work of true … Continue reading "Interesting new gptel v0.9.8…

Refactoring a Simple Example of Simultanously User-Friendly and Debuggable Code

Today, I was playing around with hs-minor-mode. hs-show-all and hs-hide-all work great to give you a quick overview of the file. It is so good, in fact, that it #1 deserves a key-binding because you call it a lot, and #2 starts to get tedious alternately calling them. Consequently, I looked for a fix, some … Continue reading "Refactoring a Simple Example of Simultanously User-Friendly and…