VirtualTam's bookmarks
84 bookmarks found
-
- Antithesis - So you think you want to write a deterministic hypervisor?
- Resonate - Deterministic Simulation Testing
- TigerBeetle - Deterministic Simulation Testing
- Introducing Limbo: A complete rewrite of SQLite in Rust - Can we match SQLite’s world-famous reliability?
- Polar Signals - (Mostly) Deterministic Simulation Testing in Go
-
jwzhacks
2024-11-26 I have written a lot of software. I used to do it for fun. Then I started getting paid for it. Then it stopped being fun. Then I stopped getting paid for it. And now I write software sometimes for fun, but mostly in self-defense.
-
Reference:
- abbr - manage fish abbreviations
- argparse - parse options passed to a fish script or function
- function - create a function
- string - manipulate strings
- switch - conditionally execute a block of commands
Configuration:
- Writing your own prompt
- fish_add_path - add to the path
- fish_git_prompt - output git information for use in a prompt
- Setting up my fish shell from scratch on macOS
Plugins:
- jorgebucaran/fisher - A plugin manager for Fish
- jorgebucaran/autopair.fish - Auto-complete matching pairs in the Fish command line
- PatrickF1/fzf.fish
- kidonng/zoxide.fish
-
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
-
- Mathematics Meta Stack Exchange - Why do people use blackboard bold here and elsewhere in print?
- LaTeX Stack Exchange - Looking for a blackboard bold (\mathbb) math font that is thicker than Latin Modern or Computer Modern
- The LaTeX Font Catalogue - Fonts with math support
- CTAN - bbold – Sans serif blackboard bold
- CTAN - amsfonts – TeX fonts from the American Mathematical Society
-
- evildmp/diataxis-documentation-framework
- Continuation of Divio's Documentation System
- BrightTALK - Introducing the Diátaxis Approach to Technical Documentation
- PyCON AU 2017 - What nobody tells you about documentation
- What is Diátaxis and should you be using it with your documentation?
Examples:
- Django Documentation - How the documentation is organized
- Gatsby - A React-based open source framework for creating websites
Critiques:
-
Here Documents - Bash Reference Manual
2023-09-11 The format of here-documents is:
1[n]<<[-]word 2 here-document 3delimiter
If any part of word is quoted, the delimiter is the result of quote removal on word, and the lines in the here-document are not expanded.
This is useful to write scripts that:
- write scripts (verbatim)
- execute a sequence of commands (verbatim) on a remote host
-
-
Subclassing in Python Redux
2023-06-11 The conflict between subclassing and composition is as old as object-oriented programming. The latest crop of languages like Go or Rust prove that you don’t need subclassing to successfully write code. But what’s a pragmatic approach to subclassing in Python, specifically?
-
- https://email-is-good.com/2023/02/13/outlook/
- https://email-is-good.com/2022/11/08/a-template-on-how-to-write-an-email-to-someone-for-the-first-time/
- https://email-is-good.com/2021/08/16/if-you-want-to-make-it-clear-that-email-isnt-your-thing-do-it-up-right/
- https://email-is-good.com/2021/08/09/hi-im-the-founder-of-_____/
- https://email-is-good.com/2020/03/11/learn-to-work-with-email/
- https://email-is-good.com/2019/05/07/searchable-email-archives/
-