diff options
Diffstat (limited to 'content')
5 files changed, 19 insertions, 20 deletions
diff --git a/content/notes/2023-05-23-parse-rss-with-lua.md b/content/notes/2023-05-23-parse-rss-with-lua.md index c2cdcbc..ecd33d5 100644 --- a/content/notes/2023-05-23-parse-rss-with-lua.md +++ b/content/notes/2023-05-23-parse-rss-with-lua.md | |||
| @@ -16,7 +16,7 @@ Example of parsing RSS feeds with Lua. Before running the script install: | |||
| 16 | local http = require("socket.http") | 16 | local http = require("socket.http") |
| 17 | local feedparser = require("feedparser") | 17 | local feedparser = require("feedparser") |
| 18 | 18 | ||
| 19 | local feed_url = "https://mitjafelicijan.com/feed.rss" | 19 | local feed_url = "https://mitjafelicijan.com/index.xml" |
| 20 | 20 | ||
| 21 | local response, status, _ = http.request(feed_url) | 21 | local response, status, _ = http.request(feed_url) |
| 22 | if status == 200 then | 22 | if status == 200 then |
| @@ -38,4 +38,3 @@ else | |||
| 38 | print("! Request failed. Status:", status) | 38 | print("! Request failed. Status:", status) |
| 39 | end | 39 | end |
| 40 | ``` | 40 | ``` |
| 41 | |||
diff --git a/content/notes/2023-05-25-show-xterm-colors.md b/content/notes/2023-05-25-show-xterm-colors.md index cc5eca4..1e6d526 100644 --- a/content/notes/2023-05-25-show-xterm-colors.md +++ b/content/notes/2023-05-25-show-xterm-colors.md | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: Display xterm color palette | 2 | title: Display xterm color palette |
| 3 | url: write-iso-usb.html | 3 | url: xterm-color-palette.html |
| 4 | date: 2023-05-25T12:00:00+02:00 | 4 | date: 2023-05-25T12:00:00+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| @@ -82,4 +82,3 @@ case ${1-none} in | |||
| 82 | ;; | 82 | ;; |
| 83 | esac | less --raw-control-chars --QUIT-AT-EOF --no-init | 83 | esac | less --raw-control-chars --QUIT-AT-EOF --no-init |
| 84 | ``` | 84 | ``` |
| 85 | |||
diff --git a/content/notes/2023-06-01-ewd-manuscripts-ebook.md b/content/notes/2023-06-01-ewd-manuscripts-ebook.md index 0a81adf..1ce597e 100644 --- a/content/notes/2023-06-01-ewd-manuscripts-ebook.md +++ b/content/notes/2023-06-01-ewd-manuscripts-ebook.md | |||
| @@ -13,8 +13,8 @@ MOBI version. I converted it into ePub as well. | |||
| 13 | 13 | ||
| 14 | Downloads: | 14 | Downloads: |
| 15 | 15 | ||
| 16 | - [MOBI version of all Manuscripts](https://files.mitjafelicijan.com/haphazard/ewd-manuscripts.mobi) | 16 | - [MOBI version of all Manuscripts](https://mitjafelicijan.fra1.digitaloceanspaces.com/haphazard/ewd-manuscripts.mobi) |
| 17 | - [ePub version of all Manuscripts](https://files.mitjafelicijan.com/haphazard/ewd-manuscripts.epub) | 17 | - [ePub version of all Manuscripts](https://mitjafelicijan.fra1.digitaloceanspaces.com/haphazard/ewd-manuscripts.epub) |
| 18 | 18 | ||
| 19 | Sources and credits: | 19 | Sources and credits: |
| 20 | 20 | ||
diff --git a/content/posts/2020-03-30-my-love-and-hate-relationship-with-nodejs.md b/content/posts/2020-03-30-my-love-and-hate-relationship-with-nodejs.md index dec6f8d..d083890 100644 --- a/content/posts/2020-03-30-my-love-and-hate-relationship-with-nodejs.md +++ b/content/posts/2020-03-30-my-love-and-hate-relationship-with-nodejs.md | |||
| @@ -108,4 +108,4 @@ quickly and do impossible things in crazy limited time. | |||
| 108 | 108 | ||
| 109 | I hate to admit it. But I love Node.js. Dammit, I love it :) | 109 | I hate to admit it. But I love Node.js. Dammit, I love it :) |
| 110 | 110 | ||
| 111 | 2023 Update: I hate Node.js! | 111 | **2023 Update**: I hate Node.js! |
diff --git a/content/posts/2023-07-08-who-knows-what-the-world-will-look-like-tomorrow.md b/content/posts/2023-07-08-who-knows-what-the-world-will-look-like-tomorrow.md index 46e6167..4743694 100644 --- a/content/posts/2023-07-08-who-knows-what-the-world-will-look-like-tomorrow.md +++ b/content/posts/2023-07-08-who-knows-what-the-world-will-look-like-tomorrow.md | |||
| @@ -12,7 +12,7 @@ tested probably 10s of them my now. From homebrew solutions to the biggest and | |||
| 12 | the baddest. From Bash scripts to Node.js disasters. I've seen some things, no | 12 | the baddest. From Bash scripts to Node.js disasters. I've seen some things, no |
| 13 | doubt. Not all bad. | 13 | doubt. Not all bad. |
| 14 | 14 | ||
| 15 | I'have been closely observing the web and where the trends are going, and I | 15 | I have been closely observing the web and where the trends are going, and I |
| 16 | don't like what I see. Instead of internet being this weird place where | 16 | don't like what I see. Instead of internet being this weird place where |
| 17 | experimentation is happening, it all became stale and formulized. Boring, | 17 | experimentation is happening, it all became stale and formulized. Boring, |
| 18 | actually. Really boring. And sad. Where is that old, revolutionary FU spirit I | 18 | actually. Really boring. And sad. Where is that old, revolutionary FU spirit I |
| @@ -25,7 +25,7 @@ hating people without actual reasons, just because it's fashionable to hate and | |||
| 25 | crowd is saying so. Sad state of affairs. | 25 | crowd is saying so. Sad state of affairs. |
| 26 | 26 | ||
| 27 | All this is contributing to this overall negativity masked as apathy. Everybody | 27 | All this is contributing to this overall negativity masked as apathy. Everybody |
| 28 | walking in lockstep. Instead of being creative are bold, we are just | 28 | walking in lockstep. Instead of being creative and bold, we are just |
| 29 | re-inventing the world and making the same mistakes. Maybe, just maybe, some | 29 | re-inventing the world and making the same mistakes. Maybe, just maybe, some |
| 30 | things are good enough and there is no need to try to be too smart for our own | 30 | things are good enough and there is no need to try to be too smart for our own |
| 31 | good. After N-attempts, maybe something should click inside our heads to maybe | 31 | good. After N-attempts, maybe something should click inside our heads to maybe |
| @@ -43,14 +43,15 @@ It's gotten to a point where you can with great certainty deduce a person's | |||
| 43 | personality based on one or two opinions. How boring have we become. No wonder | 43 | personality based on one or two opinions. How boring have we become. No wonder |
| 44 | people can't talk to each other. These would be very quick conversations anyway. | 44 | people can't talk to each other. These would be very quick conversations anyway. |
| 45 | 45 | ||
| 46 | I just got remembered of a song, "Hi Ren". The ending talks about being stiff | 46 | I just got remembered of a song, ["Hi |
| 47 | and not being able to dance. Such an amazing metaphor. And we as people have | 47 | Ren"](https://www.youtube.com/watch?v=s_nc1IVoMxc). The ending talks about being |
| 48 | gone so far, we can't even walk or even crawl normally anymore. We have | 48 | stiff and not being able to dance. Such an amazing metaphor. And we as people |
| 49 | have gone so far, we can't even walk or even crawl normally anymore. We have | ||
| 49 | forgotten that the most beautiful things in life have a great deal of | 50 | forgotten that the most beautiful things in life have a great deal of |
| 50 | uncertainty about them. We want instant gratification. Not only that, but we | 51 | uncertainty about them. We want instant gratification. Not only that, but we |
| 51 | want absolute obedience. Complete control over others, because we have zero | 52 | want absolute obedience. Complete control over others, because we have zero |
| 52 | control of ourselves. And all the lies we could tell ourselves will not help us | 53 | control of ourselves. And all the lies we could tell ourselves will not help us |
| 53 | in this situation. | 54 | out of this situation. |
| 54 | 55 | ||
| 55 | It is funny how I catch myself from time to time being a complete idiot. It's | 56 | It is funny how I catch myself from time to time being a complete idiot. It's |
| 56 | like having an outer body experience. I can see myself being an idiot, and | 57 | like having an outer body experience. I can see myself being an idiot, and |
| @@ -59,12 +60,12 @@ think before saying. And to crawl before walking. | |||
| 59 | 60 | ||
| 60 | So there is still time. We can dance once more. All we need to do is stop for a | 61 | So there is still time. We can dance once more. All we need to do is stop for a |
| 61 | second. Me and you. Us two is a start. Let's not try to change the world, but | 62 | second. Me and you. Us two is a start. Let's not try to change the world, but |
| 62 | rather nudge ourselves just a tiny bit. And if we only did that. Each of us | 63 | rather nudge ourselves just a tiny bit. And if we only did that?! Just |
| 63 | nudged ourselves a small, tiny bit, the world would heal. If we would just put | 64 | imagine. Each of us nudged ourselves a small, tiny bit, the world would heal. If |
| 64 | down the phones and ignored Internet for a day or two. Put visiting websites | 65 | we would just put down the phones and ignored Internet for a day or two. Put |
| 65 | that feed on us on hold. Listened to just one sentence and try to understand it | 66 | visiting websites that feed on us on hold. Listened to just one sentence and try |
| 66 | from a person who we completely disagree with. I truly believe that this is | 67 | to understand it from a person who we completely disagree with. I truly believe |
| 67 | possible. | 68 | that this is possible. |
| 68 | 69 | ||
| 69 | Life is about suffering and joy. And instead of wishing suffering on others and | 70 | Life is about suffering and joy. And instead of wishing suffering on others and |
| 70 | excepting joy for yourselves, we should for a brief moment want suffering for | 71 | excepting joy for yourselves, we should for a brief moment want suffering for |
| @@ -94,6 +95,6 @@ create instead of destroy. | |||
| 94 | I don't have an ending for this post, so I will say this. We live in the most | 95 | I don't have an ending for this post, so I will say this. We live in the most |
| 95 | amazing times in the recorded history, and we should be internally grateful for | 96 | amazing times in the recorded history, and we should be internally grateful for |
| 96 | it. Create and study, this should be my mantra. Just create and let the world | 97 | it. Create and study, this should be my mantra. Just create and let the world |
| 97 | happen. And you feel yourself to be too certain, stop and check how deep in the | 98 | happen. And when you feel yourself to be too certain, stop and check how deep in the |
| 98 | shit you are already. Strong opinions are a sign of a weak and uneducated | 99 | shit you are already. Strong opinions are a sign of a weak and uneducated |
| 99 | mind. Hate and disdain is for the weak. | 100 | mind. Hate and disdain is for the weak. |
