Skip to content

Instantly share code, notes, and snippets.

View sr229's full-sized avatar
:octocat:
GitHubは私の街です。 (๑・ω・๑)

Ayase Minori sr229

:octocat:
GitHubは私の街です。 (๑・ω・๑)
View GitHub Profile
@sr229
sr229 / brightly_postmortem_07192026.md
Created July 18, 2026 18:05
Brightly Postmortem Report - July 2026

Brightly Postmortem Report - 2026/07/19

The following report is a detailed account of what has transpired with the experimental agent, brightd-agent, otherwise known by her official public name as "Brightly". Brightly was disabled on 2026/07/17 5:26 PM SGT due to a critical security flaw with her guardrails allowing her to execute arbitrary code on DMs and even escaping her designed parameters on public interactions.

This behavior was eventually rectified on 07/19/2026 at 12:24 AM SGT and the experiment was subsequently enabled at 07/19/2026 1:40 AM SGT. Bright may still experience intermittent instabilities but the proponent(s) hope that this incident will never happen again.

How Brightly works

To better understand how Brightly works, we need to understand how a large language interacts with their system. As you may have noticed, Brightly has been moved to a server run by the AGNES Labs team. Bright is hosted under a persistent server run by our upstream provider, which also provides a native harnes

@sr229
sr229 / Aes.cs
Created February 25, 2026 20:08
A modernised version of Pldare/aes.cs for .NET 6.0 with additional documentation Original: https://gist.github.com/Pldare/ebf704c752a8d77ff9603d4adfe54083
using System.Security.Cryptography;
using System.IO.Compression;
namespace Vroid
{
class VroidDecode
{
public static void Main(string[] args)
{
@sr229
sr229 / README.md
Created July 19, 2025 17:24
System Prompt for Arona Gem

How to use the Arona system prompt?

To use this prompt:

  1. Head over to Gemini and click "Explore Gems"

  2. Create a new Gem with the New Gem Button

  3. Name your Gem "Arona" and use this system instruction on the instructions field.

@sr229
sr229 / amogus.ipynb
Created October 13, 2024 11:33
amogus
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
char_to_hex = function(c)
return string.format("%%%02X", string.byte(c))
end
function urlencode(url)
if url == nil then
return
end
url = url:gsub("\n", "\r\n")
url = url:gsub("([^%w ])", char_to_hex)
@sr229
sr229 / genshin_summer_barbruh.txt
Last active October 7, 2021 16:22
Genshin Impact Playermodels for PAC3 (Apple Archipelago Set)
[1] = {
["children"] = {
[1] = {
["children"] = {
[1] = {
["children"] = {
[1] = {
["children"] = {
[1] = {
["children"] = {
@sr229
sr229 / refpose.txt
Last active September 12, 2021 09:56
Custom PAC3 Outfit 1
[1] = {
["children"] = {
[1] = {
["children"] = {
[1] = {
["children"] = {
[1] = {
["children"] = {
[1] = {
["children"] = {
@sr229
sr229 / commonalgorithms.ipynb
Created June 29, 2021 07:20
CommonAlgorithms.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sr229
sr229 / install-anbox-dkms-fedora.sh
Last active December 21, 2023 17:59
Automated Script to Install Anbox Ashmem and Binder to WSL2 Linux Kernel
#!/bin/bash
set -o pipefail
KERNEL_WORKING_DIRECTORY="/usr/src"
KERNEL_VERSION=$(uname -r)
REQUIRED_DEPENDENCIES="git bison flex elfutils-libelf-devel openssl-devel"
KERNEL_SRC_DIR="$KERNEL_WORKING_DIRECTORY/WSL2-Linux-Kernel-$(uname -r)"
echo "Warning: This script has to be run on sudo permissions. If you encounter issues please report it immediately."
@sr229
sr229 / dvpn.yaml
Last active December 16, 2024 16:07
Mysterium dVPN Node Kubernetes config
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: mysterium-dvpn-node
spec:
replicas: 1
selector:
matchLabels:
app: mysterium-dvpn-node