summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-18 19:17:08 +0000
committerdavidovski <david@davidovski.xyz>2022-02-18 19:17:08 +0000
commit2ec9c973e7534ae8d3c1e4e35de5a66ca72476b6 (patch)
tree3b46fe0660cfbd383d52552c746a948244b05b50
parentb9059026582f7658deb01e9d9259eabb6645cc37 (diff)
new blog entry
-rw-r--r--src/librex.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/librex.md b/src/librex.md
new file mode 100644
index 0000000..aec86a2
--- /dev/null
+++ b/src/librex.md
@@ -0,0 +1,7 @@
+# LibreX - a metasearch engine
+
+My instance: [search.davidovski.xyz](https://search.davidovski.xyz/)
+
+For a while now I have been using [SearX](https://github.com/searx/searx) as my search engine, a meta search engine that cumulates search results from multiple different sites. While this is a great idea in theory, making the best of all search engines through one *privacy respecting* interface, in reality it ends up meaning that search results are quite slow. Couple this with the fact that most SearX instances are hosted by volunteers, and often have downtime, I was in the situation where I was hopping between various instances to try and find ones that worked. I always wanted to self host one myself, but the whole system seemed very bloated and complicated, and honestly I just couldn't be bothered to mess around with it.
+
+That's where [LibreX](https://github.com/hnhx/librex) comes in, a very small and simple meta search engine. Its still in development, but currently it has just enough functionality to actually be somewhat useful. Currently it only really supports google searches, but it still is a good layer for privacy, since all of your queries are anonymised, with google only seeing that they came from LibreX. I am curious to see how well it will handle larger amounts of search queries and if Google will limit them or something. If you want to support development, feel free to use it, find bugs and request features: [View the github repo](https://github.com/hnhx/librex)