Skip to content

Instantly share code, notes, and snippets.

View deadflowers's full-sized avatar
💭
Meh.

deadflowers deadflowers

💭
Meh.
View GitHub Profile
@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

@deadflowers
deadflowers / app.js
Created April 14, 2025 01:37
gitclone node version
#!/usr/bin/env node
const fetch = require('node-fetch');
const prompt = require('prompt-sync')({ sigint: true });
const { exec } = require('child_process');
const fs = require('fs');
const path = require('path');
// Color utilities
const echo_r = (text) => console.log('\x1b[31m%s\x1b[0m', text);
@deadflowers
deadflowers / delimtest.csv
Last active March 29, 2025 17:42
ubuntu app installs 03-2025
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
arp-scan (1) - The ARP scanner
bmon (8) - bandwidth monitor and rate estimator
cpufetch (1) - Simple yet fancy CPU architecture fetching tool
exiftool (1p) - Read and write meta information in files
fdupes (1) - finds duplicate files in a given set of directories
hwinfo (8) - probe for hardware
iftop (8) - display bandwidth usage on an interface by host
inxi (1) - Command line system information script for console and IRC
iptraf-ng (8) - Interactive Colorful IP LAN Monitor
jp2a (1) - convert JPEG and PNG images to ASCII
  1. Registering as a Share Target: share_target in Manifest: Include a share_target section in your PWA's manifest file (e.g., manifest.json). Example:
    {
      "name": "My PWA",
      "scope": "/",
      "share_target": {
 "action": "/share/",
body{background: #f06;background: linear-gradient(45deg, #f06, yellow);min-height: 100vh;width:100vw;}
.wrap{display:flex;flex-grow:1;flex-direction: column;}
.wrap button:before{background:linear-gradient(45deg, white,transparent,transparent,transparent);
transition: background 0.3s ease, transform 0.2s ease;
}
.wrap button{width:10em;text-align:center;
align-self:center;
line-height:5;
border-radius:25px;
background:linear-gradient(45deg, transparent,white,transparent);}
@deadflowers
deadflowers / README.md
Created March 3, 2025 08:52
gdrive ocaml fuse by astrada

FUSE filesystem over Google Drive

Join the chat at https://gitter.im/google-drive-ocamlfuse/Lobby Docker Pulls

google-drive-ocamlfuse is a FUSE filesystem for Google Drive, written in OCaml. It lets you mount your Google Drive on Linux.

Features (see what's new)

@deadflowers
deadflowers / README.md
Created February 26, 2025 17:25
Cookie Flip Get Cookies as Netscape File

Cookie Flip Netscape

This is going to need revisiting it came up flipping through history in my devtools. I remember the project, yt-dlp complications when youtube wants to verify a user. especialy a challenge on a remove terminal or android termux. latest patch seems to have fixed that but ive not used it much. my thinking is if the file can be created in netscape format (there are libraries to incorporate on my github if all else and original code fails) and it pleases youtube, then add as a funciton into my webterminal. makes for a sick demo video of use cases. BUT another prob is that the terminal doesnt load on youtube in the newest chrome with all the security nonsense. Complications bumped this so low on my todo that it was basically hucked in the trash if not for scrolling through my history looking for a command. Here it sits until whenever and i dont know what version of whatever this is, is. Just that it spins around and spits out what looks like netscape formatted to me...

javascript:(f