User Portlet User Portlet

Christopher Wolfram
Discussions
![enter image description here][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=2562Screenshot2024-02-05at3.46.47%E2%80%AFPM.jpg&userId=11733 [2]:...
Yes! I thought about including some analysis of that data, but unfortunately it is just 4 numbers that don't even give enough information about the position of any single star. Nonetheless, it is a really exciting find.
Yes, these are both good approaches. I also came to the conclusion that, in general, there is no escaping writing C code (or something like it) for launching asynchronous tasks. As for ParallelSubmit etc., I did get an example working with...
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/2e1640ee-1f6b-42a9-b5ea-e6fdba330351
![enter image description here][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=000ezgif.com-gif-maker.gif&userId=11733 [2]:...
Good catch. It should be added now.
I think this is just a property of DPLL. Just because it found one solution quickly, doesn't mean that it will find the next one quickly because it may have to do significant backtracking. It probably depends a lot on your usage though.
![enter image description here][1] &[Wolfram Notebook][2] (Also available in HTML [here][3].) [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=networkColumn.png&userId=24497 [2]:...
> Also available at https://christopherwolfram.com/projects/spelling-bee/ &[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/562cffe2-76a3-4c5a-bb79-6e64bc3379c6
Nice post! I'd like to play a bit with the data, but I think the permissions on that CloudObject are still private: In[112]:= theOfficeEpisodeData = Import[CloudObject["user:jfklein/the-office-episode-dataset.wl"]] During evaluation...