# emacs lisp script — RSS Amplifier

Recent posts from the 1 feeds in the RSS Amplifier directory that cover emacs lisp script.

Page: <https://rssamplifier.com/topics/emac-lisp-script>  
Feed: <https://rssamplifier.com/topics/emac-lisp-script.md>

---

## [The Message Arrived. Did the Operation Succeed?](https://mohamed.computer/posts/the-message-arrived/)

_2026-07-16 · Mohamed Attia's Macrocosm_

Prelude Every few years, I revisit one of my favorite papers END-TO-END ARGUMENTS IN SYSTEM DESIGN and this time I decided I will write an exposition of it to maybe inspire others to read it but also serve as a set of notes for my future self. Introduction Imagine we have an application that holds bank accounts for Alice and Bob. Alice wants to transfer $50 from her account to Bob&rsquo;s.

## [Please Use HTML data-attributes](https://mohamed.computer/posts/please-use-html-data-attributes/)

_2025-07-27 · Mohamed Attia's Macrocosm_

If you need to attach custom attributes to an HTMLElement that you can also access from JavaScript or CSS , please use data-attributes . HTML Let&rsquo;s say you have a very simple gallery that has image thumbnails and it displays the full image when you click on a thumbnail and also displays a caption for the image, we can define this gallery in HTML as follows: \< div id = 'gallery' \> \< img src =…

