Index of Explored Large Language Models
This is just a reference note for the locally installed LLMs that I have been playing with in order to learn how to use generative AI for my use cases.
Continue readingThis is just a reference note for the locally installed LLMs that I have been playing with in order to learn how to use generative AI for my use cases.
Continue readingA 33rd Degree Mason is the highest rank within Freemasonry, known as the Masonic Lodge System. While there are no specific educational or professional qualifications required to achieve this rank, there are certain expectations and personal qualities that a candidate should possess in order to progress through the degrees and ultimately reach the 33rd Degree.
Continue readingI’ll will be candid on the fact that I have never used GNU Linux as my main OS. I’m a very creative person and most of the bleeding edge artistic tools are only available on Windows, so get rekt m8.
Continue readingCompanies are constantly complaining about the lack of skilled labor, the problem is that the labor they require is focused in a very narrow set of tools that they use internally.
Deciding what to learn or what to teach with this consideration becomes basically impossible. It’s very rare that you would find identical toolsets in tech jobs since most of the tools are proprietary and for internal use only.
Here’s my hot take on using the Front Matter area in HUGO’s markdown documents to add content to a post. Front Matter should only be used for post settings. Shortcodes are meant to make adding recurrent special content to a post easier. Yes, that’s the shortcodes, not the front matter.
Enabling the comment section in a post, disabling the image resizing, setting the post as a draft or not. That’s ok. But if you use the Front Matter to add videos, or anything that belongs to the content part of the article. You are just breaking the whole purpose of using markdown and standardized formats to maintain a webpage. If you want to change theme, or view the file in another markdown app, a part of your content is now lost because it’s not living in the content area.