Skip to content

Instantly share code, notes, and snippets.

@linguisticmind
linguisticmind / compile_timewarrior.md
Last active November 22, 2025 03:55
compile_timewarrior.md
@linguisticmind
linguisticmind / 00-setting_up_flightgear.md
Last active April 7, 2025 00:22
Setting up FlightGear
@linguisticmind
linguisticmind / compile_mpv.md
Last active November 18, 2025 13:35
compile_mpv.md | "Compiling mpv on Debian - latest master version" (https://youtu.be/KdyX3k8vOhw) | Mindful Technology
@linguisticmind
linguisticmind / compile_nsxiv.md
Last active November 18, 2025 13:36
compile_nsxiv.md | "Compiling and customizing nsxiv on Debian (Neo Simple X Image Viewer)" (https://youtu.be/bHiheB8PLvA) | Mindful Technology
@linguisticmind
linguisticmind / 1-mpv.conf
Created July 19, 2024 00:28
mpv configs | "[mpv #2] Additional mpv player stuff" (https://youtu.be/mGLHKogyDUs) | Linguistic Mind
# This file's location: ~/.config/mpv/mpv.conf
profile="1080p-max-size"
# profile="left-1/2"
screen=0
# term-osd-bar=yes
no-native-fs # Disables native macOS full-screen
input-right-alt-gr="no" # Makes right alt key work with keybindings
no-keepaspect-window # Allows resizing video player window to arbitrary dimensions
@linguisticmind
linguisticmind / 1-mpv.conf
Created July 19, 2024 00:21
mpv configs | "[mpv #1] mpv player basics walkthrough" (https://youtu.be/b-5XOZpXZMg) | Linguistic Mind
# This file's location: ~/.config/mpv/mpv.conf
profile="1080p-max-size"
no-native-fs # Disables native macOS full-screen
input-right-alt-gr="no" # Makes right alt key work with keybindings
no-keepaspect-window # Allows resizing video player window to arbitrary dimensions
# (adds black bars around video, preserves its aspect ratio)
audio-file-auto=fuzzy # Load external audio files
@linguisticmind
linguisticmind / bookmarks.html
Last active July 19, 2024 00:13
bookmarks.html | "Look up words in online dictionaries, fast | Top 5 multilingual online dictionaries" (https://youtu.be/m9Nwj7mtmJk) | Linguistic Mind
<!DOCTYPE NETSCAPE-Bookmark-file-1>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<TITLE>Bookmarks</TITLE>
<H1>Bookmarks Menu</H1>
<DL><p>
<DT><H3>Linguistic Mind - Links to online dictionaries</H3>
<DL><p>
<DT><H3>Multilingual</H3>
@linguisticmind
linguisticmind / deck_names
Last active February 5, 2025 12:09
deck_names | "A quick hack to sort Anki decks in any order" (https://youtu.be/_PjygdE6iLU) | Linguistic Mind
​English
​​Nederlands
​​​Deutsch
​​​​Svenska
​​​​​Norsk
​​​​​​Dansk
​​​​​​​Français
​​​​​​​​Español
​​​​​​​​​Português
​​​​​​​​​​Italiano
@linguisticmind
linguisticmind / movies2anki_tweaks.md
Last active July 19, 2024 00:13
movies2anki_tweaks.md | "movies2anki tweaks" (https://youtu.be/YOh_s6LBqto) | Linguistic Mind
@linguisticmind
linguisticmind / mpv-disable-macos-keybindings
Last active July 19, 2024 00:13
mpv-disable-macos-keybindings | "[mpv #2] Additional mpv player stuff" (https://youtu.be/mGLHKogyDUs) | Linguistic Mind
#!/usr/bin/env bash
# mpv-disable-macos-keybindings
# copyright (c) 2021 Alex Rogers (https://github.com/linguisticmind)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#