xtodo read
how hashtable works
- python dictionary keeps order https://mail.python.org/pipermail/python-dev/2012-December/123028.html


- 2023-09-01
- finish reading
- Emacs 29 (date 2023)
- maybe you don't need rust and wasm
- https://mrale.ph/blog/2018/02/03/maybe-you-dont-need-rust-to-speed-up-your-js.html
- https://news.ycombinator.com/item?id=16413917
- 2022-05-11 blog. on unix bin sbin etc. http://lists.busybox.net/pipermail/busybox/2010-December/074114.html

- https://writings.stephenwolfram.com/2024/10/on-the-nature-of-time/
- https://writings.stephenwolfram.com/2024/09/nestedly-recursive-functions/
- https://writings.stephenwolfram.com/2024/08/five-most-productive-years-what-happened-and-whats-next/
- https://writings.stephenwolfram.com/2024/08/whats-really-going-on-in-machine-learning-some-minimal-models/
- 2021-04-29 https://github.com/LingDong-/rrpl (Recursive Radical Packing Language (RRPL) is a proposal for a method of describing arbitrary Chinese characters concisely while retaining their structural information)
- 〔Concurrency is not Parallelism. Rob Pike at Waza 2012 📺. @ https://blog.heroku.com/concurrency_is_not_parallelism〕
- Concurrency is not parallelism
- By Andrew Gerrand.
- https://go.dev/blog/waza-talk
to read.
- The Hijacking of Perl.com
- By Brian D Foy.
- https://www.perl.com/article/the-hijacking-of-perl-com/
- carrot sticks — Today at 2:29 PM
- @Xah Lee i didnt read all the conversation but i think ive got some stuff youd be interested in. basically its using javascript in a way to create dynamically created webpages, from fetches, from api requests, etc, etc, and caching the end javascript result. then the visitor sees the cached page as just pure html without any JS, while JS was responsible for rendering the whole thing.
- so you can have a website with a page for every single possible API request, say a movie API. a page for every single move and actor, built on demand. the user wouldnt be able to tell that it all came from a couple API requests that you got the data from. only the first visitor who requested the specific movie that wasnt generated yet, would feel a little lag. but once it has been made its cached and very fast. the cached data can be periodically re-populated with updated data based on whatever time you want to specify.
- https://vercel.com/docs/concepts/incremental-static-regeneration
- https://vercel.com/docs/infrastructure/data-cache
- https://vercel.com/docs/concepts/functions/edge-middleware
theres a lot of frameworks for doing this kind of thing, some more complicated than others. i'd say https://svelte.dev/ is one of the simpler ones
- 2023-04-06 Find My
- 2022-12-08
- Nebula (streaming service)
- https://help.curiositystream.com/hc/en-us/articles/360034158291-Curiosity-Stream-Nebula-FAQ
- 2022-08-24 read the spec HTML: Custom Tag (Custom Element)
- 2022-08-02 to read Structured program theorem
- 2022-08-24 Hash table
- About those vector icons
- By Kirill Grouchnikov.
- http://www.pushing-pixels.org/2011/11/04/about-those-vector-icons.html
- Optimising for High Pixel Density Displays By Edward Cant. @ menacingcloud.com
- A pixel is not a pixel is not a pixel
- By Peter-Paul Koch.
- http://www.quirksmode.org/blog/archives/2010/04/a_pixel_is_not.html