Planet Emacslife
200ok: Deep Merging YAML with Ruby Made Easy
https://200ok.ch/posts/2025-01-15_deep_merging_yaml_with_ruby_made_easy.html
200ok: Deep Merging YAML with Ruby Made Easy
https://200ok.ch/posts/2025-01-15_deep_merging_yaml_with_ruby_made_easy.html
200ok.ch
Deep Merging YAML with Ruby Made Easy
YamlExtensions is a Ruby gem that enhances YAML functionality by providing deep merge capabilities using the '<<<' operator, making complex YAML configurations more manageable and maintainable.
Planet Emacslife
Protesilaos Stavrou: Emacs: Org todo and agenda basics
https://protesilaos.com/codelog/2025-01-16-emacs-org-todo-agenda-basics/
Protesilaos Stavrou: Emacs: Org todo and agenda basics
https://protesilaos.com/codelog/2025-01-16-emacs-org-todo-agenda-basics/
Protesilaos Stavrou
Emacs: Org todo and agenda basics
A video demonstration of using Org mode in Emacs to write and manage tasks.
Planet Emacslife
Sacha Chua: Changing planet.emacslife.com
https://sachachua.com/blog/2025/01/changing-planet-emacslife-com/
Sacha Chua: Changing planet.emacslife.com
https://sachachua.com/blog/2025/01/changing-planet-emacslife-com/
System Crafters
Creating a New Website for Emacs Packages in Guile | Real World Scheme Programming
https://www.youtube.com/watch?v=ACQ_CQ277gA
Creating a New Website for Emacs Packages in Guile | Real World Scheme Programming
https://www.youtube.com/watch?v=ACQ_CQ277gA
YouTube
Creating a New Website for Emacs Packages in Guile | Real World Scheme Programming
In this video, I present a summary of the work we've been doing during Crafter Hours streams on a new project called emacspackges.com, a website written from scratch in Guile Scheme. We'll take a look at the approach I'm using to write the basic request…
System Crafters
Going Back to Graphical Emacs? - System Crafters Live!
https://www.youtube.com/watch?v=3Fq_lghCP8E
Going Back to Graphical Emacs? - System Crafters Live!
https://www.youtube.com/watch?v=3Fq_lghCP8E
YouTube
Going Back to Graphical Emacs? - System Crafters Live!
In this stream, we'll discuss what I consider to be the downsides of using Emacs primarily in the terminal in a graphical desktop environment. We'll also spend some time improving my new configuration to work well in graphical Emacs again.
#gnu #emacs #terminal…
#gnu #emacs #terminal…
Planet Emacslife
TAONAW - Emacs and Org Mode: More problems with my projects and meetings in org-mode
https://taonaw.com/2025/01/17/more-problems-with-my-projects.html
TAONAW - Emacs and Org Mode: More problems with my projects and meetings in org-mode
https://taonaw.com/2025/01/17/more-problems-with-my-projects.html
Taonaw
More problems with my projects and meetings in org-mode
In my capture templates, I now use prepend, which works well …
Planet Emacslife
Lars Ingebrigtsen: Maps & WordPress Statistics
https://lars.ingebrigtsen.no/2025/01/18/maps-wordpress-statistics/
Lars Ingebrigtsen: Maps & WordPress Statistics
https://lars.ingebrigtsen.no/2025/01/18/maps-wordpress-statistics/
Random Thoughts
Maps & WordPress Statistics
While dropping off to sleep last night, I was thinking about how much work it might be to add a world map to the Wordpress Statistics for Emacs thing. Not because it’s useful, but because Jet…
Planet Emacslife
James Dyer: Streamlining Navigation in Org-Mode using an adapted org-goto
https://emacs.dyerdwelling.family/emacs/20241228131958-emacs--streamlining-navigation-in-org-mode/
James Dyer: Streamlining Navigation in Org-Mode using an adapted org-goto
https://emacs.dyerdwelling.family/emacs/20241228131958-emacs--streamlining-navigation-in-org-mode/
Planet Emacslife
Jeremy Friesen: Forking from a Step in a Stacked Habit
https://takeonrules.com/2025/01/18/forking-from-a-step-in-a-stacked-habit/
Jeremy Friesen: Forking from a Step in a Stacked Habit
https://takeonrules.com/2025/01/18/forking-from-a-step-in-a-stacked-habit/
Planet Emacslife
TAONAW - Emacs and Org Mode:
https://taonaw.com/2025/01/18/after-yesterdays-issues-today-i.html
TAONAW - Emacs and Org Mode:
https://taonaw.com/2025/01/18/after-yesterdays-issues-today-i.html
Taonaw
The Art Of Not Asking Why
After yesterday’s issues, today I split my now.org …
Planet Emacslife
Mario Jason Braganza: More Espanso & Emacs Shenanigans
https://janusworx.com/work/more-espanso-emacs-shenanigans/
Mario Jason Braganza: More Espanso & Emacs Shenanigans
https://janusworx.com/work/more-espanso-emacs-shenanigans/
Janusworx
More Espanso & Emacs Shenanigans
Fixing my blog post, CTA snippet …
Planet Emacslife
Magnus: Reviewing GitHub PRs in Emacs
https://magnus.therning.org/2025-01-19-reviewing-github-prs-in-emacs.html
Magnus: Reviewing GitHub PRs in Emacs
https://magnus.therning.org/2025-01-19-reviewing-github-prs-in-emacs.html
magnus.therning.org
Reviewing GitHub PRs in Emacs
A short post on my setup for reviewing PRs in Emacs
Planet Emacslife
Lars Ingebrigtsen: Logarithms, how do they work?
https://lars.ingebrigtsen.no/2025/01/19/logarithms-how-do-they-work/
Lars Ingebrigtsen: Logarithms, how do they work?
https://lars.ingebrigtsen.no/2025/01/19/logarithms-how-do-they-work/
Random Thoughts
Logarithms, how do they work?
My algo for maps sucked because there was just too big a difference between the top country and the rest: So my map looked like this: See? The US is white while the rest of the countries are basica…
Planet Emacslife
Mario Jason Braganza: View Only the Day, With Org Agenda
https://janusworx.com/work/view-only-day-with-org-agenda/
Mario Jason Braganza: View Only the Day, With Org Agenda
https://janusworx.com/work/view-only-day-with-org-agenda/
Janusworx
View Only the Day, With Org Agenda
Live in Day Tight Compartments; only worry about what’s happening today; that’s all you can control — Dale Carnegie
System Crafters
Scraping Emacs Package Listings into SQLite - Real World Scheme Programming #2
https://www.youtube.com/watch?v=CCtHjQIjwq8
Scraping Emacs Package Listings into SQLite - Real World Scheme Programming #2
https://www.youtube.com/watch?v=CCtHjQIjwq8
YouTube
Scraping Emacs Package Listings into SQLite - Real World Scheme Programming #2
In this video, I give a new update on the work we've been doing during Crafter Hours streams on a project called emacspackges.com, a website written from scratch in Guile Scheme.
I'll describe the approach we're using the import the full set of Emacs package…
I'll describe the approach we're using the import the full set of Emacs package…
Planet Emacslife
Yi Tang: Retiring Raspberry Pi 4 as Home Server and NAS
http://yitang.uk/2025/01/20/retiring-raspberry-pi-4-as-home-server-and-nas/
Yi Tang: Retiring Raspberry Pi 4 as Home Server and NAS
http://yitang.uk/2025/01/20/retiring-raspberry-pi-4-as-home-server-and-nas/
Planet Emacslife
Sacha Chua: 2025-01-20 Emacs news
https://sachachua.com/blog/2025/01/2025-01-20-emacs-news/
Sacha Chua: 2025-01-20 Emacs news
https://sachachua.com/blog/2025/01/2025-01-20-emacs-news/