VirtualTam's bookmarks
141 bookmarks found
-
Ishkur's Guide to Electronic Music
2024-11-11 This guide favors authenticity over accuracy, and it aims to entertain before it informs. It is only as accurate as it feels it needs to be. It is constantly changing and it is infinitely mutable, so the map, the music, and my self-righteous opinions are all subject to change as I discover, investigate, and incorporate new knowledge and more music. Nothing is definitive.
Go exploring. Listen and learn about music you don't know anything about.
-
Test feed:
- feed reader score project
- A sysadmin's rant about feed readers and crawlers
- Feeds, updates, 200s, 304s, and now 429s
- So many feed readers, so many bizarre behaviors
- The feed reader score service is now online
RFCs:
- RFC 1945 - Hypertext Transfer Protocol - HTTP/1.0 - If-Modified-Since
- RFC 7232 - Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests - Entity Tag (ETag)
- RFC 9110 - HTTP Semantics
Related:
- Bret Simmons - NetNewsWire and Conditional GET Issues
- John Brayton - Feed Polling for Unread Cloud
- Jeff Kaufman - Looking at RSS User-Agents
- Chris Siebenmann - The case of the very old If-Modified-Since HTTP header
- ETag and HTTP caching
- HTTP Conditional Requests Explained
- Caching - What takes precedence: the ETag or Last-Modified HTTP header?
-
NullDeref | Writing A Plugin System in Rust
2024-10-23 - The Technologies - A more in-depth look at Rust plugin systems
- Getting Started - First steps trying to implement the plugin system
- Diving into Dynamic Loading - A closer look at dynamic loading in Rust
- Reducing the Pain with Dependencies - Taking a look at the state of dynamic loading in the Rust ecosystem
- Getting our Hands Dirty - Finally implementing the plugin system!
- Wrapping Up - The last finishing touches and ideas
-
- Lakland Bass Setup
- Elixir - Setting Up Your Bass Guitar:
- Gary Willis - Setup Manual (retrieved 2016-03-03)
-
-
- https://discourse.gohugo.io/t/templates-multiple-parameters/600
- https://stackoverflow.com/questions/17284222/in-go-templates-accessing-parent-global-pipeline-within-range
- https://stackoverflow.com/questions/14800204/in-a-template-how-do-you-access-an-outer-scope-while-inside-of-a-with-or-rang?rq=1
- https://go.dev/play/p/5Hiajt4H2Z5
-
EI2030 Working Groups aims to create a laptop using e-ink or similar non-emissive technology
2022-05-02 - https://github.com/EI2030
- https://alexsoto.dev/modos-paper-laptop.html
- https://forum.ei2030.org/t/proposal-ei-2030-the-community-built-e-ink-laptop-project/118
- https://alexsoto.dev/building-an-e-ink-laptop.html
- https://forum.ei2030.org/t/papertop-laptop/136
- https://forum.pi-top.com/t/buying-another-power-supply-for-pi-top4/481/10
- https://forum.ei2030.org/t/low-power-e-paper-os/138
- https://www.youtube.com/watch?v=AIz8JL6xc9A
- https://forum.ei2030.org/t/research-porting-linux-to-ultra-low-power-microcontroller/151/1
-
-
Vim: Function copy
2022-01-05 va{Vy
- Place the cursor somewhere in my method,
va{
to visually select the the code block,V
to turn the selection from character-wise to line-wise,y
to yank