HackerTrans
TopNewTrendsCommentsPastAskShowJobs

JSoet

no profile record

Submissions

On Working with Wizards

oneusefulthing.org
4 points·by JSoet·10 месяцев назад·0 comments

comments

JSoet
·в прошлом году·discuss
I've been playing now the last few days (really enjoying it, so thanks a lot!) and have a couple small suggestions that I don't see mentioned elsewhere in the thread.

- it would be nice to have a list of the incorrect guesses that you've made. Sometimes I come back after a while and can't remember if I already guessed something or if I just thought about guessing it but wasn't sure... Of course this also dovetails a bit with what some of the other people mentioned about guesses being counted as incorrect even when they're guessed early because then if you have a list of all earlier incorrect guesses then an earlier incorrect guess might now be correct, so I would also change that, that a guess which is only incorrect because it's not available yet isn't counted as incorrect, and instead it says something like "not yet!". Another related problem for me though was I got stuck once and it turned out I had just made a typo in my earlier guess and hadn't noticed, which is why it would be nice to see your earlier guesses. Oh, and also related, I think it counts multiple incorrect guesses of the same word (again not 100% sure since I couldn't see my earlier guesses)

- it would be nice to improve the stats, maybe give you some kind of distribution to see how you're doing, maybe on the calendar you could colour code to show what days you've done well and what days you did worse or something
JSoet
·2 года назад·discuss
Fantastic work! Just a small suggestion, I didn't realize that you could free explore the entire area until coming back and reading the comments on this site, I realized you could look around and there was one point in the guides tour where it mentioned you can explore but at least for me I didn't realize you could explore everywhere (especially the tunnels afterwards)

Maybe it's just that I'm on mobile, and when I went back I then saw the "free explore" button on the top... But maybe would be nice to add a couple prompts like you have at that one point which say something like "feel free to explore around the tunnels and then click next when you're ready to continue" or something (also for the ball court)...
JSoet
·2 года назад·discuss
This article may also be of interest to you if you hadn't seen it: https://newsletter.pragmaticengineer.com/p/trimodal-nature-o...
JSoet
·4 года назад·discuss
I am also wondering about your confidence given the fact that there are obviously memory bugs during development... what gives you so much confidence that no memory bugs exist in released versions? Do you have an extensive test suite with valgrind /etc to ensure that there aren't any memory bugs before a release but some can slip in in intermediate versions? Or what do you do that gives you the confidence to say that there aren't any memory bugs in the released versions? Or what is involved in all the extra effort it takes to make a memory bug free c program?