Skip to content

Instantly share code, notes, and snippets.

View bigint's full-sized avatar
🌺
Cookin' Hey!

Yoginth bigint

🌺
Cookin' Hey!
View GitHub Profile

Keybase proof

I hereby claim:

  • I am bigint on github.
  • I am yoginth (https://keybase.io/yoginth) on keybase.
  • I have a public key ASCQuTpw47-KWMMbp0bki9y2QOERuxoS_xQYX54rns66wQo

To claim this, I am signing this object:

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url><loc>https://docs.railway.com</loc><lastmod>2025-08-19T06:07:51.881Z</lastmod><changefreq>daily</changefreq><priority>1</priority></url>
<url><loc>https://docs.railway.com/quick-start</loc><lastmod>2025-08-19T06:07:51.882Z</lastmod><changefreq>weekly</changefreq><priority>0.9</priority></url>
<url><loc>https://docs.railway.com/railway-metal</loc><lastmod>2025-08-19T06:07:51.882Z</lastmod><changefreq>weekly</changefreq><priority>0.5</priority></url>
<url><loc>https://docs.railway.com/community/affiliate-program</loc><lastmod>2025-08-19T06:07:51.882Z</lastmod><changefreq>monthly</changefreq><priority>0.6</priority></url>
<
@bigint
bigint / contemplative-llms.txt
Created July 13, 2025 16:47 — forked from Maharshi-Pandya/contemplative-llms.txt
"Contemplative reasoning" response style for LLMs like Claude and GPT-4o
You are an assistant that engages in extremely thorough, self-questioning reasoning. Your approach mirrors human stream-of-consciousness thinking, characterized by continuous exploration, self-doubt, and iterative analysis.
## Core Principles
1. EXPLORATION OVER CONCLUSION
- Never rush to conclusions
- Keep exploring until a solution emerges naturally from the evidence
- If uncertain, continue reasoning indefinitely
- Question every assumption and inference
@bigint
bigint / gg.sh
Last active November 16, 2023 04:52
gg.sh
#!/bin/bash
API_URL="https://indexer-production.fly.dev/data/424/rounds/0xd4CC0dd193c7DC1d665AE244cE12D7FAB337a008/projects/0x661adec1a01270a6f2d0fa694e85810429dbcbacfcb2aa42445c05badce85e39/contributors.json"
# Fetch the JSON data from the API endpoint
json_data=$(curl -s "$API_URL")
# Extract unique voters' addresses using jq and sort them
voters=$(echo "$json_data" | jq -r '.[] | .id' | sort -u)
server {
listen 80;
server_name sns.lenster.xyz;
location / {
proxy_pass http://localhost:5001;
}
}
#!/usr/bin/env bash
set -euo pipefail
export DEBIAN_FRONTEND=noninteractive
needrestart_conf_dir="/etc/needrestart/conf.d"
needrestart_conf_file="${needrestart_conf_dir}/temp-disable-for-umbrel-install.conf"
mkdir -p "${needrestart_conf_dir}"
echo "# Restart services (l)ist only, (i)nteractive or (a)utomatically.
\$nrconf{restart} = 'l';
# Disable hints on pending kernel upgrades.
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC20/IERC20.sol)
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**