vnglst
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Shepherd's Dog: A Game by Fable (koenvangilst.nl)
- Notes from the Mistral AI Now Summit (koenvangilst.nl)
- Growing a better world together with AI (koenvangilst.nl)
- Software for One (koenvangilst.nl)
- Computer Says No (koenvangilst.nl)
- Show HN: Stacked Game of Life (stacked-game-of-life.koenvangilst.nl)
https://github.com/vnglst/stacked-game-of-life
- Show HN: Researching politics with Claude Code and 55 years of UN speeches (un.koenvangilst.nl)
I've been experimenting with using Claude Code for researching political topics using the archive of UN General Assembly speeches provided by the University of Birmingham (https://www.ungdc.bham.ac.uk/). Here are some…
- Coding Is Dead (koenvangilst.nl)
- Building Tetris Time with Claude Code (koenvangilst.nl)
- Show HN: Tetris Time (tetris-time.koenvangilst.nl)
It's almost New Year's and here's an original way to show the countdown using Tetris. I'm sure something similar has been done before, but I had a lot of fun building this (TDD style) using Claude Code. After New Year's…
- A Brief History of Large Language Models (koenvangilst.nl)
- Show HN: Land use visualization for European countries (onsland.koenvangilst.nl)
We have another election coming up at the end of this month here in the Netherlands, and how we use our limited land is a hotly debated topic. Last year also I shared this animated hexagonal map of Dutch land use. I've…
- Show HN: Which LLM draws the best Starry Night? (using SVG) (pelican.koenvangilst.nl)
Here's an experiment I did around the following question: Can AI models like ChatGPT recreate Van Gogh's Starry Night using SVG? I created a website to test this across multiple large language models, from 2022 to 2025.…
- Show HN: Browse how LLMs generate famous artworks as SVGs (pelican.koenvangilst.nl)
What happens when you ask large language models to recreate famous paintings as simple vector graphics? This gallery shows their attempts to turn artworks into SVG images. What makes this interesting isn’t that GenAI…
- Choose Life (choose-life.koenvangilst.nl)
- Asking LLMs to create my game Shepard's Dog (github.com)
- Are LLMs able to play the card game Set? (github.com)
- Show HN: Explore how nations talk about each other in UN speeches (un-speeches.koenvangilst.nl)
How it works: Select a country on the globe to explore diplomatic relationships and see who's saying what about whom in the 2024 UN General Assembly Speeches. How it's made: The project relies heavily on GenAI for…
- Show HN: Time Flies (time-flies.koenvangilst.nl)
A visualization of the passage of time using flies. Written in JavaScript with some HTML & CSS in one index.html.
- Show HN: I created this land use visualisation for the Netherlands (koenvangilst.nl)
Last weekend, I tried creating an original visualization of something on many minds in my home country the Netherlands: land use. Much of our discussion revolves around land use—housing crisis, sustainable farming,…
- Show HN: Land Use in the Netherlands (koenvangilst.nl)
Visualisation of the use of land in The Netherlands. Made using D3, JavaScript & HTML. Source code: https://github.com/vnglst/onsland
- Show HN: I recreated Jeffery Ventrella's "Particle Life" (particle-life.koenvangilst.nl)
This weekend's coding session was dedicated to recreating Jeffery Ventrella's "Particle Life". As you can imagine, I had a lot of fun with it. I recently saw this here on Hacker News and found it strange that I’d never…