User Portlet User Portlet

Arnoud Buzing
Discussions
Interesting ... Besides visually appealing does this have an application or connection to number theory?
Should be fine to make a Wolfram Community post about it. Glad this worked for you.
It would be easier if you shared your data file, but maybe this works for you (I can't try it out myself, because I don't have your data file): GeoGraphics[{ FaceForm[Opacity[1.]], EdgeForm[{Red, Thick}], ...
What do you want it to do when the image has multiple lakes? (possibly many lakes?)
Thanks for the link ... When you do: server1 = SocketOpen[8001] it opens a socket using a very old kernel TCP socket implementation (which probably should be removed at this point. I would suggest to always use "ZMQ" in the second...
I am wondering if you'd be willing to explain how to make this tiling completely from scratch while broadcasting it all on Twitch? (Assume I know very little about tilings and a moderate amount of math)
Another (nicer, I think) YouTube short based on your code: https://youtube.com/shorts/SFNV7N0vS9w?feature=share
Good luck! A simple(r) way to test this OpenAI with the LLMSynthesize function, so doing something like: LLMSynthesize["hello there"]
Try this, for now: CurrentValue[$FrontEnd, TaggingRules] = GeneralUtilities`ToAssociations@CurrentValue[$FrontEnd, TaggingRules]; CurrentValue[$FrontEnd, {TaggingRules, "ChatNotebookSettings", "Model"}] = "gpt-4" See Avery's comment...