In my previous post I needed to type letter é but didn’t know how. (So I just copied it from the browser page that search result returned, explaining how to type accent marks on macOS 🧠)
But later, I searched and got it working.
We use what is called as Dead Key method. In Keyboard viewer, pressing the ALT (or Option) key, shows the dead keys.
So to type é, I press ALT+e, this produces the accent, then (after releasing ALT) I press e.
Every day, in every way, I am getting better, better and better. Negative thoughts, negative suggestions, have no influence over me at any level of mind. I came across these in a famous book The Silva Mind Control Method1 The book is quite old. I used to see this (along with “The word power made easy”) at every bookseller while I was growing up. (English not being my native tongue, I ignored these back then)
Somewhere it says “Twitter like”, and it does have different visibility settings.
Default being “Only visible to you”, but it can be changed.
It also has user management, so it may be useful for say family with 3-5 users,
may be smaller start up 🤷♂
I think the best part is ability to self-host. Maybe on Rpi, or in house server
(If considering for family)
For a small startup, cheap host may be better.
All the data is stored inside ~/.memos folder locally, which is mounted inside
docker container.
Docker seems to be the only officially supported/documented/the easiest
option to get started.
They also have well written document for deploying to render (I might try it
if I stay with it for a while - or not 😄)
Since all the data is stored in ~/.memos (in a SQLite DB, if it matters) it
is very easy to migrate to different machine.
Currently, my real.memos folder resides inside Dropbox, and a symlink
from ~ points to this real folder. So I can access/update the same data
from two different machines (I tested it, it works)
These days I’m reading a book “The Subtle Art of Not Giving a F*ck”
In it, Author suggests that if you are stagnated, just “Do something” and it will get you out.
I had not posted here in a long time. High priority things at work, late nights, that sort of thing.
While high stress situation ended, the lethargy continued.
Till I posted about Org-roam earlier today.
and now I’m posting my second post of the day 😄
Since I started using minemacs few days ago, I discovered some new things like org-roam
As you might know, it is implementation of concepts from Roam research in org-mode (That may not be accurate description, but close enough)
I had tried org-mode long time ago, when I moved from vi/m to Emacs.
But later, as I wanted to share (publish) my notes, I settled on markdown format. (Yes, I’m aware that org-mode allows publishing notes, but for now I prefer native markdown files) Yet, org seems useful for personal notes since it is integrated within Emacs.
I came across this new starter configuration, described as
“Minimal Emacs config for daily use” via Sacha Chua’s Weekly Emacs Newsletter 1
If you are Emacs user, you should subscribe. You don’t have to share your email
unless you want to. She shares the links on Mastodon2 (and other social apps)
Back to Minemacs 😄
It supports emacs versions 28.2 and above (But I got it working with 28.13)
It is kinda refreshing.
Doom Emacs is quite solid, and I’ve tweaked it to my liking over the years, but
wanted to try something new.
The developer is very responsive.
I also discovered org-roam by perusing through source code. (Hopefully another
post about org-roam soon)
After I switched the theme for this blog, for the longest time I had not noticed that when reader is viewing specific post, they do not see the metadata like title, date etc.
When I noticed, I tried some time debugging, but couldn’t figure out why this was happening. So like a good developer that I am, I created a github issue so that I can fix it later (and not forget it)