Skip to content

Instantly share code, notes, and snippets.

@jokull
jokull / npm-packaging-2026.md
Created August 5, 2026 22:10
npm packaging in 2026 — a recipe for TypeScript libraries (from better-result + tsdown: publint/attw, oxlint/oxfmt, min-TS check, release workflow)

npm packaging in 2026 — a recipe for TypeScript libraries

Distilled from reading better-result (the reference implementation) and the current tsdown docs. Apply to any library — including result-rpc.

The stack, and why

Tool Role
tsdown 0.22+ build: ESM and/or CJS, .d.ts generation, minify, sourcemaps — and built-in publint + attw validation that runs on every build
@Streek
Streek / memory.md
Created August 5, 2026 22:09
AI Memory via SQLite3

Agentic Memory

  • Use the local SQLite memory at ~/.memory/agentic-actions.sqlite to quietly track meaningful agentic work. This memory is private operational context; do not mention it in normal responses unless the user asks about memory, daily activity, logs, or what happened.
  • Keep logging low-overhead. Log one actions row when a meaningful task, investigation, configuration change, code change, review, deployment, or blocker is completed. Do not log every tool call, minor file read, or routine command.
  • Treat memory as sensitive. Never write secrets, tokens, API keys, passwords, cookies, private keys, seed phrases, auth headers, session values, raw environment variables, customer data, personal contact details, or proprietary source snippets into memory. Redact instead, e.g. [redacted token], and log only that sensitive material was handled.
  • Do not store raw command output if it may contain credentials, PII, payment data, private URLs with signed query strings, or confidential business data.
@choco-bot
choco-bot / Install.txt
Created August 5, 2026 22:09
vagrant-winrm-config v0.0.1 - Failed - Package Tests Results
2026-08-05 21:49:51,254 2128 [DEBUG] - XmlConfiguration is now operational
2026-08-05 21:50:05,388 2128 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2026-08-05 21:50:05,707 2128 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2026-08-05 21:50:05,752 2128 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2026-08-05 21:50:05,797 2128 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2026-08-05 21:50:05,878 2128 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2026-08-05 21:50:05,954 2128 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2026-08-05 21:50:06,169 2128 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2026-08-05 21:50:06,310 2128 [DEBUG] - Adding new typ
@dimmerpoon
dimmerpoon / readme.org
Created August 5, 2026 22:08
Nokia Service Tool 2026 for Windows (32 & 64 bit) All Versions

📖 Overview

Nokia Service Tool is a professional mobile device servicing utility designed for technicians and advanced users. It provides a comprehensive platform for device diagnostics, software maintenance, firmware-related operations, and supported servicing tasks across compatible Nokia mobile devices.

The tool offers an intuitive interface that enables communication with supported devices through USB connection, allowing users to read device information, perform diagnostics, manage supported servicing operations, and complete software maintenance procedures efficiently in professional repair environments.

✔️ Get Tool >> Download Here

✨ Features**

Os 5 plugins que mudam o Claude Code

Passo a passo completo. Todos gratuitos, nenhum pede cartão.


1. OmniRoute — uso praticamente ilimitado

Gateway local: um endpoint só, 250+ provedores de IA, 90+ com camada gratuita. Quando sua cota do Claude estoura, ele cai sozinho pro próximo melhor modelo.

U6EBUFBQAAAAAAAA9VjqsPVYAAAAAAAAAAEAAFBQUAAAAAAAAPVY6rD1WAAAAAAAAAABAABQTlEAAAAAAAD1WOqw9TYAAAAAAAAAAQAAaE8AAAAAAAAA8ibqbPVYAAAAAAAAAAEAAAsJAAAAAAAAAPmc+Iv1RAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAIRUA+eD7E/Jq+3n54AKqAAAAAP63DwEAAB8WAAYg/CTyavu9+M8CqgAAAAACsw8BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAHAQA/Zv7ZfJW+RP6rAKqAAAAAP0mEgEAABwEAAJl+2XyVv94+qwCqgAAAAAC2BIBAAAAAAD+wP+87yMAAAAAAAD6ztet/LkAAQAAAAAAGQr9qPzOAAAAAAAAAAAAAAAAFQEAABcCAvx1/yYAAP1W+qz9VgAAAAD9SxYBAAAJAgL54AMyAAD9Vvqs/VYAAAAA9/UWAQAACQIC/M4CNgAA/Vb6rP1WAAAAAPJFFgEAAAkCAvvf/sAAAP1W+qz9VgAAAADutxYBAAALAgL6iv9IAAD88Pqs/VYAAAAA6T0WAQAAGAICAAAAAAAA/Vb6rP1WAAAAAOXTFgEAAAAAAA8v+xMAAAAAAAAAAAAAAAAAABUBAAAAAAAEqQJD/M4AAAAAAAAAAAAA6T0dAQAAEQEAAAAAAAAA/0j90f2bAAAAAAAAHgEAAB0CAQAAAAAAAP7A/Vb9eQAAAAAAAB4BAAADAQEAAAAAAAAB8fsT/XkAAAAAAAAeAQAAFwEBAAAAAAAA/4b8rP15AAAAAAAAHgEAAAIBAQAAAAAAAASV/Gj9eQAAAAAAAB4BAAACAQEAAAAAAAADi/v0/XkAAAAAAAAeAQAABAMBAAAAAAAAA4v8OP15AAAAAAAAHgEAAAMBAQAAAAAAAAK++2v9eQAAAAAAAB4BAAADBQEAAAAAAAACvvup/XkAAAAAAAAeAQAAAwYBAAAAAAAAAfH7V/15
@thepowerceo
thepowerceo / main.dart
Created August 5, 2026 22:08
Apply only the provider-bootstrap fix in lib/main.dart; the prior proposal was NOT applied. Add WidgetsFlutterBinding.ensureInitialized() and a correctly ordered MultiProvider using the exact existing service/provider constructors for NVAuthService, NVD...
// Generated by NativeVibe - Merged for DartPad
// Note: Some features may not work in DartPad
import 'dart:convert';
import 'dart:html' as html show window;
import 'dart:js_util' as js_util;
import 'dart:typed_data';
import 'package:flutter/foundation.dart' show kIsWeb;
import 'package:flutter/foundation.dart';
@sametatabasch
sametatabasch / E2490.yaml
Last active August 5, 2026 22:09
IKEA E2490 Bilresa Remote HAOS blueprint
blueprint:
name: IKEA E2490 Bilresa Remote - Unified (Z2M)
description: |
IKEA E2490 (Bilresa) için birleştirilmiş ve düzeltilmiş blueprint.
Tekerlek kaydırma, tek tık ve çift tık sorunsuz çalışır.
domain: automation
input:
action_sensor:
name: Action Sensor (Eylem Sensörü)
description: Zigbee2MQTT tarafından oluşturulan eylem sensörünü seçin (Örn: sensor.bilresa_action).
@thepowerceo
thepowerceo / main.dart
Created August 5, 2026 22:08
Flutter app generated by NativeVibe
// Generated by NativeVibe - Merged for DartPad
// Note: Some features may not work in DartPad
import 'dart:convert';
import 'dart:html' as html show window;
import 'dart:js_util' as js_util;
import 'dart:typed_data';
import 'package:flutter/foundation.dart' show kIsWeb;
import 'package:flutter/foundation.dart';
@thepowerceo
thepowerceo / main.dart
Created August 5, 2026 22:07
Flutter app generated by NativeVibe
// Generated by NativeVibe - Merged for DartPad
// Note: Some features may not work in DartPad
import 'dart:convert';
import 'dart:html' as html show window;
import 'dart:js_util' as js_util;
import 'dart:typed_data';
import 'package:flutter/foundation.dart' show kIsWeb;
import 'package:flutter/foundation.dart';