- https://arxiv.org/abs/2410.00907 addition is all you need
- differential transformers
(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'); } |
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.
{ | |
"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
#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 |
<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 |
- Plug your phone with usb
- copy large videos
- use the given batch script (requires
ffmpeg.exe
andexiftool.exe
). Can simply drag drop a video on the .bat file to start conversion. - copy the out file back to phone
- delete original large file from phone using Google photos
NOTE:
the ffmpeg command uses Intel GPU acceleration using -c:v hevc_qsv
. Change it if you want/need.
for Nvidia GPU, use -c:v hevc_nvenc
Following pages can be used to research all such domains
- https://matt.sh/the-most-talented-person
- https://housefresh.com/david-vs-digital-goliaths/
- https://detailed.com/google-control/
Find dotdash
sites to block using a queries like
- Download fzf.lua https://raw.githubusercontent.com/chrisant996/clink-fzf/main/fzf.lua (https://github.com/chrisant996/clink-fzf)
- Find scripts dir used by cmder/clink using
clink info
- Copy it in that dir
- add
cmder/vendor
to path - download z.cmd and z.lua from https://github.com/skywind3000/z.lua and put in
cmder/vendor
- Download windows lua binaries from https://luabinaries.sourceforge.net/download.html
- rename to lua.exe and put these binaries in
cmder/vendor
dir