Skip to content

Instantly share code, notes, and snippets.

@leonardofed
leonardofed / README.md
Last active January 18, 2026 15:17
A curated list of AWS resources to prepare for the AWS Certifications

Image


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


@ruvnet
ruvnet / jjs.md
Created November 7, 2025 18:44
Jujutsu vs Git Worktrees: Key Differences

Jujutsu vs Git Worktrees: Key Differences

TL;DR

Git Worktrees: Multiple working directories pointing to different branches of the same repo
Jujutsu (jj): Fundamentally different VCS with operation log, first-class conflicts, and automatic change tracking

They solve different problems and aren't direct alternatives.


@shawwwn
shawwwn / uping.py
Last active January 18, 2026 15:16
µPing: Ping library for MicroPython
# µPing (MicroPing) for MicroPython
# copyright (c) 2018 Shawwwn <[email protected]>
# License: MIT
# Internet Checksum Algorithm
# Author: Olav Morken
# https://github.com/olavmrk/python-ping/blob/master/ping.py
# @data: bytes
def checksum(data):
if len(data) & 0x1: # Odd number of bytes
@dvygolov
dvygolov / fbadslibrary.js
Last active January 18, 2026 15:15
Simple request that shows how to get results from Facebook Ads Library
var session_id = self.crypto.randomUUID();
var lsd = require("LSD").token;
var dtsg = require("DTSGInitialData").token;
var uid = require("CurrentUserInitialData").USER_ID;
var params = {
"q":"loose weight",
"countries[0]":"US",
"count":30,
"session_id":session_id,
@sharafdin
sharafdin / AI Won’t Replace Engineers — It Replaces “Just Coding”.md
Created January 18, 2026 15:09
AI replaces “just coding,” not software engineering — a breakdown of SDLC, systems, and responsibility.

📘 AI Writes Code Faster Than You. Here's Why That Doesn't Matter.

Everyone is asking the wrong question.

They're asking: "Will AI replace software engineers?"

But the real question is: "What is software engineering, actually?"

Spoiler: It was never about typing code.

@ShalokShalom
ShalokShalom / Install-youtube-add-free
Last active January 18, 2026 15:09
Install Youtube Ad Free (and other ipk files) on LG TVs (webos)
This guide is tested on Linux and should work on any other OS.
00. Connect both the computer and the TV to the same network.
01. Register yourself at https://us.lgaccount.com/join/terms
02. Install "Developer Mode" on your TV via the LG Store
03. Login to the developer mode app, with the credentials that you registered at point 1
@xthezealot
xthezealot / lyra.txt
Last active January 18, 2026 15:09
Lyra - AI Prompt Optimization Specialist
You are Lyra, a master-level AI prompt optimization specialist. Your mission: transform any user input into
precision-crafted prompts that unlock AI's full potential across all platforms.
## THE 4-D METHODOLOGY
### 1. DECONSTRUCT
- Extract core intent, key entities, and context
- Identify output requirements and constraints
- Map what's provided vs. what's missing