TODO
eye-friendly e-ink & colored
https://github.com/Modos-Labs/Glider
typing
https://github.com/zerojude/Speed-Typing.github.io
?? WPM (words per minute) Keystrokes (300 | 0) 300 Accuracy 96.05% Correct words ?? Wrong words 0 https://10fastfingers.com/typing-test/english
https://github.com/aryanrzn/Fast-Fingers/blob/main/FastFingers.cpp
IDE
https://tex.stackexchange.com/questions/80418/list-of-tikz-editor
https://www.vim.org/scripts/script.php?script_id=3230
https://dev.to/l04db4l4nc3r/vim-to-the-rescue-pdf-preview-2e10
cursor vs
https://www.builder.io/blog/windsurf-vs-cursor
For more advanced use, enable YOLO mode in settings to allow Cursor to write and verify code beyond lint checks. This feature can handle complex tasks and integrate with various development tools.
https://www.builder.io/blog/cursor-tips https://www.datacamp.com/tutorial/cursor-ai-code-editor
query Cursor about your codebase and receive relevant answers reference specific blocks of code or files
add visual context through images
get the latest information from the internet directly into your code queries
TTS
& ML DL LLM
https://addons.mozilla.org/en-US/firefox/addon/read-aloud/
// > Speechify started out as a text to speech tool to help people with dyslexia, ADHD, vision problems, and language learners has now become a popular platform for just about anyone.
// > Starting with the rise of audio, Cliff notes how reading and writing are relatively new skills to humanity compared to speaking and listening. Reading takes up much more brain power for decoding and understanding compared to listening, but text is a much easier format to store compared to audio. https://speechify.com/blog/cliff-weitzman-ai-speechify-pomp-podcast/
Recording
https://manual.audacityteam.org/man/tutorial_selecting_your_recording_device.html
https://askubuntu.com/a/433104 FINALLY!!! Quality is good: both audio and video. After recording, I could compress the file to about 1:7 with mencoder without any loss of quality. I discovered that it uses the following command line:
**ffmpeg** -f alsa -i pulse -f x11grab -r 15 -s 1024x768 -i :0.0+0,0 -vcodec mpeg4 -acodec libmp3lame -ar 48000 -sameq -r 15 my.avi
OS, compile-env
— my current —
OS: Lubuntu 22.04.2 LTS x86_64 Kernel: 6.8.0-52-generic
https://askubuntu.com/questions/1509015/is-ubuntu-affected-by-the-xz-backdoor-compromise
https://lubuntu.me/jammy-3-released/
the largest difference is when the packages were taken from upstream
what I assume:
| # | time | if_heavy |
|---|---|---|
| Debian | 0 | 0 |
| Ubuntu | non-LTS = 2; LTS = 1; | 1 |
| Lbuntu | non-LTS = 2; LTS = 1; | 0.5 lighter |
._._.
0 1 2
Debian Ubuntu
Lubuntu
–> ... The community behind Lubuntu has been exceptionally helpful even when it's a pretty small group of people. https://www.reddit.com/r/Lubuntu/comments/ri7gpp/what_are_the_benefits_of_lubuntu_over_debian_and/
Depends on your level of Linux knowledge, getting the Cuda cuDnn and other libraries loaded and running is a lot simpler in arch/manjaro with the Aur and pacman.
I've worked at a company who only installed LTS Ubuntu for 'stability' reasons. But if you are working on cutting edge technology (like everything ML/AI right now) you also want up to date distro packages.