From 95818067acfb7f64ec6f4cdcf156853b2eae69ac Mon Sep 17 00:00:00 2001 From: Henrique Marques Date: Sat, 17 Aug 2024 11:14:09 +0100 Subject: add new posts --- content/Nazare-Beach.md | 10 +++-- content/about.md | 35 +++++++++++++++- content/internet-lurk-compilation.md | 12 ++++-- content/lum.md | 2 +- content/monogatari.md | 2 +- public/about/index.html | 44 ++++++++++++++++++-- public/categories/index.html | 6 +++ public/favicon.ico | Bin 0 -> 10863 bytes public/favicon.png | Bin 0 -> 10863 bytes public/index.html | 11 +++-- public/index.xml | 61 ++++++++++++++++++++++------ public/internet-lurk-compilation/index.html | 25 ++++++++---- public/lum/index.html | 6 +++ public/monogatari/index.html | 13 ++++-- public/nazare-beach/index.html | 28 ++++++++----- public/style.css | 41 +++++++++++++++++++ public/tags/archive/index.html | 6 +++ public/tags/blogs/index.html | 6 +++ public/tags/index.html | 9 +++- public/tags/index.xml | 61 ++++++++++++++++++++++------ public/tags/linux/index.html | 6 +++ public/tags/lurk/index.html | 6 +++ public/tags/personal/index.html | 6 +++ public/tags/photo/index.html | 6 +++ public/tags/portugal/index.html | 6 +++ public/tags/programming/index.html | 6 +++ public/tags/projects/index.html | 11 +++-- public/tags/projects/index.xml | 61 ++++++++++++++++++++++------ public/tags/python/index.html | 6 +++ public/tags/rust/index.html | 6 +++ public/tags/travel/index.html | 6 +++ public/tags/windows/index.html | 6 +++ static/favicon.ico | Bin 0 -> 10863 bytes static/style.css | 41 +++++++++++++++++++ themes/lugo/README.md | 21 ---------- themes/lugo/layouts/_default/baseof.html | 9 +++- 36 files changed, 474 insertions(+), 107 deletions(-) create mode 100644 public/favicon.ico create mode 100644 public/favicon.png create mode 100644 static/favicon.ico delete mode 100644 themes/lugo/README.md diff --git a/content/Nazare-Beach.md b/content/Nazare-Beach.md index ce73bb3..26f6913 100644 --- a/content/Nazare-Beach.md +++ b/content/Nazare-Beach.md @@ -4,12 +4,16 @@ 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. +I visited Nazaré Beach last year (2023). Such a lovely place. +Shame on me for not taking my camera with me that day. I'm not a fan of smartphone cameras to be honest. Still, I couldn't let the opportunity pass. 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. + +According to Wikipedia, Nazaré is one of the most traditional Portuguese fishing villages, 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) + +I plan to go back there in the winter, but this time I will remember to take my camera with me. I have an 18-55 and a 200mm, but I believe I will get better photos with the 200mm, especially in the higher parts. Not to mention that I will be able to aim further without losing too much sharpness. + ![3rd photo](https://i.imgur.com/hxY0rcS.jpeg) ![4th photo](https://i.imgur.com/8uRNHtF.jpeg) diff --git a/content/about.md b/content/about.md index a26a85e..ca3fcad 100644 --- a/content/about.md +++ b/content/about.md @@ -6,5 +6,38 @@ 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. +The main purpose of this website is to share some interesting things I find on the world wide web and the projects of mine. Feel free to reach out on [Github](https://github.com/henrique-marques-vsoft) or [LinkedIn](https://www.linkedin.com/in/all123all/). + +## My setup +Nothing fancy to be honest. Since I spend most of my time inside Emacs, I don't really _rice_ my computer. +I've been through that phase though. Remaping keybindings, customising themes, colourschemes etc. +Today things are simpler for me. Just my Emacs and Vim config and that's it. Even the i3 window manager I try to stick to the defaults. + +Here are some of my configs: +- Laptop: Thinkpad T480 +- OS: GNU Guix and NixOS +- Shell: bash +- Resolution: 1920x1080 (1 monitor is enough for me) +- WM: i3wm +- Terminal: kitty +- CPU: Intel i5-8350U (8) @ 3.600GHz +- GPU: 😕 +- RAM: 24Gb +- Text editor: Emacs (29) + +**Dotfiles** [still need to add Guix]: https://github.com/henrique-marques-vsoft/dotfiles/ +**Emacs**: https://github.com/henrique-marques-vsoft/pachemacs + +## Keyboards +### The Charybdis by Bastard Keyboards +![2nd photo](https://i.imgur.com/vqbSpXX.jpeg) +Right now I'm using the Charybdis. It simply feels "correct" to type with this. +The only _drawback_ from this keyboard is the price, but I don't think you will find a dactyl for a cheap price. +As far as I know, there's no company mass producing that type of keyboard. +But at the end I think it's worth it, at least for me it is. + +### The Sofle V1 by Mechboards UK +![1st photo](https://i.imgur.com/O4zYPni.jpeg) +The other one I have (but don't use very much anymore) is the Sofle V1 that I bought from Mechboards UK. +It was very nice to type on a _low profile_ keyboard. It's not so expansive as the Charybdis. diff --git a/content/internet-lurk-compilation.md b/content/internet-lurk-compilation.md index d14a93c..477e621 100644 --- a/content/internet-lurk-compilation.md +++ b/content/internet-lurk-compilation.md @@ -12,7 +12,13 @@ tags = ['archive', 'lurk', 'blogs'] - 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/ + +## Neocities - Lainzine (Lain Magazine): https://lainzine.org/ +- About Software Privacy and other topics: https://digdeeper.neocities.org/ +- Reminds of Fauux: https://blackwings.neocities.org/ +- Fauux: https://fauux.neocities.org/ +- Tatsumoto's guide to Nihongo: https://tatsumoto.neocities.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 @@ -23,12 +29,10 @@ tags = ['archive', 'lurk', 'blogs'] ## 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: ** +**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/lum.md b/content/lum.md index 9e2437e..4aff063 100644 --- a/content/lum.md +++ b/content/lum.md @@ -1,5 +1,5 @@ +++ -title = 'Lum' +title = 'Lum - Linux Ubiquitous Marker' date = 2024-08-17T07:44:26+01:00 tags = ['projects', 'programming', 'rust', 'linux'] +++ diff --git a/content/monogatari.md b/content/monogatari.md index 672163c..c800f07 100644 --- a/content/monogatari.md +++ b/content/monogatari.md @@ -1,5 +1,5 @@ +++ -title = 'Monogatari' +title = 'Monogatari - Text Editor in Python' date = 2024-08-17T07:44:33+01:00 tags = ['projects', 'programming', 'python', 'linux', 'windows'] +++ diff --git a/public/about/index.html b/public/about/index.html index 8dbe8ae..8e0009e 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -6,20 +6,57 @@ - + +

About

whois

Hello there! You can call me Henrique. -The main purpose of this website is to share some of my thoughts and projects. +The main purpose of this website is to share some interesting things I find on the world wide web and the projects of mine. Feel free to reach out on Github or LinkedIn.

+

My setup

+

Nothing fancy to be honest. Since I spend most of my time inside Emacs, I don’t really rice my computer. +I’ve been through that phase though. Remaping keybindings, customising themes, colourschemes etc. +Today things are simpler for me. Just my Emacs and Vim config and that’s it. Even the i3 window manager I try to stick to the defaults.

+

Here are some of my configs:

+
    +
  • Laptop: Thinkpad T480
  • +
  • OS: GNU Guix and NixOS
  • +
  • Shell: bash
  • +
  • Resolution: 1920x1080 (1 monitor is enough for me)
  • +
  • WM: i3wm
  • +
  • Terminal: kitty
  • +
  • CPU: Intel i5-8350U (8) @ 3.600GHz
  • +
  • GPU: 😕
  • +
  • RAM: 24Gb
  • +
  • Text editor: Emacs (29)
  • +
+

Dotfiles [still need to add Guix]: https://github.com/henrique-marques-vsoft/dotfiles/
+Emacs: https://github.com/henrique-marques-vsoft/pachemacs

+

Keyboards

+

The Charybdis by Bastard Keyboards

+

2nd photo +Right now I’m using the Charybdis. It simply feels “correct” to type with this.
+The only drawback from this keyboard is the price, but I don’t think you will find a dactyl for a cheap price.
+As far as I know, there’s no company mass producing that type of keyboard.
+But at the end I think it’s worth it, at least for me it is.

+

The Sofle V1 by Mechboards UK

+

1st photo +The other one I have (but don’t use very much anymore) is the Sofle V1 that I bought from Mechboards UK. +It was very nice to type on a low profile keyboard. It’s not so expansive as the Charybdis.

Next:
Internet Lurk Compilation #1
@@ -28,8 +65,7 @@ Feel free to reach out on Gi
-