Affirmations

  1. Every day, in every way, I am getting better, better and better.
  2. 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)

Continue Reading »

โ†’ Memos: A lightweight, self-hosted memo hub โˆž

I’m not sure what the main feature of this app.

Memos can be anything

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)

Do Something

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 ๐Ÿ˜„

Continue Reading »

Org Roam

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.

Continue Reading »

โ†’ Minemacs โˆž

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)

I think you should give it a try.

I used D2 for work today.

So far it was just a curiosity.

But there was an opportunity to use D2 when I had to document an important data flow at work.

With D2 Playground, it is much easier for my colleagues to use same simple format to update the diagram in future when needed.

Now this site has RSS enabled. For both posts and microposts

Next step : Auto post to Mastodon ๐Ÿ˜„

โ†’ Bullet train: Rails based framework โˆž

I came across this from (now defunct) rails app site. They seem to provide a lot of stuff in their open source version.

Seems like a good framework to get started on the side project or MVP

Other paid features are worth paying when your app starts making money.

I need to spend more time on digging deeper, and actually trying it out.

Now individual posts too show title, date and tags

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)

Continue Reading »

โ†’ D2 Playground โˆž

I’m not sure whether they launched this recently, or it was always there (As in since I looked at D2 couple weeks ago)

Nevertheless, it is quite nice.

If one is not used to CLI and/or does not wish to (or can not, due to permission on say work machine) install it locally, then playground the best option.

It has all the options the CLI provides (At least the most widely used options)

One can

  • export the images
  • Change Engines
  • Change Themes

What else do you need ? ๐Ÿ˜„

The playground also has sample code right below it, so one does not need to refer to the documentation (Especially during initial days when one is still figuring things out)