Skip to content

Instantly share code, notes, and snippets.

/*
*
* Original code by Miononno
* https://www.youtube.com/watch?v=1kanq1w2DA0
*
* Enhanced by unknown @ lteforum.at
*
*/
console.log("Loading ZTE Script v" + "2025-04-17-#1");
@akitaonrails
akitaonrails / makita-news-idea.md
Created February 16, 2026 14:26
A idéia original do newsletter The M.Akita Chronicles (o 1o prompt, de mais de 1000)

Akitando News (codename The M.Akita Chronicles)

I am Fabio Akita, known YouTuber at @Akitando channel. I published videos from the end of 2018 until the beginning of 2024. I also participated in many important Brazilian podcasts such as Flow and Inteligencia LTDA throughout 2024 and 2025. Prior to that I was the former organizer of Rubyconf Brasil from 2008 until 2016. I write at the blog akitaonrails.com since april of 2006 until now. I am also the co-founder of a boutique consultancy in Brazil especialized in team augmentation for USA dev teams called CodeMiner 42.

I am also very active in X.com as @akitaonrails.

Now, I want to try a new project: a Newsletter. This needs to be divided into multiple sub-projects here.

1. AI based Newsletter organizer

@chadmed
chadmed / asound.conf
Last active March 4, 2026 20:28
j314s-alsa-notes
# File written by chadmed <jcalligeros99@gmail.com>
# This file is organised from top to bottom as sound enters ALSA from user space.
# Set up device and set default for Pulse, PipeWire, JACK, etc.
# XXX: doesn't work reliably with PipeWire for some reason.
pcm.!default {
type plug
slave.pcm pass6
}
@ayush-that
ayush-that / generate-blogs.ts
Created March 4, 2026 19:43
CodeJeet Blog Generator
/**
* CodeJeet Blog Generator
*
* Generates SEO-optimized blog posts using the DeepSeek API.
* Produces company interview guides, topic deep-dives, comparison posts,
* and company-topic crossover articles — all with multi-language code examples.
*
* Usage:
* DEEPSEEK_API_KEY=sk-your-key-here npx tsx scripts/generate-blogs-shareable.ts
*/
@minimaxir
minimaxir / AGENTS.md
Last active March 4, 2026 20:23
Rust AGENTS.md (2026-02-23)

Agent Guidelines for Rust Code Quality

This document provides guidelines for maintaining high-quality Rust code. These rules MUST be followed by all AI coding agents and contributors.

Your Core Principles

All code you write MUST be fully optimized.

"Fully optimized" includes:

@minimaxir
minimaxir / AGENTS.md
Last active March 4, 2026 20:23
Python AGENTS.md (2026-02-23)

Agent Guidelines for Python Code Quality

This document provides guidelines for maintaining high-quality Python code. These rules MUST be followed by all AI coding agents and contributors.

Your Core Principles

All code you write MUST be fully optimized.

"Fully optimized" includes:

@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active March 4, 2026 20:23
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under the Quests tab
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
@cryzed
cryzed / fix-infinality.md
Last active March 4, 2026 20:22
A set of instructions on how to fix the harfbuzz + Infinality issue and restoring good-looking, Infinality-like font rendering.

Disclaimer: Please follow this guide being aware of the fact that I'm not an expert regarding the things outlined below, however I made my best attempt. A few people in IRC confirmed it worked for them and the results looked acceptable.

Attention: After following all the steps run gdk-pixbuf-query-loaders --update-cache as root, this prevents various gdk-related bugs that have been reported in the last few hours. Symptoms are varied, and for Cinnamon the DE fails to start entirely while for XFCE the icon theme seemingly can't be changed anymore etc.

Check the gist's comments for any further tips and instructions, especially if you are running into problems!

Screenshots

Results after following the guide as of 11.01.2017 13:08:

@SubCoder1
SubCoder1 / index.html
Created February 1, 2023 15:57
Server Side Event in Go using Gin
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Server Sent Event</title>
</head>
<body>
<div class="event-data" id="data"></div>
@tjhanley
tjhanley / claude-statusline-README.md
Last active March 4, 2026 20:17
Claude Code custom statusline — Catppuccin Mocha powerline style with git, context, cost, duration, agent, and vim mode segments

Claude Code Statusline — Catppuccin Mocha Powerline

A custom statusline for Claude Code with Catppuccin Mocha colors and Nerd Font powerline segments.

image

Segments

| Segment | Color | Content |