Skip to content

Instantly share code, notes, and snippets.

View mewmix's full-sized avatar

chubbykat mewmix

View GitHub Profile
@mewmix
mewmix / setup.md
Created January 11, 2026 06:20
GL-B2200 setup via wifi

GL.iNet Setup (No App)

Use the web UI from a device on the same network. In this example I just plugged my GL-B2200 into my router via the LAN port.

Quick path (default LAN IP)

  1. Default GL.iNet LAN IP is usually 192.168.8.1.
  2. If your current LAN is different (example: 192.168.0.x), which is likely, we will need to add a temporary IP alias in order to communicate with the admin panel:
    • macOS:
      sudo ifconfig en0 alias 192.168.8.200 255.255.255.0
User
hello there
Model
ThinkingThoughts
Crafting a Response
I've registered the user's greeting. My initial plan is to reciprocate with a friendly greeting and then offer some form of assistance, following standard conversational protocols. I'm moving forward with executing this plan.
Collapse to hide model thoughts
chevron_right
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mewmix
mewmix / kitten_phonemizer_static.kt
Created August 8, 2025 03:04
Kitchen TTS kotlin
package com.agent.kitten
object KittenPhonemizerStatic {
private val map = mapOf(
"!" to "!",
"\"" to "\"",
"'" to " ",
"(" to "(",
")" to ")",
"," to ",",
@mewmix
mewmix / index.html
Created July 30, 2025 06:58
Untitled
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Alexander James Klein | Interactive Portfolio</title>
<!-- FONTS & GLOBAL STYLES -->
<style>
#ui-toggle{
@mewmix
mewmix / index.html
Created July 1, 2025 02:50
Untitled
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Beez Needs | Humane Bee Relocation</title>
<meta name="description" content="Humane bee relocation services in South Orange County — zero pesticides.">
<!-- Fonts & Icons -->
<link rel="preconnect" href="https://fonts.googleapis.com">