HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nicetryguy

no profile record

comments

nicetryguy
·5 ay önce·discuss
I'm right there with you!
nicetryguy
·5 ay önce·discuss
Ok, i just generally disagree with the premise. Why does it have to be "100% vibe coded" or "0% vibe coded"? There is a very happy medium that is getting ignored here. As a coder with various language experiences, i can just get like a good kick and a template with Claude and continue in any language i want and have the LLM do the redundant parts. As someone with some soldering experience, i could have an LLM cook up and explain a circuit that might have taken me months trying to mangle myself. I think LLMs empower creativity more than ever, and creative people can have a wonderful time with LLMs softening the initial headbanging and tedious redundancies of any project.
nicetryguy
·5 ay önce·discuss
It's not that simple. Claude Code allows you to use the Anthropic monthly subscription instead of API tokens, which for power users is massively less expensive.
nicetryguy
·geçen yıl·discuss
Incredibly good video editing, unbridled insantiy, cheers!
nicetryguy
·3 yıl önce·discuss
> There is no Cortana, no AI Co-Pilot, or an extreme amount of unwanted, pre-installed software.

Ok XP came with tons of crap and bloatware from most manufacturers of the time, let's not rewrite history here! Of course, you could just do a fresh install or actually delete the programs you didn't want, looking at you Edge....
nicetryguy
·3 yıl önce·discuss
Right now, i'm using the assembler WLA-DX to inject the SimCity base ROM with code changes, and using the SNES emulator Mesen with it's wonderful debugging tools to figure out what the hell i'm doing. I have a keyboard shortcut in Notepad++ that activates a .bat file, injects the base ROM, checks if it built properly, uses a powershell script (written by ChatGPT!) to convert WLA-DX generated labels (.sym) to Mesen debugger (.mlb) format, and if all is well, it starts the emulator with the built ROM and label file. I'm coding in raw 65c816 ASM.

My setup looks something like this:

https://nesblast.com/img/snes_hacking_setup.png

If you have basic ASM experience, the SNESdev wiki will tell you everything you need:

https://snes.nesdev.org/wiki/Main_Page

If you don't have basic ASM experience, i would start here:

https://skilldrick.github.io/easy6502/
nicetryguy
·3 yıl önce·discuss
Kirby's Adventure for the NES, one of my favorite games, ignores your controller inputs sometimes. I dove into the ROM, figured out the problem and fixed it: https://www.romhacking.net/hacks/7595/

I'm currently hacking the SNES mouse into Sim City.