Skip to content

Instantly share code, notes, and snippets.

View deadflowers's full-sized avatar
🏠
Focusing on the road

ray kooyenga deadflowers

🏠
Focusing on the road
View GitHub Profile
@deadflowers
deadflowers / index.html
Created March 13, 2026 01:23
Goose Site Scan of RayKooyenga.com
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RAYKOOYENGA.COM // REVISED_SYSTEM_ANALYSIS_V2</title>
<style>
body {
background-color: #000000; /* Terminal black */
color: #00FF00; /* Neon green text */
@deadflowers
deadflowers / README.md
Last active March 7, 2026 08:18
samsung usb tether notes

AT&T US Prepaid + Samsung A71 USB Tethering Fix


I. Samsung A71: APN Configuration

  1. Path: Settings > Connections > Mobile Networks > Access Point Names.

  2. Edit: Select active APN (NXTGENPHONE / ENHANCEDPHONE).

@deadflowers
deadflowers / README.md
Created August 19, 2025 19:51
lucrum-chart-element.html

Chart fix for Lucrum Vitality Shopify site

@deadflowers
deadflowers / README.md
Last active July 31, 2025 16:20
IP Address to Geolocation

🌐 iplookup — IP2Location CLI Tool

Query IP address details using the IP2Location API. Be sure to sign up here before next steps, no CC is needed.

image

🔧 Requirements

  • curl
@deadflowers
deadflowers / README.md
Last active July 31, 2025 18:47
Twilio Lookup Script

📞 linelookup — Twilio Phone Intelligence CLI Tool

Query phone number line type, carrier, SIM swap risk, and caller name using the Twilio Lookup API.

🔧 Requirements

  • curl
  • jq
@deadflowers
deadflowers / crypto-staking-yield.md
Last active July 24, 2025 03:27
Crypto Staking and Yield

💸 Crypto Staking Yield & Lending Options


🧮 USDA Staking Example: 13.7% APY via Angle Protocol

If you're staking $13,000 USD into Angle Protocol’s USDA via Trust Wallet at 13.7% APY, compounded daily, here's what you earn:

📊 Compound Interest Results:

@deadflowers
deadflowers / mexico-2025-bitcoin-crypto-regulation.html
Last active July 20, 2025 00:51
Bitcoin and Crypto Regulation Mexico
<!DOCTYPE html>
<html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="editor" content="scrape-chat_v2.2"> <meta name="author" content="ray kooyenga"/><title>Bitcoin and Crypto Regulation Mexico</title> <style> body { background-color: #fff; color: #333; padding: 20px; font-family: sans-serif; line-height: 1.6; } h1 { text-align: center; color: #444; border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 20px;} .exported-message-block { border: 1px solid #eee; padding: 15px; margin-bottom: 15px; border-radius: 8px; background-color: #f9f9f9; color: #333; } .exported-message-block strong { display: block; margin-bottom: 8px; font-size: 0.9em; color: #555; text-transform: capitalize; } </style> </head> <body> <h1>Bitcoin and Crypto Regulation Mexico</h1><div class="exported-message-block"><strong>user:</strong><div><div class="flex w-full flex-col gap-1 em
@deadflowers
deadflowers / btc-wallets-comparison.md
Last active July 18, 2025 22:57
Best Bitcoin Wallet for Mexico

Comparison of self custody, no-KYC, Espanol friendly, Mexico friendly, novice friendly, Bitcoin software wallet for Android. Other high priority is backup options and preferably cash-funding routes like Oxxo or bank transfer.


🪙 Mexico Bitcoin Wallet Recommendations

✅ Looking For

  • Easy for beginners
  • Works well in Mexico
@deadflowers
deadflowers / README.md
Last active July 4, 2025 09:43
Twilio Lookup API - Line Intelligence

linelookup.sh

Query the Twilio Lookup API to retrieve line type intelligence (mobile, landline, VoIP, etc.) for a given phone number.

🔧 Requirements

  • Bash
@deadflowers
deadflowers / sdcard-disk-mount-cheatsheet.md
Created May 31, 2025 09:35
SD Card Disk Mounting Cheatsheet

SD Card Disk Mounting Cheatsheet


method 1: assign available loop device to image then mount

sudo losetup /dev/loop1
sudo losetup /dev/loop1 /media/KINGSTON/2GBMEXSD.img
sudo mount -t vfat /dev/loop1 /mnt/tmp/

dismount