One of my favorite mods ever across any game is Create for Minecraft. It is well-made and polished, and sparked a whole ecosystem of mods that work with it. I wonder what possibilities the de-obfuscation can bring to that ecosystem.
This is actually very frustrating and was partially hindering the progress with my pet assembler.
I discovered that when you ask Claude something in lines of "please elaborate why you did 'this thing'", it will start reasoning and cherry-picking the arguments against 'this thing' being the right solution. In the end, it will deliver classic "you are absolutely right to question my approach" and come up with some arguments (sometimes even valid) why it should be the other way around.
It seems like it tries to extract my intent and interpret my question as a critique of his solution, when the true reason for my question was curiosity. Then due to its agreeableness, it tries to make it sound like I was right and it was wrong. Super annoying.
I have recently started recording Rachmaninoff's Piano Concerto no. 2 using some DAW and orchestral instruments from my digital piano. It is not easy to make sound good, and a major undertaking since even the first part is 10 minutes long. But it is a fascinating process to me. I hope it turns out ok.
uBlock Origin is cool, but the reason I stopped using it is that any web page stopped opening on my work PC. Never found out why, used Adblock Plus since. Considering going back now.
I love git even with all of its inconsistencies and complexity. May I recommend you an interactive tutorial (not mine)?
https://learngitbranching.js.org/
Is it possible for a russian citizen to apply online for a job in american IT company? I ask because for example amazon doesn't accept online applications because of Russian Server Localization Law [1]
It is small yet, only 2 articles, but I plan to write more.
It is about building stuff (for example dicsord bot with speech recognition) explained in simple terms and with detailed steps.
Hello, everyone. This is a node.js version of PgRebase[1][2] which solves its dependency problems. I described the main problem with postgresql functions, triggers and views it solves in the README. Any feedback would be greatly appreciated.