Bookmarks
-
Slint: GUI for embedded systems, written in Rust, support Rust, javascript, C++
-
OpenCore Legacy Patcher: Patch system to install the latest macOS on old systems
-
Screeps: Programmable Game
-
Gladiabots: Programmable Game
-
Cursorless: Voice programming
-
Talon Excercises: Practice Talon Voice
-
Twine/Twinery: Tool for interactive non linear stories
-
How to download videos from Teams/Stream:
Open Firefox (or the browser of your choice) and load the SharePoint page with the video that you want to download, then open the page inspector (Ctrl + Shift + C). Click on the Network tab. Type videomanifest where it says "Filter URLs". Press F5 to refresh the page. When the page reloads, copy the file URL. Use ffmpeg to download the video by pasting the URL from above: ffmpeg -i "https://copied_videomanifest_url" -codec copy video.mp4 UPD: If you have an error (cannot parse file etc.) probably videomanifest url requires credentials. Then instead of copying the url you can 'Copy Response' and save it to the file (e.g. paste response to notepad and save the file). In the command line above replace the url by path to the saved file
-
Carbon.sh: Create and share beautiful images of your source code
-
Awesome Static Website Generators: curated list of static web sites generators
Rust
- A Gentle Introduction To Rust
- Rust book
- Slint: cross-platform language-agnostic UI library for desktop and embedded, not only for Rust
To be checked
- Virtual USB aka USB over internet
- Santa: Santa is a binary and file access authorization system for macOS.
- Hono: Fast lightweight JS "edge" framework
- Jest: Testing in JS