Planet Emacslife
Eric MacAdie: 2022-07 Austin Emacs Meetup
https://macadie.info/2022/07/28/2022-07-austin-emacs-meetup/
Eric MacAdie: 2022-07 Austin Emacs Meetup
https://macadie.info/2022/07/28/2022-07-austin-emacs-meetup/
Planet Emacslife
Kisaragi Hiu: GitHub Actions / GitLab CI: deploy to branch
https://kisaragi-hiu.com/deploy-to-branch-in-github-actions-or-gitlab-ci.html
Kisaragi Hiu: GitHub Actions / GitLab CI: deploy to branch
https://kisaragi-hiu.com/deploy-to-branch-in-github-actions-or-gitlab-ci.html
Kisaragi-Hiu
GitHub Actions / GitLab CI: deploy to branch
Planet Emacslife
Alvaro Ramirez: dwim-shell-command improvements
http://xenodium.com/dwim-shell-command-improvements
Alvaro Ramirez: dwim-shell-command improvements
http://xenodium.com/dwim-shell-command-improvements
Xenodium
dwim-shell-command improvements
Planet Emacslife
Andrea: A YASnippet to make it easy debugging clojure code with atoms
http://ag91.github.io/blog/2022/07/28/a-yasnippet-to-make-it-easy-debugging-clojure-code-with-atoms
Andrea: A YASnippet to make it easy debugging clojure code with atoms
http://ag91.github.io/blog/2022/07/28/a-yasnippet-to-make-it-easy-debugging-clojure-code-with-atoms
ag91.github.io
A YASnippet to make it easy debugging clojure code with atoms - Where parallels cross
Speed up your Clojure debuging with a YASnippet
Planet Emacslife
Peter Prevos: Simulating Text Files with R to Test the Emacs Denote Package
https://lucidmanager.org/productivity/testing-denote-package/
Peter Prevos: Simulating Text Files with R to Test the Emacs Denote Package
https://lucidmanager.org/productivity/testing-denote-package/
lucidmanager.org
Simulating Text Files with R to Test the Emacs Denote Package
This article shows how to use R code to generate randomised text files to test the Emacs Denote package.
Planet Emacslife
Gretzuni: Emacs as 21stC interdisciplinary tool
https://gretzuni.com/articles/emacs-as-21stc-interdisciplinary-tool
Gretzuni: Emacs as 21stC interdisciplinary tool
https://gretzuni.com/articles/emacs-as-21stc-interdisciplinary-tool
System Crafters
Automating Tasks with Emacs Lisp - System Crafters Live!
https://www.youtube.com/watch?v=6zvE2vZEPzs
Automating Tasks with Emacs Lisp - System Crafters Live!
https://www.youtube.com/watch?v=6zvE2vZEPzs
YouTube
Automating Tasks with Emacs Lisp - System Crafters Live!
In today's stream, we'll automate a particular task that I don't find very fun: editing YouTube video descriptions. We'll use Emacs Lisp to interact with the YouTube Data API to pull down a video's description, edit it in a buffer, and then save the description…
Planet Emacslife
Cameron Desautels: Emacs: Running Shell Commands on the Current File
https://camdez.com/blog/2022/07/29/emacs-running-shell-commands-on-the-current-file/
Cameron Desautels: Emacs: Running Shell Commands on the Current File
https://camdez.com/blog/2022/07/29/emacs-running-shell-commands-on-the-current-file/
camdez
Emacs: Running Shell Commands on the Current File
I’ve long thought it was a little funny that Emacs doesn’t provide an
easy way to run a shell command on the current file. It turns out it
does, but it’s not as obvious as you might expect.
easy way to run a shell command on the current file. It turns out it
does, but it’s not as obvious as you might expect.
Planet Emacslife
Alvaro Ramirez: An accentuated Emacs experiment (à la macOS)
http://xenodium.com/an-accentuated-emacs-experiment
Alvaro Ramirez: An accentuated Emacs experiment (à la macOS)
http://xenodium.com/an-accentuated-emacs-experiment
Xenodium
An accentuated Emacs experiment (à la macOS)
Planet Emacslife
Bozhidar Batsov: Clojure Tricks: Replace in String
https://batsov.com/articles/2022/07/31/clojure-tricks-replace-in-string/
Bozhidar Batsov: Clojure Tricks: Replace in String
https://batsov.com/articles/2022/07/31/clojure-tricks-replace-in-string/
(think)
Clojure Tricks: Replace in String
Today I saw a clever bit of Clojure code involving clojure.string/replace, that reminded me how powerful the Clojure standard library is. I guess pretty much everyone knows that replace is normally used to replace some part of a string using a regular expression…
Planet Emacslife
Bozhidar Batsov: Clojure Tricks: Zipping Things Together
https://batsov.com/articles/2022/07/31/clojure-tricks-zipping-things-together/
Bozhidar Batsov: Clojure Tricks: Zipping Things Together
https://batsov.com/articles/2022/07/31/clojure-tricks-zipping-things-together/
(think)
Clojure Tricks: Zipping Things Together
Many programming languages have a function for combining the elements of multiple collections (e.g. arrays or lists) together. Typically this function is named zip. Clojure doesn’t have a zip function in the standard library, which leads many newcomers to…
Planet Emacslife
Philip K.: Using Guix Environments in Emacs using buffer-env
https://amodernist.com/texts/emacs-guix.html
Philip K.: Using Guix Environments in Emacs using buffer-env
https://amodernist.com/texts/emacs-guix.html
Planet Emacslife
Yi Tang: Machine Learning in Emacs - Copy Files from Remote Server to Local Machine
http://yitang.uk/2022/07/31/mle-copy-files-to-local-machine/
Yi Tang: Machine Learning in Emacs - Copy Files from Remote Server to Local Machine
http://yitang.uk/2022/07/31/mle-copy-files-to-local-machine/
Planet Emacslife
Marcin Borkowski: Making secrets with Emacs
http://mbork.pl/2022-08-01_Making_secrets_with_Emacs
Marcin Borkowski: Making secrets with Emacs
http://mbork.pl/2022-08-01_Making_secrets_with_Emacs
Planet Emacslife
Bozhidar Batsov: Clojure Tricks: Number to Digits
https://batsov.com/articles/2022/08/01/clojure-tricks-number-to-digits/
Bozhidar Batsov: Clojure Tricks: Number to Digits
https://batsov.com/articles/2022/08/01/clojure-tricks-number-to-digits/
(think)
Clojure Tricks: Number to Digits
If you’re into programming puzzles you probably know that there’s a whole class of problems about doing something (e.g. some calculations) with the digits of a number. This means you need to break down a number into its digits first. I’ve always assumed that…
Planet Emacslife
Tassilo Horn: Difftastic diffing with Magit
https://tsdh.org/posts/2022-08-01-difftastic-diffing-with-magit.html
Tassilo Horn: Difftastic diffing with Magit
https://tsdh.org/posts/2022-08-01-difftastic-diffing-with-magit.html