# find https (blogs) — RSS Amplifier

Recent posts from the 1 feeds in the RSS Amplifier directory that cover find https.

Page: <https://rssamplifier.com/topics/find-http/blogs>  
Feed: <https://rssamplifier.com/topics/find-http/blogs.md>

---

## [Refreshing your Neovim config for 0.12.0](http://justinhj.github.io/2026/04/06/refreshing-your-neovim-config-for-0-12-0.html)

_2026-04-06 · Functional\[Justin\]_

Introduction Neovim version 0.12.1 was just released and you can check the release news here: Neovim v0.12.1 release news This is a massive release bringing a number of core capabilities that used to require external plugins into Neovim as built-in features. I took this opportunity to do a full refresh of my config. This was required as over the last few years I have pulled in many plugins only to…

## [Visualizing K-Way Merge&#58 An Interactive Guide to Database Sorting](http://justinhj.github.io/2026/01/19/visualizing-k-way-merge.html)

_2026-01-19 · Functional\[Justin\]_

Photo by Aleksandr Galichkin on Unsplash In this post, inspired by a video by Tigerbeetle engineers Tobias Ziegler (@toziegler) and Alex Kladov (@matklad), I'll walk through four algorithms for merging multiple sorted runs of data; a problem that shows up in modern database internals. You will be able to use an interactive web application to explore and understand each one. The title image isn't…

## [Optimizing training a GPT style Tokenizer with C++](http://justinhj.github.io/2025/07/30/journey-in-optimizing-a-bpe-tokenizer.html)

_2025-07-30 · Functional\[Justin\]_

Introduction In February 2024, renowned AI researcher and educator Andrej Karpathy, published the following video. https://www.youtube.com/watch?v=zduSFxRajkE An excellent introduction to the fascinating topic of tokenization, something he considers a necessary evil right now. Maybe the need for it will go away but for now it must be well understood by AI engineers in order to get good results…

