diff options
Diffstat (limited to 'public/categories/index.xml')
| -rw-r--r-- | public/categories/index.xml | 144 |
1 files changed, 144 insertions, 0 deletions
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 @@ +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>0xhenrique</title> + <link>http://localhost:1313/categories/</link> + <description>Recent content in Categories on 0xhenrique</description> + <generator>Hugo -- gohugo.io</generator> + <language>en-us</language> + + <atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" /> + + + <item> + <title>Nazare Beach</title> + <link>http://localhost:1313/nazare-beach/</link> + <pubDate>Sat, 17 Aug 2024 07:44:45 +0100</pubDate> + + <guid>http://localhost:1313/nazare-beach/</guid> + <description><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> +</description> + </item> + + <item> + <title>Monogatari</title> + <link>http://localhost:1313/monogatari/</link> + <pubDate>Sat, 17 Aug 2024 07:44:33 +0100</pubDate> + + <guid>http://localhost:1313/monogatari/</guid> + <description><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 [email protected]: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> +</description> + </item> + + <item> + <title>Lum</title> + <link>http://localhost:1313/lum/</link> + <pubDate>Sat, 17 Aug 2024 07:44:26 +0100</pubDate> + + <guid>http://localhost:1313/lum/</guid> + <description><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> +</description> + </item> + + <item> + <title>Internet Lurk Compilation #1</title> + <link>http://localhost:1313/internet-lurk-compilation/</link> + <pubDate>Sat, 17 Aug 2024 07:44:17 +0100</pubDate> + + <guid>http://localhost:1313/internet-lurk-compilation/</guid> + <description><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:[email protected]">[email protected]</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> +</description> + </item> + + <item> + <title>About</title> + <link>http://localhost:1313/about/</link> + <pubDate>Sat, 17 Aug 2024 07:42:34 +0100</pubDate> + + <guid>http://localhost:1313/about/</guid> + <description><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> +</description> + </item> + + </channel> +</rss> |
