System Crafters
Crafting the Future: AI Assistants in Emacs - System Crafters Live!
https://www.youtube.com/watch?v=JImYEdqVQR8
Crafting the Future: AI Assistants in Emacs - System Crafters Live!
https://www.youtube.com/watch?v=JImYEdqVQR8
YouTube
Crafting the Future: AI Assistants in Emacs - System Crafters Live!
In today's stream, we will explore the potential of AI assistants in Emacs. We'll take a look at the gptel package which interacts with OpenAI's GPT 3 and 4 models to provide AI assistance in writing and planning projects. We'll also try the copilot.el package…
Planet Emacslife
James Dyer: Sorting Org Tags
https://emacs.dyerdwelling.family/emacs/20230310120116-emacs--sorting-org-tags/
James Dyer: Sorting Org Tags
https://emacs.dyerdwelling.family/emacs/20230310120116-emacs--sorting-org-tags/
the DyerDwelling/emacs
Sorting Org Tags · the DyerDwelling/emacs
Join me on my journey to a more fluid vanilla-ish emacs workflow
and may the emacs pinky stay ever dormant in my aging fingers!
and may the emacs pinky stay ever dormant in my aging fingers!
Planet Emacslife
Marcin Borkowski: Showing an image between lines in Emacs
https://mbork.pl/2023-04-01_Showing_an_image_between_lines_in_Emacs
Marcin Borkowski: Showing an image between lines in Emacs
https://mbork.pl/2023-04-01_Showing_an_image_between_lines_in_Emacs
Planet Emacslife
Jeremy Friesen: Responding to “Things Your Editor Should Have”
https://takeonrules.com/2023/04/03/responding-to-things-your-editor-should-have/
Jeremy Friesen: Responding to “Things Your Editor Should Have”
https://takeonrules.com/2023/04/03/responding-to-things-your-editor-should-have/
Take on Rules
Responding to “Things Your Editor Should Have”
Yesterday afternoon, I listened to Things Your Editor Should Have with Amir Rajan on the Rubber Duck Dev Show.
Amir Rajan outlined four high-level pillars for his software development tools. He needs to be able to…
See the function called when I press a key.…
Amir Rajan outlined four high-level pillars for his software development tools. He needs to be able to…
See the function called when I press a key.…
Planet Emacslife
Sacha Chua: 2023-04-03 Emacs news
https://sachachua.com/blog/2023/04/2023-04-03-emacs-news/
Sacha Chua: 2023-04-03 Emacs news
https://sachachua.com/blog/2023/04/2023-04-03-emacs-news/
Planet Emacslife
Kisaragi Hiu: Why I switched to Vercel for this site
https://kisaragi-hiu.com/switching-to-vercel/
Kisaragi Hiu: Why I switched to Vercel for this site
https://kisaragi-hiu.com/switching-to-vercel/
Kisaragi-Hiu
Why I switched to Vercel for this site
Planet Emacslife
Alvaro Ramirez: Flat Habits 1.1.4 released
http://xenodium.com/flat-habits-114-released
Alvaro Ramirez: Flat Habits 1.1.4 released
http://xenodium.com/flat-habits-114-released
Xenodium
Flat Habits 1.1.4 released
Planet Emacslife
James Dyer: Sorting Org Tags using Org Mode!
https://emacs.dyerdwelling.family/emacs/20230406210733-emacs--more-sorting-tags-options/
James Dyer: Sorting Org Tags using Org Mode!
https://emacs.dyerdwelling.family/emacs/20230406210733-emacs--more-sorting-tags-options/
the DyerDwelling/emacs
Sorting Org Tags using Org Mode! · the DyerDwelling/emacs
Join me on my journey to a more fluid vanilla-ish emacs workflow
and may the emacs pinky stay ever dormant in my aging fingers!
and may the emacs pinky stay ever dormant in my aging fingers!
Planet Emacslife
Irreal: Red Meat Friday: Another Skirmish In The Emacs/Vi War
https://irreal.org/blog/?p=11269
Irreal: Red Meat Friday: Another Skirmish In The Emacs/Vi War
https://irreal.org/blog/?p=11269
Planet Emacslife
Emacs APAC: Announcing Emacs Asia-Pacific (APAC) virtual meetup, Saturday, April 22, 2023
https://emacs-apac.gitlab.io/announcements/april-2023/
Emacs APAC: Announcing Emacs Asia-Pacific (APAC) virtual meetup, Saturday, April 22, 2023
https://emacs-apac.gitlab.io/announcements/april-2023/
Planet Emacslife
Unwound Stack: aws-unexpected-error
https://www.unwoundstack.com/blog/aws-unexpected-error.html
Unwound Stack: aws-unexpected-error
https://www.unwoundstack.com/blog/aws-unexpected-error.html
Unwoundstack
Everyone knows the cloud is the future, right?
Planet Emacslife
Andrey Listopadov: New Fennel Proto REPL and call for testing
https://andreyorst.gitlab.io/posts/2023-04-08-new-fennel-proto-repl-and-call-for-testing/
Andrey Listopadov: New Fennel Proto REPL and call for testing
https://andreyorst.gitlab.io/posts/2023-04-08-new-fennel-proto-repl-and-call-for-testing/
andreyorst.gitlab.io
New Fennel Proto REPL and call for testing
In the previous post I’ve described how to define a simple protocol, upgrade the stock Fennel REPL with it, and create a simple client that works with this setup. And at the end, I mentioned that I was working on a proper client implementation and a more…
Planet Emacslife
Nicolas Martyanoff: Making IELM More Comfortable
https://www.n16f.net/blog/making-ielm-more-comfortable/
Nicolas Martyanoff: Making IELM More Comfortable
https://www.n16f.net/blog/making-ielm-more-comfortable/
Brain dump
Making IELM More Comfortable
IELM is the Emacs Lisp REPL. It lets you evaluate any Elisp expression, prints the output and keeps track of previous commands. While it is a serious step-up from the humble eval-expression, it can be…