based.cooking VS zr

Compare based.cooking vs zr and see what are their differences.

based.cooking

A simple culinary website. (by LukeSmithxyz)

zr

🌩 offline and serverless stackoverflow/man/etc.. search with low memory footprint (by jackdoe)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
based.cooking zr
16 2
2,167 25
- -
0.0 0.6
11 days ago 5 months ago
CSS Go
The Unlicense BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

based.cooking

Posts with mentions or reviews of based.cooking. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-08.

zr

Posts with mentions or reviews of zr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-16.
  • ZR – offline and serverless stackoverflow/man/etc. low memory search
    1 project | news.ycombinator.com | 8 Apr 2022
  • A search engine that favors text-heavy sites and punishes modern web design
    4 projects | news.ycombinator.com | 16 Sep 2021
    Amazing!

    I have only one recommendation that might make the search a bit more relevant, e.g when searching for 'linux locking' or 'kernel locking' kind of things.

    Try to upsort things that match near the top of the content, like the top of the man page vs middle vs bottom.

    One easy way to do it without having to store the positions, is to index the ngrams with max(sqrt,8) of their line number, this will cover first 64 lines, you can also use log() or just decide ad hock, top, middle, bottom of the document, so you can use only 3 values.

    e.g. https://www.kernel.org/doc/html/v5.0/kernel-hacking/locking.... would do unreliable_1 guide_1 locking_1 ... then at line 4 kernel_2 locking_2 ... after line 50 ... then_7 ... and after that everything will be _8.

    then just make the query "kernel locking" to "dismax(kernel_1 OR kernel_2 OR kernel_3...) AND dismax(locking_1 OR locking_2 ...) with some tiebreaker of 0.1 or so, you can also say "i want to upsort things on the same line, or few lines apart" by modifying the query a bit.

    It works really well and costs very little in terms of space, i tried it at https://github.com/jackdoe/zr while searching all of stackoverfow/man pages and etc and was pretty surprised by the result.

    This approach is a bit cheaper than storing the positions because positions are (lets say) 4 bytes per term per doc, while this approach has fixed uppre bound cost of 8*4 per document (assuming 4 byte document ids)

What are some alternatives?

When comparing based.cooking and zr you can also consider the following projects:

a-little-game-called-mario - open source collective hell game

Gigablast - Nov 20 2017 -- A distributed open source search engine and spider/crawler written in C/C++ for Linux on Intel/AMD. From gigablast dot com, which has binaries for download. See the README.md file at the very bottom of this page for instructions.

showcase-recipe-search - Instantly search 2M cooking recipes using Typesense Search (an open source alternative to Algolia / ElasticSearch) ⚑ πŸ₯˜ πŸ”

notebook - On programming, Portuguese taxes, Polish language and other cool stuff.

nyum - A simple Pandoc-powered static site generator for your recipe collection – it effortlessly turns a set of Markdown-formatted recipes into a lightweight, responsive, searchable website.

kiss-cooking - Stupid Simple Site for Cooking Recipes

Grimgrains - Plant-based cooking website

UsTaxes - Tax filing web application

oscooking - opensource.cooking website

based.cooking - A simple culinary website.

proposal-pipeline-operator - A proposal for adding a useful pipe operator to JavaScript.