Wordle, Sept 1, 2022
I’m a little happier with my wordle-solving regular expression today.
I’m a little happier with my wordle-solving regular expression today.
I heartily endorse Wordle as a word game.
I didn’t do great on Sunday, August 28 2022 Wordle:
This is something:
The Go programming language has a unique, built-in concurrency model that can make some processing much easier.
Have one goroutine do some (probably recursive) work. It puts results on a channel. The main goroutine reads results from the channel and possibly does some filtering on those results, like output unique values.
I built a Z80-based RC2014 Zed computer from a kit.
Looks like three groups of marine diapsids, ichthyosaurs, mosasaurs, and thalattosuchians, all evolved “hypocercal” tail fins.
If you happen to be in Casper, Wyoming, you should visit Tate Geological Museum. It’s a small, but very well done geology and paleontology museum. There’s interesting things for most family members, even well-informed 4-year-olds could have fun and learn things.
It’s often said that DEC operating systems influenced the design of the CP/M microcomputer OS. Let’s examine that assertion by looking at how a process was laid out in memory.