Replies: 10 comments 19 replies
-
It is pretty safe to assume that rise4fun will remain offline: the infrastructure used to build rise4fun is dated by about a decade and a complete overhaul would be required for rise4fun functionality to get it online with modern services and addressing any compliance issues. Contributions for creating alternatives for using z3 install free (and maybe online) are highly welcome. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the input so far.
Thus, there are several different parts:
Some directions seem orthogonal. At any rate, quality contributions are gladly integrated or file github bugs to ensure z3 doc includes pointers to relevant external demos. While the benefits for sharing demos should be general interest, the required effort and quality level could go beyond weekend hobby level, so contact me directly about discussing support for self-contained work contract involving up to 80-100 hrs effort (probably only possible for US). |
Beta Was this translation helpful? Give feedback.
-
Source tutorial files used for rise4fun are here: https://github.com/Z3Prover/doc/tree/master/riselive |
Beta Was this translation helpful? Give feedback.
-
I've adapted @philzook58's Z3 rise4fun reconstruction with a monaco editor instance that includes very basic SMT2 syntax support. Probably a real front-end developer could do a much better job. Just in case someone finds it useful: https://jfmc.github.io/z3-play/ |
Beta Was this translation helpful? Give feedback.
-
Links on https://github.com/Z3Prover/z3/wiki have been changed to z3-play. |
Beta Was this translation helpful? Give feedback.
-
@NikolajBjorner Do you still have control of the rise4fun domain, and if so would it be possible to set up a wildcard HTTP redirect pointing rise4fun.com/* queries to this page for the short term? If you want me to set up a redirect for you, I'd be happy to spin up a little container in our own environment that you can aim the A record at for the time being. I'm sure half the folks in this discussion would make the same offer and be happy to provide the support -- in my own case, an afternoon with Z3 has already helped me solve a problem I've been struggling with for years. Here's why I think that redirect is important: As someone who only found Z3 a week ago, I've never seen rise4fun. But I've so far run into dozens of references to the site all over the Internet, in documents, blogs, stackoverflow answers, code comments, etc. In many cases, the reference is something along the lines of "here's a thing I'm going to mention in passing but am not going to explain, because this page over here at rise4fun documents it". And archive.org doesn't have many of those pages. For all I knew it's been down for years and nobody cared -- I didn't know what was going on until stumbling across this discussion just now. |
Beta Was this translation helpful? Give feedback.
-
A note for this thread is that since two weeks ago there is a GitHub Action that builds a WASM image. |
Beta Was this translation helpful? Give feedback.
-
There is now an internship opportunity around RiSE for even more fun with z3 (and other tools) start date before July 1'st 2022. This would allow us to host a well-maintained set of pages (that users run locally using wasm). |
Beta Was this translation helpful? Give feedback.
-
A wasm wrapper is now part of the repository with GitHub actions to build and registered in npm as z3-solver. #5762 thanks to Kevin Gibbons. |
Beta Was this translation helpful? Give feedback.
-
@NikolajBjorner Is there an archive of rise4fun database? Some valuable snippets shared on internet forums & posts, all of which now points to dead links. e.g. |
Beta Was this translation helpful? Give feedback.
-
I hope this is an appropriate place to post this. https://rise4fun.com has been down for the last two days. I have tried with different machines and different locations.
Work around:
The documentation is available on archive.org (without the online interpreter).
If someone is looking for a way to try Z3 without going through the build process, I am happy to upload a docker container with the latest version.
Beta Was this translation helpful? Give feedback.
All reactions