summaryrefslogtreecommitdiff
path: root/public/lum/index.html
blob: ace289bffb41221eef48bfa1b5058ee65fd56eb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
	<title>Lum - Linux Ubiquitous Marker | 0xhenrique</title>
	<link rel="canonical" href="https://0xhenrique.neocities.org/">
	<link rel='alternate' type='application/rss+xml' title="0xhenrique RSS" href='/index.xml'>
	<link rel='stylesheet' type='text/css' href='/style.css'>
	<link rel="icon" href="/favicon.ico">
	<meta name="description" content="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&rsquo;m still not sure if I&rsquo;m going to turn this project into a CLI tool or a library.">
	<meta name="keywords" content="projects, programming, rust, linux">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta name="robots" content="index, follow">
	<meta charset="utf-8">
</head>
<body>
<ul class="menu-list">
<li class="menu-item"><a href="https://0xhenrique.neocities.org/">λ</a></li>
<li class="menu-item"><a href="https://0xhenrique.neocities.org//tags/projects">Projects</a></li>
<li class="menu-item"><a href="https://0xhenrique.neocities.org//tags">Tags</a></li>
<li class="menu-item" style="float:right"><a href="https://0xhenrique.neocities.org//about">About</a></li>
</ul>
<main>
<header><h1 id="tag_Lum - Linux Ubiquitous Marker">Lum - Linux Ubiquitous Marker</h1></header>
<article>

<p>Link: <a href="https://github.com/henrique-marques-vsoft/lum">https://github.com/henrique-marques-vsoft/lum</a></p>
<p>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&rsquo;m still not sure if I&rsquo;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.</p>
<p>For now, I&rsquo;m using JSON to save the bookmarks, but to be honest I don&rsquo;t know if I&rsquo;ll keep this format until the end.
I&rsquo;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&rsquo;t think parsing 12 thousand objects in JSON is efficient, but it&rsquo;s something I still need to test in practice.</p>


<div id="nextprev">
<a href="/internet-lurk-compilation/"><div id="prevart">Previous:<br>Internet Lurk Compilation #1</div></a>
<a href="/monogatari/"><div id="nextart">Next:<br>Monogatari - Text Editor in Python</div></a>
</div>
<div style="clear:both" class=taglist>Related<br><a id="tag_projects" href="https://0xhenrique.neocities.org/tags/projects">Projects</a> &middot; <a id="tag_programming" href="https://0xhenrique.neocities.org/tags/programming">Programming</a> &middot; <a id="tag_rust" href="https://0xhenrique.neocities.org/tags/rust">Rust</a> &middot; <a id="tag_linux" href="https://0xhenrique.neocities.org/tags/linux">Linux</a></div>
</article>
</main>

<footer><a href="/index.xml">Subscribe to my RSS feed</a>
</footer>

</body>
</html>