Exploring LLMs: How ChatGPT and AI Learn to Talk
AI (Artificial Intelligence) is everywhere these days, and you’ve probably heard of ChatGPT. It’s a tool that uses something called Large Language Models (LL...
This post should not appear in the search index because it has the following YAML Front Matter:
search: false
Note: search: false only works to exclude posts when using Lunr as a search provider.
To exclude files when using Algolia as a search provider add an array to algolia.files_to_exclude in your _config.yml. For more configuration options be sure to check their full documentation.
algolia:
# Exclude more files from indexing
files_to_exclude:
- index.html
- index.md
- excluded-file.html
- _posts/2017-11-28-post-exclude-search.md
- subdirectory/*.html
AI (Artificial Intelligence) is everywhere these days, and you’ve probably heard of ChatGPT. It’s a tool that uses something called Large Language Models (LL...
Many developers occasionally use the LINQ methods First and FirstOrDefault as substitutes for Single and SingleOrDefault. This practice stems from the belief...
Dispose Method in C#
In C#, HashSet is an unordered collection of unique elements. This collection is introduced in .NET 3.5. It provides fast lookups and high-performance set op...
I want to introduce you to a simple tool that can manage the time you work with the computer
This post should not appear in the search index because it has the following YAML Front Matter: