Skip to content

Instantly share code, notes, and snippets.

@0xs34n
0xs34n / THE_DEATH_OF_THE_USER_INTERFACE.md
Created August 23, 2025 10:41
The Death of the User Interface

The Death of the User Interface

TL;DR: We're witnessing the end of graphical user interfaces. AI agents like Claude Code are eliminating the need for windows, menus, and clicks, replacing them with natural language. The computer is finally learning to speak human, not the other way around.


🔮 A Personal Revelation

Last week, I realized something profound: I haven't opened Finder in months. Not once.

@teddybear082
teddybear082 / godot-openai-simple.gd
Created December 3, 2023 01:10
Godot4 openai apis addon (place tscn and script in folder called godot-openai-simple inside of project addons folder)
extends Node
## This is a script to query Openai for AI-generated NPC dialogue.
## You need a OpenAI API key for this to work; put it as a string in the export variable for API Key
## See https://platform.openai.com/
## Openai endpoings for speech to text, text generation, text to speech, image generation and image interpretation(vision) are supported.
# Signal used to alert speech recording started
signal STT_speech_recording