#+KEYWORDS: emacs
#+DATE: 2023-04-01
+@@html:<div class="metadata">@@Created on [{{{date}}}], last updated [{{{modification-time(%Y-%m-%d, t)}}}]@@html:</div>@@
+
Over at [[https://takeonrules.com]], Jeremy Friesen has [[https://takeonrules.com/2023/03/25/using-built-in-emacs-29-tree-sitter-package-to-get-qualified-ruby-function-name/][a couple of]] [[https://takeonrules.com/2023/03/25/using-built-in-emacs-29-tree-sitter-package-to-get-qualified-ruby-function-name/][recent posts]]
about an Emacs command he wrote for grabbing the qualified name of the function
at point in Ruby files.
#+KEYWORDS: ai
#+DATE: 2023-04-05
+@@html:<div class="metadata">@@Created on [{{{date}}}], last updated [{{{modification-time(%Y-%m-%d, t)}}}]@@html:</div>@@
+
Yesterday, a colleague of mine shared [[https://twitter.com/minchoi/status/1643215812298260480][a tweet]] in our =#random= Slack
channel about [[https://gitlab.com/min.choi/selfhealing-gitlab-ci/][a new AI-powered plugin for GitLab CI]] that supposedly
makes your code /self-healing/.
#+KEYWORDS: emacs lisp
#+DATE: 2023-04-08
+@@html:<div class="metadata">@@Created on [{{{date}}}], last updated [{{{modification-time(%Y-%m-%d, t)}}}]@@html:</div>@@
+
In my work I often need to write small programs or scripts that
accomplish very specific tasks. Many of these involve fetching and
analyzing data from JSON-based APIs, and I tend to use shell scripts
#+KEYWORDS: emacs,lisp
#+DATE: 2023-04-11
+@@html:<div class="metadata">@@Created on [{{{date}}}], last updated [{{{modification-time(%Y-%m-%d, t)}}}]@@html:</div>@@
+
Emacs has a brand new user option for customizing the interface used
for project selection, e.g. when switching from one project to
another. I always considered the way Emacs handles project selection
text-decoration-color: #9acd32;
font-style: italic;
}
+
+.metadata {
+ color: #989898;
+ font-style: italic;
+ font-size: smaller;
+}