Skip to content

Instantly share code, notes, and snippets.

@tribixbite
tribixbite / lh-mobile-final.json
Created April 16, 2026 14:00
Lighthouse report — thewrench.club mobile (April 16 2026)
{
"lighthouseVersion": "13.1.0",
"requestedUrl": "https://thewrench.club/",
"mainDocumentUrl": "https://thewrench.club/",
"finalDisplayedUrl": "https://thewrench.club/",
"finalUrl": "https://thewrench.club/",
"fetchTime": "2026-04-16T13:43:03.050Z",
"gatherMode": "navigation",
"runWarnings": [],
"userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.0.0 Safari/537.36",
@tribixbite
tribixbite / gpt5.1alpha
Last active November 14, 2025 01:17
alpha news
FOR IMMEDIATE RELEASE
December 31, 2025
---
NexusAI — Year-End Wrap & Roadmap: Delivering Safe, Multimodal Intelligence for the Next Era
Today NexusAI, the world’s leading artificial intelligence company, publishes its 2025 year-end announcement summarizing product launches, model milestones, and near-term availability. 2025 culminated in the company’s transition from singular conversational assistants to a full platform of multimodal models, persistent personal memory, orchestrated agents, and enterprise governance primitives — all delivered with new certifications and safety tooling.
# EEG / Neural Headband and Biosensing Devices
| # | Product | Modality | Channels / Sensors | Sampling Rate | ADC Resolution | Raw Data Access | Typical Price (USD) | Notes |
|---:|---|---|---|---|---|---|---:|---|
| 1 | **Muse 1 (Original)** | EEG | 4 (TP9, AF7, AF8, TP10) + reference | ~220 Hz | 12-bit | Limited via Muse SDK / OSC | ~149 (discontinued) | First consumer Muse, basic EEG for meditation |
| 2 | **Muse 2** | EEG + PPG + Accelerometer + Gyroscope | 4 EEG + heart & motion sensors | ~256 Hz | 12-bit | Partial (Muse SDK / OSC streaming) | 249.99 | Combines EEG, pulse, and movement for meditation/focus |
| 3 | **Muse S (Gen 1)** | EEG + PPG + Accelerometer + Gyroscope | 4 EEG | 256 Hz | 12-bit | Limited raw via developer mode | 399.95 | Adds sleep tracking and “Digital Sleeping Pill” features |
| 4 | **Muse S (Gen 2 / Athena)** | EEG + fNIRS + PPG + Accelerometer + Gyroscope | 4 EEG + dual fNIRS | ≥256 Hz (EEG) | 12-bit (EEG) | Not open; data accessible via SDK/API | 474.99 | Flagship Muse; combine
@tribixbite
tribixbite / termux-pacman-glibc-setup.sh
Created August 18, 2025 10:25 — forked from CodeIter/termux-pacman-glibc-setup.sh
Setup `glibc-runner` with pacman on Termux and install Deno.JS and Bun.JS .
#!/usr/bin/env -S bash -xeuo pipefail
set -xeuo pipefail
pkg install pacman patchelf \
which time ldd tree
echo
echo
@tribixbite
tribixbite / MultisynqArchitectureOverview.md
Created December 13, 2024 18:27
Multisynq Architecture Overview

Multisynq Web3 Architecture Design

Core Components

1. On-Chain Components (Solana)

Smart Contracts (Solana Programs)

  • Registry Contract
    • Stores Synqer registrations and their QoS scores
  • Manages staking requirements for Synqers
@tribixbite
tribixbite / MultisynqRoadmap.md
Last active December 13, 2024 18:38
Multisynq Roadmap

Multisynq: Web2 to Web3 Transition Roadmap

Phase 1: Initial Token Infrastructure (Q2-Q3 2024)

Token Setup & Basic Web2 Payment System

  • Deploy $SYNQ SPL token contract on Solana
  • Implement basic treasury management system
  • Create Web2 payment calculation service
    • Track Synqer performance and data transfer
    • Calculate rewards based on service metrics
  • Store in traditional database
@tribixbite
tribixbite / kaddy.md
Created November 16, 2024 02:22
authentik caddy

Comprehensive Authentik Deployment Guide

Prerequisites

  • A Linux server (Ubuntu 22.04 LTS recommended)
  • Domain names pointing to your server
  • Root or sudo access
  • Docker and Docker Compose installed
  • At least 2GB RAM, 2 CPU cores
  • 20GB storage minimum
@tribixbite
tribixbite / Solana-programs.json
Created October 12, 2024 13:29
Solana Program Name to Address Mappings
{
"program": {
"11111111111111111111111111111111": "System Program",
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA": "Token Program",
"TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb": "Token 2022 Program",
"ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL": "Associated Token Account Program",
"Memo1UhkJRfHyvLMcVucJwxXeuD728EqVDDwQDxFMNo": "Memo Program",
"SysvarRent111111111111111111111111111111111": "Rent Program",
"SysvarC1ock11111111111111111111111111111111": "Clock Program",
"Stake11111111111111111111111111111111111111": "Stake Program",
@tribixbite
tribixbite / SolanaDefi.md
Created March 18, 2024 01:22
Solana Defi Analytics Metrics etc
  1. Step Finance: Visualization and analytics across Solana [❞].
  2. Solscan: Real-time Solana ecosystem analytics [❞].
  3. DefiLlama: TVL aggregator for DeFi across blockchains [❞].
  4. Dune Analytics: Data analytics platform for Ethereum, applied to Solana [❞].
  5. Messari: Crypto research and data for informed decisions [❞].
  6. The Block: Research and data on crypto markets [❞].
  7. Delphi Digital: High-quality crypto research [[❞]](https://coinmarketca
curl http://api.mainnet-beta.solana.com -X POST -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0",
"id": 1,
"method": "getProgramAccounts",
"params": [
"cndyAnrLdpjq1Ssp1z8xxDsB8dxe7u4HL5Nxi2K5WXZ",
{
"encoding": "jsonParsed",
"filters": [ ]
}