User

gaborjbernat

Profile checked
2 Aug 2026
Feed refreshed
6 Aug 2026

Recent

Posts from discovered feeds

10 Jul 2026 · Bernát Gábor — Python packaging, tox, virtualenv & open source

Now

<p>A <a href="https://nownownow.com/about" target="_blank" rel="noopener noreferrer">now page</a> : what has my attention this month. Last updated 2026-07-10.</p> <h2 id="building"> Building <a class="heading-link" href="#building"> <i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i> <span class="sr-only">Link to heading</span> </a…

18 Jun 2026 · Bernát Gábor — Python packaging, tox, virtualenv & open source

Building a fast HTML toolkit in C for Python

<div class="alert alert-info"> <p class="alert-title"><i class="fa-solid fa-circle-info" aria-hidden="true"></i> TLDR: turbohtml does HTML escape, unescape, tokenize, query, serialize, and URL work in C, 3-22x faster than Python's standard library. The recurring trick is skipping work:</p> <ul> <li><strong>Scan in blocks, not characters.</strong> <a href="#the-swar-trick-checking-eight-bytes-with…