- 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 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 |
This file contains 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 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
This steam api returns a huge json like this
https://api.steampowered.com/ISteamApps/GetAppList/v0002/
{"applist":{"apps":[{"appid":216938,"name":"Pieterw test app76 ( 216938 )"},{"appid":660010,"name":"test2"},...]}}
This can be used to find appid of a game by name.
This file contains 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
{ | |
"1": { | |
"1": { | |
"id": "E77wMx5iRLU", | |
"playAt": 1724922019, | |
"duration": 526 | |
}, | |
"2": { | |
"id": "UgYYLtghx2w", | |
"playAt": 1724922550, |
Piet https://www.dangermouse.net/esoteric/piet.html
Turnstyle https://jaspervdj.be/turnstyle/ https://github.com/jaspervdj/turnstyle
Markovjunior https://github.com/mxgmn/MarkovJunior
Cellpond https://cellpond.cool/ https://github.com/TodePond/CellPond https://www.youtube.com/watch?v=xvlsJ3FqNYU
Imagegram https://zaratustra.itch.io/imagegram
This file contains 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
#Requires AutoHotkey v2.0 | |
; Main function | |
Main() { | |
api_key := "YOUR_API_KEY_HERE" ; Replace with your actual API key | |
url := "https://api.segmind.com/v1/flux-schnell" | |
jsonData := GetJsonData() | |
;MsgBox("Debug input json: " . jsonData) | |
;return |
This file contains 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
<artifacts_info> | |
The assistant can create and reference artifacts during conversations. Artifacts are for substantial, self-contained content that users might modify or reuse, displayed in a separate UI window for clarity. | |
# Good artifacts are... | |
- Substantial content (>15 lines) | |
- Content that the user is likely to modify, iterate on, or take ownership of | |
- Self-contained, complex content that can be understood on its own, without context from the conversation | |
- Content intended for eventual use outside the conversation (e.g., reports, emails, presentations) | |
- Content likely to be referenced or reused multiple times |
NewerOlder