pädagogisch wertfrei erziehen
LackRack eth-0

Tools

Vibe Vibe Code Code ..

Like Stavros said in his post about vibecoding „I don’t care for the joy of programming …“

Lately I’ve gotten heavily back into making stuff, and it’s mostly because of LLMs. I thought that I liked programming, but it turned out that what I like was making things, and programming was just one way to do that. Since LLMs have become good at programming, I’ve been using them to make stuff nonstop, and it’s very exciting that we’re at the beginning of yet another entirely unexplored frontier.

– Stavros „How I write software with LLMs

And he’s right – as much as I like programming and seeing a result of my minds work, when not in a job I simply don’t have the time to experiment a lot (kids, job, chores, other hobbys) – so when Claude CoWork and Codex got to a level where I could trust the code 99% of the times (trust but verify), I suddenly pushed out idea after idea really quick. And since they are meant to be shared (since most of the code is based on OpenSource libraries) obviously I give them away here for you to test.

Pixelgrove

A gardening game I wrote, based on an old Browserbased flashbased game by Florian Kogel, called Hespera.

You can register and play it at: pixelgrove.pked.de – if you find bugs (and you will) please use the feedback button in the bottom right corner.

Printguider

As you might know, I’m printing „miniatures“ from the Warhammer universe, which I find online (and most of the time get taken down by GW quite fast) and especially everything titanic can get a bit overwhelming.

So I’ve asked Codex to help me with a local Win/Mac app to organise the large directories of files and give me the opportunity to create a PrintProject from folders to preview, tag, organize and rate prints.

You can download it here – you might need to tell you system to „be ok with an unsigned app“ because I will not invest xxx $ to get a certificate for Win and Mac, at least not until this collected some interest.

Windows version

Mac OS App

This is a mix of Go and React, no other big secrets. It is presented AS IS and I take zero responsibility for it. You are on your own. I will Open the repo once I’m sure it does what I want it to do.

Bugs can be reported to me at nhitze@gmail.com

Ingridients

  • Go backend
  • Wails desktop shell
  • React + Vite frontend
  • SQLite for metadata
  • three.js STL viewer