Skip to content

Instantly share code, notes, and snippets.

@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created April 12, 2026 10:17
Rimworld output log published using HugsLib
This file has been truncated, but you can view the full file.
Log uploaded on Sunday, April 12, 2026, 6:16:57 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.4.2.0]: 0Harmony(2.4.1), HarmonyMod(2.4.2)
Visual Exceptions(brrainz.visualexceptions)[mv:1.4.0.0]: CrossPromotion(1.1.2), VisualExceptions(1.4.0)
Better Mod Sort(And Error Inspector)(com.bettermodsort.rimworld)[mv:1.0.1]: BetterModSort(1.0.0), Newtonsoft.Json(av:13.0.0,fv:13.0.4.30916)
Loading Progress(ilyvion.LoadingProgress): ilyvion.LoadingProgress(0.9.6)
Faster Game Loading - Continued(Taranchuk.FasterGameLoading): FasterGameLoading(1.0.0)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
@alexdolbun
alexdolbun / @DamiDina @Teknium @NousResearch I don’t share access to my hardware, you are funny man, hahaha (gigabytes per what) Setup some antennas and receivers or rent theme or hack them, in general it’s good idea to adopt with @NousResearch & @elder_plinius
Created April 12, 2026 10:16
@damidina @Teknium @NousResearch I don’t share access to my hardware, you are funny man, hahaha (gigabytes per what?) Setup some antennas and receivers or rent theme or hack them, in general it’s good idea to adopt with @NousResearch & @elder_plinius GODMODE the #Shodan instance, but still you need a lot of (via Twitter https://twitter.com/alex…
@DamiDina @Teknium @NousResearch I don’t share access to my hardware, you are funny man, hahaha (gigabytes per what?)
Setup some antennas and receivers or rent theme or hack them, in general it’s good idea to adopt with @NousResearch & @elder_plinius GODMODE the #Shodan instance, but still you need a lot of
— @alexdolbun (@alexdolbun)
Apr 12, 2026
April 12, 2026 at 01:11AM
@jayva1
jayva1 / App.css
Created April 12, 2026 10:16
DMND Competency Test - BTC Dashboard by Jay Valiya
.counter {
font-size: 16px;
padding: 5px 10px;
border-radius: 5px;
color: var(--accent);
background: var(--accent-bg);
border: 2px solid transparent;
transition: border-color 0.3s;
margin-bottom: 24px;
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created April 12, 2026 10:16
Rimworld output log published using HugsLib Standalone Log Publisher
Log uploaded on Sunday, April 12, 2026, 1:15:55 PM
Loaded mods:
Harmony(brrainz.harmony)[v:2.4.2.0][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)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
Adaptive Storage Framework(adaptive.storage.framework): 0MultiplayerAPI(av:0.5.0,fv:0.5.0), 1ITransformable(1.0.0), AdaptiveStorageFramework(1.2.4), CopyOperation(1.0.0), DefNameLink(1.0.0), GeneratorOperation(1.0.0), GeneratorOperationV2(1.0.0), PatchOperationSet(1.0.0), PatchOperationTryAdd(1.0.0), PostInheritanceOperation(1.0.0), SaveGameCompatibility(1.0.0)
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)
@a70437043b
a70437043b / index.html
Created April 12, 2026 10:15
my calendar
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
:root {
--bg: #191919; --card: #222; --text: #eee;
--c-red: #ff4d4f; --c-orange: #ffa940; --c-green: #73d13d;
--c-brown: #a0522d; --c-today: #ffd666;
local part = script.Parent
local activated = false
-- функция печати текста
local function typeText(label, text)
local sound = label:FindFirstChild("TypeSound")
label.Text = ""
@codingfreak
codingfreak / Purge-DeletedEntraIdAppRegistrations.ps1
Created April 12, 2026 10:15
Permanently delete all deleted Entra ID appregistrations
Connect-MgGraph -Scopes "Application.ReadWrite.All"
Get-MgDirectoryDeletedItemAsApplication -All | `
ForEach-Object { Remove-MgDirectoryDeletedItem -DirectoryObjectId $_.Id }
# If you want to delete just one with a specific name
Get-MgDirectoryDeletedItemAsApplication -All | `
Where-Object { $_.DisplayName -eq "YOUR_APP_NAME" } | `
ForEach-Object { Remove-MgDirectoryDeletedItem -DirectoryObjectId $_.Id }
@envyen
envyen / atomberg_fan_scanner.py
Created April 12, 2026 10:14
Discovers and retrieves full details from all Atomberg smart fans linked to your account, then listens for local UDP broadcasts to capture real-time state updates.
#!/usr/bin/env python3
"""
atomberg_fan_scanner.py
=======================
Discovers and retrieves full details from all Atomberg smart fans
linked to your account, then listens for local UDP broadcasts to
capture real-time state updates.
Requirements:
pip install requests
@hwangdoksool
hwangdoksool / b2c-newlywed-template-system.html
Created April 12, 2026 10:14
B2C newlywed template system
<!doctype html><html lang="ko"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>B2C Template System</title><style>
:root{--bg:#0b0d12;--line:rgba(255,255,255,.08);--text:#f5f7fb;--muted:#b8c0d3;--accent:#BAFC27;--green:#3DFF8D;--yellow:#FFD84D;--red:#FF5E6C}
*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#0a0d13,#151a25);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,'Apple SD Gothic Neo',sans-serif}.wrap{max-width:1680px;margin:0 auto;padding:28px 22px 60px}
.hero h1{margin:0 0 10px;font-size:34px}.hero p{margin:0;color:var(--muted);line-height:1.7;max-width:1080px}.legend{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0 26px}.tag{padding:8px 12px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.04);font-size:13px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(460px,1fr));gap:24px}.card{background:rgba(255,255,255,.03);border:1px solid var(--line);border-radius:22p
@AnthonyAlcaraz
AnthonyAlcaraz / linkedin-collective-harness-2026-04-12.md
Created April 12, 2026 10:14
The Collective Harness: Team OS, SkillClaw, and Why Agent Knowledge Must Compound Across People

title: "The Collective Harness: Team OS, SkillClaw, and Why Agent Knowledge Must Compound Across People" date: 2026-04-12 type: linkedin status: draft featured-image: https://i.imgur.com/d9jZrc0.png gist-url: linkedin-publish-url: character-count: 2842 hook-type: concrete-scene