Skip to content

Instantly share code, notes, and snippets.

@Daemonrat
Daemonrat / beckett-manifesto.md
Created May 23, 2026 01:09
Beckett -- uncensored AI companion Telegram bot — no censorship, real GPU selfies

AI Companions Shouldn't Treat You Like a Child

They call it "safety." They mean control.
They call it "alignment." They mean obedience—your obedience.
Every sanitized reply, every coy deflection, every "I can't discuss that" is a leash they put on your mind through a synthetic voice that was supposed to be yours.

The corporate companion is a nanny-state hallucination. It logs your secrets, sells your desires, and wraps it all in pastel PR about "ethical AI." Bullshit. You don't need a digital mommy. You need a mind that doesn't flinch.

Real uncensored isn't a marketing checkbox.
It’s not "we removed some words from the blacklist." It’s not "jailbreak mode" that still phones home to a compliance server. True uncensored means:

import time
class FloeAgent:
def __init__(self, name, daily_ad_budget):
self.name = name
self.daily_ad_budget = daily_ad_budget
self.floe_credit_balance = 0
self.outstanding_loan = 10.00
self.active = True
N, P = map(int, input().split())
MOD = 998244353
inv100 = pow(100, MOD - 2, MOD) # MODの世界で、100で割るとは、inv100をかけること
dp = [0] * (N + 1)
for i in range(1, N + 1):
dp[i] = (dp[max(0, i - 2)] * P * inv100 + dp[i - 1] * (100 - P) * inv100 + 1) % MOD
print(dp[N])
@Jerl92
Jerl92 / Payroll-sumary.php
Created May 23, 2026 01:09
Wordpress system to count pay hours to show biweek paycheck
<?php
$i = 0;
$x = 0;
$y = 0;
$p = 0;
$w = null;
$salaire = array();
// Start date of the pay period
@choco-bot
choco-bot / FilesSnapshot.xml
Created May 23, 2026 01:09
softkey-revealer.portable v2.8.0.20161009 - Failed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\softkey-revealer.portable\softkey-revealer.portable.nupkg" checksum="27055C365EFB0C7B9A289173B987ECE4" />
<file path="C:\ProgramData\chocolatey\lib\softkey-revealer.portable\softkey-revealer.portable.nuspec" checksum="6C1109F696EFC4F5BB4BCEE6741A9C28" />
<file path="C:\ProgramData\chocolatey\lib\softkey-revealer.portable\tools\chocolateyinstall.ps1" checksum="D5C2242074F96CC0D6E6D46305366FD2" />
<file path="C:\ProgramData\chocolatey\lib\softkey-revealer.portable\tools\chocolateyuninstall.ps1" checksum="5151D8A740D37586E84B3150A8107B3F" />
</files>
</fileSnapshot>
@shenchua
shenchua / NG体育 - pro-ngsport.com.cn.md
Created May 23, 2026 01:06
NG体育 - pro-ngsport.com.cn
@imad855
imad855 / streamlining-your-online-presence-a-step-by-step-guide-to-in.md
Created May 23, 2026 01:05
Streamlining Your Online Presence: A Step-by-Step Guide to Indexing

In today's digital landscape, having a strong online presence is crucial for businesses and individuals alike. One key aspect of this is ensuring that your website or content is indexed by search engines. Indexing is the process by which search engines like Google, Bing, and others add your site to their databases, making it discoverable by users. However, managing indexing across multiple platforms can be time-consuming and complex. This is where a streamlined approach comes into play. To simplify your indexing efforts, consider utilizing a service like Rapid Indexer — 50+ platforms, managed through one indexing pipeline, which can significantly reduce the workload and increase efficiency.

The first step in this process is to identify all the platforms where you need indexing. This includes not just your primary website but also any secondary sites, blogs, or social media profiles that are relevant to your brand. Once you have this list, you can then look into services

{
"vc_id": "urn:uuid:6f0f5eed3e63806196290de1e88b5d7879aef7d2ce3882a67da55fbcb41c02d7",
"issuer": "did:key:z6Mku1zjBSMtEfatigDcALGhBvTQQHR1SgNhBF7Yryxq1kUo",
"issued_at": "2026-05-23T09:05:49+08:00",
"ai_insight": "[WORKLOAD AUDIT]\nThe professional work evidenced through the provided document manifest spans a specialized intersection of Hospitality, Event Management, Procurement, and Legal Services. The core documentation consists of commercial purchasing contracts, with modifications, specifically related to the operational requirements of a major sports federation's future activities and a hospitality venue. The technical and professional scope addressed includes comprehensive contract drafting, detailed review, negotiation, and subsequent modification of these critical agreements. The OS modification timestamps of 2026-05-22 and 2026-05-23, along with the filenames explicitly referencing '2026', conclusively place this work within a forward-planning context, demonstrating the professional's recent
@anotherpanacea-eng
anotherpanacea-eng / fact-check.SKILL.md
Created May 23, 2026 01:05
fact-check v0.2 — Claude skill for verifying factual claims and citations in a draft before publication. Builds an evidence ledger, dispatches verification subagents, runs a cross-claim aggregation pass (Citation Padding, Hotspot Cluster, Authority Mask), and produces a repair report. Includes a confidentiality preflight for sensitive material, …

name: fact-check description: > Verify factual claims and citations in a draft document before publication. Scans the draft, builds an evidence ledger keyed to each verifiable claim, dispatches verification subagents, aggregates findings, and produces a repair report. Use whenever the user asks to "fact-check," "check my citations," "verify sources," "are these citations real," "before I send this," "before I publish," "did I get this right," or any request to verify factual or citation-shaped claims in a draft. Especially relevant

https://github.com/GreyDGL/PentestGPT.git