HN user

ssebs

10 karma
Posts5
Comments8
View on HN

AI coding tools are everywhere now, but there's a difference between letting the and actually using it .

I wrote about my experience with both approaches: 1. " " a VSCode extension (spoiler: ended up with code I couldn't debug) 2. Using AI as a while building my game (much better results)

The takeaway? AI amplifies skill, it doesn't replace it. The people getting the most out of these tools already know what good code looks like.

Read the full breakdown

[dead] 2 years ago

I've been working really hard on implementing a GUI Config Editor for my Mini Macro Pad project.

Mini Macro Pad (go-mmp) is a tool for creating and running macros, shortcuts, and other automated actions at the press of a button.

It works with hardware like Arduino-based macro pads or directly through a desktop GUI, making it versatile for various workflows.

Macro Pad driver software, written in Golang. If you have an arduino powered device, you could use this to run various keyboard shortcuts and other macros. No device? No problem! You can still click on the buttons to run the macros.

Macro Pad driver software, written in Golang. If you have an Arduino powered device, you could use this to run various keyboard shortcuts and other macros.

What kind of macros can you make?

    Shortcuts:
        CTRL + C, CTRL + V, etc.
    Press whatever key you want, as long as it's in the list.
        Skip song, type "enter", etc.
    Repeat keypresses (or mouse button presses)
        Playing cookie clicker? Press your macro to repeatedly press your mouse button down until you click the macro again
    More?