Modal forms with Django+HTMX
Webdev
Toasts with Django+HTMX
Buttons made with CSS and HTML
Domain, App, and Business Name Generator - Panabee
Website Audit Checklist
Animatopy - CSS Animation Snippets
Animate.css | A cross-browser library of CSS animations.
- Word Joiner: U+2060
RegexGo | AI-Powered Regex Generator | Create Custom Regex Patterns with Explanations
How to evaluate a 3rd party RESTful API?
HTML with Superpowers | HTML with Superpowers
Sticky Table of Contents with Scrolling Active States | CSS-Tricks
Simple.css - A classless CSS framework
Jsonlink — Link Metadata Scraper API
Easy, alternative soft deletion: `deleted_record_insert`
Playing with ActivityPub
How RSS Brain Shows Related Articles | Bin Wang - My Personal Blog
The score is computed by tf-idf, which is basically a score considers both the frequent of the term in this article, and the frequent in all the articles: the more frequent it is in this article, the bigger the score since it can better represent the article. However the more frequent it is in all the articles, the score should be smaller since it’s not unique enough to represent the feature of this article. Once we have a term vector for each of the article, we can find the similarity by counting the distance between these vectors.
So we have the algorithm, how RSS Brain implements it in the code? We are using ElasticSearch under the hood. It’s widely used and open source. So for the APIs that RSS Brain is using, you can check the code for implementation details if you want. It has an API to find the term vector for an article, and we use the scores in the term vector to do a boosting query, which means do a search with different weights for each query term. For example, in the example above, if we want to find related articles for article A, we would find its term vector first, then convert the term vector into a boosting query that searches related articles by the query apple^0.5 boy^0.5 cat^1.
dachsbau-backend/PageMeta.php at main · johannschopplich/dachsbau-backend
dachsbau-backend/PageMeta.php at main · johannschopplich/dachsbau-backend
Quillbot Vs Grammarly: Which Is Better? (2022)
Pirate Weather - An Open Weather Forcast API
How to rebuild social media on top of RSS
Building Hypermedia Systems
1984 - Safe hosting in Iceland
tus/tus-js-client: A pure JavaScript client for the tus resumable upload protocol
lwthiker/curl-impersonate: curl-impersonate: A special build of curl that can impersonate Chrome & Firefox
Where does CloudFlare detect web and terminal requests?! On equal terms
Anthony Hobday on Twitter
YouTube operational API
Learn Prompting | Learn Prompting