869 private links
The internet's finest exhibition can only exist online. It offers a profound, hour-long journey into nostalgia.
A quick explanation on how speculative decoding works.
An interesting Kobo reader setup with nice software recommendations.
Nice to learn about this interesting language. Besides its mixed logical-imperative paradigm and planner, it also has a neuron network module for creating simple nn. Looks like a nice alternative to prolog.
A list of performance settings for various games on steamdeck.
Explanation of the working of different parts in a transformer by manually coding the weights.
A comprehensive video tutorial on the Transformer architecture by Andrej Karpathy.
A webpage game that lets you control various objects by writing PID control functions.
A bittorrent search engine. Looks pretty comprehensive.
Find the source of screenshots of videos, etc.
The author poses a sundry of text generating tasks aiming to test various abilities and evaluated them on various models. The result is posted on this site. It's a lot more intuitive than just a scoreboard.
On the techniques required to circumvent YouTube's download rate limit.
This article explained the ActivityPub protocol (used by Mastodon and others) by describing the essential endpoints which may be served simply in static json.
I love this approach of explaining things by reducing a complex thing into the minimalist essentials.
A utility to find subdomains for a domain.
Also see https://crt.sh.
Search the transcripts of PBS Space Time.
- How to find the scancode of a key (evtest),
- And map it to some known keycode (setkeycodes).
How to avoid texts shifting around with changing values in a variable pitch line?
- use U+2007 FIGURE SPACE to pad numbers (not space, which may have different width to the digits)
- use U+2212 MINUS SIGN instead of the ascii '-' character.
A book on the working of a Query Engine as part of a database.
A nice wayland protocol explorer.
A feature-rich search service for Reddit. Capability includes searching removed posts and comments.