aboutsummaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-02-24 01:10:21 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-02-24 01:10:21 +0100
commitd2a396e8385c8ea7d3d7e3a18ab7677140e38c72 (patch)
tree4554f9c91fe0ab61c65a3de1fff4efcd7d41cbcd /_posts
parent5b14c86f74949f600cbef7775bd712c6f6b13ed8 (diff)
downloadmitjafelicijan.com-d2a396e8385c8ea7d3d7e3a18ab7677140e38c72.tar.gz
Renamed thoughs into journal
Diffstat (limited to '_posts')
-rw-r--r--_posts/journal/2024-02-23-js-world-is-bonkers.md (renamed from _posts/thoughts/2024-02-23-js-world-is-bonkers.md)4
-rw-r--r--_posts/journal/2024-02-23-just-found-llamaindex-and-its-really-good.md (renamed from _posts/thoughts/2024-02-23-just-found-llamaindex-and-its-really-good.md)4
-rw-r--r--_posts/journal/2024-02-23-modern-websites-have-become-unusable-mess.md (renamed from _posts/thoughts/2024-02-23-modern-websites-have-become-unusable-mess.md)4
-rw-r--r--_posts/journal/2024-02-24-pagescms-for-editing-markdown-files.md (renamed from _posts/thoughts/2024-02-24-pagescms-for-editing-markdown-files.md)4
-rw-r--r--_posts/thoughts/.gitkeep0
5 files changed, 8 insertions, 8 deletions
diff --git a/_posts/thoughts/2024-02-23-js-world-is-bonkers.md b/_posts/journal/2024-02-23-js-world-is-bonkers.md
index c08d8cd..9d44f2a 100644
--- a/_posts/thoughts/2024-02-23-js-world-is-bonkers.md
+++ b/_posts/journal/2024-02-23-js-world-is-bonkers.md
@@ -2,6 +2,6 @@
2title: JS world is bonkers 2title: JS world is bonkers
3date: 2024-02-23T10:39:00+01:00 3date: 2024-02-23T10:39:00+01:00
4published: true 4published: true
5type: thought 5type: journal
6--- 6---
7No matter what's happening in the realm of JavaScript, one undeniable truth remains: it's utterly chaotic, and there's an impending burst on the horizon. When it does burst, we'll all feel the repercussions. The unpredictability of it all is simply staggering. \ No newline at end of file 7No matter what's happening in the realm of JavaScript, one undeniable truth remains: it's utterly chaotic, and there's an impending burst on the horizon. When it does burst, we'll all feel the repercussions. The unpredictability of it all is simply staggering.
diff --git a/_posts/thoughts/2024-02-23-just-found-llamaindex-and-its-really-good.md b/_posts/journal/2024-02-23-just-found-llamaindex-and-its-really-good.md
index addf464..1d20461 100644
--- a/_posts/thoughts/2024-02-23-just-found-llamaindex-and-its-really-good.md
+++ b/_posts/journal/2024-02-23-just-found-llamaindex-and-its-really-good.md
@@ -2,6 +2,6 @@
2title: Just found LlamaIndex and it's really good 2title: Just found LlamaIndex and it's really good
3date: 2024-02-23T16:40:00+01:00 3date: 2024-02-23T16:40:00+01:00
4published: true 4published: true
5type: thought 5type: journal
6--- 6---
7Had to do some RAG-style of AI assistance, and [https://docs.llamaindex.ai/en/stable/](https://docs.llamaindex.ai/en/stable/) is absolutely spectacular. It shaved off days of work. Automatic indexing to vector database of PDF, text files and also images is insane. \ No newline at end of file 7Had to do some RAG-style of AI assistance, and [https://docs.llamaindex.ai/en/stable/](https://docs.llamaindex.ai/en/stable/) is absolutely spectacular. It shaved off days of work. Automatic indexing to vector database of PDF, text files and also images is insane.
diff --git a/_posts/thoughts/2024-02-23-modern-websites-have-become-unusable-mess.md b/_posts/journal/2024-02-23-modern-websites-have-become-unusable-mess.md
index 028d417..ef97db8 100644
--- a/_posts/thoughts/2024-02-23-modern-websites-have-become-unusable-mess.md
+++ b/_posts/journal/2024-02-23-modern-websites-have-become-unusable-mess.md
@@ -2,6 +2,6 @@
2title: Modern websites have become unusable mess 2title: Modern websites have become unusable mess
3date: 2024-02-23T11:40:00+01:00 3date: 2024-02-23T11:40:00+01:00
4published: true 4published: true
5type: thought 5type: journal
6--- 6---
7I try to stay away from websites as much as possible. The bloat is real. Thank God for RSS. I really think it's time to rethink the modern web. Gopher was actually a really good idea. Such a shame, everything nowadays relies on this abomination we know as the web. \ No newline at end of file 7I try to stay away from websites as much as possible. The bloat is real. Thank God for RSS. I really think it's time to rethink the modern web. Gopher was actually a really good idea. Such a shame, everything nowadays relies on this abomination we know as the web.
diff --git a/_posts/thoughts/2024-02-24-pagescms-for-editing-markdown-files.md b/_posts/journal/2024-02-24-pagescms-for-editing-markdown-files.md
index 370cbc9..f52c157 100644
--- a/_posts/thoughts/2024-02-24-pagescms-for-editing-markdown-files.md
+++ b/_posts/journal/2024-02-24-pagescms-for-editing-markdown-files.md
@@ -2,6 +2,6 @@
2title: PagesCMS for editing markdown files 2title: PagesCMS for editing markdown files
3date: 2024-02-24T00:29:00+01:00 3date: 2024-02-24T00:29:00+01:00
4published: true 4published: true
5type: thought 5type: journal
6--- 6---
7I just checked out [http://pagescms.org](http://pagescms.org) and this thing is absolutely amazing. Extreemly easy to set up. Kudos to the author. Very similar to Decap. It's a Git-based CMS. A lot of the times I wanted to write something on this site but was too lazy to do all the terminal work. Gonna give it a test run. \ No newline at end of file 7I just checked out [http://pagescms.org](http://pagescms.org) and this thing is absolutely amazing. Extreemly easy to set up. Kudos to the author. Very similar to Decap. It's a Git-based CMS. A lot of the times I wanted to write something on this site but was too lazy to do all the terminal work. Gonna give it a test run.
diff --git a/_posts/thoughts/.gitkeep b/_posts/thoughts/.gitkeep
deleted file mode 100644
index e69de29..0000000
--- a/_posts/thoughts/.gitkeep
+++ /dev/null