From 8113f43b368e83fe51800b8ffc78681821d011f4 Mon Sep 17 00:00:00 2001 From: Henrique Marques Date: Sat, 17 Aug 2024 08:28:46 +0100 Subject: add new files --- .hugo_build.lock | 0 archetypes/default.md | 5 + content/Nazare-Beach.md | 15 +++ content/Nazare-Beach.md~ | 5 + content/about.md | 10 ++ content/about.md~ | 5 + content/internet-lurk-compilation.md | 34 +++++++ content/internet-lurk-compilation.md~ | 5 + content/lum.md | 16 +++ content/lum.md~ | 5 + content/monogatari.md | 62 ++++++++++++ content/monogatari.md~ | 5 + hugo.toml | 5 + hugo.toml~ | 3 + public/about/index.html | 36 +++++++ public/categories/index.html | 30 ++++++ public/categories/index.xml | 144 ++++++++++++++++++++++++++ public/index.html | 46 +++++++++ public/index.xml | 145 +++++++++++++++++++++++++++ public/internet-lurk-compilation/index.html | 66 ++++++++++++ public/lum/index.html | 44 ++++++++ public/monogatari/index.html | 74 ++++++++++++++ public/nazare-beach/index.html | 42 ++++++++ public/rss.svg | 1 + public/sitemap.xml | 67 +++++++++++++ public/style.css | 54 ++++++++++ public/style.css~ | 45 +++++++++ public/tags/archive/index.html | 33 ++++++ public/tags/archive/index.xml | 145 +++++++++++++++++++++++++++ public/tags/blogs/index.html | 33 ++++++ public/tags/blogs/index.xml | 145 +++++++++++++++++++++++++++ public/tags/index.html | 69 +++++++++++++ public/tags/index.xml | 145 +++++++++++++++++++++++++++ public/tags/linux/index.html | 36 +++++++ public/tags/linux/index.xml | 145 +++++++++++++++++++++++++++ public/tags/lurk/index.html | 33 ++++++ public/tags/lurk/index.xml | 145 +++++++++++++++++++++++++++ public/tags/personal/index.html | 33 ++++++ public/tags/personal/index.xml | 145 +++++++++++++++++++++++++++ public/tags/photo/index.html | 33 ++++++ public/tags/photo/index.xml | 145 +++++++++++++++++++++++++++ public/tags/portugal/index.html | 33 ++++++ public/tags/portugal/index.xml | 145 +++++++++++++++++++++++++++ public/tags/programming/index.html | 36 +++++++ public/tags/programming/index.xml | 145 +++++++++++++++++++++++++++ public/tags/projects/index.html | 36 +++++++ public/tags/projects/index.xml | 145 +++++++++++++++++++++++++++ public/tags/python/index.html | 33 ++++++ public/tags/python/index.xml | 145 +++++++++++++++++++++++++++ public/tags/rust/index.html | 33 ++++++ public/tags/rust/index.xml | 145 +++++++++++++++++++++++++++ public/tags/travel/index.html | 33 ++++++ public/tags/travel/index.xml | 145 +++++++++++++++++++++++++++ public/tags/windows/index.html | 33 ++++++ public/tags/windows/index.xml | 145 +++++++++++++++++++++++++++ static/style.css | 54 ++++++++++ static/style.css~ | 45 +++++++++ themes/lugo/README.md | 21 ++++ themes/lugo/archetypes/default.md | 6 ++ themes/lugo/config.toml | 17 ++++ themes/lugo/layouts/_default/baseof.html | 36 +++++++ themes/lugo/layouts/_default/list.html | 20 ++++ themes/lugo/layouts/_default/rss.xml | 26 +++++ themes/lugo/layouts/_default/single.html | 3 + themes/lugo/layouts/partials/nav.html | 8 ++ themes/lugo/layouts/partials/nextprev.html | 10 ++ themes/lugo/layouts/partials/taglist.html | 13 +++ themes/lugo/layouts/shortcodes/hidvid.html | 10 ++ themes/lugo/layouts/shortcodes/img.html | 20 ++++ themes/lugo/layouts/shortcodes/tagcloud.html | 3 + themes/lugo/layouts/shortcodes/vid.html | 6 ++ themes/lugo/static/rss.svg | 1 + themes/lugo/static/style.css | 45 +++++++++ 73 files changed, 3850 insertions(+) create mode 100644 .hugo_build.lock create mode 100644 archetypes/default.md create mode 100644 content/Nazare-Beach.md create mode 100644 content/Nazare-Beach.md~ create mode 100644 content/about.md create mode 100644 content/about.md~ create mode 100644 content/internet-lurk-compilation.md create mode 100644 content/internet-lurk-compilation.md~ create mode 100644 content/lum.md create mode 100644 content/lum.md~ create mode 100644 content/monogatari.md create mode 100644 content/monogatari.md~ create mode 100644 hugo.toml create mode 100644 hugo.toml~ create mode 100644 public/about/index.html create mode 100644 public/categories/index.html create mode 100644 public/categories/index.xml create mode 100644 public/index.html create mode 100644 public/index.xml create mode 100644 public/internet-lurk-compilation/index.html create mode 100644 public/lum/index.html create mode 100644 public/monogatari/index.html create mode 100644 public/nazare-beach/index.html create mode 100644 public/rss.svg create mode 100644 public/sitemap.xml create mode 100644 public/style.css create mode 100644 public/style.css~ create mode 100644 public/tags/archive/index.html create mode 100644 public/tags/archive/index.xml create mode 100644 public/tags/blogs/index.html create mode 100644 public/tags/blogs/index.xml create mode 100644 public/tags/index.html create mode 100644 public/tags/index.xml create mode 100644 public/tags/linux/index.html create mode 100644 public/tags/linux/index.xml create mode 100644 public/tags/lurk/index.html create mode 100644 public/tags/lurk/index.xml create mode 100644 public/tags/personal/index.html create mode 100644 public/tags/personal/index.xml create mode 100644 public/tags/photo/index.html create mode 100644 public/tags/photo/index.xml create mode 100644 public/tags/portugal/index.html create mode 100644 public/tags/portugal/index.xml create mode 100644 public/tags/programming/index.html create mode 100644 public/tags/programming/index.xml create mode 100644 public/tags/projects/index.html create mode 100644 public/tags/projects/index.xml create mode 100644 public/tags/python/index.html create mode 100644 public/tags/python/index.xml create mode 100644 public/tags/rust/index.html create mode 100644 public/tags/rust/index.xml create mode 100644 public/tags/travel/index.html create mode 100644 public/tags/travel/index.xml create mode 100644 public/tags/windows/index.html create mode 100644 public/tags/windows/index.xml create mode 100644 static/style.css create mode 100644 static/style.css~ create mode 100644 themes/lugo/README.md create mode 100644 themes/lugo/archetypes/default.md create mode 100644 themes/lugo/config.toml create mode 100644 themes/lugo/layouts/_default/baseof.html create mode 100644 themes/lugo/layouts/_default/list.html create mode 100644 themes/lugo/layouts/_default/rss.xml create mode 100644 themes/lugo/layouts/_default/single.html create mode 100644 themes/lugo/layouts/partials/nav.html create mode 100644 themes/lugo/layouts/partials/nextprev.html create mode 100644 themes/lugo/layouts/partials/taglist.html create mode 100644 themes/lugo/layouts/shortcodes/hidvid.html create mode 100644 themes/lugo/layouts/shortcodes/img.html create mode 100644 themes/lugo/layouts/shortcodes/tagcloud.html create mode 100644 themes/lugo/layouts/shortcodes/vid.html create mode 100644 themes/lugo/static/rss.svg create mode 100644 themes/lugo/static/style.css diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..c6f3fce --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +title = '{{ replace .File.ContentBaseName "-" " " | title }}' +date = {{ .Date }} +draft = true ++++ diff --git a/content/Nazare-Beach.md b/content/Nazare-Beach.md new file mode 100644 index 0000000..ce73bb3 --- /dev/null +++ b/content/Nazare-Beach.md @@ -0,0 +1,15 @@ ++++ +title = 'Nazare Beach' +date = 2024-08-17T07:44:45+01:00 +tags = ['travel', 'photo', 'portugal', 'personal'] ++++ + +I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I'm not a fan of smartphone cameras to be honest. +Here are some photos I took that day. + +![1st photo](https://i.imgur.com/ATjnpyl.jpeg) +According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes. + +![2nd photo](https://i.imgur.com/GwZIh3p.jpeg) +![3rd photo](https://i.imgur.com/hxY0rcS.jpeg) +![4th photo](https://i.imgur.com/8uRNHtF.jpeg) diff --git a/content/Nazare-Beach.md~ b/content/Nazare-Beach.md~ new file mode 100644 index 0000000..105030e --- /dev/null +++ b/content/Nazare-Beach.md~ @@ -0,0 +1,5 @@ ++++ +title = 'Nazare Beach' +date = 2024-08-17T07:44:45+01:00 +draft = true ++++ diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..a26a85e --- /dev/null +++ b/content/about.md @@ -0,0 +1,10 @@ ++++ +title = 'About' +date = 2024-08-17T07:42:34+01:00 ++++ + +# whois + +Hello there! You can call me Henrique. +The main purpose of this website is to share some of my thoughts and projects. +Feel free to reach out on [Github](https://github.com/henrique-marques-vsoft) or [LinkedIn](https://www.linkedin.com/in/all123all/). diff --git a/content/about.md~ b/content/about.md~ new file mode 100644 index 0000000..5e6e4d3 --- /dev/null +++ b/content/about.md~ @@ -0,0 +1,5 @@ ++++ +title = 'About' +date = 2024-08-17T07:42:34+01:00 +draft = true ++++ diff --git a/content/internet-lurk-compilation.md b/content/internet-lurk-compilation.md new file mode 100644 index 0000000..d14a93c --- /dev/null +++ b/content/internet-lurk-compilation.md @@ -0,0 +1,34 @@ ++++ +title = 'Internet Lurk Compilation #1' +date = 2024-08-17T07:44:17+01:00 +tags = ['archive', 'lurk', 'blogs'] ++++ + +## General Findings +- Pure gold from the 90s: https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation +- Symbolics Internet Museum: https://symbolics.com/museum/ +- What is the relationship between Apple and Serial Experiments Lain? https://www.cjas.org/~leng/apple-lain.htm +- The Cornell Anime Club: https://www.cjas.org/ +- Appearances of MIT in Anime: https://anime.mit.edu/resources/mit_in_anime +- How Emacs got into Tron: Legacy: https://boingboing.net/2011/04/06/how-emacs-got-into-t.html +- The Jargon File: http://www.catb.org/jargon/ +- Lainzine (Lain Magazine): https://lainzine.org/ + +## Internet Archive Findings +- Oh! PC (Jul 01 1990) [Content in Japanese]: https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up +- Comptiq Manazine [Content in Japanese]: https://archive.org/search?query=comptiq +- The Symbol of the Knights of Eastern Calculus: https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm +- MSX Magazine (1985-02) [Content in Japanese]: https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up + +## Websites I visit from time to time +- A ~~modern~~ Javascript approach to SICP: https://sicp.sourceacademy.org/ +- A blog by Sam Greydanus: https://greydanus.github.io/ +- About Software Privacy and other topics: https://digdeeper.neocities.org/ +- Xah Lee (he's also one of the minds behind ergoemacs and xah-fly-keys): https://xahlee.info/ +- Sasha Chua blog: https://sachachua.com/blog/ +- Lunduke Journal: https://lunduke.substack.com/ + +**I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here.** +**The reason I list them is almost always because of a specific article or page that I find interesting. It doesn't mean that I support or am against what is said on other pages. I also don't have time to analyze every post on every website.** +**If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: ** +**Also, if you don't want me to list your website here, feel free to contact me via email so I can remove it.** diff --git a/content/internet-lurk-compilation.md~ b/content/internet-lurk-compilation.md~ new file mode 100644 index 0000000..face4ca --- /dev/null +++ b/content/internet-lurk-compilation.md~ @@ -0,0 +1,5 @@ ++++ +title = 'Internet Lurk Compilation' +date = 2024-08-17T07:44:17+01:00 +draft = true ++++ diff --git a/content/lum.md b/content/lum.md new file mode 100644 index 0000000..9e2437e --- /dev/null +++ b/content/lum.md @@ -0,0 +1,16 @@ ++++ +title = 'Lum' +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. diff --git a/content/lum.md~ b/content/lum.md~ new file mode 100644 index 0000000..1c3ea06 --- /dev/null +++ b/content/lum.md~ @@ -0,0 +1,5 @@ ++++ +title = 'Lum' +date = 2024-08-17T07:44:26+01:00 +draft = true ++++ diff --git a/content/monogatari.md b/content/monogatari.md new file mode 100644 index 0000000..672163c --- /dev/null +++ b/content/monogatari.md @@ -0,0 +1,62 @@ ++++ +title = 'Monogatari' +date = 2024-08-17T07:44:33+01:00 +tags = ['projects', 'programming', 'python', 'linux', 'windows'] ++++ + +# [MONOGATARI - Text Editor](https://github.com/henrique-marques-vsoft/monogatari) + +![monogatari-movie scene shinobu kokorowatari](https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/shinobu.gif) + +Monogatari is a text editor built with Python using the Tkinter GUI library. + +## Installation and usage + +Assuming you already have Python installed in your machine: + +``` +git clone git@github.com:all123all/monogatari.git +cd monogatari +python monogatari.py +``` + +If you're using Linux you probably will need to install tk manually: + +``` +//Arch based distros +$ sudo pacman -S tk +//For Ubuntu +$ sudo apt-get install tk +``` + +## Goals + +- [ ] Basic text editor functionalities (create file, open file, exit etc.) +- [ ] Black background and a colorpicker option to choose another color +- [ ] Test routine for the basic functionalities +- [ ] Release a package +- [ ] The close function is being called even when the file isn't modified + +## Contribute to MONOGATARI - Text Editor + +- Click the fork button on top right +- Git clone your fork +- Connect with my repo: + +``` +$ git remote add all123all git://github.com/all123all/monogatari +$ git remote -v +``` + +You are now ready to start to code! Just do as always: + +``` +$ git add . +$ git commit -m "fix: something that was fixed" +$ git push +``` + +Then you can create a pull request right here on Github. Just go to the Pull Requests tab and select `New pull request` button to do so. + +## Screenshots +![monogatari on i3wm screenshot](https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/print.png) diff --git a/content/monogatari.md~ b/content/monogatari.md~ new file mode 100644 index 0000000..3ce1421 --- /dev/null +++ b/content/monogatari.md~ @@ -0,0 +1,5 @@ ++++ +title = 'Monogatari' +date = 2024-08-17T07:44:33+01:00 +draft = true ++++ diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..7effd4e --- /dev/null +++ b/hugo.toml @@ -0,0 +1,5 @@ +baseURL = 'https://example.org/' +languageCode = 'en-us' +title = '0xhenrique' + +theme = 'lugo' diff --git a/hugo.toml~ b/hugo.toml~ new file mode 100644 index 0000000..7e568b8 --- /dev/null +++ b/hugo.toml~ @@ -0,0 +1,3 @@ +baseURL = 'https://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site' diff --git a/public/about/index.html b/public/about/index.html new file mode 100644 index 0000000..8dbe8ae --- /dev/null +++ b/public/about/index.html @@ -0,0 +1,36 @@ + + + + About | 0xhenrique + + + + + + + + + + +
+

About

+ +
+ + + + + diff --git a/public/categories/index.html b/public/categories/index.html new file mode 100644 index 0000000..57c3a97 --- /dev/null +++ b/public/categories/index.html @@ -0,0 +1,30 @@ + + + + Categories | 0xhenrique + + + + + + + + + + +
+

Categories

+
+ +
    +
+ +
+
+ + + + + diff --git a/public/categories/index.xml b/public/categories/index.xml new file mode 100644 index 0000000..0d69a86 --- /dev/null +++ b/public/categories/index.xml @@ -0,0 +1,144 @@ + + + 0xhenrique + http://localhost:1313/categories/ + Recent content in Categories on 0xhenrique + Hugo -- gohugo.io + en-us + + + + + + Nazare Beach + http://localhost:1313/nazare-beach/ + Sat, 17 Aug 2024 07:44:45 +0100 + + http://localhost:1313/nazare-beach/ + <p>I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I&rsquo;m not a fan of smartphone cameras to be honest. +Here are some photos I took that day.</p> +<p><img src="https://i.imgur.com/ATjnpyl.jpeg" alt="1st photo"> +According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.</p> +<p><img src="https://i.imgur.com/GwZIh3p.jpeg" alt="2nd photo"> +<img src="https://i.imgur.com/hxY0rcS.jpeg" alt="3rd photo"> +<img src="https://i.imgur.com/8uRNHtF.jpeg" alt="4th photo"></p> + + + + + Monogatari + http://localhost:1313/monogatari/ + Sat, 17 Aug 2024 07:44:33 +0100 + + http://localhost:1313/monogatari/ + <h1 id="monogatari---text-editorhttpsgithubcomhenrique-marques-vsoftmonogatari"><a href="https://github.com/henrique-marques-vsoft/monogatari">MONOGATARI - Text Editor</a></h1> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/shinobu.gif" alt="monogatari-movie scene shinobu kokorowatari"></p> +<p>Monogatari is a text editor built with Python using the Tkinter GUI library.</p> +<h2 id="installation-and-usage">Installation and usage</h2> +<p>Assuming you already have Python installed in your machine:</p> +<pre tabindex="0"><code>git clone git@github.com:all123all/monogatari.git +cd monogatari +python monogatari.py +</code></pre><p>If you&rsquo;re using Linux you probably will need to install tk manually:</p> +<pre tabindex="0"><code>//Arch based distros +$ sudo pacman -S tk +//For Ubuntu +$ sudo apt-get install tk +</code></pre><h2 id="goals">Goals</h2> +<ul> +<li><input disabled="" type="checkbox"> Basic text editor functionalities (create file, open file, exit etc.)</li> +<li><input disabled="" type="checkbox"> Black background and a colorpicker option to choose another color</li> +<li><input disabled="" type="checkbox"> Test routine for the basic functionalities</li> +<li><input disabled="" type="checkbox"> Release a package</li> +<li><input disabled="" type="checkbox"> The close function is being called even when the file isn&rsquo;t modified</li> +</ul> +<h2 id="contribute-to-monogatari---text-editor">Contribute to MONOGATARI - Text Editor</h2> +<ul> +<li>Click the fork button on top right</li> +<li>Git clone your fork</li> +<li>Connect with my repo:</li> +</ul> +<pre tabindex="0"><code>$ git remote add all123all git://github.com/all123all/monogatari +$ git remote -v +</code></pre><p>You are now ready to start to code! Just do as always:</p> +<pre tabindex="0"><code>$ git add . +$ git commit -m &#34;fix: something that was fixed&#34; +$ git push +</code></pre><p>Then you can create a pull request right here on Github. Just go to the Pull Requests tab and select <code>New pull request</code> button to do so.</p> +<h2 id="screenshots">Screenshots</h2> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/print.png" alt="monogatari on i3wm screenshot"></p> + + + + + Lum + http://localhost:1313/lum/ + Sat, 17 Aug 2024 07:44:26 +0100 + + http://localhost:1313/lum/ + <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> + + + + + Internet Lurk Compilation #1 + http://localhost:1313/internet-lurk-compilation/ + Sat, 17 Aug 2024 07:44:17 +0100 + + http://localhost:1313/internet-lurk-compilation/ + <h2 id="general-findings">General Findings</h2> +<ul> +<li>Pure gold from the 90s: <a href="https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation">https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation</a></li> +<li>Symbolics Internet Museum: <a href="https://symbolics.com/museum/">https://symbolics.com/museum/</a></li> +<li>What is the relationship between Apple and Serial Experiments Lain? <a href="https://www.cjas.org/~leng/apple-lain.htm">https://www.cjas.org/~leng/apple-lain.htm</a></li> +<li>The Cornell Anime Club: <a href="https://www.cjas.org/">https://www.cjas.org/</a></li> +<li>Appearances of MIT in Anime: <a href="https://anime.mit.edu/resources/mit_in_anime">https://anime.mit.edu/resources/mit_in_anime</a></li> +<li>How Emacs got into Tron: Legacy: <a href="https://boingboing.net/2011/04/06/how-emacs-got-into-t.html">https://boingboing.net/2011/04/06/how-emacs-got-into-t.html</a></li> +<li>The Jargon File: <a href="http://www.catb.org/jargon/">http://www.catb.org/jargon/</a></li> +<li>Lainzine (Lain Magazine): <a href="https://lainzine.org/">https://lainzine.org/</a></li> +</ul> +<h2 id="internet-archive-findings">Internet Archive Findings</h2> +<ul> +<li>Oh! PC (Jul 01 1990) [Content in Japanese]: <a href="https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up">https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up</a></li> +<li>Comptiq Manazine [Content in Japanese]: <a href="https://archive.org/search?query=comptiq">https://archive.org/search?query=comptiq</a></li> +<li>The Symbol of the Knights of Eastern Calculus: <a href="https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm">https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm</a></li> +<li>MSX Magazine (1985-02) [Content in Japanese]: <a href="https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up">https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up</a></li> +</ul> +<h2 id="websites-i-visit-from-time-to-time">Websites I visit from time to time</h2> +<ul> +<li>A <del>modern</del> Javascript approach to SICP: <a href="https://sicp.sourceacademy.org/">https://sicp.sourceacademy.org/</a></li> +<li>A blog by Sam Greydanus: <a href="https://greydanus.github.io/">https://greydanus.github.io/</a></li> +<li>About Software Privacy and other topics: <a href="https://digdeeper.neocities.org/">https://digdeeper.neocities.org/</a></li> +<li>Xah Lee (he&rsquo;s also one of the minds behind ergoemacs and xah-fly-keys): <a href="https://xahlee.info/">https://xahlee.info/</a></li> +<li>Sasha Chua blog: <a href="https://sachachua.com/blog/">https://sachachua.com/blog/</a></li> +<li>Lunduke Journal: <a href="https://lunduke.substack.com/">https://lunduke.substack.com/</a></li> +</ul> +<p><strong>I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here.</strong> +<strong>The reason I list them is almost always because of a specific article or page that I find interesting. It doesn&rsquo;t mean that I support or am against what is said on other pages. I also don&rsquo;t have time to analyze every post on every website.</strong> +<strong>If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: <a href="mailto:hm2030master@proton.me">hm2030master@proton.me</a></strong> +<strong>Also, if you don&rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.</strong></p> + + + + + About + http://localhost:1313/about/ + Sat, 17 Aug 2024 07:42:34 +0100 + + http://localhost:1313/about/ + <h1 id="whois">whois</h1> +<p>Hello there! You can call me Henrique. +The main purpose of this website is to share some of my thoughts and projects. +Feel free to reach out on <a href="https://github.com/henrique-marques-vsoft">Github</a> or <a href="https://www.linkedin.com/in/all123all/">LinkedIn</a>.</p> + + + + + diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..c756889 --- /dev/null +++ b/public/index.html @@ -0,0 +1,46 @@ + + + + + 0xhenrique + + + + + + + + + + +
+

0xhenrique

+ +
+ + + + + diff --git a/public/index.xml b/public/index.xml new file mode 100644 index 0000000..e353bde --- /dev/null +++ b/public/index.xml @@ -0,0 +1,145 @@ + + + 0xhenrique + http://localhost:1313/ + Recent content on 0xhenrique + Hugo -- gohugo.io + en-us + Sat, 17 Aug 2024 07:44:45 +0100 + + + + + + Nazare Beach + http://localhost:1313/nazare-beach/ + Sat, 17 Aug 2024 07:44:45 +0100 + + http://localhost:1313/nazare-beach/ + <p>I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I&rsquo;m not a fan of smartphone cameras to be honest. +Here are some photos I took that day.</p> +<p><img src="https://i.imgur.com/ATjnpyl.jpeg" alt="1st photo"> +According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.</p> +<p><img src="https://i.imgur.com/GwZIh3p.jpeg" alt="2nd photo"> +<img src="https://i.imgur.com/hxY0rcS.jpeg" alt="3rd photo"> +<img src="https://i.imgur.com/8uRNHtF.jpeg" alt="4th photo"></p> + + + + + Monogatari + http://localhost:1313/monogatari/ + Sat, 17 Aug 2024 07:44:33 +0100 + + http://localhost:1313/monogatari/ + <h1 id="monogatari---text-editorhttpsgithubcomhenrique-marques-vsoftmonogatari"><a href="https://github.com/henrique-marques-vsoft/monogatari">MONOGATARI - Text Editor</a></h1> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/shinobu.gif" alt="monogatari-movie scene shinobu kokorowatari"></p> +<p>Monogatari is a text editor built with Python using the Tkinter GUI library.</p> +<h2 id="installation-and-usage">Installation and usage</h2> +<p>Assuming you already have Python installed in your machine:</p> +<pre tabindex="0"><code>git clone git@github.com:all123all/monogatari.git +cd monogatari +python monogatari.py +</code></pre><p>If you&rsquo;re using Linux you probably will need to install tk manually:</p> +<pre tabindex="0"><code>//Arch based distros +$ sudo pacman -S tk +//For Ubuntu +$ sudo apt-get install tk +</code></pre><h2 id="goals">Goals</h2> +<ul> +<li><input disabled="" type="checkbox"> Basic text editor functionalities (create file, open file, exit etc.)</li> +<li><input disabled="" type="checkbox"> Black background and a colorpicker option to choose another color</li> +<li><input disabled="" type="checkbox"> Test routine for the basic functionalities</li> +<li><input disabled="" type="checkbox"> Release a package</li> +<li><input disabled="" type="checkbox"> The close function is being called even when the file isn&rsquo;t modified</li> +</ul> +<h2 id="contribute-to-monogatari---text-editor">Contribute to MONOGATARI - Text Editor</h2> +<ul> +<li>Click the fork button on top right</li> +<li>Git clone your fork</li> +<li>Connect with my repo:</li> +</ul> +<pre tabindex="0"><code>$ git remote add all123all git://github.com/all123all/monogatari +$ git remote -v +</code></pre><p>You are now ready to start to code! Just do as always:</p> +<pre tabindex="0"><code>$ git add . +$ git commit -m &#34;fix: something that was fixed&#34; +$ git push +</code></pre><p>Then you can create a pull request right here on Github. Just go to the Pull Requests tab and select <code>New pull request</code> button to do so.</p> +<h2 id="screenshots">Screenshots</h2> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/print.png" alt="monogatari on i3wm screenshot"></p> + + + + + Lum + http://localhost:1313/lum/ + Sat, 17 Aug 2024 07:44:26 +0100 + + http://localhost:1313/lum/ + <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> + + + + + Internet Lurk Compilation #1 + http://localhost:1313/internet-lurk-compilation/ + Sat, 17 Aug 2024 07:44:17 +0100 + + http://localhost:1313/internet-lurk-compilation/ + <h2 id="general-findings">General Findings</h2> +<ul> +<li>Pure gold from the 90s: <a href="https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation">https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation</a></li> +<li>Symbolics Internet Museum: <a href="https://symbolics.com/museum/">https://symbolics.com/museum/</a></li> +<li>What is the relationship between Apple and Serial Experiments Lain? <a href="https://www.cjas.org/~leng/apple-lain.htm">https://www.cjas.org/~leng/apple-lain.htm</a></li> +<li>The Cornell Anime Club: <a href="https://www.cjas.org/">https://www.cjas.org/</a></li> +<li>Appearances of MIT in Anime: <a href="https://anime.mit.edu/resources/mit_in_anime">https://anime.mit.edu/resources/mit_in_anime</a></li> +<li>How Emacs got into Tron: Legacy: <a href="https://boingboing.net/2011/04/06/how-emacs-got-into-t.html">https://boingboing.net/2011/04/06/how-emacs-got-into-t.html</a></li> +<li>The Jargon File: <a href="http://www.catb.org/jargon/">http://www.catb.org/jargon/</a></li> +<li>Lainzine (Lain Magazine): <a href="https://lainzine.org/">https://lainzine.org/</a></li> +</ul> +<h2 id="internet-archive-findings">Internet Archive Findings</h2> +<ul> +<li>Oh! PC (Jul 01 1990) [Content in Japanese]: <a href="https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up">https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up</a></li> +<li>Comptiq Manazine [Content in Japanese]: <a href="https://archive.org/search?query=comptiq">https://archive.org/search?query=comptiq</a></li> +<li>The Symbol of the Knights of Eastern Calculus: <a href="https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm">https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm</a></li> +<li>MSX Magazine (1985-02) [Content in Japanese]: <a href="https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up">https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up</a></li> +</ul> +<h2 id="websites-i-visit-from-time-to-time">Websites I visit from time to time</h2> +<ul> +<li>A <del>modern</del> Javascript approach to SICP: <a href="https://sicp.sourceacademy.org/">https://sicp.sourceacademy.org/</a></li> +<li>A blog by Sam Greydanus: <a href="https://greydanus.github.io/">https://greydanus.github.io/</a></li> +<li>About Software Privacy and other topics: <a href="https://digdeeper.neocities.org/">https://digdeeper.neocities.org/</a></li> +<li>Xah Lee (he&rsquo;s also one of the minds behind ergoemacs and xah-fly-keys): <a href="https://xahlee.info/">https://xahlee.info/</a></li> +<li>Sasha Chua blog: <a href="https://sachachua.com/blog/">https://sachachua.com/blog/</a></li> +<li>Lunduke Journal: <a href="https://lunduke.substack.com/">https://lunduke.substack.com/</a></li> +</ul> +<p><strong>I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here.</strong> +<strong>The reason I list them is almost always because of a specific article or page that I find interesting. It doesn&rsquo;t mean that I support or am against what is said on other pages. I also don&rsquo;t have time to analyze every post on every website.</strong> +<strong>If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: <a href="mailto:hm2030master@proton.me">hm2030master@proton.me</a></strong> +<strong>Also, if you don&rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.</strong></p> + + + + + About + http://localhost:1313/about/ + Sat, 17 Aug 2024 07:42:34 +0100 + + http://localhost:1313/about/ + <h1 id="whois">whois</h1> +<p>Hello there! You can call me Henrique. +The main purpose of this website is to share some of my thoughts and projects. +Feel free to reach out on <a href="https://github.com/henrique-marques-vsoft">Github</a> or <a href="https://www.linkedin.com/in/all123all/">LinkedIn</a>.</p> + + + + + diff --git a/public/internet-lurk-compilation/index.html b/public/internet-lurk-compilation/index.html new file mode 100644 index 0000000..a18ec8c --- /dev/null +++ b/public/internet-lurk-compilation/index.html @@ -0,0 +1,66 @@ + + + + Internet Lurk Compilation #1 | 0xhenrique + + + + + + + + + + + +
+

Internet Lurk Compilation #1

+
+ +

General Findings

+ +

Internet Archive Findings

+ +

Websites I visit from time to time

+ +

I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here. +The reason I list them is almost always because of a specific article or page that I find interesting. It doesn’t mean that I support or am against what is said on other pages. I also don’t have time to analyze every post on every website. +If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: hm2030master@proton.me +Also, if you don’t want me to list your website here, feel free to contact me via email so I can remove it.

+ + + +
Related
Archive · Lurk · Blogs
+
+
+ + + + + diff --git a/public/lum/index.html b/public/lum/index.html new file mode 100644 index 0000000..163ae5a --- /dev/null +++ b/public/lum/index.html @@ -0,0 +1,44 @@ + + + + Lum | 0xhenrique + + + + + + + + + + + +
+

Lum

+
+ +

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.

+ + + +
Related
Projects · Programming · Rust · Linux
+
+
+ + + + + diff --git a/public/monogatari/index.html b/public/monogatari/index.html new file mode 100644 index 0000000..8fd1e0d --- /dev/null +++ b/public/monogatari/index.html @@ -0,0 +1,74 @@ + + + + Monogatari | 0xhenrique + + + + + + + + + + + +
+

Monogatari

+
+ +

MONOGATARI - Text Editor

+

monogatari-movie scene shinobu kokorowatari

+

Monogatari is a text editor built with Python using the Tkinter GUI library.

+

Installation and usage

+

Assuming you already have Python installed in your machine:

+
git clone git@github.com:all123all/monogatari.git
+cd monogatari
+python monogatari.py
+

If you’re using Linux you probably will need to install tk manually:

+
//Arch based distros
+$ sudo pacman -S tk
+//For Ubuntu
+$ sudo apt-get install tk
+

Goals

+
    +
  • Basic text editor functionalities (create file, open file, exit etc.)
  • +
  • Black background and a colorpicker option to choose another color
  • +
  • Test routine for the basic functionalities
  • +
  • Release a package
  • +
  • The close function is being called even when the file isn’t modified
  • +
+

Contribute to MONOGATARI - Text Editor

+
    +
  • Click the fork button on top right
  • +
  • Git clone your fork
  • +
  • Connect with my repo:
  • +
+
$ git remote add all123all git://github.com/all123all/monogatari
+$ git remote -v
+

You are now ready to start to code! Just do as always:

+
$ git add .
+$ git commit -m "fix: something that was fixed"
+$ git push
+

Then you can create a pull request right here on Github. Just go to the Pull Requests tab and select New pull request button to do so.

+

Screenshots

+

monogatari on i3wm screenshot

+ + + + +
+
+ + + + + diff --git a/public/nazare-beach/index.html b/public/nazare-beach/index.html new file mode 100644 index 0000000..ae1f82e --- /dev/null +++ b/public/nazare-beach/index.html @@ -0,0 +1,42 @@ + + + + Nazare Beach | 0xhenrique + + + + + + + + + + + +
+

Nazare Beach

+
+ +

I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I’m not a fan of smartphone cameras to be honest. +Here are some photos I took that day.

+

1st photo +According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.

+

2nd photo +3rd photo +4th photo

+ + + +
Related
Travel · Photo · Portugal · Personal
+
+
+ + + + + diff --git a/public/rss.svg b/public/rss.svg new file mode 100644 index 0000000..dfda038 --- /dev/null +++ b/public/rss.svg @@ -0,0 +1 @@ + diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..a02c2be --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,67 @@ + + + + http://localhost:1313/ + 2024-08-17T07:44:45+01:00 + + http://localhost:1313/nazare-beach/ + 2024-08-17T07:44:45+01:00 + + http://localhost:1313/tags/personal/ + 2024-08-17T07:44:45+01:00 + + http://localhost:1313/tags/photo/ + 2024-08-17T07:44:45+01:00 + + http://localhost:1313/tags/portugal/ + 2024-08-17T07:44:45+01:00 + + http://localhost:1313/tags/ + 2024-08-17T07:44:45+01:00 + + http://localhost:1313/tags/travel/ + 2024-08-17T07:44:45+01:00 + + http://localhost:1313/tags/linux/ + 2024-08-17T07:44:33+01:00 + + http://localhost:1313/monogatari/ + 2024-08-17T07:44:33+01:00 + + http://localhost:1313/tags/programming/ + 2024-08-17T07:44:33+01:00 + + http://localhost:1313/tags/projects/ + 2024-08-17T07:44:33+01:00 + + http://localhost:1313/tags/python/ + 2024-08-17T07:44:33+01:00 + + http://localhost:1313/tags/windows/ + 2024-08-17T07:44:33+01:00 + + http://localhost:1313/lum/ + 2024-08-17T07:44:26+01:00 + + http://localhost:1313/tags/rust/ + 2024-08-17T07:44:26+01:00 + + http://localhost:1313/tags/archive/ + 2024-08-17T07:44:17+01:00 + + http://localhost:1313/tags/blogs/ + 2024-08-17T07:44:17+01:00 + + http://localhost:1313/internet-lurk-compilation/ + 2024-08-17T07:44:17+01:00 + + http://localhost:1313/tags/lurk/ + 2024-08-17T07:44:17+01:00 + + http://localhost:1313/about/ + 2024-08-17T07:42:34+01:00 + + http://localhost:1313/categories/ + + diff --git a/public/style.css b/public/style.css new file mode 100644 index 0000000..e5558f4 --- /dev/null +++ b/public/style.css @@ -0,0 +1,54 @@ +body { + font-family: sans-serif ; + background: #282828 ; + color: #fbf0c9; +} + +a { + color: #fe8019; +} + +main { + max-width: 800px ; + margin: auto ; +} + +img { + max-width: 100% ; +} + +time { + color: #c2c2c2; + font-size: 12px; +} + +header h1 { + text-align: center ; +} + +footer { + text-align: center ; + clear: both ; +} + +/* For TAGLIST.HTML */ +.taglist { + text-align: center ; + clear: both ; +} + +/* For NEXTPREV.HTML */ +#nextprev { + /* The container for both the previous and next articles. */ +} +#prevart { + float: left ; + text-align: left ; +} +#nextart { + float: right ; + text-align: right ; +} +#nextart,#prevart { + max-width: 33% ; +} diff --git a/public/style.css~ b/public/style.css~ new file mode 100644 index 0000000..d3b2088 --- /dev/null +++ b/public/style.css~ @@ -0,0 +1,45 @@ +body { + font-family: sans-serif ; + background: #110000 ; + color: #ccc ; +} + +main { + max-width: 800px ; + margin: auto ; +} + +img { + max-width: 100% ; +} + +header h1 { + text-align: center ; +} + +footer { + text-align: center ; + clear: both ; +} + +/* For TAGLIST.HTML */ +.taglist { + text-align: center ; + clear: both ; +} + +/* For NEXTPREV.HTML */ +#nextprev { + /* The container for both the previous and next articles. */ +} +#prevart { + float: left ; + text-align: left ; +} +#nextart { + float: right ; + text-align: right ; +} +#nextart,#prevart { + max-width: 33% ; +} diff --git a/public/tags/archive/index.html b/public/tags/archive/index.html new file mode 100644 index 0000000..435bedd --- /dev/null +++ b/public/tags/archive/index.html @@ -0,0 +1,33 @@ + + + + Archive | 0xhenrique + + + + + + + + + + +
+

Archive

+ +
+ + + + + diff --git a/public/tags/archive/index.xml b/public/tags/archive/index.xml new file mode 100644 index 0000000..ef8b68e --- /dev/null +++ b/public/tags/archive/index.xml @@ -0,0 +1,145 @@ + + + 0xhenrique + http://localhost:1313/tags/archive/ + Recent content in Archive on 0xhenrique + Hugo -- gohugo.io + en-us + Sat, 17 Aug 2024 07:44:17 +0100 + + + + + + Nazare Beach + http://localhost:1313/nazare-beach/ + Sat, 17 Aug 2024 07:44:45 +0100 + + http://localhost:1313/nazare-beach/ + <p>I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I&rsquo;m not a fan of smartphone cameras to be honest. +Here are some photos I took that day.</p> +<p><img src="https://i.imgur.com/ATjnpyl.jpeg" alt="1st photo"> +According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.</p> +<p><img src="https://i.imgur.com/GwZIh3p.jpeg" alt="2nd photo"> +<img src="https://i.imgur.com/hxY0rcS.jpeg" alt="3rd photo"> +<img src="https://i.imgur.com/8uRNHtF.jpeg" alt="4th photo"></p> + + + + + Monogatari + http://localhost:1313/monogatari/ + Sat, 17 Aug 2024 07:44:33 +0100 + + http://localhost:1313/monogatari/ + <h1 id="monogatari---text-editorhttpsgithubcomhenrique-marques-vsoftmonogatari"><a href="https://github.com/henrique-marques-vsoft/monogatari">MONOGATARI - Text Editor</a></h1> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/shinobu.gif" alt="monogatari-movie scene shinobu kokorowatari"></p> +<p>Monogatari is a text editor built with Python using the Tkinter GUI library.</p> +<h2 id="installation-and-usage">Installation and usage</h2> +<p>Assuming you already have Python installed in your machine:</p> +<pre tabindex="0"><code>git clone git@github.com:all123all/monogatari.git +cd monogatari +python monogatari.py +</code></pre><p>If you&rsquo;re using Linux you probably will need to install tk manually:</p> +<pre tabindex="0"><code>//Arch based distros +$ sudo pacman -S tk +//For Ubuntu +$ sudo apt-get install tk +</code></pre><h2 id="goals">Goals</h2> +<ul> +<li><input disabled="" type="checkbox"> Basic text editor functionalities (create file, open file, exit etc.)</li> +<li><input disabled="" type="checkbox"> Black background and a colorpicker option to choose another color</li> +<li><input disabled="" type="checkbox"> Test routine for the basic functionalities</li> +<li><input disabled="" type="checkbox"> Release a package</li> +<li><input disabled="" type="checkbox"> The close function is being called even when the file isn&rsquo;t modified</li> +</ul> +<h2 id="contribute-to-monogatari---text-editor">Contribute to MONOGATARI - Text Editor</h2> +<ul> +<li>Click the fork button on top right</li> +<li>Git clone your fork</li> +<li>Connect with my repo:</li> +</ul> +<pre tabindex="0"><code>$ git remote add all123all git://github.com/all123all/monogatari +$ git remote -v +</code></pre><p>You are now ready to start to code! Just do as always:</p> +<pre tabindex="0"><code>$ git add . +$ git commit -m &#34;fix: something that was fixed&#34; +$ git push +</code></pre><p>Then you can create a pull request right here on Github. Just go to the Pull Requests tab and select <code>New pull request</code> button to do so.</p> +<h2 id="screenshots">Screenshots</h2> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/print.png" alt="monogatari on i3wm screenshot"></p> + + + + + Lum + http://localhost:1313/lum/ + Sat, 17 Aug 2024 07:44:26 +0100 + + http://localhost:1313/lum/ + <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> + + + + + Internet Lurk Compilation #1 + http://localhost:1313/internet-lurk-compilation/ + Sat, 17 Aug 2024 07:44:17 +0100 + + http://localhost:1313/internet-lurk-compilation/ + <h2 id="general-findings">General Findings</h2> +<ul> +<li>Pure gold from the 90s: <a href="https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation">https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation</a></li> +<li>Symbolics Internet Museum: <a href="https://symbolics.com/museum/">https://symbolics.com/museum/</a></li> +<li>What is the relationship between Apple and Serial Experiments Lain? <a href="https://www.cjas.org/~leng/apple-lain.htm">https://www.cjas.org/~leng/apple-lain.htm</a></li> +<li>The Cornell Anime Club: <a href="https://www.cjas.org/">https://www.cjas.org/</a></li> +<li>Appearances of MIT in Anime: <a href="https://anime.mit.edu/resources/mit_in_anime">https://anime.mit.edu/resources/mit_in_anime</a></li> +<li>How Emacs got into Tron: Legacy: <a href="https://boingboing.net/2011/04/06/how-emacs-got-into-t.html">https://boingboing.net/2011/04/06/how-emacs-got-into-t.html</a></li> +<li>The Jargon File: <a href="http://www.catb.org/jargon/">http://www.catb.org/jargon/</a></li> +<li>Lainzine (Lain Magazine): <a href="https://lainzine.org/">https://lainzine.org/</a></li> +</ul> +<h2 id="internet-archive-findings">Internet Archive Findings</h2> +<ul> +<li>Oh! PC (Jul 01 1990) [Content in Japanese]: <a href="https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up">https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up</a></li> +<li>Comptiq Manazine [Content in Japanese]: <a href="https://archive.org/search?query=comptiq">https://archive.org/search?query=comptiq</a></li> +<li>The Symbol of the Knights of Eastern Calculus: <a href="https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm">https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm</a></li> +<li>MSX Magazine (1985-02) [Content in Japanese]: <a href="https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up">https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up</a></li> +</ul> +<h2 id="websites-i-visit-from-time-to-time">Websites I visit from time to time</h2> +<ul> +<li>A <del>modern</del> Javascript approach to SICP: <a href="https://sicp.sourceacademy.org/">https://sicp.sourceacademy.org/</a></li> +<li>A blog by Sam Greydanus: <a href="https://greydanus.github.io/">https://greydanus.github.io/</a></li> +<li>About Software Privacy and other topics: <a href="https://digdeeper.neocities.org/">https://digdeeper.neocities.org/</a></li> +<li>Xah Lee (he&rsquo;s also one of the minds behind ergoemacs and xah-fly-keys): <a href="https://xahlee.info/">https://xahlee.info/</a></li> +<li>Sasha Chua blog: <a href="https://sachachua.com/blog/">https://sachachua.com/blog/</a></li> +<li>Lunduke Journal: <a href="https://lunduke.substack.com/">https://lunduke.substack.com/</a></li> +</ul> +<p><strong>I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here.</strong> +<strong>The reason I list them is almost always because of a specific article or page that I find interesting. It doesn&rsquo;t mean that I support or am against what is said on other pages. I also don&rsquo;t have time to analyze every post on every website.</strong> +<strong>If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: <a href="mailto:hm2030master@proton.me">hm2030master@proton.me</a></strong> +<strong>Also, if you don&rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.</strong></p> + + + + + About + http://localhost:1313/about/ + Sat, 17 Aug 2024 07:42:34 +0100 + + http://localhost:1313/about/ + <h1 id="whois">whois</h1> +<p>Hello there! You can call me Henrique. +The main purpose of this website is to share some of my thoughts and projects. +Feel free to reach out on <a href="https://github.com/henrique-marques-vsoft">Github</a> or <a href="https://www.linkedin.com/in/all123all/">LinkedIn</a>.</p> + + + + + diff --git a/public/tags/blogs/index.html b/public/tags/blogs/index.html new file mode 100644 index 0000000..374eb4c --- /dev/null +++ b/public/tags/blogs/index.html @@ -0,0 +1,33 @@ + + + + Blogs | 0xhenrique + + + + + + + + + + +
+

Blogs

+ +
+ + + + + diff --git a/public/tags/blogs/index.xml b/public/tags/blogs/index.xml new file mode 100644 index 0000000..64c7a02 --- /dev/null +++ b/public/tags/blogs/index.xml @@ -0,0 +1,145 @@ + + + 0xhenrique + http://localhost:1313/tags/blogs/ + Recent content in Blogs on 0xhenrique + Hugo -- gohugo.io + en-us + Sat, 17 Aug 2024 07:44:17 +0100 + + + + + + Nazare Beach + http://localhost:1313/nazare-beach/ + Sat, 17 Aug 2024 07:44:45 +0100 + + http://localhost:1313/nazare-beach/ + <p>I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I&rsquo;m not a fan of smartphone cameras to be honest. +Here are some photos I took that day.</p> +<p><img src="https://i.imgur.com/ATjnpyl.jpeg" alt="1st photo"> +According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.</p> +<p><img src="https://i.imgur.com/GwZIh3p.jpeg" alt="2nd photo"> +<img src="https://i.imgur.com/hxY0rcS.jpeg" alt="3rd photo"> +<img src="https://i.imgur.com/8uRNHtF.jpeg" alt="4th photo"></p> + + + + + Monogatari + http://localhost:1313/monogatari/ + Sat, 17 Aug 2024 07:44:33 +0100 + + http://localhost:1313/monogatari/ + <h1 id="monogatari---text-editorhttpsgithubcomhenrique-marques-vsoftmonogatari"><a href="https://github.com/henrique-marques-vsoft/monogatari">MONOGATARI - Text Editor</a></h1> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/shinobu.gif" alt="monogatari-movie scene shinobu kokorowatari"></p> +<p>Monogatari is a text editor built with Python using the Tkinter GUI library.</p> +<h2 id="installation-and-usage">Installation and usage</h2> +<p>Assuming you already have Python installed in your machine:</p> +<pre tabindex="0"><code>git clone git@github.com:all123all/monogatari.git +cd monogatari +python monogatari.py +</code></pre><p>If you&rsquo;re using Linux you probably will need to install tk manually:</p> +<pre tabindex="0"><code>//Arch based distros +$ sudo pacman -S tk +//For Ubuntu +$ sudo apt-get install tk +</code></pre><h2 id="goals">Goals</h2> +<ul> +<li><input disabled="" type="checkbox"> Basic text editor functionalities (create file, open file, exit etc.)</li> +<li><input disabled="" type="checkbox"> Black background and a colorpicker option to choose another color</li> +<li><input disabled="" type="checkbox"> Test routine for the basic functionalities</li> +<li><input disabled="" type="checkbox"> Release a package</li> +<li><input disabled="" type="checkbox"> The close function is being called even when the file isn&rsquo;t modified</li> +</ul> +<h2 id="contribute-to-monogatari---text-editor">Contribute to MONOGATARI - Text Editor</h2> +<ul> +<li>Click the fork button on top right</li> +<li>Git clone your fork</li> +<li>Connect with my repo:</li> +</ul> +<pre tabindex="0"><code>$ git remote add all123all git://github.com/all123all/monogatari +$ git remote -v +</code></pre><p>You are now ready to start to code! Just do as always:</p> +<pre tabindex="0"><code>$ git add . +$ git commit -m &#34;fix: something that was fixed&#34; +$ git push +</code></pre><p>Then you can create a pull request right here on Github. Just go to the Pull Requests tab and select <code>New pull request</code> button to do so.</p> +<h2 id="screenshots">Screenshots</h2> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/print.png" alt="monogatari on i3wm screenshot"></p> + + + + + Lum + http://localhost:1313/lum/ + Sat, 17 Aug 2024 07:44:26 +0100 + + http://localhost:1313/lum/ + <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> + + + + + Internet Lurk Compilation #1 + http://localhost:1313/internet-lurk-compilation/ + Sat, 17 Aug 2024 07:44:17 +0100 + + http://localhost:1313/internet-lurk-compilation/ + <h2 id="general-findings">General Findings</h2> +<ul> +<li>Pure gold from the 90s: <a href="https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation">https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation</a></li> +<li>Symbolics Internet Museum: <a href="https://symbolics.com/museum/">https://symbolics.com/museum/</a></li> +<li>What is the relationship between Apple and Serial Experiments Lain? <a href="https://www.cjas.org/~leng/apple-lain.htm">https://www.cjas.org/~leng/apple-lain.htm</a></li> +<li>The Cornell Anime Club: <a href="https://www.cjas.org/">https://www.cjas.org/</a></li> +<li>Appearances of MIT in Anime: <a href="https://anime.mit.edu/resources/mit_in_anime">https://anime.mit.edu/resources/mit_in_anime</a></li> +<li>How Emacs got into Tron: Legacy: <a href="https://boingboing.net/2011/04/06/how-emacs-got-into-t.html">https://boingboing.net/2011/04/06/how-emacs-got-into-t.html</a></li> +<li>The Jargon File: <a href="http://www.catb.org/jargon/">http://www.catb.org/jargon/</a></li> +<li>Lainzine (Lain Magazine): <a href="https://lainzine.org/">https://lainzine.org/</a></li> +</ul> +<h2 id="internet-archive-findings">Internet Archive Findings</h2> +<ul> +<li>Oh! PC (Jul 01 1990) [Content in Japanese]: <a href="https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up">https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up</a></li> +<li>Comptiq Manazine [Content in Japanese]: <a href="https://archive.org/search?query=comptiq">https://archive.org/search?query=comptiq</a></li> +<li>The Symbol of the Knights of Eastern Calculus: <a href="https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm">https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm</a></li> +<li>MSX Magazine (1985-02) [Content in Japanese]: <a href="https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up">https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up</a></li> +</ul> +<h2 id="websites-i-visit-from-time-to-time">Websites I visit from time to time</h2> +<ul> +<li>A <del>modern</del> Javascript approach to SICP: <a href="https://sicp.sourceacademy.org/">https://sicp.sourceacademy.org/</a></li> +<li>A blog by Sam Greydanus: <a href="https://greydanus.github.io/">https://greydanus.github.io/</a></li> +<li>About Software Privacy and other topics: <a href="https://digdeeper.neocities.org/">https://digdeeper.neocities.org/</a></li> +<li>Xah Lee (he&rsquo;s also one of the minds behind ergoemacs and xah-fly-keys): <a href="https://xahlee.info/">https://xahlee.info/</a></li> +<li>Sasha Chua blog: <a href="https://sachachua.com/blog/">https://sachachua.com/blog/</a></li> +<li>Lunduke Journal: <a href="https://lunduke.substack.com/">https://lunduke.substack.com/</a></li> +</ul> +<p><strong>I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here.</strong> +<strong>The reason I list them is almost always because of a specific article or page that I find interesting. It doesn&rsquo;t mean that I support or am against what is said on other pages. I also don&rsquo;t have time to analyze every post on every website.</strong> +<strong>If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: <a href="mailto:hm2030master@proton.me">hm2030master@proton.me</a></strong> +<strong>Also, if you don&rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.</strong></p> + + + + + About + http://localhost:1313/about/ + Sat, 17 Aug 2024 07:42:34 +0100 + + http://localhost:1313/about/ + <h1 id="whois">whois</h1> +<p>Hello there! You can call me Henrique. +The main purpose of this website is to share some of my thoughts and projects. +Feel free to reach out on <a href="https://github.com/henrique-marques-vsoft">Github</a> or <a href="https://www.linkedin.com/in/all123all/">LinkedIn</a>.</p> + + + + + diff --git a/public/tags/index.html b/public/tags/index.html new file mode 100644 index 0000000..6011c81 --- /dev/null +++ b/public/tags/index.html @@ -0,0 +1,69 @@ + + + + Tags | 0xhenrique + + + + + + + + + + +
+

Tags

+ +
+ + + + + diff --git a/public/tags/index.xml b/public/tags/index.xml new file mode 100644 index 0000000..44ab1ef --- /dev/null +++ b/public/tags/index.xml @@ -0,0 +1,145 @@ + + + 0xhenrique + http://localhost:1313/tags/ + Recent content in Tags on 0xhenrique + Hugo -- gohugo.io + en-us + Sat, 17 Aug 2024 07:44:45 +0100 + + + + + + Nazare Beach + http://localhost:1313/nazare-beach/ + Sat, 17 Aug 2024 07:44:45 +0100 + + http://localhost:1313/nazare-beach/ + <p>I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I&rsquo;m not a fan of smartphone cameras to be honest. +Here are some photos I took that day.</p> +<p><img src="https://i.imgur.com/ATjnpyl.jpeg" alt="1st photo"> +According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.</p> +<p><img src="https://i.imgur.com/GwZIh3p.jpeg" alt="2nd photo"> +<img src="https://i.imgur.com/hxY0rcS.jpeg" alt="3rd photo"> +<img src="https://i.imgur.com/8uRNHtF.jpeg" alt="4th photo"></p> + + + + + Monogatari + http://localhost:1313/monogatari/ + Sat, 17 Aug 2024 07:44:33 +0100 + + http://localhost:1313/monogatari/ + <h1 id="monogatari---text-editorhttpsgithubcomhenrique-marques-vsoftmonogatari"><a href="https://github.com/henrique-marques-vsoft/monogatari">MONOGATARI - Text Editor</a></h1> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/shinobu.gif" alt="monogatari-movie scene shinobu kokorowatari"></p> +<p>Monogatari is a text editor built with Python using the Tkinter GUI library.</p> +<h2 id="installation-and-usage">Installation and usage</h2> +<p>Assuming you already have Python installed in your machine:</p> +<pre tabindex="0"><code>git clone git@github.com:all123all/monogatari.git +cd monogatari +python monogatari.py +</code></pre><p>If you&rsquo;re using Linux you probably will need to install tk manually:</p> +<pre tabindex="0"><code>//Arch based distros +$ sudo pacman -S tk +//For Ubuntu +$ sudo apt-get install tk +</code></pre><h2 id="goals">Goals</h2> +<ul> +<li><input disabled="" type="checkbox"> Basic text editor functionalities (create file, open file, exit etc.)</li> +<li><input disabled="" type="checkbox"> Black background and a colorpicker option to choose another color</li> +<li><input disabled="" type="checkbox"> Test routine for the basic functionalities</li> +<li><input disabled="" type="checkbox"> Release a package</li> +<li><input disabled="" type="checkbox"> The close function is being called even when the file isn&rsquo;t modified</li> +</ul> +<h2 id="contribute-to-monogatari---text-editor">Contribute to MONOGATARI - Text Editor</h2> +<ul> +<li>Click the fork button on top right</li> +<li>Git clone your fork</li> +<li>Connect with my repo:</li> +</ul> +<pre tabindex="0"><code>$ git remote add all123all git://github.com/all123all/monogatari +$ git remote -v +</code></pre><p>You are now ready to start to code! Just do as always:</p> +<pre tabindex="0"><code>$ git add . +$ git commit -m &#34;fix: something that was fixed&#34; +$ git push +</code></pre><p>Then you can create a pull request right here on Github. Just go to the Pull Requests tab and select <code>New pull request</code> button to do so.</p> +<h2 id="screenshots">Screenshots</h2> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/print.png" alt="monogatari on i3wm screenshot"></p> + + + + + Lum + http://localhost:1313/lum/ + Sat, 17 Aug 2024 07:44:26 +0100 + + http://localhost:1313/lum/ + <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> + + + + + Internet Lurk Compilation #1 + http://localhost:1313/internet-lurk-compilation/ + Sat, 17 Aug 2024 07:44:17 +0100 + + http://localhost:1313/internet-lurk-compilation/ + <h2 id="general-findings">General Findings</h2> +<ul> +<li>Pure gold from the 90s: <a href="https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation">https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation</a></li> +<li>Symbolics Internet Museum: <a href="https://symbolics.com/museum/">https://symbolics.com/museum/</a></li> +<li>What is the relationship between Apple and Serial Experiments Lain? <a href="https://www.cjas.org/~leng/apple-lain.htm">https://www.cjas.org/~leng/apple-lain.htm</a></li> +<li>The Cornell Anime Club: <a href="https://www.cjas.org/">https://www.cjas.org/</a></li> +<li>Appearances of MIT in Anime: <a href="https://anime.mit.edu/resources/mit_in_anime">https://anime.mit.edu/resources/mit_in_anime</a></li> +<li>How Emacs got into Tron: Legacy: <a href="https://boingboing.net/2011/04/06/how-emacs-got-into-t.html">https://boingboing.net/2011/04/06/how-emacs-got-into-t.html</a></li> +<li>The Jargon File: <a href="http://www.catb.org/jargon/">http://www.catb.org/jargon/</a></li> +<li>Lainzine (Lain Magazine): <a href="https://lainzine.org/">https://lainzine.org/</a></li> +</ul> +<h2 id="internet-archive-findings">Internet Archive Findings</h2> +<ul> +<li>Oh! PC (Jul 01 1990) [Content in Japanese]: <a href="https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up">https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up</a></li> +<li>Comptiq Manazine [Content in Japanese]: <a href="https://archive.org/search?query=comptiq">https://archive.org/search?query=comptiq</a></li> +<li>The Symbol of the Knights of Eastern Calculus: <a href="https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm">https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm</a></li> +<li>MSX Magazine (1985-02) [Content in Japanese]: <a href="https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up">https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up</a></li> +</ul> +<h2 id="websites-i-visit-from-time-to-time">Websites I visit from time to time</h2> +<ul> +<li>A <del>modern</del> Javascript approach to SICP: <a href="https://sicp.sourceacademy.org/">https://sicp.sourceacademy.org/</a></li> +<li>A blog by Sam Greydanus: <a href="https://greydanus.github.io/">https://greydanus.github.io/</a></li> +<li>About Software Privacy and other topics: <a href="https://digdeeper.neocities.org/">https://digdeeper.neocities.org/</a></li> +<li>Xah Lee (he&rsquo;s also one of the minds behind ergoemacs and xah-fly-keys): <a href="https://xahlee.info/">https://xahlee.info/</a></li> +<li>Sasha Chua blog: <a href="https://sachachua.com/blog/">https://sachachua.com/blog/</a></li> +<li>Lunduke Journal: <a href="https://lunduke.substack.com/">https://lunduke.substack.com/</a></li> +</ul> +<p><strong>I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here.</strong> +<strong>The reason I list them is almost always because of a specific article or page that I find interesting. It doesn&rsquo;t mean that I support or am against what is said on other pages. I also don&rsquo;t have time to analyze every post on every website.</strong> +<strong>If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: <a href="mailto:hm2030master@proton.me">hm2030master@proton.me</a></strong> +<strong>Also, if you don&rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.</strong></p> + + + + + About + http://localhost:1313/about/ + Sat, 17 Aug 2024 07:42:34 +0100 + + http://localhost:1313/about/ + <h1 id="whois">whois</h1> +<p>Hello there! You can call me Henrique. +The main purpose of this website is to share some of my thoughts and projects. +Feel free to reach out on <a href="https://github.com/henrique-marques-vsoft">Github</a> or <a href="https://www.linkedin.com/in/all123all/">LinkedIn</a>.</p> + + + + + diff --git a/public/tags/linux/index.html b/public/tags/linux/index.html new file mode 100644 index 0000000..2689ac0 --- /dev/null +++ b/public/tags/linux/index.html @@ -0,0 +1,36 @@ + + + + Linux | 0xhenrique + + + + + + + + + + +
+

Linux

+
+ + + +
+
+ + + + + diff --git a/public/tags/linux/index.xml b/public/tags/linux/index.xml new file mode 100644 index 0000000..a2e3299 --- /dev/null +++ b/public/tags/linux/index.xml @@ -0,0 +1,145 @@ + + + 0xhenrique + http://localhost:1313/tags/linux/ + Recent content in Linux on 0xhenrique + Hugo -- gohugo.io + en-us + Sat, 17 Aug 2024 07:44:33 +0100 + + + + + + Nazare Beach + http://localhost:1313/nazare-beach/ + Sat, 17 Aug 2024 07:44:45 +0100 + + http://localhost:1313/nazare-beach/ + <p>I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I&rsquo;m not a fan of smartphone cameras to be honest. +Here are some photos I took that day.</p> +<p><img src="https://i.imgur.com/ATjnpyl.jpeg" alt="1st photo"> +According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.</p> +<p><img src="https://i.imgur.com/GwZIh3p.jpeg" alt="2nd photo"> +<img src="https://i.imgur.com/hxY0rcS.jpeg" alt="3rd photo"> +<img src="https://i.imgur.com/8uRNHtF.jpeg" alt="4th photo"></p> + + + + + Monogatari + http://localhost:1313/monogatari/ + Sat, 17 Aug 2024 07:44:33 +0100 + + http://localhost:1313/monogatari/ + <h1 id="monogatari---text-editorhttpsgithubcomhenrique-marques-vsoftmonogatari"><a href="https://github.com/henrique-marques-vsoft/monogatari">MONOGATARI - Text Editor</a></h1> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/shinobu.gif" alt="monogatari-movie scene shinobu kokorowatari"></p> +<p>Monogatari is a text editor built with Python using the Tkinter GUI library.</p> +<h2 id="installation-and-usage">Installation and usage</h2> +<p>Assuming you already have Python installed in your machine:</p> +<pre tabindex="0"><code>git clone git@github.com:all123all/monogatari.git +cd monogatari +python monogatari.py +</code></pre><p>If you&rsquo;re using Linux you probably will need to install tk manually:</p> +<pre tabindex="0"><code>//Arch based distros +$ sudo pacman -S tk +//For Ubuntu +$ sudo apt-get install tk +</code></pre><h2 id="goals">Goals</h2> +<ul> +<li><input disabled="" type="checkbox"> Basic text editor functionalities (create file, open file, exit etc.)</li> +<li><input disabled="" type="checkbox"> Black background and a colorpicker option to choose another color</li> +<li><input disabled="" type="checkbox"> Test routine for the basic functionalities</li> +<li><input disabled="" type="checkbox"> Release a package</li> +<li><input disabled="" type="checkbox"> The close function is being called even when the file isn&rsquo;t modified</li> +</ul> +<h2 id="contribute-to-monogatari---text-editor">Contribute to MONOGATARI - Text Editor</h2> +<ul> +<li>Click the fork button on top right</li> +<li>Git clone your fork</li> +<li>Connect with my repo:</li> +</ul> +<pre tabindex="0"><code>$ git remote add all123all git://github.com/all123all/monogatari +$ git remote -v +</code></pre><p>You are now ready to start to code! Just do as always:</p> +<pre tabindex="0"><code>$ git add . +$ git commit -m &#34;fix: something that was fixed&#34; +$ git push +</code></pre><p>Then you can create a pull request right here on Github. Just go to the Pull Requests tab and select <code>New pull request</code> button to do so.</p> +<h2 id="screenshots">Screenshots</h2> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/print.png" alt="monogatari on i3wm screenshot"></p> + + + + + Lum + http://localhost:1313/lum/ + Sat, 17 Aug 2024 07:44:26 +0100 + + http://localhost:1313/lum/ + <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> + + + + + Internet Lurk Compilation #1 + http://localhost:1313/internet-lurk-compilation/ + Sat, 17 Aug 2024 07:44:17 +0100 + + http://localhost:1313/internet-lurk-compilation/ + <h2 id="general-findings">General Findings</h2> +<ul> +<li>Pure gold from the 90s: <a href="https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation">https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation</a></li> +<li>Symbolics Internet Museum: <a href="https://symbolics.com/museum/">https://symbolics.com/museum/</a></li> +<li>What is the relationship between Apple and Serial Experiments Lain? <a href="https://www.cjas.org/~leng/apple-lain.htm">https://www.cjas.org/~leng/apple-lain.htm</a></li> +<li>The Cornell Anime Club: <a href="https://www.cjas.org/">https://www.cjas.org/</a></li> +<li>Appearances of MIT in Anime: <a href="https://anime.mit.edu/resources/mit_in_anime">https://anime.mit.edu/resources/mit_in_anime</a></li> +<li>How Emacs got into Tron: Legacy: <a href="https://boingboing.net/2011/04/06/how-emacs-got-into-t.html">https://boingboing.net/2011/04/06/how-emacs-got-into-t.html</a></li> +<li>The Jargon File: <a href="http://www.catb.org/jargon/">http://www.catb.org/jargon/</a></li> +<li>Lainzine (Lain Magazine): <a href="https://lainzine.org/">https://lainzine.org/</a></li> +</ul> +<h2 id="internet-archive-findings">Internet Archive Findings</h2> +<ul> +<li>Oh! PC (Jul 01 1990) [Content in Japanese]: <a href="https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up">https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up</a></li> +<li>Comptiq Manazine [Content in Japanese]: <a href="https://archive.org/search?query=comptiq">https://archive.org/search?query=comptiq</a></li> +<li>The Symbol of the Knights of Eastern Calculus: <a href="https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm">https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm</a></li> +<li>MSX Magazine (1985-02) [Content in Japanese]: <a href="https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up">https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up</a></li> +</ul> +<h2 id="websites-i-visit-from-time-to-time">Websites I visit from time to time</h2> +<ul> +<li>A <del>modern</del> Javascript approach to SICP: <a href="https://sicp.sourceacademy.org/">https://sicp.sourceacademy.org/</a></li> +<li>A blog by Sam Greydanus: <a href="https://greydanus.github.io/">https://greydanus.github.io/</a></li> +<li>About Software Privacy and other topics: <a href="https://digdeeper.neocities.org/">https://digdeeper.neocities.org/</a></li> +<li>Xah Lee (he&rsquo;s also one of the minds behind ergoemacs and xah-fly-keys): <a href="https://xahlee.info/">https://xahlee.info/</a></li> +<li>Sasha Chua blog: <a href="https://sachachua.com/blog/">https://sachachua.com/blog/</a></li> +<li>Lunduke Journal: <a href="https://lunduke.substack.com/">https://lunduke.substack.com/</a></li> +</ul> +<p><strong>I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here.</strong> +<strong>The reason I list them is almost always because of a specific article or page that I find interesting. It doesn&rsquo;t mean that I support or am against what is said on other pages. I also don&rsquo;t have time to analyze every post on every website.</strong> +<strong>If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: <a href="mailto:hm2030master@proton.me">hm2030master@proton.me</a></strong> +<strong>Also, if you don&rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.</strong></p> + + + + + About + http://localhost:1313/about/ + Sat, 17 Aug 2024 07:42:34 +0100 + + http://localhost:1313/about/ + <h1 id="whois">whois</h1> +<p>Hello there! You can call me Henrique. +The main purpose of this website is to share some of my thoughts and projects. +Feel free to reach out on <a href="https://github.com/henrique-marques-vsoft">Github</a> or <a href="https://www.linkedin.com/in/all123all/">LinkedIn</a>.</p> + + + + + diff --git a/public/tags/lurk/index.html b/public/tags/lurk/index.html new file mode 100644 index 0000000..43a3ab9 --- /dev/null +++ b/public/tags/lurk/index.html @@ -0,0 +1,33 @@ + + + + Lurk | 0xhenrique + + + + + + + + + + +
+

Lurk

+ +
+ + + + + diff --git a/public/tags/lurk/index.xml b/public/tags/lurk/index.xml new file mode 100644 index 0000000..ca109f5 --- /dev/null +++ b/public/tags/lurk/index.xml @@ -0,0 +1,145 @@ + + + 0xhenrique + http://localhost:1313/tags/lurk/ + Recent content in Lurk on 0xhenrique + Hugo -- gohugo.io + en-us + Sat, 17 Aug 2024 07:44:17 +0100 + + + + + + Nazare Beach + http://localhost:1313/nazare-beach/ + Sat, 17 Aug 2024 07:44:45 +0100 + + http://localhost:1313/nazare-beach/ + <p>I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I&rsquo;m not a fan of smartphone cameras to be honest. +Here are some photos I took that day.</p> +<p><img src="https://i.imgur.com/ATjnpyl.jpeg" alt="1st photo"> +According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.</p> +<p><img src="https://i.imgur.com/GwZIh3p.jpeg" alt="2nd photo"> +<img src="https://i.imgur.com/hxY0rcS.jpeg" alt="3rd photo"> +<img src="https://i.imgur.com/8uRNHtF.jpeg" alt="4th photo"></p> + + + + + Monogatari + http://localhost:1313/monogatari/ + Sat, 17 Aug 2024 07:44:33 +0100 + + http://localhost:1313/monogatari/ + <h1 id="monogatari---text-editorhttpsgithubcomhenrique-marques-vsoftmonogatari"><a href="https://github.com/henrique-marques-vsoft/monogatari">MONOGATARI - Text Editor</a></h1> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/shinobu.gif" alt="monogatari-movie scene shinobu kokorowatari"></p> +<p>Monogatari is a text editor built with Python using the Tkinter GUI library.</p> +<h2 id="installation-and-usage">Installation and usage</h2> +<p>Assuming you already have Python installed in your machine:</p> +<pre tabindex="0"><code>git clone git@github.com:all123all/monogatari.git +cd monogatari +python monogatari.py +</code></pre><p>If you&rsquo;re using Linux you probably will need to install tk manually:</p> +<pre tabindex="0"><code>//Arch based distros +$ sudo pacman -S tk +//For Ubuntu +$ sudo apt-get install tk +</code></pre><h2 id="goals">Goals</h2> +<ul> +<li><input disabled="" type="checkbox"> Basic text editor functionalities (create file, open file, exit etc.)</li> +<li><input disabled="" type="checkbox"> Black background and a colorpicker option to choose another color</li> +<li><input disabled="" type="checkbox"> Test routine for the basic functionalities</li> +<li><input disabled="" type="checkbox"> Release a package</li> +<li><input disabled="" type="checkbox"> The close function is being called even when the file isn&rsquo;t modified</li> +</ul> +<h2 id="contribute-to-monogatari---text-editor">Contribute to MONOGATARI - Text Editor</h2> +<ul> +<li>Click the fork button on top right</li> +<li>Git clone your fork</li> +<li>Connect with my repo:</li> +</ul> +<pre tabindex="0"><code>$ git remote add all123all git://github.com/all123all/monogatari +$ git remote -v +</code></pre><p>You are now ready to start to code! Just do as always:</p> +<pre tabindex="0"><code>$ git add . +$ git commit -m &#34;fix: something that was fixed&#34; +$ git push +</code></pre><p>Then you can create a pull request right here on Github. Just go to the Pull Requests tab and select <code>New pull request</code> button to do so.</p> +<h2 id="screenshots">Screenshots</h2> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/print.png" alt="monogatari on i3wm screenshot"></p> + + + + + Lum + http://localhost:1313/lum/ + Sat, 17 Aug 2024 07:44:26 +0100 + + http://localhost:1313/lum/ + <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> + + + + + Internet Lurk Compilation #1 + http://localhost:1313/internet-lurk-compilation/ + Sat, 17 Aug 2024 07:44:17 +0100 + + http://localhost:1313/internet-lurk-compilation/ + <h2 id="general-findings">General Findings</h2> +<ul> +<li>Pure gold from the 90s: <a href="https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation">https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation</a></li> +<li>Symbolics Internet Museum: <a href="https://symbolics.com/museum/">https://symbolics.com/museum/</a></li> +<li>What is the relationship between Apple and Serial Experiments Lain? <a href="https://www.cjas.org/~leng/apple-lain.htm">https://www.cjas.org/~leng/apple-lain.htm</a></li> +<li>The Cornell Anime Club: <a href="https://www.cjas.org/">https://www.cjas.org/</a></li> +<li>Appearances of MIT in Anime: <a href="https://anime.mit.edu/resources/mit_in_anime">https://anime.mit.edu/resources/mit_in_anime</a></li> +<li>How Emacs got into Tron: Legacy: <a href="https://boingboing.net/2011/04/06/how-emacs-got-into-t.html">https://boingboing.net/2011/04/06/how-emacs-got-into-t.html</a></li> +<li>The Jargon File: <a href="http://www.catb.org/jargon/">http://www.catb.org/jargon/</a></li> +<li>Lainzine (Lain Magazine): <a href="https://lainzine.org/">https://lainzine.org/</a></li> +</ul> +<h2 id="internet-archive-findings">Internet Archive Findings</h2> +<ul> +<li>Oh! PC (Jul 01 1990) [Content in Japanese]: <a href="https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up">https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up</a></li> +<li>Comptiq Manazine [Content in Japanese]: <a href="https://archive.org/search?query=comptiq">https://archive.org/search?query=comptiq</a></li> +<li>The Symbol of the Knights of Eastern Calculus: <a href="https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm">https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm</a></li> +<li>MSX Magazine (1985-02) [Content in Japanese]: <a href="https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up">https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up</a></li> +</ul> +<h2 id="websites-i-visit-from-time-to-time">Websites I visit from time to time</h2> +<ul> +<li>A <del>modern</del> Javascript approach to SICP: <a href="https://sicp.sourceacademy.org/">https://sicp.sourceacademy.org/</a></li> +<li>A blog by Sam Greydanus: <a href="https://greydanus.github.io/">https://greydanus.github.io/</a></li> +<li>About Software Privacy and other topics: <a href="https://digdeeper.neocities.org/">https://digdeeper.neocities.org/</a></li> +<li>Xah Lee (he&rsquo;s also one of the minds behind ergoemacs and xah-fly-keys): <a href="https://xahlee.info/">https://xahlee.info/</a></li> +<li>Sasha Chua blog: <a href="https://sachachua.com/blog/">https://sachachua.com/blog/</a></li> +<li>Lunduke Journal: <a href="https://lunduke.substack.com/">https://lunduke.substack.com/</a></li> +</ul> +<p><strong>I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here.</strong> +<strong>The reason I list them is almost always because of a specific article or page that I find interesting. It doesn&rsquo;t mean that I support or am against what is said on other pages. I also don&rsquo;t have time to analyze every post on every website.</strong> +<strong>If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: <a href="mailto:hm2030master@proton.me">hm2030master@proton.me</a></strong> +<strong>Also, if you don&rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.</strong></p> + + + + + About + http://localhost:1313/about/ + Sat, 17 Aug 2024 07:42:34 +0100 + + http://localhost:1313/about/ + <h1 id="whois">whois</h1> +<p>Hello there! You can call me Henrique. +The main purpose of this website is to share some of my thoughts and projects. +Feel free to reach out on <a href="https://github.com/henrique-marques-vsoft">Github</a> or <a href="https://www.linkedin.com/in/all123all/">LinkedIn</a>.</p> + + + + + diff --git a/public/tags/personal/index.html b/public/tags/personal/index.html new file mode 100644 index 0000000..6af6b40 --- /dev/null +++ b/public/tags/personal/index.html @@ -0,0 +1,33 @@ + + + + Personal | 0xhenrique + + + + + + + + + + +
+

Personal

+ +
+ + + + + diff --git a/public/tags/personal/index.xml b/public/tags/personal/index.xml new file mode 100644 index 0000000..f09deef --- /dev/null +++ b/public/tags/personal/index.xml @@ -0,0 +1,145 @@ + + + 0xhenrique + http://localhost:1313/tags/personal/ + Recent content in Personal on 0xhenrique + Hugo -- gohugo.io + en-us + Sat, 17 Aug 2024 07:44:45 +0100 + + + + + + Nazare Beach + http://localhost:1313/nazare-beach/ + Sat, 17 Aug 2024 07:44:45 +0100 + + http://localhost:1313/nazare-beach/ + <p>I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I&rsquo;m not a fan of smartphone cameras to be honest. +Here are some photos I took that day.</p> +<p><img src="https://i.imgur.com/ATjnpyl.jpeg" alt="1st photo"> +According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.</p> +<p><img src="https://i.imgur.com/GwZIh3p.jpeg" alt="2nd photo"> +<img src="https://i.imgur.com/hxY0rcS.jpeg" alt="3rd photo"> +<img src="https://i.imgur.com/8uRNHtF.jpeg" alt="4th photo"></p> + + + + + Monogatari + http://localhost:1313/monogatari/ + Sat, 17 Aug 2024 07:44:33 +0100 + + http://localhost:1313/monogatari/ + <h1 id="monogatari---text-editorhttpsgithubcomhenrique-marques-vsoftmonogatari"><a href="https://github.com/henrique-marques-vsoft/monogatari">MONOGATARI - Text Editor</a></h1> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/shinobu.gif" alt="monogatari-movie scene shinobu kokorowatari"></p> +<p>Monogatari is a text editor built with Python using the Tkinter GUI library.</p> +<h2 id="installation-and-usage">Installation and usage</h2> +<p>Assuming you already have Python installed in your machine:</p> +<pre tabindex="0"><code>git clone git@github.com:all123all/monogatari.git +cd monogatari +python monogatari.py +</code></pre><p>If you&rsquo;re using Linux you probably will need to install tk manually:</p> +<pre tabindex="0"><code>//Arch based distros +$ sudo pacman -S tk +//For Ubuntu +$ sudo apt-get install tk +</code></pre><h2 id="goals">Goals</h2> +<ul> +<li><input disabled="" type="checkbox"> Basic text editor functionalities (create file, open file, exit etc.)</li> +<li><input disabled="" type="checkbox"> Black background and a colorpicker option to choose another color</li> +<li><input disabled="" type="checkbox"> Test routine for the basic functionalities</li> +<li><input disabled="" type="checkbox"> Release a package</li> +<li><input disabled="" type="checkbox"> The close function is being called even when the file isn&rsquo;t modified</li> +</ul> +<h2 id="contribute-to-monogatari---text-editor">Contribute to MONOGATARI - Text Editor</h2> +<ul> +<li>Click the fork button on top right</li> +<li>Git clone your fork</li> +<li>Connect with my repo:</li> +</ul> +<pre tabindex="0"><code>$ git remote add all123all git://github.com/all123all/monogatari +$ git remote -v +</code></pre><p>You are now ready to start to code! Just do as always:</p> +<pre tabindex="0"><code>$ git add . +$ git commit -m &#34;fix: something that was fixed&#34; +$ git push +</code></pre><p>Then you can create a pull request right here on Github. Just go to the Pull Requests tab and select <code>New pull request</code> button to do so.</p> +<h2 id="screenshots">Screenshots</h2> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/print.png" alt="monogatari on i3wm screenshot"></p> + + + + + Lum + http://localhost:1313/lum/ + Sat, 17 Aug 2024 07:44:26 +0100 + + http://localhost:1313/lum/ + <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> + + + + + Internet Lurk Compilation #1 + http://localhost:1313/internet-lurk-compilation/ + Sat, 17 Aug 2024 07:44:17 +0100 + + http://localhost:1313/internet-lurk-compilation/ + <h2 id="general-findings">General Findings</h2> +<ul> +<li>Pure gold from the 90s: <a href="https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation">https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation</a></li> +<li>Symbolics Internet Museum: <a href="https://symbolics.com/museum/">https://symbolics.com/museum/</a></li> +<li>What is the relationship between Apple and Serial Experiments Lain? <a href="https://www.cjas.org/~leng/apple-lain.htm">https://www.cjas.org/~leng/apple-lain.htm</a></li> +<li>The Cornell Anime Club: <a href="https://www.cjas.org/">https://www.cjas.org/</a></li> +<li>Appearances of MIT in Anime: <a href="https://anime.mit.edu/resources/mit_in_anime">https://anime.mit.edu/resources/mit_in_anime</a></li> +<li>How Emacs got into Tron: Legacy: <a href="https://boingboing.net/2011/04/06/how-emacs-got-into-t.html">https://boingboing.net/2011/04/06/how-emacs-got-into-t.html</a></li> +<li>The Jargon File: <a href="http://www.catb.org/jargon/">http://www.catb.org/jargon/</a></li> +<li>Lainzine (Lain Magazine): <a href="https://lainzine.org/">https://lainzine.org/</a></li> +</ul> +<h2 id="internet-archive-findings">Internet Archive Findings</h2> +<ul> +<li>Oh! PC (Jul 01 1990) [Content in Japanese]: <a href="https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up">https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up</a></li> +<li>Comptiq Manazine [Content in Japanese]: <a href="https://archive.org/search?query=comptiq">https://archive.org/search?query=comptiq</a></li> +<li>The Symbol of the Knights of Eastern Calculus: <a href="https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm">https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm</a></li> +<li>MSX Magazine (1985-02) [Content in Japanese]: <a href="https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up">https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up</a></li> +</ul> +<h2 id="websites-i-visit-from-time-to-time">Websites I visit from time to time</h2> +<ul> +<li>A <del>modern</del> Javascript approach to SICP: <a href="https://sicp.sourceacademy.org/">https://sicp.sourceacademy.org/</a></li> +<li>A blog by Sam Greydanus: <a href="https://greydanus.github.io/">https://greydanus.github.io/</a></li> +<li>About Software Privacy and other topics: <a href="https://digdeeper.neocities.org/">https://digdeeper.neocities.org/</a></li> +<li>Xah Lee (he&rsquo;s also one of the minds behind ergoemacs and xah-fly-keys): <a href="https://xahlee.info/">https://xahlee.info/</a></li> +<li>Sasha Chua blog: <a href="https://sachachua.com/blog/">https://sachachua.com/blog/</a></li> +<li>Lunduke Journal: <a href="https://lunduke.substack.com/">https://lunduke.substack.com/</a></li> +</ul> +<p><strong>I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here.</strong> +<strong>The reason I list them is almost always because of a specific article or page that I find interesting. It doesn&rsquo;t mean that I support or am against what is said on other pages. I also don&rsquo;t have time to analyze every post on every website.</strong> +<strong>If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: <a href="mailto:hm2030master@proton.me">hm2030master@proton.me</a></strong> +<strong>Also, if you don&rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.</strong></p> + + + + + About + http://localhost:1313/about/ + Sat, 17 Aug 2024 07:42:34 +0100 + + http://localhost:1313/about/ + <h1 id="whois">whois</h1> +<p>Hello there! You can call me Henrique. +The main purpose of this website is to share some of my thoughts and projects. +Feel free to reach out on <a href="https://github.com/henrique-marques-vsoft">Github</a> or <a href="https://www.linkedin.com/in/all123all/">LinkedIn</a>.</p> + + + + + diff --git a/public/tags/photo/index.html b/public/tags/photo/index.html new file mode 100644 index 0000000..c173671 --- /dev/null +++ b/public/tags/photo/index.html @@ -0,0 +1,33 @@ + + + + Photo | 0xhenrique + + + + + + + + + + +
+

Photo

+ +
+ + + + + diff --git a/public/tags/photo/index.xml b/public/tags/photo/index.xml new file mode 100644 index 0000000..9a99615 --- /dev/null +++ b/public/tags/photo/index.xml @@ -0,0 +1,145 @@ + + + 0xhenrique + http://localhost:1313/tags/photo/ + Recent content in Photo on 0xhenrique + Hugo -- gohugo.io + en-us + Sat, 17 Aug 2024 07:44:45 +0100 + + + + + + Nazare Beach + http://localhost:1313/nazare-beach/ + Sat, 17 Aug 2024 07:44:45 +0100 + + http://localhost:1313/nazare-beach/ + <p>I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I&rsquo;m not a fan of smartphone cameras to be honest. +Here are some photos I took that day.</p> +<p><img src="https://i.imgur.com/ATjnpyl.jpeg" alt="1st photo"> +According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.</p> +<p><img src="https://i.imgur.com/GwZIh3p.jpeg" alt="2nd photo"> +<img src="https://i.imgur.com/hxY0rcS.jpeg" alt="3rd photo"> +<img src="https://i.imgur.com/8uRNHtF.jpeg" alt="4th photo"></p> + + + + + Monogatari + http://localhost:1313/monogatari/ + Sat, 17 Aug 2024 07:44:33 +0100 + + http://localhost:1313/monogatari/ + <h1 id="monogatari---text-editorhttpsgithubcomhenrique-marques-vsoftmonogatari"><a href="https://github.com/henrique-marques-vsoft/monogatari">MONOGATARI - Text Editor</a></h1> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/shinobu.gif" alt="monogatari-movie scene shinobu kokorowatari"></p> +<p>Monogatari is a text editor built with Python using the Tkinter GUI library.</p> +<h2 id="installation-and-usage">Installation and usage</h2> +<p>Assuming you already have Python installed in your machine:</p> +<pre tabindex="0"><code>git clone git@github.com:all123all/monogatari.git +cd monogatari +python monogatari.py +</code></pre><p>If you&rsquo;re using Linux you probably will need to install tk manually:</p> +<pre tabindex="0"><code>//Arch based distros +$ sudo pacman -S tk +//For Ubuntu +$ sudo apt-get install tk +</code></pre><h2 id="goals">Goals</h2> +<ul> +<li><input disabled="" type="checkbox"> Basic text editor functionalities (create file, open file, exit etc.)</li> +<li><input disabled="" type="checkbox"> Black background and a colorpicker option to choose another color</li> +<li><input disabled="" type="checkbox"> Test routine for the basic functionalities</li> +<li><input disabled="" type="checkbox"> Release a package</li> +<li><input disabled="" type="checkbox"> The close function is being called even when the file isn&rsquo;t modified</li> +</ul> +<h2 id="contribute-to-monogatari---text-editor">Contribute to MONOGATARI - Text Editor</h2> +<ul> +<li>Click the fork button on top right</li> +<li>Git clone your fork</li> +<li>Connect with my repo:</li> +</ul> +<pre tabindex="0"><code>$ git remote add all123all git://github.com/all123all/monogatari +$ git remote -v +</code></pre><p>You are now ready to start to code! Just do as always:</p> +<pre tabindex="0"><code>$ git add . +$ git commit -m &#34;fix: something that was fixed&#34; +$ git push +</code></pre><p>Then you can create a pull request right here on Github. Just go to the Pull Requests tab and select <code>New pull request</code> button to do so.</p> +<h2 id="screenshots">Screenshots</h2> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/print.png" alt="monogatari on i3wm screenshot"></p> + + + + + Lum + http://localhost:1313/lum/ + Sat, 17 Aug 2024 07:44:26 +0100 + + http://localhost:1313/lum/ + <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> + + + + + Internet Lurk Compilation #1 + http://localhost:1313/internet-lurk-compilation/ + Sat, 17 Aug 2024 07:44:17 +0100 + + http://localhost:1313/internet-lurk-compilation/ + <h2 id="general-findings">General Findings</h2> +<ul> +<li>Pure gold from the 90s: <a href="https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation">https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation</a></li> +<li>Symbolics Internet Museum: <a href="https://symbolics.com/museum/">https://symbolics.com/museum/</a></li> +<li>What is the relationship between Apple and Serial Experiments Lain? <a href="https://www.cjas.org/~leng/apple-lain.htm">https://www.cjas.org/~leng/apple-lain.htm</a></li> +<li>The Cornell Anime Club: <a href="https://www.cjas.org/">https://www.cjas.org/</a></li> +<li>Appearances of MIT in Anime: <a href="https://anime.mit.edu/resources/mit_in_anime">https://anime.mit.edu/resources/mit_in_anime</a></li> +<li>How Emacs got into Tron: Legacy: <a href="https://boingboing.net/2011/04/06/how-emacs-got-into-t.html">https://boingboing.net/2011/04/06/how-emacs-got-into-t.html</a></li> +<li>The Jargon File: <a href="http://www.catb.org/jargon/">http://www.catb.org/jargon/</a></li> +<li>Lainzine (Lain Magazine): <a href="https://lainzine.org/">https://lainzine.org/</a></li> +</ul> +<h2 id="internet-archive-findings">Internet Archive Findings</h2> +<ul> +<li>Oh! PC (Jul 01 1990) [Content in Japanese]: <a href="https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up">https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up</a></li> +<li>Comptiq Manazine [Content in Japanese]: <a href="https://archive.org/search?query=comptiq">https://archive.org/search?query=comptiq</a></li> +<li>The Symbol of the Knights of Eastern Calculus: <a href="https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm">https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm</a></li> +<li>MSX Magazine (1985-02) [Content in Japanese]: <a href="https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up">https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up</a></li> +</ul> +<h2 id="websites-i-visit-from-time-to-time">Websites I visit from time to time</h2> +<ul> +<li>A <del>modern</del> Javascript approach to SICP: <a href="https://sicp.sourceacademy.org/">https://sicp.sourceacademy.org/</a></li> +<li>A blog by Sam Greydanus: <a href="https://greydanus.github.io/">https://greydanus.github.io/</a></li> +<li>About Software Privacy and other topics: <a href="https://digdeeper.neocities.org/">https://digdeeper.neocities.org/</a></li> +<li>Xah Lee (he&rsquo;s also one of the minds behind ergoemacs and xah-fly-keys): <a href="https://xahlee.info/">https://xahlee.info/</a></li> +<li>Sasha Chua blog: <a href="https://sachachua.com/blog/">https://sachachua.com/blog/</a></li> +<li>Lunduke Journal: <a href="https://lunduke.substack.com/">https://lunduke.substack.com/</a></li> +</ul> +<p><strong>I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here.</strong> +<strong>The reason I list them is almost always because of a specific article or page that I find interesting. It doesn&rsquo;t mean that I support or am against what is said on other pages. I also don&rsquo;t have time to analyze every post on every website.</strong> +<strong>If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: <a href="mailto:hm2030master@proton.me">hm2030master@proton.me</a></strong> +<strong>Also, if you don&rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.</strong></p> + + + + + About + http://localhost:1313/about/ + Sat, 17 Aug 2024 07:42:34 +0100 + + http://localhost:1313/about/ + <h1 id="whois">whois</h1> +<p>Hello there! You can call me Henrique. +The main purpose of this website is to share some of my thoughts and projects. +Feel free to reach out on <a href="https://github.com/henrique-marques-vsoft">Github</a> or <a href="https://www.linkedin.com/in/all123all/">LinkedIn</a>.</p> + + + + + diff --git a/public/tags/portugal/index.html b/public/tags/portugal/index.html new file mode 100644 index 0000000..0a64c49 --- /dev/null +++ b/public/tags/portugal/index.html @@ -0,0 +1,33 @@ + + + + Portugal | 0xhenrique + + + + + + + + + + +
+

Portugal

+ +
+ + + + + diff --git a/public/tags/portugal/index.xml b/public/tags/portugal/index.xml new file mode 100644 index 0000000..9c0afef --- /dev/null +++ b/public/tags/portugal/index.xml @@ -0,0 +1,145 @@ + + + 0xhenrique + http://localhost:1313/tags/portugal/ + Recent content in Portugal on 0xhenrique + Hugo -- gohugo.io + en-us + Sat, 17 Aug 2024 07:44:45 +0100 + + + + + + Nazare Beach + http://localhost:1313/nazare-beach/ + Sat, 17 Aug 2024 07:44:45 +0100 + + http://localhost:1313/nazare-beach/ + <p>I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I&rsquo;m not a fan of smartphone cameras to be honest. +Here are some photos I took that day.</p> +<p><img src="https://i.imgur.com/ATjnpyl.jpeg" alt="1st photo"> +According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.</p> +<p><img src="https://i.imgur.com/GwZIh3p.jpeg" alt="2nd photo"> +<img src="https://i.imgur.com/hxY0rcS.jpeg" alt="3rd photo"> +<img src="https://i.imgur.com/8uRNHtF.jpeg" alt="4th photo"></p> + + + + + Monogatari + http://localhost:1313/monogatari/ + Sat, 17 Aug 2024 07:44:33 +0100 + + http://localhost:1313/monogatari/ + <h1 id="monogatari---text-editorhttpsgithubcomhenrique-marques-vsoftmonogatari"><a href="https://github.com/henrique-marques-vsoft/monogatari">MONOGATARI - Text Editor</a></h1> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/shinobu.gif" alt="monogatari-movie scene shinobu kokorowatari"></p> +<p>Monogatari is a text editor built with Python using the Tkinter GUI library.</p> +<h2 id="installation-and-usage">Installation and usage</h2> +<p>Assuming you already have Python installed in your machine:</p> +<pre tabindex="0"><code>git clone git@github.com:all123all/monogatari.git +cd monogatari +python monogatari.py +</code></pre><p>If you&rsquo;re using Linux you probably will need to install tk manually:</p> +<pre tabindex="0"><code>//Arch based distros +$ sudo pacman -S tk +//For Ubuntu +$ sudo apt-get install tk +</code></pre><h2 id="goals">Goals</h2> +<ul> +<li><input disabled="" type="checkbox"> Basic text editor functionalities (create file, open file, exit etc.)</li> +<li><input disabled="" type="checkbox"> Black background and a colorpicker option to choose another color</li> +<li><input disabled="" type="checkbox"> Test routine for the basic functionalities</li> +<li><input disabled="" type="checkbox"> Release a package</li> +<li><input disabled="" type="checkbox"> The close function is being called even when the file isn&rsquo;t modified</li> +</ul> +<h2 id="contribute-to-monogatari---text-editor">Contribute to MONOGATARI - Text Editor</h2> +<ul> +<li>Click the fork button on top right</li> +<li>Git clone your fork</li> +<li>Connect with my repo:</li> +</ul> +<pre tabindex="0"><code>$ git remote add all123all git://github.com/all123all/monogatari +$ git remote -v +</code></pre><p>You are now ready to start to code! Just do as always:</p> +<pre tabindex="0"><code>$ git add . +$ git commit -m &#34;fix: something that was fixed&#34; +$ git push +</code></pre><p>Then you can create a pull request right here on Github. Just go to the Pull Requests tab and select <code>New pull request</code> button to do so.</p> +<h2 id="screenshots">Screenshots</h2> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/print.png" alt="monogatari on i3wm screenshot"></p> + + + + + Lum + http://localhost:1313/lum/ + Sat, 17 Aug 2024 07:44:26 +0100 + + http://localhost:1313/lum/ + <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> + + + + + Internet Lurk Compilation #1 + http://localhost:1313/internet-lurk-compilation/ + Sat, 17 Aug 2024 07:44:17 +0100 + + http://localhost:1313/internet-lurk-compilation/ + <h2 id="general-findings">General Findings</h2> +<ul> +<li>Pure gold from the 90s: <a href="https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation">https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation</a></li> +<li>Symbolics Internet Museum: <a href="https://symbolics.com/museum/">https://symbolics.com/museum/</a></li> +<li>What is the relationship between Apple and Serial Experiments Lain? <a href="https://www.cjas.org/~leng/apple-lain.htm">https://www.cjas.org/~leng/apple-lain.htm</a></li> +<li>The Cornell Anime Club: <a href="https://www.cjas.org/">https://www.cjas.org/</a></li> +<li>Appearances of MIT in Anime: <a href="https://anime.mit.edu/resources/mit_in_anime">https://anime.mit.edu/resources/mit_in_anime</a></li> +<li>How Emacs got into Tron: Legacy: <a href="https://boingboing.net/2011/04/06/how-emacs-got-into-t.html">https://boingboing.net/2011/04/06/how-emacs-got-into-t.html</a></li> +<li>The Jargon File: <a href="http://www.catb.org/jargon/">http://www.catb.org/jargon/</a></li> +<li>Lainzine (Lain Magazine): <a href="https://lainzine.org/">https://lainzine.org/</a></li> +</ul> +<h2 id="internet-archive-findings">Internet Archive Findings</h2> +<ul> +<li>Oh! PC (Jul 01 1990) [Content in Japanese]: <a href="https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up">https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up</a></li> +<li>Comptiq Manazine [Content in Japanese]: <a href="https://archive.org/search?query=comptiq">https://archive.org/search?query=comptiq</a></li> +<li>The Symbol of the Knights of Eastern Calculus: <a href="https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm">https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm</a></li> +<li>MSX Magazine (1985-02) [Content in Japanese]: <a href="https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up">https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up</a></li> +</ul> +<h2 id="websites-i-visit-from-time-to-time">Websites I visit from time to time</h2> +<ul> +<li>A <del>modern</del> Javascript approach to SICP: <a href="https://sicp.sourceacademy.org/">https://sicp.sourceacademy.org/</a></li> +<li>A blog by Sam Greydanus: <a href="https://greydanus.github.io/">https://greydanus.github.io/</a></li> +<li>About Software Privacy and other topics: <a href="https://digdeeper.neocities.org/">https://digdeeper.neocities.org/</a></li> +<li>Xah Lee (he&rsquo;s also one of the minds behind ergoemacs and xah-fly-keys): <a href="https://xahlee.info/">https://xahlee.info/</a></li> +<li>Sasha Chua blog: <a href="https://sachachua.com/blog/">https://sachachua.com/blog/</a></li> +<li>Lunduke Journal: <a href="https://lunduke.substack.com/">https://lunduke.substack.com/</a></li> +</ul> +<p><strong>I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here.</strong> +<strong>The reason I list them is almost always because of a specific article or page that I find interesting. It doesn&rsquo;t mean that I support or am against what is said on other pages. I also don&rsquo;t have time to analyze every post on every website.</strong> +<strong>If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: <a href="mailto:hm2030master@proton.me">hm2030master@proton.me</a></strong> +<strong>Also, if you don&rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.</strong></p> + + + + + About + http://localhost:1313/about/ + Sat, 17 Aug 2024 07:42:34 +0100 + + http://localhost:1313/about/ + <h1 id="whois">whois</h1> +<p>Hello there! You can call me Henrique. +The main purpose of this website is to share some of my thoughts and projects. +Feel free to reach out on <a href="https://github.com/henrique-marques-vsoft">Github</a> or <a href="https://www.linkedin.com/in/all123all/">LinkedIn</a>.</p> + + + + + diff --git a/public/tags/programming/index.html b/public/tags/programming/index.html new file mode 100644 index 0000000..14607dd --- /dev/null +++ b/public/tags/programming/index.html @@ -0,0 +1,36 @@ + + + + Programming | 0xhenrique + + + + + + + + + + +
+

Programming

+
+ + + +
+
+ + + + + diff --git a/public/tags/programming/index.xml b/public/tags/programming/index.xml new file mode 100644 index 0000000..5e81cd7 --- /dev/null +++ b/public/tags/programming/index.xml @@ -0,0 +1,145 @@ + + + 0xhenrique + http://localhost:1313/tags/programming/ + Recent content in Programming on 0xhenrique + Hugo -- gohugo.io + en-us + Sat, 17 Aug 2024 07:44:33 +0100 + + + + + + Nazare Beach + http://localhost:1313/nazare-beach/ + Sat, 17 Aug 2024 07:44:45 +0100 + + http://localhost:1313/nazare-beach/ + <p>I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I&rsquo;m not a fan of smartphone cameras to be honest. +Here are some photos I took that day.</p> +<p><img src="https://i.imgur.com/ATjnpyl.jpeg" alt="1st photo"> +According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.</p> +<p><img src="https://i.imgur.com/GwZIh3p.jpeg" alt="2nd photo"> +<img src="https://i.imgur.com/hxY0rcS.jpeg" alt="3rd photo"> +<img src="https://i.imgur.com/8uRNHtF.jpeg" alt="4th photo"></p> + + + + + Monogatari + http://localhost:1313/monogatari/ + Sat, 17 Aug 2024 07:44:33 +0100 + + http://localhost:1313/monogatari/ + <h1 id="monogatari---text-editorhttpsgithubcomhenrique-marques-vsoftmonogatari"><a href="https://github.com/henrique-marques-vsoft/monogatari">MONOGATARI - Text Editor</a></h1> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/shinobu.gif" alt="monogatari-movie scene shinobu kokorowatari"></p> +<p>Monogatari is a text editor built with Python using the Tkinter GUI library.</p> +<h2 id="installation-and-usage">Installation and usage</h2> +<p>Assuming you already have Python installed in your machine:</p> +<pre tabindex="0"><code>git clone git@github.com:all123all/monogatari.git +cd monogatari +python monogatari.py +</code></pre><p>If you&rsquo;re using Linux you probably will need to install tk manually:</p> +<pre tabindex="0"><code>//Arch based distros +$ sudo pacman -S tk +//For Ubuntu +$ sudo apt-get install tk +</code></pre><h2 id="goals">Goals</h2> +<ul> +<li><input disabled="" type="checkbox"> Basic text editor functionalities (create file, open file, exit etc.)</li> +<li><input disabled="" type="checkbox"> Black background and a colorpicker option to choose another color</li> +<li><input disabled="" type="checkbox"> Test routine for the basic functionalities</li> +<li><input disabled="" type="checkbox"> Release a package</li> +<li><input disabled="" type="checkbox"> The close function is being called even when the file isn&rsquo;t modified</li> +</ul> +<h2 id="contribute-to-monogatari---text-editor">Contribute to MONOGATARI - Text Editor</h2> +<ul> +<li>Click the fork button on top right</li> +<li>Git clone your fork</li> +<li>Connect with my repo:</li> +</ul> +<pre tabindex="0"><code>$ git remote add all123all git://github.com/all123all/monogatari +$ git remote -v +</code></pre><p>You are now ready to start to code! Just do as always:</p> +<pre tabindex="0"><code>$ git add . +$ git commit -m &#34;fix: something that was fixed&#34; +$ git push +</code></pre><p>Then you can create a pull request right here on Github. Just go to the Pull Requests tab and select <code>New pull request</code> button to do so.</p> +<h2 id="screenshots">Screenshots</h2> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/print.png" alt="monogatari on i3wm screenshot"></p> + + + + + Lum + http://localhost:1313/lum/ + Sat, 17 Aug 2024 07:44:26 +0100 + + http://localhost:1313/lum/ + <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> + + + + + Internet Lurk Compilation #1 + http://localhost:1313/internet-lurk-compilation/ + Sat, 17 Aug 2024 07:44:17 +0100 + + http://localhost:1313/internet-lurk-compilation/ + <h2 id="general-findings">General Findings</h2> +<ul> +<li>Pure gold from the 90s: <a href="https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation">https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation</a></li> +<li>Symbolics Internet Museum: <a href="https://symbolics.com/museum/">https://symbolics.com/museum/</a></li> +<li>What is the relationship between Apple and Serial Experiments Lain? <a href="https://www.cjas.org/~leng/apple-lain.htm">https://www.cjas.org/~leng/apple-lain.htm</a></li> +<li>The Cornell Anime Club: <a href="https://www.cjas.org/">https://www.cjas.org/</a></li> +<li>Appearances of MIT in Anime: <a href="https://anime.mit.edu/resources/mit_in_anime">https://anime.mit.edu/resources/mit_in_anime</a></li> +<li>How Emacs got into Tron: Legacy: <a href="https://boingboing.net/2011/04/06/how-emacs-got-into-t.html">https://boingboing.net/2011/04/06/how-emacs-got-into-t.html</a></li> +<li>The Jargon File: <a href="http://www.catb.org/jargon/">http://www.catb.org/jargon/</a></li> +<li>Lainzine (Lain Magazine): <a href="https://lainzine.org/">https://lainzine.org/</a></li> +</ul> +<h2 id="internet-archive-findings">Internet Archive Findings</h2> +<ul> +<li>Oh! PC (Jul 01 1990) [Content in Japanese]: <a href="https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up">https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up</a></li> +<li>Comptiq Manazine [Content in Japanese]: <a href="https://archive.org/search?query=comptiq">https://archive.org/search?query=comptiq</a></li> +<li>The Symbol of the Knights of Eastern Calculus: <a href="https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm">https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm</a></li> +<li>MSX Magazine (1985-02) [Content in Japanese]: <a href="https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up">https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up</a></li> +</ul> +<h2 id="websites-i-visit-from-time-to-time">Websites I visit from time to time</h2> +<ul> +<li>A <del>modern</del> Javascript approach to SICP: <a href="https://sicp.sourceacademy.org/">https://sicp.sourceacademy.org/</a></li> +<li>A blog by Sam Greydanus: <a href="https://greydanus.github.io/">https://greydanus.github.io/</a></li> +<li>About Software Privacy and other topics: <a href="https://digdeeper.neocities.org/">https://digdeeper.neocities.org/</a></li> +<li>Xah Lee (he&rsquo;s also one of the minds behind ergoemacs and xah-fly-keys): <a href="https://xahlee.info/">https://xahlee.info/</a></li> +<li>Sasha Chua blog: <a href="https://sachachua.com/blog/">https://sachachua.com/blog/</a></li> +<li>Lunduke Journal: <a href="https://lunduke.substack.com/">https://lunduke.substack.com/</a></li> +</ul> +<p><strong>I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here.</strong> +<strong>The reason I list them is almost always because of a specific article or page that I find interesting. It doesn&rsquo;t mean that I support or am against what is said on other pages. I also don&rsquo;t have time to analyze every post on every website.</strong> +<strong>If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: <a href="mailto:hm2030master@proton.me">hm2030master@proton.me</a></strong> +<strong>Also, if you don&rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.</strong></p> + + + + + About + http://localhost:1313/about/ + Sat, 17 Aug 2024 07:42:34 +0100 + + http://localhost:1313/about/ + <h1 id="whois">whois</h1> +<p>Hello there! You can call me Henrique. +The main purpose of this website is to share some of my thoughts and projects. +Feel free to reach out on <a href="https://github.com/henrique-marques-vsoft">Github</a> or <a href="https://www.linkedin.com/in/all123all/">LinkedIn</a>.</p> + + + + + diff --git a/public/tags/projects/index.html b/public/tags/projects/index.html new file mode 100644 index 0000000..a69336d --- /dev/null +++ b/public/tags/projects/index.html @@ -0,0 +1,36 @@ + + + + Projects | 0xhenrique + + + + + + + + + + +
+

Projects

+
+ + + +
+
+ + + + + diff --git a/public/tags/projects/index.xml b/public/tags/projects/index.xml new file mode 100644 index 0000000..834115c --- /dev/null +++ b/public/tags/projects/index.xml @@ -0,0 +1,145 @@ + + + 0xhenrique + http://localhost:1313/tags/projects/ + Recent content in Projects on 0xhenrique + Hugo -- gohugo.io + en-us + Sat, 17 Aug 2024 07:44:33 +0100 + + + + + + Nazare Beach + http://localhost:1313/nazare-beach/ + Sat, 17 Aug 2024 07:44:45 +0100 + + http://localhost:1313/nazare-beach/ + <p>I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I&rsquo;m not a fan of smartphone cameras to be honest. +Here are some photos I took that day.</p> +<p><img src="https://i.imgur.com/ATjnpyl.jpeg" alt="1st photo"> +According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.</p> +<p><img src="https://i.imgur.com/GwZIh3p.jpeg" alt="2nd photo"> +<img src="https://i.imgur.com/hxY0rcS.jpeg" alt="3rd photo"> +<img src="https://i.imgur.com/8uRNHtF.jpeg" alt="4th photo"></p> + + + + + Monogatari + http://localhost:1313/monogatari/ + Sat, 17 Aug 2024 07:44:33 +0100 + + http://localhost:1313/monogatari/ + <h1 id="monogatari---text-editorhttpsgithubcomhenrique-marques-vsoftmonogatari"><a href="https://github.com/henrique-marques-vsoft/monogatari">MONOGATARI - Text Editor</a></h1> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/shinobu.gif" alt="monogatari-movie scene shinobu kokorowatari"></p> +<p>Monogatari is a text editor built with Python using the Tkinter GUI library.</p> +<h2 id="installation-and-usage">Installation and usage</h2> +<p>Assuming you already have Python installed in your machine:</p> +<pre tabindex="0"><code>git clone git@github.com:all123all/monogatari.git +cd monogatari +python monogatari.py +</code></pre><p>If you&rsquo;re using Linux you probably will need to install tk manually:</p> +<pre tabindex="0"><code>//Arch based distros +$ sudo pacman -S tk +//For Ubuntu +$ sudo apt-get install tk +</code></pre><h2 id="goals">Goals</h2> +<ul> +<li><input disabled="" type="checkbox"> Basic text editor functionalities (create file, open file, exit etc.)</li> +<li><input disabled="" type="checkbox"> Black background and a colorpicker option to choose another color</li> +<li><input disabled="" type="checkbox"> Test routine for the basic functionalities</li> +<li><input disabled="" type="checkbox"> Release a package</li> +<li><input disabled="" type="checkbox"> The close function is being called even when the file isn&rsquo;t modified</li> +</ul> +<h2 id="contribute-to-monogatari---text-editor">Contribute to MONOGATARI - Text Editor</h2> +<ul> +<li>Click the fork button on top right</li> +<li>Git clone your fork</li> +<li>Connect with my repo:</li> +</ul> +<pre tabindex="0"><code>$ git remote add all123all git://github.com/all123all/monogatari +$ git remote -v +</code></pre><p>You are now ready to start to code! Just do as always:</p> +<pre tabindex="0"><code>$ git add . +$ git commit -m &#34;fix: something that was fixed&#34; +$ git push +</code></pre><p>Then you can create a pull request right here on Github. Just go to the Pull Requests tab and select <code>New pull request</code> button to do so.</p> +<h2 id="screenshots">Screenshots</h2> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/print.png" alt="monogatari on i3wm screenshot"></p> + + + + + Lum + http://localhost:1313/lum/ + Sat, 17 Aug 2024 07:44:26 +0100 + + http://localhost:1313/lum/ + <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> + + + + + Internet Lurk Compilation #1 + http://localhost:1313/internet-lurk-compilation/ + Sat, 17 Aug 2024 07:44:17 +0100 + + http://localhost:1313/internet-lurk-compilation/ + <h2 id="general-findings">General Findings</h2> +<ul> +<li>Pure gold from the 90s: <a href="https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation">https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation</a></li> +<li>Symbolics Internet Museum: <a href="https://symbolics.com/museum/">https://symbolics.com/museum/</a></li> +<li>What is the relationship between Apple and Serial Experiments Lain? <a href="https://www.cjas.org/~leng/apple-lain.htm">https://www.cjas.org/~leng/apple-lain.htm</a></li> +<li>The Cornell Anime Club: <a href="https://www.cjas.org/">https://www.cjas.org/</a></li> +<li>Appearances of MIT in Anime: <a href="https://anime.mit.edu/resources/mit_in_anime">https://anime.mit.edu/resources/mit_in_anime</a></li> +<li>How Emacs got into Tron: Legacy: <a href="https://boingboing.net/2011/04/06/how-emacs-got-into-t.html">https://boingboing.net/2011/04/06/how-emacs-got-into-t.html</a></li> +<li>The Jargon File: <a href="http://www.catb.org/jargon/">http://www.catb.org/jargon/</a></li> +<li>Lainzine (Lain Magazine): <a href="https://lainzine.org/">https://lainzine.org/</a></li> +</ul> +<h2 id="internet-archive-findings">Internet Archive Findings</h2> +<ul> +<li>Oh! PC (Jul 01 1990) [Content in Japanese]: <a href="https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up">https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up</a></li> +<li>Comptiq Manazine [Content in Japanese]: <a href="https://archive.org/search?query=comptiq">https://archive.org/search?query=comptiq</a></li> +<li>The Symbol of the Knights of Eastern Calculus: <a href="https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm">https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm</a></li> +<li>MSX Magazine (1985-02) [Content in Japanese]: <a href="https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up">https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up</a></li> +</ul> +<h2 id="websites-i-visit-from-time-to-time">Websites I visit from time to time</h2> +<ul> +<li>A <del>modern</del> Javascript approach to SICP: <a href="https://sicp.sourceacademy.org/">https://sicp.sourceacademy.org/</a></li> +<li>A blog by Sam Greydanus: <a href="https://greydanus.github.io/">https://greydanus.github.io/</a></li> +<li>About Software Privacy and other topics: <a href="https://digdeeper.neocities.org/">https://digdeeper.neocities.org/</a></li> +<li>Xah Lee (he&rsquo;s also one of the minds behind ergoemacs and xah-fly-keys): <a href="https://xahlee.info/">https://xahlee.info/</a></li> +<li>Sasha Chua blog: <a href="https://sachachua.com/blog/">https://sachachua.com/blog/</a></li> +<li>Lunduke Journal: <a href="https://lunduke.substack.com/">https://lunduke.substack.com/</a></li> +</ul> +<p><strong>I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here.</strong> +<strong>The reason I list them is almost always because of a specific article or page that I find interesting. It doesn&rsquo;t mean that I support or am against what is said on other pages. I also don&rsquo;t have time to analyze every post on every website.</strong> +<strong>If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: <a href="mailto:hm2030master@proton.me">hm2030master@proton.me</a></strong> +<strong>Also, if you don&rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.</strong></p> + + + + + About + http://localhost:1313/about/ + Sat, 17 Aug 2024 07:42:34 +0100 + + http://localhost:1313/about/ + <h1 id="whois">whois</h1> +<p>Hello there! You can call me Henrique. +The main purpose of this website is to share some of my thoughts and projects. +Feel free to reach out on <a href="https://github.com/henrique-marques-vsoft">Github</a> or <a href="https://www.linkedin.com/in/all123all/">LinkedIn</a>.</p> + + + + + diff --git a/public/tags/python/index.html b/public/tags/python/index.html new file mode 100644 index 0000000..91decea --- /dev/null +++ b/public/tags/python/index.html @@ -0,0 +1,33 @@ + + + + Python | 0xhenrique + + + + + + + + + + +
+

Python

+ +
+ + + + + diff --git a/public/tags/python/index.xml b/public/tags/python/index.xml new file mode 100644 index 0000000..8c5913e --- /dev/null +++ b/public/tags/python/index.xml @@ -0,0 +1,145 @@ + + + 0xhenrique + http://localhost:1313/tags/python/ + Recent content in Python on 0xhenrique + Hugo -- gohugo.io + en-us + Sat, 17 Aug 2024 07:44:33 +0100 + + + + + + Nazare Beach + http://localhost:1313/nazare-beach/ + Sat, 17 Aug 2024 07:44:45 +0100 + + http://localhost:1313/nazare-beach/ + <p>I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I&rsquo;m not a fan of smartphone cameras to be honest. +Here are some photos I took that day.</p> +<p><img src="https://i.imgur.com/ATjnpyl.jpeg" alt="1st photo"> +According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.</p> +<p><img src="https://i.imgur.com/GwZIh3p.jpeg" alt="2nd photo"> +<img src="https://i.imgur.com/hxY0rcS.jpeg" alt="3rd photo"> +<img src="https://i.imgur.com/8uRNHtF.jpeg" alt="4th photo"></p> + + + + + Monogatari + http://localhost:1313/monogatari/ + Sat, 17 Aug 2024 07:44:33 +0100 + + http://localhost:1313/monogatari/ + <h1 id="monogatari---text-editorhttpsgithubcomhenrique-marques-vsoftmonogatari"><a href="https://github.com/henrique-marques-vsoft/monogatari">MONOGATARI - Text Editor</a></h1> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/shinobu.gif" alt="monogatari-movie scene shinobu kokorowatari"></p> +<p>Monogatari is a text editor built with Python using the Tkinter GUI library.</p> +<h2 id="installation-and-usage">Installation and usage</h2> +<p>Assuming you already have Python installed in your machine:</p> +<pre tabindex="0"><code>git clone git@github.com:all123all/monogatari.git +cd monogatari +python monogatari.py +</code></pre><p>If you&rsquo;re using Linux you probably will need to install tk manually:</p> +<pre tabindex="0"><code>//Arch based distros +$ sudo pacman -S tk +//For Ubuntu +$ sudo apt-get install tk +</code></pre><h2 id="goals">Goals</h2> +<ul> +<li><input disabled="" type="checkbox"> Basic text editor functionalities (create file, open file, exit etc.)</li> +<li><input disabled="" type="checkbox"> Black background and a colorpicker option to choose another color</li> +<li><input disabled="" type="checkbox"> Test routine for the basic functionalities</li> +<li><input disabled="" type="checkbox"> Release a package</li> +<li><input disabled="" type="checkbox"> The close function is being called even when the file isn&rsquo;t modified</li> +</ul> +<h2 id="contribute-to-monogatari---text-editor">Contribute to MONOGATARI - Text Editor</h2> +<ul> +<li>Click the fork button on top right</li> +<li>Git clone your fork</li> +<li>Connect with my repo:</li> +</ul> +<pre tabindex="0"><code>$ git remote add all123all git://github.com/all123all/monogatari +$ git remote -v +</code></pre><p>You are now ready to start to code! Just do as always:</p> +<pre tabindex="0"><code>$ git add . +$ git commit -m &#34;fix: something that was fixed&#34; +$ git push +</code></pre><p>Then you can create a pull request right here on Github. Just go to the Pull Requests tab and select <code>New pull request</code> button to do so.</p> +<h2 id="screenshots">Screenshots</h2> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/print.png" alt="monogatari on i3wm screenshot"></p> + + + + + Lum + http://localhost:1313/lum/ + Sat, 17 Aug 2024 07:44:26 +0100 + + http://localhost:1313/lum/ + <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> + + + + + Internet Lurk Compilation #1 + http://localhost:1313/internet-lurk-compilation/ + Sat, 17 Aug 2024 07:44:17 +0100 + + http://localhost:1313/internet-lurk-compilation/ + <h2 id="general-findings">General Findings</h2> +<ul> +<li>Pure gold from the 90s: <a href="https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation">https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation</a></li> +<li>Symbolics Internet Museum: <a href="https://symbolics.com/museum/">https://symbolics.com/museum/</a></li> +<li>What is the relationship between Apple and Serial Experiments Lain? <a href="https://www.cjas.org/~leng/apple-lain.htm">https://www.cjas.org/~leng/apple-lain.htm</a></li> +<li>The Cornell Anime Club: <a href="https://www.cjas.org/">https://www.cjas.org/</a></li> +<li>Appearances of MIT in Anime: <a href="https://anime.mit.edu/resources/mit_in_anime">https://anime.mit.edu/resources/mit_in_anime</a></li> +<li>How Emacs got into Tron: Legacy: <a href="https://boingboing.net/2011/04/06/how-emacs-got-into-t.html">https://boingboing.net/2011/04/06/how-emacs-got-into-t.html</a></li> +<li>The Jargon File: <a href="http://www.catb.org/jargon/">http://www.catb.org/jargon/</a></li> +<li>Lainzine (Lain Magazine): <a href="https://lainzine.org/">https://lainzine.org/</a></li> +</ul> +<h2 id="internet-archive-findings">Internet Archive Findings</h2> +<ul> +<li>Oh! PC (Jul 01 1990) [Content in Japanese]: <a href="https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up">https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up</a></li> +<li>Comptiq Manazine [Content in Japanese]: <a href="https://archive.org/search?query=comptiq">https://archive.org/search?query=comptiq</a></li> +<li>The Symbol of the Knights of Eastern Calculus: <a href="https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm">https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm</a></li> +<li>MSX Magazine (1985-02) [Content in Japanese]: <a href="https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up">https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up</a></li> +</ul> +<h2 id="websites-i-visit-from-time-to-time">Websites I visit from time to time</h2> +<ul> +<li>A <del>modern</del> Javascript approach to SICP: <a href="https://sicp.sourceacademy.org/">https://sicp.sourceacademy.org/</a></li> +<li>A blog by Sam Greydanus: <a href="https://greydanus.github.io/">https://greydanus.github.io/</a></li> +<li>About Software Privacy and other topics: <a href="https://digdeeper.neocities.org/">https://digdeeper.neocities.org/</a></li> +<li>Xah Lee (he&rsquo;s also one of the minds behind ergoemacs and xah-fly-keys): <a href="https://xahlee.info/">https://xahlee.info/</a></li> +<li>Sasha Chua blog: <a href="https://sachachua.com/blog/">https://sachachua.com/blog/</a></li> +<li>Lunduke Journal: <a href="https://lunduke.substack.com/">https://lunduke.substack.com/</a></li> +</ul> +<p><strong>I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here.</strong> +<strong>The reason I list them is almost always because of a specific article or page that I find interesting. It doesn&rsquo;t mean that I support or am against what is said on other pages. I also don&rsquo;t have time to analyze every post on every website.</strong> +<strong>If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: <a href="mailto:hm2030master@proton.me">hm2030master@proton.me</a></strong> +<strong>Also, if you don&rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.</strong></p> + + + + + About + http://localhost:1313/about/ + Sat, 17 Aug 2024 07:42:34 +0100 + + http://localhost:1313/about/ + <h1 id="whois">whois</h1> +<p>Hello there! You can call me Henrique. +The main purpose of this website is to share some of my thoughts and projects. +Feel free to reach out on <a href="https://github.com/henrique-marques-vsoft">Github</a> or <a href="https://www.linkedin.com/in/all123all/">LinkedIn</a>.</p> + + + + + diff --git a/public/tags/rust/index.html b/public/tags/rust/index.html new file mode 100644 index 0000000..0681505 --- /dev/null +++ b/public/tags/rust/index.html @@ -0,0 +1,33 @@ + + + + Rust | 0xhenrique + + + + + + + + + + +
+

Rust

+
+ +
    +
  • Lum + +
  • +
+ +
+
+ + + + + diff --git a/public/tags/rust/index.xml b/public/tags/rust/index.xml new file mode 100644 index 0000000..95cf341 --- /dev/null +++ b/public/tags/rust/index.xml @@ -0,0 +1,145 @@ + + + 0xhenrique + http://localhost:1313/tags/rust/ + Recent content in Rust on 0xhenrique + Hugo -- gohugo.io + en-us + Sat, 17 Aug 2024 07:44:26 +0100 + + + + + + Nazare Beach + http://localhost:1313/nazare-beach/ + Sat, 17 Aug 2024 07:44:45 +0100 + + http://localhost:1313/nazare-beach/ + <p>I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I&rsquo;m not a fan of smartphone cameras to be honest. +Here are some photos I took that day.</p> +<p><img src="https://i.imgur.com/ATjnpyl.jpeg" alt="1st photo"> +According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.</p> +<p><img src="https://i.imgur.com/GwZIh3p.jpeg" alt="2nd photo"> +<img src="https://i.imgur.com/hxY0rcS.jpeg" alt="3rd photo"> +<img src="https://i.imgur.com/8uRNHtF.jpeg" alt="4th photo"></p> + + + + + Monogatari + http://localhost:1313/monogatari/ + Sat, 17 Aug 2024 07:44:33 +0100 + + http://localhost:1313/monogatari/ + <h1 id="monogatari---text-editorhttpsgithubcomhenrique-marques-vsoftmonogatari"><a href="https://github.com/henrique-marques-vsoft/monogatari">MONOGATARI - Text Editor</a></h1> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/shinobu.gif" alt="monogatari-movie scene shinobu kokorowatari"></p> +<p>Monogatari is a text editor built with Python using the Tkinter GUI library.</p> +<h2 id="installation-and-usage">Installation and usage</h2> +<p>Assuming you already have Python installed in your machine:</p> +<pre tabindex="0"><code>git clone git@github.com:all123all/monogatari.git +cd monogatari +python monogatari.py +</code></pre><p>If you&rsquo;re using Linux you probably will need to install tk manually:</p> +<pre tabindex="0"><code>//Arch based distros +$ sudo pacman -S tk +//For Ubuntu +$ sudo apt-get install tk +</code></pre><h2 id="goals">Goals</h2> +<ul> +<li><input disabled="" type="checkbox"> Basic text editor functionalities (create file, open file, exit etc.)</li> +<li><input disabled="" type="checkbox"> Black background and a colorpicker option to choose another color</li> +<li><input disabled="" type="checkbox"> Test routine for the basic functionalities</li> +<li><input disabled="" type="checkbox"> Release a package</li> +<li><input disabled="" type="checkbox"> The close function is being called even when the file isn&rsquo;t modified</li> +</ul> +<h2 id="contribute-to-monogatari---text-editor">Contribute to MONOGATARI - Text Editor</h2> +<ul> +<li>Click the fork button on top right</li> +<li>Git clone your fork</li> +<li>Connect with my repo:</li> +</ul> +<pre tabindex="0"><code>$ git remote add all123all git://github.com/all123all/monogatari +$ git remote -v +</code></pre><p>You are now ready to start to code! Just do as always:</p> +<pre tabindex="0"><code>$ git add . +$ git commit -m &#34;fix: something that was fixed&#34; +$ git push +</code></pre><p>Then you can create a pull request right here on Github. Just go to the Pull Requests tab and select <code>New pull request</code> button to do so.</p> +<h2 id="screenshots">Screenshots</h2> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/print.png" alt="monogatari on i3wm screenshot"></p> + + + + + Lum + http://localhost:1313/lum/ + Sat, 17 Aug 2024 07:44:26 +0100 + + http://localhost:1313/lum/ + <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> + + + + + Internet Lurk Compilation #1 + http://localhost:1313/internet-lurk-compilation/ + Sat, 17 Aug 2024 07:44:17 +0100 + + http://localhost:1313/internet-lurk-compilation/ + <h2 id="general-findings">General Findings</h2> +<ul> +<li>Pure gold from the 90s: <a href="https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation">https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation</a></li> +<li>Symbolics Internet Museum: <a href="https://symbolics.com/museum/">https://symbolics.com/museum/</a></li> +<li>What is the relationship between Apple and Serial Experiments Lain? <a href="https://www.cjas.org/~leng/apple-lain.htm">https://www.cjas.org/~leng/apple-lain.htm</a></li> +<li>The Cornell Anime Club: <a href="https://www.cjas.org/">https://www.cjas.org/</a></li> +<li>Appearances of MIT in Anime: <a href="https://anime.mit.edu/resources/mit_in_anime">https://anime.mit.edu/resources/mit_in_anime</a></li> +<li>How Emacs got into Tron: Legacy: <a href="https://boingboing.net/2011/04/06/how-emacs-got-into-t.html">https://boingboing.net/2011/04/06/how-emacs-got-into-t.html</a></li> +<li>The Jargon File: <a href="http://www.catb.org/jargon/">http://www.catb.org/jargon/</a></li> +<li>Lainzine (Lain Magazine): <a href="https://lainzine.org/">https://lainzine.org/</a></li> +</ul> +<h2 id="internet-archive-findings">Internet Archive Findings</h2> +<ul> +<li>Oh! PC (Jul 01 1990) [Content in Japanese]: <a href="https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up">https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up</a></li> +<li>Comptiq Manazine [Content in Japanese]: <a href="https://archive.org/search?query=comptiq">https://archive.org/search?query=comptiq</a></li> +<li>The Symbol of the Knights of Eastern Calculus: <a href="https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm">https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm</a></li> +<li>MSX Magazine (1985-02) [Content in Japanese]: <a href="https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up">https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up</a></li> +</ul> +<h2 id="websites-i-visit-from-time-to-time">Websites I visit from time to time</h2> +<ul> +<li>A <del>modern</del> Javascript approach to SICP: <a href="https://sicp.sourceacademy.org/">https://sicp.sourceacademy.org/</a></li> +<li>A blog by Sam Greydanus: <a href="https://greydanus.github.io/">https://greydanus.github.io/</a></li> +<li>About Software Privacy and other topics: <a href="https://digdeeper.neocities.org/">https://digdeeper.neocities.org/</a></li> +<li>Xah Lee (he&rsquo;s also one of the minds behind ergoemacs and xah-fly-keys): <a href="https://xahlee.info/">https://xahlee.info/</a></li> +<li>Sasha Chua blog: <a href="https://sachachua.com/blog/">https://sachachua.com/blog/</a></li> +<li>Lunduke Journal: <a href="https://lunduke.substack.com/">https://lunduke.substack.com/</a></li> +</ul> +<p><strong>I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here.</strong> +<strong>The reason I list them is almost always because of a specific article or page that I find interesting. It doesn&rsquo;t mean that I support or am against what is said on other pages. I also don&rsquo;t have time to analyze every post on every website.</strong> +<strong>If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: <a href="mailto:hm2030master@proton.me">hm2030master@proton.me</a></strong> +<strong>Also, if you don&rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.</strong></p> + + + + + About + http://localhost:1313/about/ + Sat, 17 Aug 2024 07:42:34 +0100 + + http://localhost:1313/about/ + <h1 id="whois">whois</h1> +<p>Hello there! You can call me Henrique. +The main purpose of this website is to share some of my thoughts and projects. +Feel free to reach out on <a href="https://github.com/henrique-marques-vsoft">Github</a> or <a href="https://www.linkedin.com/in/all123all/">LinkedIn</a>.</p> + + + + + diff --git a/public/tags/travel/index.html b/public/tags/travel/index.html new file mode 100644 index 0000000..1751a65 --- /dev/null +++ b/public/tags/travel/index.html @@ -0,0 +1,33 @@ + + + + Travel | 0xhenrique + + + + + + + + + + +
+

Travel

+ +
+ + + + + diff --git a/public/tags/travel/index.xml b/public/tags/travel/index.xml new file mode 100644 index 0000000..f1c4b1a --- /dev/null +++ b/public/tags/travel/index.xml @@ -0,0 +1,145 @@ + + + 0xhenrique + http://localhost:1313/tags/travel/ + Recent content in Travel on 0xhenrique + Hugo -- gohugo.io + en-us + Sat, 17 Aug 2024 07:44:45 +0100 + + + + + + Nazare Beach + http://localhost:1313/nazare-beach/ + Sat, 17 Aug 2024 07:44:45 +0100 + + http://localhost:1313/nazare-beach/ + <p>I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I&rsquo;m not a fan of smartphone cameras to be honest. +Here are some photos I took that day.</p> +<p><img src="https://i.imgur.com/ATjnpyl.jpeg" alt="1st photo"> +According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.</p> +<p><img src="https://i.imgur.com/GwZIh3p.jpeg" alt="2nd photo"> +<img src="https://i.imgur.com/hxY0rcS.jpeg" alt="3rd photo"> +<img src="https://i.imgur.com/8uRNHtF.jpeg" alt="4th photo"></p> + + + + + Monogatari + http://localhost:1313/monogatari/ + Sat, 17 Aug 2024 07:44:33 +0100 + + http://localhost:1313/monogatari/ + <h1 id="monogatari---text-editorhttpsgithubcomhenrique-marques-vsoftmonogatari"><a href="https://github.com/henrique-marques-vsoft/monogatari">MONOGATARI - Text Editor</a></h1> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/shinobu.gif" alt="monogatari-movie scene shinobu kokorowatari"></p> +<p>Monogatari is a text editor built with Python using the Tkinter GUI library.</p> +<h2 id="installation-and-usage">Installation and usage</h2> +<p>Assuming you already have Python installed in your machine:</p> +<pre tabindex="0"><code>git clone git@github.com:all123all/monogatari.git +cd monogatari +python monogatari.py +</code></pre><p>If you&rsquo;re using Linux you probably will need to install tk manually:</p> +<pre tabindex="0"><code>//Arch based distros +$ sudo pacman -S tk +//For Ubuntu +$ sudo apt-get install tk +</code></pre><h2 id="goals">Goals</h2> +<ul> +<li><input disabled="" type="checkbox"> Basic text editor functionalities (create file, open file, exit etc.)</li> +<li><input disabled="" type="checkbox"> Black background and a colorpicker option to choose another color</li> +<li><input disabled="" type="checkbox"> Test routine for the basic functionalities</li> +<li><input disabled="" type="checkbox"> Release a package</li> +<li><input disabled="" type="checkbox"> The close function is being called even when the file isn&rsquo;t modified</li> +</ul> +<h2 id="contribute-to-monogatari---text-editor">Contribute to MONOGATARI - Text Editor</h2> +<ul> +<li>Click the fork button on top right</li> +<li>Git clone your fork</li> +<li>Connect with my repo:</li> +</ul> +<pre tabindex="0"><code>$ git remote add all123all git://github.com/all123all/monogatari +$ git remote -v +</code></pre><p>You are now ready to start to code! Just do as always:</p> +<pre tabindex="0"><code>$ git add . +$ git commit -m &#34;fix: something that was fixed&#34; +$ git push +</code></pre><p>Then you can create a pull request right here on Github. Just go to the Pull Requests tab and select <code>New pull request</code> button to do so.</p> +<h2 id="screenshots">Screenshots</h2> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/print.png" alt="monogatari on i3wm screenshot"></p> + + + + + Lum + http://localhost:1313/lum/ + Sat, 17 Aug 2024 07:44:26 +0100 + + http://localhost:1313/lum/ + <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> + + + + + Internet Lurk Compilation #1 + http://localhost:1313/internet-lurk-compilation/ + Sat, 17 Aug 2024 07:44:17 +0100 + + http://localhost:1313/internet-lurk-compilation/ + <h2 id="general-findings">General Findings</h2> +<ul> +<li>Pure gold from the 90s: <a href="https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation">https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation</a></li> +<li>Symbolics Internet Museum: <a href="https://symbolics.com/museum/">https://symbolics.com/museum/</a></li> +<li>What is the relationship between Apple and Serial Experiments Lain? <a href="https://www.cjas.org/~leng/apple-lain.htm">https://www.cjas.org/~leng/apple-lain.htm</a></li> +<li>The Cornell Anime Club: <a href="https://www.cjas.org/">https://www.cjas.org/</a></li> +<li>Appearances of MIT in Anime: <a href="https://anime.mit.edu/resources/mit_in_anime">https://anime.mit.edu/resources/mit_in_anime</a></li> +<li>How Emacs got into Tron: Legacy: <a href="https://boingboing.net/2011/04/06/how-emacs-got-into-t.html">https://boingboing.net/2011/04/06/how-emacs-got-into-t.html</a></li> +<li>The Jargon File: <a href="http://www.catb.org/jargon/">http://www.catb.org/jargon/</a></li> +<li>Lainzine (Lain Magazine): <a href="https://lainzine.org/">https://lainzine.org/</a></li> +</ul> +<h2 id="internet-archive-findings">Internet Archive Findings</h2> +<ul> +<li>Oh! PC (Jul 01 1990) [Content in Japanese]: <a href="https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up">https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up</a></li> +<li>Comptiq Manazine [Content in Japanese]: <a href="https://archive.org/search?query=comptiq">https://archive.org/search?query=comptiq</a></li> +<li>The Symbol of the Knights of Eastern Calculus: <a href="https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm">https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm</a></li> +<li>MSX Magazine (1985-02) [Content in Japanese]: <a href="https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up">https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up</a></li> +</ul> +<h2 id="websites-i-visit-from-time-to-time">Websites I visit from time to time</h2> +<ul> +<li>A <del>modern</del> Javascript approach to SICP: <a href="https://sicp.sourceacademy.org/">https://sicp.sourceacademy.org/</a></li> +<li>A blog by Sam Greydanus: <a href="https://greydanus.github.io/">https://greydanus.github.io/</a></li> +<li>About Software Privacy and other topics: <a href="https://digdeeper.neocities.org/">https://digdeeper.neocities.org/</a></li> +<li>Xah Lee (he&rsquo;s also one of the minds behind ergoemacs and xah-fly-keys): <a href="https://xahlee.info/">https://xahlee.info/</a></li> +<li>Sasha Chua blog: <a href="https://sachachua.com/blog/">https://sachachua.com/blog/</a></li> +<li>Lunduke Journal: <a href="https://lunduke.substack.com/">https://lunduke.substack.com/</a></li> +</ul> +<p><strong>I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here.</strong> +<strong>The reason I list them is almost always because of a specific article or page that I find interesting. It doesn&rsquo;t mean that I support or am against what is said on other pages. I also don&rsquo;t have time to analyze every post on every website.</strong> +<strong>If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: <a href="mailto:hm2030master@proton.me">hm2030master@proton.me</a></strong> +<strong>Also, if you don&rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.</strong></p> + + + + + About + http://localhost:1313/about/ + Sat, 17 Aug 2024 07:42:34 +0100 + + http://localhost:1313/about/ + <h1 id="whois">whois</h1> +<p>Hello there! You can call me Henrique. +The main purpose of this website is to share some of my thoughts and projects. +Feel free to reach out on <a href="https://github.com/henrique-marques-vsoft">Github</a> or <a href="https://www.linkedin.com/in/all123all/">LinkedIn</a>.</p> + + + + + diff --git a/public/tags/windows/index.html b/public/tags/windows/index.html new file mode 100644 index 0000000..fa36bfd --- /dev/null +++ b/public/tags/windows/index.html @@ -0,0 +1,33 @@ + + + + Windows | 0xhenrique + + + + + + + + + + +
+

Windows

+ +
+ + + + + diff --git a/public/tags/windows/index.xml b/public/tags/windows/index.xml new file mode 100644 index 0000000..1bf45c6 --- /dev/null +++ b/public/tags/windows/index.xml @@ -0,0 +1,145 @@ + + + 0xhenrique + http://localhost:1313/tags/windows/ + Recent content in Windows on 0xhenrique + Hugo -- gohugo.io + en-us + Sat, 17 Aug 2024 07:44:33 +0100 + + + + + + Nazare Beach + http://localhost:1313/nazare-beach/ + Sat, 17 Aug 2024 07:44:45 +0100 + + http://localhost:1313/nazare-beach/ + <p>I visited Nazaré Beach last year (2023). Really beautiful place. Shame on me for not taking my camera with me that day. I&rsquo;m not a fan of smartphone cameras to be honest. +Here are some photos I took that day.</p> +<p><img src="https://i.imgur.com/ATjnpyl.jpeg" alt="1st photo"> +According to Wikipedia, Nazaré Beach is a neighborhood, on the seafront, of one of the most traditional Portuguese fishing villages, Nazaré, having the most popular bathing beach on the Portuguese west coast, where you can still find, on the sand, some women dressed in the traditional costume of seven skirts, taking care of the fish that dries in the sun, lined up on stakes.</p> +<p><img src="https://i.imgur.com/GwZIh3p.jpeg" alt="2nd photo"> +<img src="https://i.imgur.com/hxY0rcS.jpeg" alt="3rd photo"> +<img src="https://i.imgur.com/8uRNHtF.jpeg" alt="4th photo"></p> + + + + + Monogatari + http://localhost:1313/monogatari/ + Sat, 17 Aug 2024 07:44:33 +0100 + + http://localhost:1313/monogatari/ + <h1 id="monogatari---text-editorhttpsgithubcomhenrique-marques-vsoftmonogatari"><a href="https://github.com/henrique-marques-vsoft/monogatari">MONOGATARI - Text Editor</a></h1> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/shinobu.gif" alt="monogatari-movie scene shinobu kokorowatari"></p> +<p>Monogatari is a text editor built with Python using the Tkinter GUI library.</p> +<h2 id="installation-and-usage">Installation and usage</h2> +<p>Assuming you already have Python installed in your machine:</p> +<pre tabindex="0"><code>git clone git@github.com:all123all/monogatari.git +cd monogatari +python monogatari.py +</code></pre><p>If you&rsquo;re using Linux you probably will need to install tk manually:</p> +<pre tabindex="0"><code>//Arch based distros +$ sudo pacman -S tk +//For Ubuntu +$ sudo apt-get install tk +</code></pre><h2 id="goals">Goals</h2> +<ul> +<li><input disabled="" type="checkbox"> Basic text editor functionalities (create file, open file, exit etc.)</li> +<li><input disabled="" type="checkbox"> Black background and a colorpicker option to choose another color</li> +<li><input disabled="" type="checkbox"> Test routine for the basic functionalities</li> +<li><input disabled="" type="checkbox"> Release a package</li> +<li><input disabled="" type="checkbox"> The close function is being called even when the file isn&rsquo;t modified</li> +</ul> +<h2 id="contribute-to-monogatari---text-editor">Contribute to MONOGATARI - Text Editor</h2> +<ul> +<li>Click the fork button on top right</li> +<li>Git clone your fork</li> +<li>Connect with my repo:</li> +</ul> +<pre tabindex="0"><code>$ git remote add all123all git://github.com/all123all/monogatari +$ git remote -v +</code></pre><p>You are now ready to start to code! Just do as always:</p> +<pre tabindex="0"><code>$ git add . +$ git commit -m &#34;fix: something that was fixed&#34; +$ git push +</code></pre><p>Then you can create a pull request right here on Github. Just go to the Pull Requests tab and select <code>New pull request</code> button to do so.</p> +<h2 id="screenshots">Screenshots</h2> +<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/print.png" alt="monogatari on i3wm screenshot"></p> + + + + + Lum + http://localhost:1313/lum/ + Sat, 17 Aug 2024 07:44:26 +0100 + + http://localhost:1313/lum/ + <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> + + + + + Internet Lurk Compilation #1 + http://localhost:1313/internet-lurk-compilation/ + Sat, 17 Aug 2024 07:44:17 +0100 + + http://localhost:1313/internet-lurk-compilation/ + <h2 id="general-findings">General Findings</h2> +<ul> +<li>Pure gold from the 90s: <a href="https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation">https://lunduke.substack.com/p/the-computers-used-to-do-3d-animation</a></li> +<li>Symbolics Internet Museum: <a href="https://symbolics.com/museum/">https://symbolics.com/museum/</a></li> +<li>What is the relationship between Apple and Serial Experiments Lain? <a href="https://www.cjas.org/~leng/apple-lain.htm">https://www.cjas.org/~leng/apple-lain.htm</a></li> +<li>The Cornell Anime Club: <a href="https://www.cjas.org/">https://www.cjas.org/</a></li> +<li>Appearances of MIT in Anime: <a href="https://anime.mit.edu/resources/mit_in_anime">https://anime.mit.edu/resources/mit_in_anime</a></li> +<li>How Emacs got into Tron: Legacy: <a href="https://boingboing.net/2011/04/06/how-emacs-got-into-t.html">https://boingboing.net/2011/04/06/how-emacs-got-into-t.html</a></li> +<li>The Jargon File: <a href="http://www.catb.org/jargon/">http://www.catb.org/jargon/</a></li> +<li>Lainzine (Lain Magazine): <a href="https://lainzine.org/">https://lainzine.org/</a></li> +</ul> +<h2 id="internet-archive-findings">Internet Archive Findings</h2> +<ul> +<li>Oh! PC (Jul 01 1990) [Content in Japanese]: <a href="https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up">https://archive.org/details/oh-pc-issue-127-jul-01-1990/Oh%21%20PC%20Issue%20127%20%28Jul%2001%201990%29/mode/2up</a></li> +<li>Comptiq Manazine [Content in Japanese]: <a href="https://archive.org/search?query=comptiq">https://archive.org/search?query=comptiq</a></li> +<li>The Symbol of the Knights of Eastern Calculus: <a href="https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm">https://web.archive.org/web/20200121124624/http://www.cjas.org/~leng/knights.htm</a></li> +<li>MSX Magazine (1985-02) [Content in Japanese]: <a href="https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up">https://archive.org/details/msx-magazine-1985-02-ascii-jp/mode/2up</a></li> +</ul> +<h2 id="websites-i-visit-from-time-to-time">Websites I visit from time to time</h2> +<ul> +<li>A <del>modern</del> Javascript approach to SICP: <a href="https://sicp.sourceacademy.org/">https://sicp.sourceacademy.org/</a></li> +<li>A blog by Sam Greydanus: <a href="https://greydanus.github.io/">https://greydanus.github.io/</a></li> +<li>About Software Privacy and other topics: <a href="https://digdeeper.neocities.org/">https://digdeeper.neocities.org/</a></li> +<li>Xah Lee (he&rsquo;s also one of the minds behind ergoemacs and xah-fly-keys): <a href="https://xahlee.info/">https://xahlee.info/</a></li> +<li>Sasha Chua blog: <a href="https://sachachua.com/blog/">https://sachachua.com/blog/</a></li> +<li>Lunduke Journal: <a href="https://lunduke.substack.com/">https://lunduke.substack.com/</a></li> +</ul> +<p><strong>I need to make it clear that I do not support, much less have contact with, any of the creators of the websites listed here.</strong> +<strong>The reason I list them is almost always because of a specific article or page that I find interesting. It doesn&rsquo;t mean that I support or am against what is said on other pages. I also don&rsquo;t have time to analyze every post on every website.</strong> +<strong>If you find a broken link or a website that shares things that are clearly illegal, please let me know by email so I can remove it: <a href="mailto:hm2030master@proton.me">hm2030master@proton.me</a></strong> +<strong>Also, if you don&rsquo;t want me to list your website here, feel free to contact me via email so I can remove it.</strong></p> + + + + + About + http://localhost:1313/about/ + Sat, 17 Aug 2024 07:42:34 +0100 + + http://localhost:1313/about/ + <h1 id="whois">whois</h1> +<p>Hello there! You can call me Henrique. +The main purpose of this website is to share some of my thoughts and projects. +Feel free to reach out on <a href="https://github.com/henrique-marques-vsoft">Github</a> or <a href="https://www.linkedin.com/in/all123all/">LinkedIn</a>.</p> + + + + + diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..e5558f4 --- /dev/null +++ b/static/style.css @@ -0,0 +1,54 @@ +body { + font-family: sans-serif ; + background: #282828 ; + color: #fbf0c9; +} + +a { + color: #fe8019; +} + +main { + max-width: 800px ; + margin: auto ; +} + +img { + max-width: 100% ; +} + +time { + color: #c2c2c2; + font-size: 12px; +} + +header h1 { + text-align: center ; +} + +footer { + text-align: center ; + clear: both ; +} + +/* For TAGLIST.HTML */ +.taglist { + text-align: center ; + clear: both ; +} + +/* For NEXTPREV.HTML */ +#nextprev { + /* The container for both the previous and next articles. */ +} +#prevart { + float: left ; + text-align: left ; +} +#nextart { + float: right ; + text-align: right ; +} +#nextart,#prevart { + max-width: 33% ; +} diff --git a/static/style.css~ b/static/style.css~ new file mode 100644 index 0000000..d3b2088 --- /dev/null +++ b/static/style.css~ @@ -0,0 +1,45 @@ +body { + font-family: sans-serif ; + background: #110000 ; + color: #ccc ; +} + +main { + max-width: 800px ; + margin: auto ; +} + +img { + max-width: 100% ; +} + +header h1 { + text-align: center ; +} + +footer { + text-align: center ; + clear: both ; +} + +/* For TAGLIST.HTML */ +.taglist { + text-align: center ; + clear: both ; +} + +/* For NEXTPREV.HTML */ +#nextprev { + /* The container for both the previous and next articles. */ +} +#prevart { + float: left ; + text-align: left ; +} +#nextart { + float: right ; + text-align: right ; +} +#nextart,#prevart { + max-width: 33% ; +} diff --git a/themes/lugo/README.md b/themes/lugo/README.md new file mode 100644 index 0000000..a39a9e8 --- /dev/null +++ b/themes/lugo/README.md @@ -0,0 +1,21 @@ +# Luke's Hugo Theme + +A simple Hugo theme I plan on using for my personal website, [Based.Cooking](https://based.cooking) and [LandChad.net](https://landchad.net). + +## get started + +```sh +hugo new site new-site +cd new-site +git clone https://github.com/lukesmithxyz/lugo themes/lugo +echo "theme = 'lugo'" >> config.toml +cp themes/lugo/static/style.css static/ +``` + +## stuff + +- Makes one RSS feed for the entire site at `/index.xml` +- Stylesheet is in `/style.css` and includes some important stuff for partials. +- If a post is tagged, links to the tags are placed at the bottom of the post. +- `nextprev.html` adds links to the Next and Previous articles to the bottom of a page. +- `taglist.html` links all tags an article is tagged to for related content. diff --git a/themes/lugo/archetypes/default.md b/themes/lugo/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/themes/lugo/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/themes/lugo/config.toml b/themes/lugo/config.toml new file mode 100644 index 0000000..e884199 --- /dev/null +++ b/themes/lugo/config.toml @@ -0,0 +1,17 @@ +title = "Website Name" +baseURL = 'https://example.org' +languageCode = 'en-us' + +[params] + # "relatedtext" is the text that appears above the tag list at the bottom of pages. + relatedtext = "Related" + favicon = "/favicon.ico" + + #list items + datesinlist = true + authorsinlist = true + + #footer items + nextprev = true + taglist = true + showrss = true \ No newline at end of file diff --git a/themes/lugo/layouts/_default/baseof.html b/themes/lugo/layouts/_default/baseof.html new file mode 100644 index 0000000..57e17ce --- /dev/null +++ b/themes/lugo/layouts/_default/baseof.html @@ -0,0 +1,36 @@ + + + + {{ if not .IsHome }}{{ .Title | title }} | {{ end }}{{ .Site.Title }} + + + + {{ with .Site.Params.favicon }} + {{ end -}} + + {{ if isset .Params "tags" }} + {{ end -}} + + + + + +{{ if .Site.Menus.main }}{{ partial "nav.html" . }}{{ end -}} +
+

{{ block "title" . }}{{ end }}

+
+{{ block "main" . }} +{{ .Content }} +{{ end }} +{{ if .Param "nextprev" }}{{ partial "nextprev.html" . -}}{{ end -}} +{{ if .Param "taglist" }}{{ partial "taglist.html" . }}{{ end -}} +
+
+{{ block "footer" . }} + +{{ end }} + + diff --git a/themes/lugo/layouts/_default/list.html b/themes/lugo/layouts/_default/list.html new file mode 100644 index 0000000..601fc08 --- /dev/null +++ b/themes/lugo/layouts/_default/list.html @@ -0,0 +1,20 @@ +{{ define "title" -}} +{{ .Title | title }} +{{- end }} +{{ define "main" -}} +{{ .Content }} + +{{- end }} diff --git a/themes/lugo/layouts/_default/rss.xml b/themes/lugo/layouts/_default/rss.xml new file mode 100644 index 0000000..38dbe3d --- /dev/null +++ b/themes/lugo/layouts/_default/rss.xml @@ -0,0 +1,26 @@ + + + {{ .Site.Title }} + {{ .Permalink }} + Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }} + Hugo -- gohugo.io{{ with .Site.LanguageCode }} + {{.}}{{end}}{{ with .Site.Author.email }} + {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Author.email }} + {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Copyright }} + {{.}}{{end}}{{ if not .Date.IsZero }} + {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end }} + {{ with .OutputFormats.Get "RSS" }} + {{ printf "" .Permalink .MediaType | safeHTML }} + {{ end }} + {{ range .Site.RegularPages }} + + {{ .Title }} + {{ .Permalink }} + {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} + {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} + {{ .Permalink }} + {{- .Content | html -}} + + {{ end }} + + diff --git a/themes/lugo/layouts/_default/single.html b/themes/lugo/layouts/_default/single.html new file mode 100644 index 0000000..56c5a11 --- /dev/null +++ b/themes/lugo/layouts/_default/single.html @@ -0,0 +1,3 @@ +{{ define "title" -}} +{{ .Title }} +{{- end }} diff --git a/themes/lugo/layouts/partials/nav.html b/themes/lugo/layouts/partials/nav.html new file mode 100644 index 0000000..a7318fe --- /dev/null +++ b/themes/lugo/layouts/partials/nav.html @@ -0,0 +1,8 @@ + diff --git a/themes/lugo/layouts/partials/nextprev.html b/themes/lugo/layouts/partials/nextprev.html new file mode 100644 index 0000000..099f16d --- /dev/null +++ b/themes/lugo/layouts/partials/nextprev.html @@ -0,0 +1,10 @@ +{{ if or .Next .Prev -}} +
+{{- with .Prev }} +
Previous:
{{.Title}}
+{{ end -}} +{{- with .Next -}} +
Next:
{{.Title}}
+{{ end -}} +
+{{ end -}} diff --git a/themes/lugo/layouts/partials/taglist.html b/themes/lugo/layouts/partials/taglist.html new file mode 100644 index 0000000..757db6f --- /dev/null +++ b/themes/lugo/layouts/partials/taglist.html @@ -0,0 +1,13 @@ + {{- if isset .Params "tags" -}} + {{- $tagsLen := len .Params.tags -}} + {{- if gt $tagsLen 0 -}} +
+ {{- with .Site.Params.relatedtext }}{{ . }}
{{ end -}} + {{- range $k, $v := .Params.tags -}} + {{- $url := printf "tags/%s" (. | urlize | lower) -}} + {{ . | title }} + {{- if lt $k (sub $tagsLen 1) }} · {{ end -}} + {{- end -}} +
+ {{- end -}} + {{- end }} diff --git a/themes/lugo/layouts/shortcodes/hidvid.html b/themes/lugo/layouts/shortcodes/hidvid.html new file mode 100644 index 0000000..14f592d --- /dev/null +++ b/themes/lugo/layouts/shortcodes/hidvid.html @@ -0,0 +1,10 @@ +
+ Click to reveal video. + +
diff --git a/themes/lugo/layouts/shortcodes/img.html b/themes/lugo/layouts/shortcodes/img.html new file mode 100644 index 0000000..ff7959b --- /dev/null +++ b/themes/lugo/layouts/shortcodes/img.html @@ -0,0 +1,20 @@ + +
+ {{- with .Get "link"}}{{ end -}} + {{.}} + {{- if .Get "link"}}{{ end -}} + {{- with .Get "caption" -}} +
+ {{- . -}} +
+ {{- end -}} +
diff --git a/themes/lugo/layouts/shortcodes/tagcloud.html b/themes/lugo/layouts/shortcodes/tagcloud.html new file mode 100644 index 0000000..0cf0118 --- /dev/null +++ b/themes/lugo/layouts/shortcodes/tagcloud.html @@ -0,0 +1,3 @@ +{{ if isset .Site.Taxonomies "tags" }}{{ if not (eq (len .Site.Taxonomies.tags) 0) }} {{ end }}{{ end }} diff --git a/themes/lugo/layouts/shortcodes/vid.html b/themes/lugo/layouts/shortcodes/vid.html new file mode 100644 index 0000000..4c612fe --- /dev/null +++ b/themes/lugo/layouts/shortcodes/vid.html @@ -0,0 +1,6 @@ + diff --git a/themes/lugo/static/rss.svg b/themes/lugo/static/rss.svg new file mode 100644 index 0000000..dfda038 --- /dev/null +++ b/themes/lugo/static/rss.svg @@ -0,0 +1 @@ + diff --git a/themes/lugo/static/style.css b/themes/lugo/static/style.css new file mode 100644 index 0000000..d3b2088 --- /dev/null +++ b/themes/lugo/static/style.css @@ -0,0 +1,45 @@ +body { + font-family: sans-serif ; + background: #110000 ; + color: #ccc ; +} + +main { + max-width: 800px ; + margin: auto ; +} + +img { + max-width: 100% ; +} + +header h1 { + text-align: center ; +} + +footer { + text-align: center ; + clear: both ; +} + +/* For TAGLIST.HTML */ +.taglist { + text-align: center ; + clear: both ; +} + +/* For NEXTPREV.HTML */ +#nextprev { + /* The container for both the previous and next articles. */ +} +#prevart { + float: left ; + text-align: left ; +} +#nextart { + float: right ; + text-align: right ; +} +#nextart,#prevart { + max-width: 33% ; +} -- cgit v1.3