| # You will need to install https://github.com/cpursley/html2markdown | |
| defmodule Webpage do | |
| @moduledoc false | |
| defstruct [:url, :title, :description, :summary, :page_age] | |
| end | |
| defmodule WebSearch do | |
| @moduledoc """ | |
| Web search summarization chain |
Do you really need Elastic Search?
- https://www.postgresql.org/docs/current/pgtrgm.html
- https://scoutapm.com/blog/how-to-make-text-searches-in-postgresql-faster-with-trigram-similarity
- https://about.gitlab.com/blog/2016/03/18/fast-search-using-postgresql-trigram-indexes/
- https://mazeez.dev/posts/pg-trgm-similarity-search-and-fast-like
- https://alexklibisz.com/2022/02/18/optimizing-postgres-trigram-search.html
- https://www.freecodecamp.org/news/fuzzy-string-matching-with-postgresql/
Wayland breaks everything! It is binary incompatible, provides no clear transition path with 1:1 replacements for everything in X11, and is even philosophically incompatible with X11. Hence, if you are interested in existing applications to "just work" without the need for adjustments, then you may be better off avoiding Wayland.
Wayland solves no issues I have but breaks almost everything I need. Even the most basic, most simple things (like xkill) - in this case with no obvious replacement. And usually it stays broken, because the Wayland folks mostly seem to care about Automotive, Gnome, maybe KDE - and alienating everyone else (e.g., people using just an X11 window manager or something like GNUstep) in the process.
| --------------------------------------------------------------------------------------------- | |
| -- LGS_script_template.lua | |
| --------------------------------------------------------------------------------------------- | |
| -- Version: 2019-04-19 | |
| -- Author: Egor Skriptunoff | |
| -- | |
| -- | |
| -- This is a template for "Logitech Gaming Software" script file. | |
| -- Four useful features are implemented here: | |
| -- |