Skip to content

Instantly share code, notes, and snippets.

@nvurgaft
nvurgaft / gist:8086853
Last active March 31, 2026 18:59
A simple HTTP/1.0 request client. This is a free software code, use fairly!
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <netdb.h>
#include <errno.h>
@imaman
imaman / SKILL.md
Created March 31, 2026 07:28
regression-dog skill
name regression-dog
description Review code changes for regressions.

Review code changes for behavioral differences between the before and after code.

Important:

  • Do NOT run tests, typechecks, linters, or build commands. CI already handles those. Focus your context budget entirely on reasoning about the code changes and its implications on logic/behavior/data/etc.
@WahlbeckUEFN
WahlbeckUEFN / custom_character.verse
Created May 15, 2023 20:24
How to import and animate custom characters to replace the default Fortnite character in UEFN with Verse
using { /Fortnite.com/Devices }
using { /Fortnite.com/Characters }
using { /Verse.org/Simulation }
using { /UnrealEngine.com/Temporary/Diagnostics }
using { /UnrealEngine.com/Temporary/SpatialMath }
# See https://dev.epicgames.com/documentation/en-us/uefn/create-your-own-device-in-verse for how to create a verse device.
# A Verse-authored creative device that can be placed in a level
@CloudyWSA
CloudyWSA / Fabi.md
Last active March 31, 2026 18:58
Fechando o Ciclo: Uma Arquitetura de Autoaperfeiçoamento para Agentes Autônomos de Suporte ao Cliente

Fabi: Construindo um Agente de Suporte que Aprende, Escala e Colabora com Humanos

Abstract

Este paper descreve a arquitetura e os aprendizados da construção da Fabi, um agente de suporte ao cliente em produção. O foco principal não é o agente conversacional em si, que é relativamente simples, mas três sistemas que o cercam: um mecanismo de memória persistente com auto-reflexão, um sistema de cards com instruções que permite humanos guiarem o agente sem interromper conversas, e um protocolo de colaboração humano-agente que redefine o papel do especialista de suporte. Em 337 atendimentos, o sistema atingiu 90.5% de resolução autônoma com CSAT de 4.5/5 a USD 0.34 por conversa. Apresentamos a arquitetura de cada sistema, os problemas que encontramos em produção e as direções futuras, incluindo a possibilidade de agentes downstream consumirem os artefatos da Fabi para corrigir bugs de forma autônoma.

1. Introdução

A maioria dos agentes de suporte com IA segue uma arquitetura previsível: recebem a mensag

@TRB-Exe
TRB-Exe / windowsfastactivation.md
Last active March 31, 2026 18:53
Windows 10 fast activation from cmd

Super easy and fast activation from command prompt

Run cmd.exe with Admin permissions and enter commands for your system. Note: the keys is for Professional editions of Windows.

windows 10/11

slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
slmgr /skms kms.digiboy.ir
slmgr /ato
@iAnonymous3000
iAnonymous3000 / bitwarden_hardening_guide.md
Created February 20, 2025 05:28
A comprehensive hardening guide for Bitwarden password manager, covering encryption best practices, 2FA with hardware keys, self-hosting considerations, and offline backup strategies. Includes practical configuration steps and security-focused workflows.

How to Secure Your Bitwarden Account: A Comprehensive Guide

A breach in your password manager could be catastrophic, so securing it is non-negotiable. This guide covers the essentials and some pro-level tricks to make your account a fortress. Let’s dive in!

1. Use a Strong, Unique Master Password

Your master password is the linchpin of your Bitwarden security. If it falls, everything does—so let's make it unbreakable.

What Makes a Password Strong?

  • Length: Aim for 20+ characters. The longer, the better—each character ramps up the cracking difficulty.
  • Complexity: Blend uppercase, lowercase, numbers, and special characters (e.g., @, #, &).
@roachhd
roachhd / README.md
Last active March 31, 2026 18:48
EMOJI cheatsheet 😛😳😗😓🙉😸🙈🙊😽💀💢💥✨💏👫👄👃👀👛👛🗼🔮🔮🎄🎅👻

EMOJI CHEAT SHEET

Emoji emoticons listed on this page are supported on Campfire, GitHub, Basecamp, Redbooth, Trac, Flowdock, Sprint.ly, Kandan, Textbox.io, Kippt, Redmine, JabbR, Trello, Hall, plug.dj, Qiita, Zendesk, Ruby China, Grove, Idobata, NodeBB Forums, Slack, Streamup, OrganisedMinds, Hackpad, Cryptbin, Kato, Reportedly, Cheerful Ghost, IRCCloud, Dashcube, MyVideoGameList, Subrosa, Sococo, Quip, And Bang, Bonusly, Discourse, Ello, and Twemoji Awesome. However some of the emoji codes are not super easy to remember, so here is a little cheat sheet. ✈ Got flash enabled? Click the emoji code and it will be copied to your clipboard.

People

:bowtie: 😄

@CaseSens
CaseSens / KDE_Capslock.md
Created June 5, 2025 16:38
Fedora KDE: FIX CAps LOck DElay

How to Fix/Remove the Caps Lock Delay on Fedora KDE (Wayland)

If you're like me and use Caps Lock for capitalization, this default delay will drive you mad. I couldn't find any Fedora KDE specific fixes, so I'm writing this in hopes to help others who experienced the same issue.

note: Github repos aimed to fix this for broad distros didn't seem to work for me, so this will be a manual guide.

Navigate to your shared user folder

First, back up your capslock file:

Easy Telemetry Disable for 10/11

Prerequisites

  1. Upgrade to Enterprise edition of Windows 10/11 if you are running Home or Pro.
    • You can do this through the Change Edition option in the Extras menu in MAS.

Disabling Telemetry via Group Policy

  1. Open the Group Policy Editor. Search for "Edit Group Policy" in search or run gpedit.msc.