summaryrefslogtreecommitdiff
path: root/content/lum.md
diff options
context:
space:
mode:
author0xhenrique <[email protected]>2025-02-19 21:28:48 +0000
committer0xhenrique <[email protected]>2025-02-19 21:28:48 +0000
commitb13a5ee4004b3adc702374ed8ce0954df3cc35cc (patch)
tree086f07e0442824f3b19a4e4c24d92c627c0e6520 /content/lum.md
parenta5d40f156d8e20f3bdd6d8b9760eeea0094d89af (diff)
remove markdown in favour of org files
Diffstat (limited to 'content/lum.md')
-rw-r--r--content/lum.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/content/lum.md b/content/lum.md
deleted file mode 100644
index 4aff063..0000000
--- a/content/lum.md
+++ /dev/null
@@ -1,16 +0,0 @@
-+++
-title = 'Lum - Linux Ubiquitous Marker'
-date = 2024-08-17T07:44:26+01:00
-tags = ['projects', 'programming', 'rust', 'linux']
-+++
-
-Link: https://github.com/henrique-marques-vsoft/lum
-
-Lum is a project I started as a way to escape the feeling of being tied to the web-browser when it comes to bookmarks.
-The objective is relatively simple, to have access to my bookmarks outside of the browser. This way I could call my bookmarks from anywhere on the computer, whether from Vim, Emacs, the browser itself, the window manager or wherever.
-I'm still not sure if I'm going to turn this project into a CLI tool or a library. I still need to try to integrate Lum with some other tool and evaluate which points I failed, which ones I need to improve and where I got things right.
-I also wanted to have contact with Rust in practice. I have some things to say about the Rust language, but I think that will be for another post on this blog.
-
-For now, I'm using JSON to save the bookmarks, but to be honest I don't know if I'll keep this format until the end.
-I'm still evaluating whether this would be the most practical and quickest way, considering that I already accumulated more than 12 thousand bookmarks at the height of my NEET time.
-I don't think parsing 12 thousand objects in JSON is efficient, but it's something I still need to test in practice.