favicon here hometagsblogmicrobio cvtech cvgpg keys

My Migration to Emacs

#emacs #editor #zola

Soc Virnyl Estela | 2023-07-22 | reading time: ~2min

Why I tried EmacsĀ§

I tried Emacs for the following reasons

I heard many memes and praises of the editor. But one thing that interests me was that emacs can do note taking and task scheduling through org mode. Additionally, note taking using the zettelkasten through org roam greatly enhances that experience!

I tried it for a few weeks now and ... it is amazing! šŸ‘€

Org ModeĀ§

I wouldn't use emacs without this feature. It can allow you to schedule your stuff with org agenda. These includes note taking, task scheduling, and dailies. Hell, combined that with org roam, and you get the best of zettelkasten method plus a growing connections of tasks.

Org RoamĀ§

This feature actually hooked me into using emacs. Without it, my notes would be everywhere without knowing which part of this note connects to this note. Yes, you can do it by linking URL links but that's not ideal to do that manually. Org roam does that for you and it's such a breeze.

Lastly, org roam has another plugin called org roam ui which allows you to create a graphical representation of your knowledge base like how Obsidian and other knowledge base note taking apps do. I forked the project as seen here to allow me to generate a static web app for my knowledge base and upload it as a standalone website. The result is my https://zettelkasten.uncomfyhalomacro.pl!

ConclusionĀ§

I think I am slowly migrating all of my workflow to Emacs now. I do still use helix for small fast edits but for powerful features such as task scheduling, todolists and zettelkasten? I guess it's Emacs.

If you want to see how a professional Emacs user use Emacs, you can check out this link. It's very informative.

Articles from blogs I follow around the net

The Adrian Dittmann Story

the evidence, from A to Z, and righting the wrongs

via maia blogJanuary 05, 2025

Bloat

Common questions we see in the OpenSUSE community are "which distro is the least bloated", "how can I remove bloat", "package X is bloat" etc. For the longest time this has confused me - Linux while sometimes slow, isn't "bloated". So where are all these qā€¦

via Firstyear's blog-a-logJanuary 04, 2025

Merry Christmas, Ya Filthy Animals (2024)

I've been absolutely slammed over the last few weeks, between moving to a new house, a large number of readers visiting Melbourne over the holidays and wanting coffee, and doing work for clients at the ol' consultancy. However, writing will pick up again iā€¦

via LudicityDecember 29, 2024

Styling HTML details and summary with modern CSS

Use CSS to style and manage disclosure widgets, which are the HTML details and summary elements.

via Rob O'Leary | BlogDecember 26, 2024

Roasted Christmas Spam from Muhu.ai

I wrote what I thought would be the final blog post of 2024 last week, and was looking forward to starting 2025 strong with a blog Iā€™d been drafting since July 2023. But then, a little after Midnight on Christmas, I received the following unsolicited emailā€¦

via Dhole MomentsDecember 26, 2024

Why Bitcoin is not decentralized - in any way

Bitcoin is decentralized, right? So yesterday I was scrolling my feed on LinkedIn, a thing I usually do once a month, and I found this: So in the image above you can see a chart showing the Bitcoin distribution over different entities. The chart isā€¦

via Christian Visintin BlogDecember 19, 2024

Recently 2024

Happy end-of-2024! Itā€™s been a pretty good year overall. Iā€™m thankful. Thereā€™s no way that Iā€™ll be able to remember and carve out the time around New Years to write this, so hereā€™s some end-of-year roundup, ahead of schedule! Running This was my biggest ā€¦

via macwright.comDecember 15, 2024

hyper Roadmap 2025

After a year since hyper 1.0, weā€™re updating the ROADMAP. hyper is an HTTP library written in Rust, used by many in production. The purpose of the ROADMAP is to highlight what is highest priority in order to continue orienting hyper towards its VISION. Iā€¦

via seanmonstarDecember 10, 2024

Yer a Wizard! Tagging Hard-coded Credentials Can Lead to Finding Magic (Numbers)

As GreyNoise researcher, you always have things to write detection rules for. Some of them arenā€™t always exciting, but they become more interesting as you dive deeper. Letā€™s jump right in and take a look at CVE-2024-6633: The default credentials for the sā€¦

via GreyNoise LabsDecember 03, 2024

Swift observations from a reluctant Rustacean

Recently I've been thinking about Swift in terms of Rust, & have appreciated anew some of the choices made. In Rust. There's been a proliferation of X vs Y posts on the web, especially since the advent of LLM AI, so I try to resist the format. It's often eā€¦

via Mike KreuzerNovember 16, 2024

OpenGL is not Right-Handed

The original Twitter thread: https://x.com/TheGingerBill/status/1508833104567414785 I have a huge gripe when I read articles/tutorials on OpenGL: most people have no idea what they are talking about when it comes to coordinate systems and matrices. Specifiā€¦

via Articles on gingerBillNovember 10, 2024

Neurodivergence and accountability in free software

In November of last year, I wrote Richard Stallmanā€™s political discourse on sex, which argues that Richard Stallman, the founder of and present-day voting member of the board of directors of the Free Software Foundation (FSF), endorses and advocates for a ā€¦

via Drew DeVault's blogSeptember 25, 2024

Physics Simulations in Bevy

Bevy is the most popular and powerful game engine in Rust. Because of its flexibility, it can be used not only for games but also for (scientific) physics simulations. In this blog post, I will share my experience using Bevy for physics simulations from scā€¦

via mo8it.comJuly 19, 2024

Defending myself against defensive writing

I write this blog because I enjoy writing. Some people enjoy reading what I write, which makes me feel really great! Recently, I took down a post and stopped writing for a few months because I didn't love the reaction I was getting on social media sites liā€¦

via pcloadletterMay 27, 2024

The Elegiac Hindsight of Intelligent Machines

This essay was edited out of a chapter of my book, The Intelligence Illusion: a practical guide to the business risks of Generative AI, with minor alterations. ā€œSee the choice of dreamsā€, and then worry about it Very well. This book ā€“ this side, Dream ā€¦

via Out of the Software Crisis (Newsletter)October 13, 2023

Regex engine internals as a library

Over the last several years, Iā€™ve rewritten Rustā€™s regex crate to enable better internal composition, and to make it easier to add optimizations while maintaining correctness. In the course of this rewrite I created a new crate, regex-automata, which exposā€¦

via Andrew Gallant's Blog on Andrew Gallant's BlogJuly 05, 2023

Eradicating image authentication injection from the entire internet

Thinking back to old forum days I can specifically remember an event where attackers modified their avatars to be invalid pages that responded with "HTTP 401 Unauthorized". This didn't really seem like an issue because there was interaction requiredĀ by theā€¦

via Blog | Sam CurryMay 10, 2017

H.264 is Magic

A high level walkthrough of the basics of video compression techniques used in MPEG, AVC/H.264, codecs.

via Sid BalaNovember 02, 2016

Generated by openring-rs

favicon here hometagsblogmicrobio cvtech cvgpg keys