HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mqtx

no profile record

comments

mqtx
·il y a 11 mois·discuss
I'm talking about interactive play with an LLM - for example, explaining the rules and scoring in detail first. Then I tell it to pick colors, and I provide the score. When the score indicate 2 colors matched, it's supposed to keep those 2 colors constant in the next move. But after I pointed out that it forgot again after the next move and continued making the same mistake, it was Claude 3.5. So at the end I said, 'It looks like you can never solve this puzzle. Now that you know all the rules, can you write the game in JavaScript?' Sure enough, it did, and it worked on the first try - and was much prettier than my version. Same for ChatGPT, DeepSeek.
mqtx
·il y a 11 mois·discuss
I absolutely love mosh! I use mosh to connect to my tmux server at work, so I don't need to worry about connection drops. Once I was in Europe editing a file, then came home, connected to my work VPN, and was right back in the same vim session.
mqtx
·il y a 11 mois·discuss
That reminds me, I wrote it for iPhone when it was released in 2007 - back then there was no App Store, so apps could only be written for browsers. I think I implemented it whenever I learned a new language. By the way, I noticed that Claude, ChatGPT, and DeepSeek - none of those LLMs can solve Mastermind. They get lost after a few iterations, no matter how good the prompt instructions are. Source: https://github.com/muquit/iphonemm - there is a link to play on that page.
mqtx
·il y a 2 ans·discuss
I'm a lurker here, never posted before :) This post brought back lots of memories. I wrote many small applications with FLTK; my favorite one is https://www.muquit.com/muquit/software/mbasecalc/mbasecalc.h.... I still use it today.