If you are using Android TV Launcher,
$ adb shell pm uninstall --user 0 com.google.android.tvlauncher
If you are using GoogleTV Launcher,
$ adb shell pm uninstall --user 0 com.google.android.app.tv.launcherx
There is a tiny amount of people who write amazing interactive articles explain a concept very visually, cleanly and with lots of detail. This is a list of those.
- https://ciechanow.ski/ (e.g. How Cylces Work, How watches work)
- https://samwho.dev/ (e.g. Reservoir sampling, Load balancing)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Monospace Keyboard Shortcut for Confluence | |
// @version 0.8 | |
// @grant none | |
// @include */editpage.action?* | |
// @include */createpage.action?* | |
// @include */resumedraft.action?* | |
// @run-at document-idle | |
// @description Adds keyboard shortcuts for formatting, Ctrl+Alt+m - monospace, Ctrl+Alt+j - superscript, Ctrl+Alt+k - subscript | |
// ==/UserScript== |
(INCOMPLETE -- NOT FOUND A GOOD DESKTOP MODE PROCESS)
My Pixel phone does not support USB video output. Which means I can't connect my phone to my display via USB-to-HDMI (or any other) cable and expect it to work. Scrcpy supports Virtual Display and wireless connection now. Which means I can view my android in 1920x1080 on my monitor in desktop mode. And if installed Termux https://termux.dev/en/ I can use it like a Linux system that I always have in my pocket.
- Download scrcpy https://github.com/Genymobile/scrcpy and extract
- Open a terminal/cmd in scrcpy folder
- Establish a connection between your computer and android phone
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --rm -d -p 11470:11470 -p 12470:12470 -e NO_CORS=1 stremio/server:latest |
- https://binocularshot.com/ binoculars in movies
- https://clip.cafe/ movie clip by quote
- https://nestflix.fun/ imaginary movies within movies (abandoned subplots within movies)
- https://eyecannndy.com/ gif database of camera work
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
best | |
https://humanaigc.github.io/emote-portrait-alive/ (closed by Alibaba group) | |
https://omnihuman-lab.github.io/ (closed by bytedance) | |
https://humanaigc.github.io/emote-portrait-alive-2/ (closed) | |
https://www.microsoft.com/en-us/research/project/vasa-1/ (open) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
const TOKEN = "YOUR_DYNALIST_TOKEN"; | |
const FILE_ID = "YOUR_FILE_ID"; | |
const INBOX_NODE_ID = "YOUR_INBOX_NODE_ID"; | |
let savedNodeId = null; | |
let updateTimer = null; | |
// Utility Functions | |
// DOM Utils | |
function createDiv() { return document.createElement('div'); } |
- https://arxiv.org/abs/2410.00907 addition is all you need
- differential transformers
NewerOlder