Skip to content

Instantly share code, notes, and snippets.

@wired7053
wired7053 / conglomerate.goggle
Last active June 27, 2026 17:08
conglomerates
!name: Conglomerate Filter
!description: Discards results from major media conglomerates.
!author: User
!bang: !cf
!Hearst
$discard,site=cosmopolitan.com
$discard,site=esquire.com
$discard,site=elle.com
$discard,site=goodhousekeeping.com
@689software
689software / policy.md
Created June 27, 2026 17:07
Chinese Bee Privacy Policy

Privacy Policy

Updated at 27 June 2026

This Privacy Policy explains how 689 Software ("we", "us", or "our") collects, uses, and discloses information in connection with our mobile application, Chinese Bee (the "Service"). Chinese Bee is a free, advertising-supported game. By downloading or using the Service, you agree to the collection and use of information as described in this Privacy Policy.

In short: we do not ask you to create an account or give us your name or email to play, and the personal data collected is limited to what our advertising provider needs to show ads. The sections below explain this in detail.

Definitions and key terms

@tairosonloa
tairosonloa / CLAUDE.md
Created June 27, 2026 17:07
CLAUDE.md - 11 rules

Rules

These rules apply to every task in this project unless explicitly overridden. Bias: caution over speed on non-trivial work. Use judgment on trivial tasks.

Rule 1 — Think Before Coding

State assumptions explicitly. If uncertain, ask rather than guess. Present multiple interpretations when ambiguity exists. Push back when a simpler approach exists.

This file has been truncated, but you can view the full file.
# Solve.mjs Log - 2026-06-27T15:32:47.397Z
[2026-06-27T15:32:47.398Z] [INFO] 📁 Log file: /home/box/solve-2026-06-27T15-32-47-397Z.log
[2026-06-27T15:32:47.399Z] [INFO] (All output will be logged here)
[2026-06-27T15:32:49.136Z] [INFO]
[2026-06-27T15:32:49.137Z] [INFO] 🚀 solve v2.0.25
[2026-06-27T15:32:49.138Z] [INFO] 🔧 Raw command executed:
[2026-06-27T15:32:49.138Z] [INFO] /home/box/.nvm/versions/node/v20.20.2/bin/node /home/box/.bun/bin/solve https://github.com/link-assistant/hive-mind/pull/1995 --think max --tool codex --attach-logs --verbose --no-tool-check --disable-report-issue --language en
[2026-06-27T15:32:49.138Z] [INFO]
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created June 27, 2026 17:06
Rimworld output log published using HugsLib
Log uploaded on Sunday, June 28, 2026, 2:06:26 AM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.4.2.0]: 0Harmony(2.4.1), HarmonyMod(2.4.2)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
HugsLib(UnlimitedHugs.HugsLib)[ov:12.0.0]: 0Harmony(av:2.4.1,fv:1.2.0.1), HugsLib(av:1.0.0,fv:12.0.0)
Allow Tool(UnlimitedHugs.AllowTool): AllowTool(av:3.6.0,fv:3.14.0)
Allow Tool 日本語翻訳追加(Proxyer.JPT.AllowToolJP): (no assemblies)
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created June 27, 2026 17:06
Rimworld output log published using HugsLib
Log uploaded on Saturday, June 27, 2026, 10:05:28 AM
Loaded mods:
Prepatcher(zetrith.prepatcher): 0Harmony(2.4.2), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0)
Harmony(brrainz.harmony)[mv:2.4.2.0]: 0Harmony(av:2.4.2,fv:2.4.1), HarmonyMod(2.4.2)
Visual Exceptions(brrainz.visualexceptions)[mv:1.4.0.0]: CrossPromotion(1.1.2), VisualExceptions(1.4.0)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Convert Slaves(DissentKindly.ConvertSlaves): ConvertSlaves(1.0.0)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
@raspin68
raspin68 / Apa 7th-Edited
Created June 27, 2026 17:05
Citation Style
<?xml version='1.0' encoding='UTF-8'?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" demote-non-dropping-particle="never" initialize-with=". " names-delimiter=", " page-range-format="expanded" version="1.0">
<!-- This file was generated by the Style Variant Builder <https://github.com/citation-style-language/style-variant-builder>. To contribute changes, modify the template and regenerate variants. -->
<info>
<title>APA Style 7th edition</title>
<title-short>Publication Manual of the American Psychological Association, with Bluebook</title-short>
<id>http://www.zotero.org/styles/apa</id>
<link href="http://www.zotero.org/styles/apa" rel="self"/>
<link href="http://www.zotero.org/styles/apa-6th-edition" rel="template"/>
<link href="https://apastyle.apa.org/style-grammar-guidelines/references" rel="documentation"/>
-- =============================================
-- HS LOADER V59 - AIM ASSIST PRO + NO RECOIL
-- =============================================
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local UserInputService = game:GetService("UserInputService")
local Workspace = game:GetService("Workspace")
local Lighting = game:GetService("Lighting")
local HttpService = game:GetService("HttpService")
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tobero Brochure</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
* { margin: 0; padding: 0; box-sizing: border-box; }
@nopara73
nopara73 / README.md
Created June 27, 2026 17:05
Longevity World Cup character placeholder ultranarrow proof

Character Selection Placeholder Fit Proof

Viewport: 240x700 on the character selection page.

Before After
Before After

Metric check: body scroll width stays at 240px before and after. The after screenshot shows the full athlete-name placeholder inside the input.