Home:
/:discord://-/- friends:
discord://-/channels/@me/ - nitro:
discord://-/store - message requests:
discord://-/message-requests
General:
| #==================================================================== | |
| Manual Search via Web Interface | |
| Visit https://web.archive.org. | |
| Enter https://www.harvard.edu in the search bar. | |
| Browse archived snapshots (timeline/calendar view). | |
| Check URLs in the browser's address bar when viewing a snapshot. Look for: |
| #!/usr/bin/env bash | |
| ## Author: Abidán Brito | |
| ## This script builds GNU Emacs 29.1 with support for native elisp compilation, | |
| ## tree-sitter, libjansson (C JSON library), pure GTK and mailutils. | |
| # Exit on error and print out commands before executing them. | |
| set -euxo pipefail | |
| # Let's set the number of jobs to something reasonable; keep 2 cores |
| 1) If you have instaled VirtualBox skip this step. Download and install VirtualBox – Download Now (direct .dmg download link) – visit VirtualBox Downloads page | |
| 2) Launch the Terminal (located in /Applications/Utilities/) | |
| 3) Decide which versions of Internet Explorer you want to download and install. Select the text below and copy it: | |
| - Install ALL versions of Internet Explorer: IE7, IE 8, and IE 9 | |
| curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | bash | |
| - Install Internet Explorer 7 Only | |
| curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="7" bash |
| g_LastCtrlKeyDownTime := 0 | |
| g_AbortSendEsc := false | |
| g_ControlRepeatDetected := false | |
| *CapsLock:: | |
| if (g_ControlRepeatDetected) | |
| { | |
| return | |
| } |
| // ==UserScript== | |
| // @description Redirects Youtube URLs to Invidio.us | |
| // @name Invidious Redirect | |
| // @namespace Backend | |
| // @downloadURL https://gist.github.com/m0n5t3r/b7c13265152bd8c997f2d22afb4932e7/raw/invidious-redirect.userscript.js | |
| // @include http://www.youtube.com/* | |
| // @include https://www.youtube.com/* | |
| // @include https://consent.youtube.com/* | |
| // @version 1.6 | |
| // @run-at document-start |
Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts and experience preferred (super rare at this point).
| -- ZOOM | |
| function zoom_in() | |
| zoom = mp.get_property("video-zoom") | |
| zoom_to = zoom + 0.1 | |
| mp.set_property("video-zoom", zoom_to) | |
| end | |
| function zoom_out() | |
| zoom = mp.get_property("video-zoom") | |
| zoom_to = zoom - 0.1 | |
| mp.set_property("video-zoom", zoom_to) |
An opinionated configuration by @niftylettuce for Apple's M1 computer line-up.
I launched Forward Email in November and needed a faster machine to work with.