@Algot I released Octans v0.2.3, it can now visualize the solutions to the puzzles.
Monday Mumble
For those who are (or might become) fans of Sunday's weekly "Wicked Wonderful Wordies" visual idiom #Puzzles --
There are currently 35 sets of 12 wordies in PDF format available.
Direct your browser to:
http://runeman.org/wordies/index.html#sets
Please feel free to share the PDF files with family and friends...even casual acquaintances!
Reminder: a new puzzle will appear here in the fediverse on Sundays...until they run out.
Another shout out to @andinus
for their effort to help me wrap my head around some software installation issues.
The special news for #Puzzle fans is that the Embroidery puzzle will be better checked ahead of time so I will avoid unplanned double words for the "one-word" Sunday puzzle.
Thanks to all of you who write niche software, and help us more basic users to achieve our goals.
News: Switching back to OpenSSL https://voidlinux.org/news/2021/02/OpenSSL.html
I've been using ivy for incremental completion for like half a decade now, and only today I discovered that M-o on an item displays a list of additional actions available for it.
#Emacs seems to be a never-ending story of discovering and learning trivia. Still, my brain likes it. Craves it, almost.
through #perl (a language) one can do web development (mojolicious), and user interface programming (tk) creating applications; access systems such as databases (dbi) and operating systems (eg. unix user management), do network programming (socket, dns, smtp), and many other really interesting things related to computers (eg. logging, date, automation, orm)
@Algot If you want to look at the source then follow this link: https://git.tilde.institute/andinus/octans/tree/lib/Octans/CLI.rakumod
GitHub hasn't added syntax highlighting for `.rakumod' yet. `CLI.rakumod' is where octans enters the script.
The file is small because I moved all functions to their own modules, you can find that in the `lib/' directory itself.
Also an interesting thing about Raku: You can use non-ascii characters as variable names, search for `my %𝒻𝒶𝓃𝒸𝓎-𝒸𝒽𝒶𝓇𝓈' in that file. It's a hash map which uses non-ascii characters as variable name.
This version includes a dictionary with it: https://git.tilde.institute/andinus/octans/tree/resources/mwords
It's taken from the Moby Project: https://en.wikipedia.org/wiki/Moby_Project and contains 354,984 words.
And here is the distribution: https://modules.raku.org/dist/octans:cpan:ANDINUS
That means you can install it with zef (Raku module installer), just run `zef install octans' and start using it!
If you have a Linux/BSD machine nearby then I could help you setup Raku. Latest binaries are available for ubuntu, should be the same for any other popular distro.
Hi @Algot,
I released Octans v0.1.0, I implemented the new algorithm as discussed here: https://tilde.zone/@andinus/105559855006590792
It's a lot faster now & I improved the output to return the solution grid. Also, this was my first upload to CPAN (collection of #Perl + #Raku modules).
And it found 10 solutions to this puzzle: https://mastodon.art/@Algot/105413312119416356 - https://asciinema.org/a/385598
Next step would be to solve each starting position concurrently. I'll implement that some time later along with the CGI script!
Hi @Algot, I wrote a program to solve your Word-search puzzles.
Octans: https://github.com/andinus/octans
It performs a Depth-First search on all possible matches from the dictionary.
> Most of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris.
>
> These are virtues of passion. They are not, however, virtues of community. The virtues of community sound like their opposites: diligence, patience, and humility.
>
> They're not really opposites, because you can do them all at the same time.… These are the virtues that will carry our community into the future, if we do not abandon them.
— Larry Wall