nulladmin
nulladmin.com
nulladmin
@nulladmin.com
65 followers 300 following 100 posts
Nulladmin - Expert Software Engineering, Technology, and Management Consulting. Hire me for your custom backend development and infrastructure needs. https://nulladmin.com/
Posts Media Videos Starter Packs
What would happen if you gave Claude AI a private feelings journal? How would Claude feel about that? And what if Claude found out it was not really private? Here's the experiment, and code to try it out yourself. blog.fsck.com/2025/05/28/d...
Dear diary, today the user asked me if I'm alive
I used to write more
blog.fsck.com
A mini ChatGPT LLM model with 5M parameters built with #Redstone in #Minecraft. The scale of the build is impressive and yes, you can chat with it, slowly. www.youtube.com/watch?v=VaeI...
I built ChatGPT with Minecraft redstone!
YouTube video by sammyuri
www.youtube.com
The #Golang project is working on modernizing JSON handling in the standard library. Less ambiguity, better error handling, and faster. Available now as an experimental feature. go.dev/blog/jsonv2-...
A new experimental Go API for JSON - The Go Programming Language
Go 1.25 introduces experimental support for encoding/json/jsontext and encoding/json/v2 packages.
go.dev
What happens when you put #Claude code into an infinite loop and tell it to port one codebase to another language? Turns out it works fairly well. #AI #artificialintelligence #machineLearning #AIResearch #ML github.com/repomirrorhq...
github.com
Mirage 2 is a generative world engine, possibly the best one out there at the moment. Note the world gen demos which clearly copy the styles of popular games. Still a bit fiddly but
impressive. #AI #artificialintelligence #machineLearning #AIResearch #ML #gamedev blog.dynamicslab.ai
Mirage: AI UGC game engine
blog.dynamicslab.ai
Benchmarking leading AI models on old Infocom text adventure games like Zork, Hitchhiker's Guide to the Galaxy, Sherlock. With and without clues. Paper has details and the code is on Github. #AI #artificialintelligence #machineLearning #AIResearch #ML #Gamedev www.textquests.ai
TextQuests
How good are LLMs at text-based video games?
www.textquests.ai
LLMs are not great at playing text adventure games. Here's a good experiment showing errors it tends to make and how you can partly mitigate them with prompting. Extra points for use of #perl #AI #artificialintelligence #machineLearning #AIResearch #ML #Gamedev entropicthoughts.com/getting-an-l...
Getting an LLM to Play Text Adventures
entropicthoughts.com
AIs at Risk lets you configure different AI models play the game of Risk. The blog post has links and some amusing diplomatic messages. Training a specialized model for this seems like a no-brainer. #AI #artificialintelligence #machineLearning #AIResearch #ML andreasthinks.me/posts/ai-at-...
AI at Play - Lessons from a silly benchmark – Andreas Varotsis
Personal website for Andreas Varotsis
andreasthinks.me
Interesting #Golang race detector edge case where it sometimes fails to detect a race when a mutex is involved. Basically a reminder to give your lock usage extra attention when checking for possible races. doublefree.dev/go-race-mute...
Go's race detector has a mutex blind spot
Go's data race detector can miss possible races in executed code when using mutexes
doublefree.dev
Cobra is the de-facto library for modern handling of command line options in #Golang. Here's some code to turn any Go CLI app which uses Cobra into an MCP server for AI use. Note that some of it was AI generated so review carefully. github.com/njayp/ophis
GitHub - njayp/ophis: Transform any Cobra CLI into an MCP server
Transform any Cobra CLI into an MCP server. Contribute to njayp/ophis development by creating an account on GitHub.
github.com
Very useful overview of popular #Golang caching libraries with pros and cons. Written by the author of the new Otter v2 library which tries to fix all the cons and may be the spiritual successor to the excellent Java Caffeine lib. maypok86.github.io/otter/blog/c...
The Evolution of Caching Libraries in Go - Otter
maypok86.github.io
Anthropic Claude runs a vending machine business at Anthropic. Hilarity ensues. Experiment is flawed but making it a viable business is now a perfectly doable engineering problem. #AI #artificialintelligence #machineLearning #AIResearch #ML www.anthropic.com/research/pro...
Project Vend: Can Claude run a small shop? (And why does that matter?)
We let Claude run a small shop in the Anthropic office. Here's what happened.
www.anthropic.com
A must read blog post on very common and hard to spot security issues in handling #Golang JSON/XML/YAML parsing code. This stuff led to critical CVEs in some of the most widely used Go projects. Make sure yours is not one of them. blog.trailofbits.com/2025/06/17/u...
Unexpected security footguns in Go's parsers
File parsers in Go contain unexpected behaviors that can lead to serious security vulnerabilities. This post examines how JSON, XML, and YAML parsers in Go handle edge cases in ways that have repeated...
blog.trailofbits.com
A surprisingly good 4-chapter novel written by Claude in a Docker container loop. Read it in the novel/chapters directory of this Git repo. See brumar/jbsays repo for the how. Very cool idea. #AI #artificialintelligence #machineLearning #AIResearch #ML #writing github.com/brumar/loop
GitHub - brumar/loop
Contribute to brumar/loop development by creating an account on GitHub.
github.com