VirtualTam's bookmarks
143 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.
-
CERN Open Hardware Licence
2024-11-03 -
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
-
Raspberry Pi Zero 2 W Audio Gadget
2024-05-21 -
79 AD Mount Vesuvius erupts. In Herculaneum, twenty meters of hot mud and ash bury an enormous villa once owned by the father-in-law of Julius Caesar. Inside, there is a vast library of papyrus scrolls. The scrolls are carbonized by the heat of the volcanic debris. But they are also preserved. For centuries, as virtually every ancient text exposed to the air decays and disappears, the library of the Villa of the Papyri waits underground, intact.
- Vesuvius Challenge 2023
- educelab/volume-cartographer - Volumetric processing toolkit and C++ libraries for the recovery and restoration of damaged cultural materials
- KhartesViewer/khartes - Explore, and then segment, the data volumes created by high-resolution X-ray tomography of the Herculaneum scrolls
- The Getty Villa
- Herculaneum Papyri
- Students Decipher 2,000-Year-Old Herculaneum Scrolls
-
- Lakland Bass Setup
- Elixir - Setting Up Your Bass Guitar:
- Gary Willis - Setup Manual (retrieved 2016-03-03)
-
-
Stylus:
- https://remarkablewiki.com/tech/stylus
- https://www.joshualowcock.com/guide/remarkable-2-compatible-pens-remarkable-marker-alternatives/
- https://www.joshualowcock.com/guide/how-to-install-the-lamy-al-star-pen-button-eraser-hack-on-the-remarkable-2/
- https://www.reddit.com/r/RemarkableTablet/comments/nvtwt8/alternative_pen_which_is_compatible_with/
Case:
Guides:
- https://www.meganwalker.me.uk/2021/01/installing-remux-koreader-on-the-remarkable-2/
- https://www.reddit.com/r/RemarkableTablet/comments/lzuxti/experience_using_the_remarkable_2_as_a_linux/
- https://www.simplykyra.com/category/remarkable/
System:
Usage:
Software:
- https://eeems.website/toltec/
- https://www.reddit.com/r/RemarkableTablet/comments/aqfflg/xochitl_question/
- https://github.com/reMarkable
- https://github.com/reHackable/awesome-reMarkable
- https://github.com/isaacwisdom/RemarkableLamyEraser
- https://github.com/ddvk/remarkable2-framebuffer
- https://github.com/ddvk/rmfakecloud
- https://github.com/ddvk/remarkable-hacks
- https://github.com/ddvk/remarkable-stylus
- https://github.com/juruen/rmapi
- https://rmkit.dev/apps/remux
- https://github.com/dps/remarkable-keywriter
Articles:
-
- https://www.openssh.com/txt/release-7.2
- https://unix.stackexchange.com/questions/269121/openssh-have-ssh-add-keys-to-agent-as-needed
Host blah AddKeysToAgent yes ForwardAgent yes
-
-
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