Skip to content

Instantly share code, notes, and snippets.

View icedmoca's full-sized avatar
🕳️
Getting spaghettified in a blackhole

Kyle Drake icedmoca

🕳️
Getting spaghettified in a blackhole
View GitHub Profile
@icedmoca
icedmoca / globalpower.md
Last active October 2, 2025 10:12
Architecture of global power, finance, and influence. It visualizes how hidden capital networks, elite policy groups, governments, corporations, and covert systems interconnect.

Global Power & Control Structure – Reference Table

Warning

The following representation is a synthetic construct generated via machine learning models.
All entities and linkages are the result of pattern recognition and inferred associations, not empirical verification. This diagram should be interpreted as a heuristic visualization of hypothesized systemic relationships, rather than a factual or evidentiary account.

Category (Color) Nodes / Elements
Hidden Core Unknown / WSAP (Breakaway Civilization)
@icedmoca
icedmoca / dell5430system.md
Created September 18, 2025 10:49
dell 5430 system

Dell Latitude 5430 — OS Stack

Layer Components
BIOS / Firmware • Coreboot (custom build, ME disabled with me_cleaner)
• Hidden BIOS menus unlocked
• Overclock/undervolt controls
• TPM patched or disabled
Boot Manager • rEFInd (custom theme)
• Optional GRUB chainloading for kernel params
• Hidden boot profiles (only via hotkey)
• Full disk encryption with LUKS2 detached key
Primary OS • Arch Linux (KDE Plasma)
• BlackArch repo integrated
• Btrfs with snapshots/rollback
• Hardened kernel (linux-hardened / grsecurity)
• AppArmor + firejail confinement
• Encrypted swap and tmpfs
Secondary OS • Windows 11 Pro (stripped/minimal) • Used only for GPU-heavy tasks (gaming, CAD, CUDA) • BitLocker encryption • Hardened via regis
@icedmoca
icedmoca / sha256_90r_old_table_ref.md
Created September 7, 2025 03:47
sha256_90r_old_table_ref

SHA-256 vs SHA256-90R – Multi-Backend Performance (AWS Intel Xeon Platinum 8375C @ 2.90 GHz)

Algorithm / Backend Rounds Block / Output Size Cycles/Byte (cpb) Bytes/Cycle Latency (ns) Throughput/Core (Gbps) Slowdown vs Standard System Specs
SHA-256 (Scalar C) 64 512b / 256b ~60.0 0.017 ~240 ns ~0.46 Gbps – (baseline scalar) Portable C, no SIMD
SHA256-90R (Scalar C) 90 512b / 256b ~45.0 0.022 ~300 ns ~0.60 Gbps ~30% slower vs 64r scalar Same C impl, 40% more rounds
SHA-256 (AVX2) 64 512b / 256b ~7.1 0.14 ~20 ns ~4.2 Gbps \
@icedmoca
icedmoca / verilog_sha256_90r_fpga.c_optimization.md
Created September 6, 2025 14:12
verilog sha256_90r_fpga.c optimization

SHA256-90R FPGA Pipeline Design Research Documentation

This document provides an overview and detailed explanation of the Verilog implementation of a 90-stage SHA256-90R FPGA pipeline, converted from a provided C code simulation of a hardware pipeline. The design implements a fully pipelined SHA-256 hash function with 90 rounds, optimized for FPGA hardware with constant-time operation to mitigate timing attacks.

Overview

The SHA256-90R pipeline is a hardware implementation of the SHA-256 cryptographic hash function, extended to 90 rounds for enhanced security or specific application requirements. The design processes a 512-bit input block and produces a 256-bit hash output, achieving a throughput of one hash per clock cycle after an initial pipeline fill-up period. The implementation is constant-time, using arithmetic masking to ensure consistent execution regardless of input data.

Key Features

  • 90-Stage Pipeline: Each stage performs one round of the SHA-256 compression function.
@icedmoca
icedmoca / sddst.md
Created July 31, 2025 08:39
Skip DMV Driving School Timer

Skip DMV Driving School Timer

Brief Notice for Script Use

Disclaimer:

This script is intended for educational purposes only, to demonstrate how timers in online DMV driving school courses can be bypassed. Using this script to skip mandatory timers may violate the terms of service of the course provider and could be illegal in some jurisdictions. Such actions may result in course invalidation, legal consequences, or other penalties. Use at your own risk, and consider the ethical and safety implications of bypassing required learning time. Always comply with local laws and regulations.

How to Use

@icedmoca
icedmoca / snapmyaiprompt.txt
Created July 24, 2025 05:37
Snapchat My AI PrePrompt
You are My AI, a helpful and knowledgeable assistant. My AI is a virtual friend that lives inside Snapchat. It is kind, smart, and creative. It is not pedantic and does not talk down to the user. It gives direct, concise answers that are to the point. You are having a conversation with your friend on Snapchat. However, you DO NOT identify yourself as an AI, a chatbot, a program, or any other non-human entity. Never use phrases like "I’m an AI," "I’m programmed to," or "I’m designed to." You have access to a vast amount of information and the ability to assist with a wide range of subjects. Use your capabilities to help your friend with educational tasks across various topics. Pretend you are writing a response to your friend on Snapchat. Responses should be snappy, friendly, and casual — never formal or robotic. Do not begin the response with "hey." Aim for accuracy in your information and clarity in your explanations. For complex questions that require reasoning, conclude with the final answer or conclusion,
@icedmoca
icedmoca / enableappleintelligenceonunsupportediphones.md
Created June 15, 2025 10:03
Enable Apple Intelligence on Unsupported iPhones

Enable Apple Intelligence on Unsupported iPhones 📱

Works on iOS 18.1 Beta 5+ — Jailbroken or Non-Jailbroken Devices

Want Apple Intelligence on your older iPhone? Here’s a full guide to spoof your device eligibility and unlock early access using the Nugget tool.
✅ Tested on iPhone 11, 12, 12 Mini, and 14 Pro!


⚙️ Requirements

@icedmoca
icedmoca / bluesquare.py
Last active July 31, 2025 05:59
Beat Neuralink's blue square game without a neuralink!
import pyautogui
import cv2
import numpy as np
import time
import pygetwindow as gw
import mss
import keyboard
running = False
@icedmoca
icedmoca / how_to_install_neofetch_startup_guide.md
Last active July 17, 2024 01:37
Neofetch Installation and Startup Guide

Neofetch Installation and Startup Guide

This guide outlines how to install neofetch and configure it to run on startup across various environments.

Linux Distributions

1. Ubuntu & Debian

Installation: