New pages
- 14:30, 9 April 2025 Cursor (hist | edit) [832 bytes] M (talk | contribs) (Created page with "Cursor is a vscode clone dedicated to AI coding, nice!! It is deployed as an [https://www.cursor.com/downloads all-in-one app bundle], hrmph, configure it [https://dev.to/mhbaando/how-to-install-cursor-the-ai-editor-on-linux-41dm like this]. To select the AI models that will assist you while coding: 0 run cursor, import vscode settings (but not projects) 1 run cursor (it's an all-included app file, see ~/app/cursor) 2 Settings > Models > select you...")
- 23:46, 20 March 2025 OBS (hist | edit) [489 bytes] M (talk | contribs) (Created page with "[https://obsproject.com/ OBS] is the software that powers streaming on Twitch. You can set up all kinds of overlays. It's great on Windows, I have used it to stream Red Dead RP, SO FUN. It's also available on Linux, need to play with that... meanwhile there are simpler tools to capture playback and video sessions.")
- 23:41, 20 March 2025 VokoscreenNG (hist | edit) [276 bytes] M (talk | contribs) (Created page with "Another very simple screen recorder, in Qt. It CAN capture all the audio streams you want, just grab mic monitor and audio output to get video sessions captured. Nice!")
- 23:39, 20 March 2025 Simplescreenrecorder (hist | edit) [205 bytes] M (talk | contribs) (Created page with "Just run it. It really is simple. But it cannot capture two audio streams, which you def want if you are capturing a video session. Instead, try [].")
- 21:26, 23 February 2025 Off-world Power Generation Lab 5: Robotic self-assembly (hist | edit) [466 bytes] M (talk | contribs) (Created page with " 2025-02 MIT has done interesting work. *")
- 00:08, 7 February 2025 Archie (hist | edit) [661 bytes] M (talk | contribs) (Created page with "Archie is an Arch Linux VM. Shocker. == Installation == * set up [https://wiki.archlinux.org/title/Time_synchronization NTP] * set up grub, i really just crashed thru it, yolo")
- 13:39, 9 January 2025 CMake (hist | edit) [716 bytes] M (talk | contribs) (Created page with "Love it or hate it, no way around it. == Install latest version == Use [https://askubuntu.com/a/1157132/276038 this answer]: wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | sudo tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null # for 22.04 echo 'deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ jammy main' | sudo tee /etc/apt/sources.list.d/kitware.list >/dev/...")