Author: tim
How to remove the ums from your audio with Descript
I made auto-aim for mini golf
Make 3D models from ANYTHING (Free and Open Source)
Using GitHub Spec Kit with your EXISTING PROJECTS
Plan, Specify, and Implement with Spec Kit
Breaking: NVIDIA just bought Groq for $20 Billion!
Spec Kit
[Spec Kit] makes the most of vibe coding by providing control through documentation instead of fighting with context issues.
Install the [UV] package manager in PowerShell (run in VS Code PowerShell)
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Add to the PowerShell path: (run in VS Code PowerShell)
$add = "$env:USERPROFILE\.local\bin"
$current = [Environment]::GetEnvironmentVariable('Path','User')
[Environment]::SetEnvironmentVariable(
'Path',
($current + ';' + $add).Trim(';'),
'User'
)
$env:Path = "$add;$env:Path" # update current session
Install Spec Kit in the PowerShell: (run in VS Code PowerShell)
uv tool install specify-cli --from git+https://github.com/github/spec-kit.git
Spec Kit – Initialization (run in VS Code PowerShell)
specify init .
Open the root project folder in VS Code and switch to the AI Chat Window. Type the following prompt in the chat windows.
Spec Kit – Constitution (run in chat)
/speckit.constitution What the application does
Spec Kit – Specify (run in chat)
/speckit.specify How the application works
Spec Kit – Clarify (run in chat)
/speckit.clarify
Response:
Respond to questions
Spec Kit – Plan (run in chat)
/speckit.plan What IDE, what language, what files, what implementation
Spec Kit – Tasks (run in chat)
/speckit.tasks
Spec Kit – Clear Context (run in chat)
/clear
Spec Kit – Implement (run in chat)
/speckit.implement #file:tasks.md
Onnx Runtime
In order to create 32-bit DLLs the [Onnx Runtime] needs to be built from source.
Open Source [Macoron/whisper.unity]
You’ve Been Using AI the Hard Way (Use This Instead)
Unity 3D – Load audio from a file!
You NEED to Use n8n RIGHT NOW!! (Free, Local, Private)
you need to learn MCP RIGHT NOW!! (Model Context Protocol)
Flying a Paramotor is WAY FUN (When a Drone chases you!)
Google Antigravity: The FREE Alternative to Cursor AI
Gemini 3 is THE building Agent! Demos, Hands on with Anti Gravity
Cursor
[Cursor] is an alternative IDE to VSCode with agent support.