Vibe Coding with CursorI work at a company that is truly invested into AI and LLMs, to the point that we can internally use (following some guidelines) quite a few tools in our day-to-day work: in particular, we have Gemini, Google NotebookLM, and Cursor available to all employees.
Conway in NASMAnd here we go again with vibe coding: this time with Claude, I translated the Turbo Pascal version of Conway into Netwide Assembler or NASM for Linux 64-bit.
Exploring Hugo TagsA few months ago I vibe coded with ChatGPT to create, in about 15 minutes, a small Rust application that reads all the tags of a Hugo site, and prints the list thereof.
Conway in ScalaAnother week, another version of my Polyglot Conway project, this time in Scala, a version bootstrapped with the help of ChatGPT.
Translating the Formula for Primes to Rust With AIAfter creating the C++ version of C. P. Willans’ formula for primes last week, I asked myself what other language is usually pitted as the fastest ever? And the answer, of course, is Rust.
Translating the Formula for Primes to C++ with AISome of you might remember an article I published more or less a year ago, called “Mathematical Curiosities”. In that article I showed an indeed curious formula: the 1964 “Formula for Primes” by C. P. Willans.
Conway in BashI’ve added a new version to my venerable Polyglot Conway project, this time as a good old Bash script, a version bootstrapped with the help of ChatGPT.
Conway in C89Another year, another version of my Polyglot Conway project, this time for C89, also known as “ANSI C”, targeting quite a few compilers of the early 1990s, and some others from our more recent times.
Polyglot ConwayMy personal project during the pandemic was Conway, a project providing implementations of Conway’s Game of Life in as many programming languages as possible.