Skip to content

Instantly share code, notes, and snippets.

2026-08-31 11:45:38.210 570-1209 BufferQueueProducer surfaceflinger I [SurfaceView - com.goolny.Split2048/com.unity3d.player.UnityPlayerActivity#0](this:0x77e4c14000,id:45,api:1,p:24434,c:570) queueBuffer: fps=60.17 dur=1013.87 max=24.59 min=9.68
2026-08-31 11:45:38.239 24434-24434 Surface com.goolny.Split2048 D lockCanvas
2026-08-31 11:45:38.271 24434-24434 Surface com.goolny.Split2048 D lockCanvas
2026-08-31 11:45:38.304 24434-24434 Surface com.goolny.Split2048 D lockCanvas
2026-08-31 11:45:38.337 24434-24434 Surface com.goolny.Split2048 D lockCanvas
2026-08-31 11:45:38.376 24434-24434 Surface com.goolny.Split2048 D lockCanvas
2026-08-31 11:45:38.406 24434-24434 Surface com.goolny.Split2048 D lockCanvas
2026-08-31 11:45:38.436 24434-24434 Surface com.goolny.Split2048
@Will53325
Will53325 / contract-proposal-checklist.md
Created August 31, 2026 06:46
Spreadsheet checklist for contract proposals (free starter)

Contract proposal checklist (free starter)

Buyers send long requirement lists. Teams lose when one mandatory item is missing.

RFPStrike ($69 download) includes:

  • Requirement tracker spreadsheet
  • Should-we-bid checklist
  • Proposal summary outline (Word)
  • Pre-submit review checklist
@angeclaire
angeclaire / test.txt
Created August 31, 2026 06:46
Postman test gist
Hello from Postman
@aicerts31
aicerts31 / gist:eca2b242094ef86cfa4aff298ea81ec4
Created August 31, 2026 06:45
Lovable Proves Vibe Coding Is Now a $13 Billion Business and AI Training Companies Should Be Paying Close Attention
Swedish startup Lovable just doubled its valuation to $13.3 billion, proving vibe coding is now a serious business category, not a passing trend. This blog breaks down what that means for AI training programs and why becoming an AI CERTs Authorized Training Partner is a smart move right now.
Table of Contents
A Startup That Doubled Its Value in Eight Months
The Tweet That Started It All
Why Everyone Suddenly Wants to Build Software by Talking
The Skills Gap Hiding Behind the Hype
Where the AI+ Vibe Coder Certification Fits In
The Business Opening for AI Training Programs
How to Become a Partner
Frequently Asked Questions
<html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>🧪 小苏打火山喷发模拟 - 儿童科学工坊</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Comic Sans MS', 'Segoe UI', sans-serif; } body { background: linear-gradient(135deg, #fef9e7 0%, #fdebd0 100%); padding: 20px; min-height: 100vh; display: flex; justify-content: center; align-items: center; } .main-container { max-width: 1350px; width: 100%; background: #fff8e7; border-radius: 70px 50px 70px 50px; padding: 30px; box-shadow: 0 20px 60px rgba(0,0,0,0.15); position: relative; overflow: hidden; } .main-container::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: radial-gradient(circle, #e8d5b7 1px, transparent 1px); background-size: 20px 20px; opacity: 0.4; z-index: 0; } .header { background: #5d4037; color: #ffd54f; padding: 20px 30px; border-radius: 50px; display: flex; justify-content: space-between; align-items: center;
700abb0de73d72e752c50e371188f267d4caedeacc8556fc265192e703edc54c @ 1788158714.0218039
700abb0de73d72e752c50e371188f267d4caedeacc8556fc265192e703edc54c @ 1788158712.8105586
@arceus1996
arceus1996 / privacy_policy.md
Created August 31, 2026 06:45
Privacy policy for hybridrealm-crosspost Pinterest app

Privacy Policy

Effective date: August 31, 2026

This privacy policy applies to the "hybridrealm-crosspost" application (the "App") developed and operated by [Your Name] for personal use.

Data We Collect

The App accesses your own Pinterest account solely to:

  • Read your Pinterest boards
@ChaosGod208
ChaosGod208 / HTP_Organ_Debuff_Storage_Liver_Detox_Pipeline_Lymphatic_Framework_v1.md
Created August 31, 2026 06:44
Debuffs target organs, not individual storages; a heart debuff therefore reduces Pump Power on every storage the heart owns. Every body part possesses a local Debuff Energy Storage that continues exerting effects while toxin remains. Local self-detox is deliberately weak and converts cleared toxin into immediate local overload. Primary detox rou…

HTP Organ Debuff Storage, Liver Detox & Pipeline Lymphatic Framework (v1)
Toxin Is Energy; Detox Is Transfer of Overload
Public domain. Use freely.

Core Premise

Debuff energy is a real substance that occupies storage.
It never silently disappears.
Clearing it always produces overload somewhere.
The architecture therefore makes every detox decision a visible transfer of burden rather than an abstract cleansing.

@kloiseauedflex
kloiseauedflex / kub-file-transfer.sh
Last active August 31, 2026 06:50
kub-file-transfer — transfert interactif fichier local <-> pod k8s (kubectl+fzf+aws sso)
#!/usr/bin/env bash
set -u
_kub_pick_local() {
local cur="${1:-$PWD}" choice
cur="${cur%/}"; [ -z "$cur" ] && cur="/"
while true; do
choice=$(cd "$cur" 2>/dev/null && printf '[✎] saisir un chemin\n..\n%s\n' "$(ls -1p)" \