Skip to content

Instantly share code, notes, and snippets.

View iandark's full-sized avatar
:electron:

Derkian Afonso iandark

:electron:
  • Juiz de Fora, Brazil
View GitHub Profile
@rohitg00
rohitg00 / llm-wiki.md
Last active July 16, 2026 03:22 — forked from karpathy/llm-wiki.md
LLM Wiki v2 — extending Karpathy's LLM Wiki pattern with lessons from building agentmemory

LLM Wiki v2

A pattern for building personal knowledge bases using LLMs. Extended with lessons from building agentmemory 20K+ Stars ⭐️, a persistent memory engine for AI coding agents.

This builds on Andrej Karpathy's original LLM Wiki idea file. Everything in the original still applies. This document adds what we learned running the pattern in production: what breaks at scale, what's missing, and what separates a wiki that stays useful from one that rots.

What the original gets right

The core insight is correct: stop re-deriving, start compiling. RAG retrieves and forgets. A wiki accumulates and compounds. The three-layer architecture (raw sources, wiki, schema) works. The operations (ingest, query, lint) cover the basics. If you haven't read the original, start there.

@wasulabenjamin
wasulabenjamin / How to activate Sublime Text Build 4200 x64.md
Last active July 15, 2026 09:03
How to activate Sublime Text Build 4200 x64

Activate Sublime Text Build 4200 x64

  1. Go to https://hexed.it/
  2. Click Open File in the top left corner, navigate to instalation folder and select sublime_text.exe
  3. On the Search for bar in the left panel, input: 0F B6 51 05 83 F2 01
  4. Now in the editor, click on the first byte (0F) and start replacing each byte by: C6 41 05 01 B2 00 90
  5. Finally, in the top left corner again, click on Save as and replace the old executable file with the newly created one.

Enjoy an Unlimited User License!

@mathix420
mathix420 / medium.user.js
Last active July 9, 2026 20:27
Bypass Medium Paywall - Working late 2023 - Greasy Fork, Violentmonkey, Tampermonkey - Click the RAW button to install
// ==UserScript==
// @name Medium Paywall Bypass
// @namespace Violentmonkey Scripts
// @run-at document-start
// @match *://*.medium.com/*
// @match *://medium.com/*
// @match *://*/*
// @grant none
// @version 3.0
// @inject-into content
@Calinou
Calinou / README.md
Last active September 10, 2024 07:33
Increase NVIDIA power limit with the proprietary driver on Linux, from 200W to the maximum 216W on a GeForce GTX 1080

Instructions

  • Save nvidia-tdp.service and nvidia-tdp.timer to /etc/systemd/system.
  • Run sudo systemctl daemon-reload && sudo systemctl enable nvidia-tdp && sudo systemctl start nvidia-tdp to apply immediately and on future boots.
@paulera
paulera / scrum-guide-2020.md
Last active August 5, 2024 15:03
Scrum Guide 2020 updated

The 2020 Scrum Guide™

Available as a PDF here.

Purpose of the Scrum Guide

We developed Scrum in the early 1990s. We wrote the first version of the Scrum Guide in 2010 to help people worldwide understand Scrum. We have evolved the Guide since then through small, functional updates. Together, we stand behind it.

@paulera
paulera / how-to-take-psm-I-scrum-org.md
Last active May 12, 2026 18:44
A practical guide to prepare and take the PSM I (Professional Scrum Master 1) certification, from Scrum.org, entirely by yourself (no course required).

How to take the PSM I certification from Scrum.org entirely by yourself

Some people ask me about Scrum.org certifications: what to study, how to apply for the exam and advice for taking it. So I decided to write a guide for those interested in preparing and taking PSM I (Professional Scrum Master) without spending a fortune with training. With discipline, in around a month (or two), you should be ready to take the test.

The advice compiled here came from experienced agile coaches. Worked very well for me and I hope they will also help those who are seeking directions.

Table of Contents

@paulera
paulera / como-tirar-psm-I-scrum-org.md
Last active November 16, 2023 02:08
Como tirar a certificacao Agil PSM 1 da Scrum.org

Como tirar a certificacao Agil PSM I (scrum.org)

Algumas pessoas me perguntam sobre certificaoes do Scrum.org: o que estudar, como aplicar para a prova e conselhos para realiza-la. Por isso, resolvi escrever este artigo bem pratico sobre a certificacao PSM I (Professional Scrum Master). Com disciplina, em torno de um mes voce estara no ponto para fazer a prova, sem ter que gastar uma fortuna com cursos.

Recebi essas recomendacoes de colegas de trabalho que sao agile coaches extremamente experientes e competentes. Funcionaram muito bem pra mim e espero que ajudem igualmente quem ler este texto.


Formato da prova

"Knowledge is powerful, be careful how you use it!"

A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools, and more.

@marcelaraujo
marcelaraujo / gist:9a9fe07c5a4bcaea8c06
Created October 1, 2015 03:22
MacOS disable services
System process daemons that are system-wide provided by mac os x are described by launchd preference files that can be showed with the command:
$ sudo ls -all /System/Library/LaunchDaemons/
Third party process daemons that are system-wide provided by the administrator are described by preference files that can be showed with the command:
$ sudo ls -all /Library/LaunchDaemons/
Launch Agents that are per-user provided by mac os x usually loaded when the user logs in. Those provided by the system can be found with:
$ sudo ls -all /System/Library/LaunchAgents/
Launch Agents that are per-user provided by the administrator and usually loaded when the user logs in. Those provided by the system can be found with: