HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zzedd

no profile record

Submissions

Anyone using Regex to help solve Wordle?

visca.com
1 points·by zzedd·5 năm trước·1 comments

comments

zzedd
·3 năm trước·discuss
i was a university lecturer teaching a large foundation subject. at the start of semester i would show them how to plagiarise, summarise and obfuscate an essay — on-screen in real-time. it was lots of fun. we also showed them how our assessment practices were resistant to cheating (using a mixture of oral presentations, reflective writing, monitored testing and group moderation). it seemed to work well with very little plagiarism — except for those students who ignored (or missed) the message.
zzedd
·3 năm trước·discuss
very similar experience with me. after frustration with medical treatment over many years into my mid-60s, i went gluten-free and symptoms cleared within weeks.
zzedd
·3 năm trước·discuss
see https://en.wikipedia.org/wiki/New_Math
zzedd
·4 năm trước·discuss
humans
zzedd
·4 năm trước·discuss
yes, but almost any school subject can be intellectually-expanding ... if well-taught. however there are some pretty influential forces that result in poor teaching (overloaded curriculum, inadequate resources, industrial approaches to school management, etc).
zzedd
·4 năm trước·discuss
for a simple overview, see also: https://www.rainforestrescue.org.au/save-the-cassowary/evolu...
zzedd
·5 năm trước·discuss
Use the Regex Dictionary [0] in combination with word letter frequency lists [1].

[0] https://visca.com/regexdict/ [1] https://en.wikipedia.org/wiki/Letter_frequency
zzedd
·5 năm trước·discuss
I've been using the Regex Dictionary to refine my Regex search skills while solving Wordle problems. I also refer to Letter Frequency tables (https://en.wikipedia.org/wiki/Letter_frequency) to make up likely candidate words. Are there any other sites that might help?