diff options
| -rw-r--r-- | src/blog/2023-04-10-the-big-rewrite/the-big-rewrite.md | 2 | ||||
| -rw-r--r-- | src/blog/2025-04-05-learned-rewrite/learned-rewrite.md | 4 | ||||
| -rw-r--r-- | src/git/git.md | 14 | ||||
| -rw-r--r-- | src/speedcubing/coordinates/coordinates.md | 4 |
4 files changed, 10 insertions, 14 deletions
diff --git a/src/blog/2023-04-10-the-big-rewrite/the-big-rewrite.md b/src/blog/2023-04-10-the-big-rewrite/the-big-rewrite.md index 45da3cb..6a2f782 100644 --- a/src/blog/2023-04-10-the-big-rewrite/the-big-rewrite.md +++ b/src/blog/2023-04-10-the-big-rewrite/the-big-rewrite.md | |||
| @@ -93,7 +93,7 @@ projects, or probably it will be never done. And that's OK. | |||
| 93 | 93 | ||
| 94 | My plan is to split the work into the following parts: | 94 | My plan is to split the work into the following parts: |
| 95 | 95 | ||
| 96 | * Starting from the [stable branch](https://nissy.tronto.net/download) | 96 | * Starting from the [stable branch](https://nissy.tronto.net) |
| 97 | of nissy, remove all the code that is needed only by the optimal | 97 | of nissy, remove all the code that is needed only by the optimal |
| 98 | solver and other unnecessary steps. Work on a GUI and other simple | 98 | solver and other unnecessary steps. Work on a GUI and other simple |
| 99 | features useful for assisting fewest moves solvers. | 99 | features useful for assisting fewest moves solvers. |
diff --git a/src/blog/2025-04-05-learned-rewrite/learned-rewrite.md b/src/blog/2025-04-05-learned-rewrite/learned-rewrite.md index 6a7a3ed..0973dd3 100644 --- a/src/blog/2025-04-05-learned-rewrite/learned-rewrite.md +++ b/src/blog/2025-04-05-learned-rewrite/learned-rewrite.md | |||
| @@ -17,8 +17,8 @@ than as fast as possible. Both the old and the new versions are written | |||
| 17 | in C, but not all the things I discuss in this post are language-specific. | 17 | in C, but not all the things I discuss in this post are language-specific. |
| 18 | 18 | ||
| 19 | You can find the new version of this project, the "Big Rewrite", | 19 | You can find the new version of this project, the "Big Rewrite", |
| 20 | in [this repository](https://git.tronto.net/h48) - or | 20 | in [this repository](https://git.tronto.net/nissy-core) - or |
| 21 | [on github](https://github.com/sebastianotronto/h48), if you prefer. | 21 | [on github](https://github.com/sebastianotronto/nissy-core), if you prefer. |
| 22 | I decided to rename it "H48" back when I planned to have separate projects | 22 | I decided to rename it "H48" back when I planned to have separate projects |
| 23 | for the different features of the old version, but I may change it back | 23 | for the different features of the old version, but I may change it back |
| 24 | to Nissy at some point. | 24 | to Nissy at some point. |
diff --git a/src/git/git.md b/src/git/git.md index 15f32f6..cbfbf80 100644 --- a/src/git/git.md +++ b/src/git/git.md | |||
| @@ -16,16 +16,12 @@ Here are some highlights of what you can find in my git repositories. | |||
| 16 | 16 | ||
| 17 | * [nissy](https://git.tronto.net/nissy): A Rubik's cube solver, | 17 | * [nissy](https://git.tronto.net/nissy): A Rubik's cube solver, |
| 18 | intended primarily as a tool for practicing FMC. Since april 2023 | 18 | intended primarily as a tool for practicing FMC. Since april 2023 |
| 19 | the project has been split into the FMC trainer | 19 | the stable version of the project has been moved to |
| 20 | [nissy-fmc](https://git.tronto.net/nissy-fmc) and the optimal solver | 20 | [nissy-classic](https://git.tronto.net/nissy-classic), while I kept |
| 21 | [nissy-nx](https://git.tronto.net/nissy-nx). Both are work in | 21 | working on the H48 optimal solver. This new solver, which will be |
| 22 | progress. The stable version is available at | 22 | integrated in a future version of nissy, can be found |
| 23 | [nissy-classic](https://git.tronto.net/nissy-classic), and is | 23 | [here](https://git.tronto.net/nissy-core). |
| 24 | maintained with bugfixes. | ||
| 25 | Check out also [the project's homepage](https://nissy.tronto.net). | 24 | Check out also [the project's homepage](https://nissy.tronto.net). |
| 26 | * [h48](https://git.tronto.net/h48): Another Rubik's cube optimal solver, | ||
| 27 | intended to replace the engine of nissy in the future. Written in | ||
| 28 | collaboration with [Enrico](https://github.com/enricotenuti). | ||
| 29 | * [scripts](https://git.tronto.net/scripts): Various scripts | 25 | * [scripts](https://git.tronto.net/scripts): Various scripts |
| 30 | for Unix-like systems. | 26 | for Unix-like systems. |
| 31 | * [zmodn](https://git.tronto.net/zmodn): A simple C++ library for working | 27 | * [zmodn](https://git.tronto.net/zmodn): A simple C++ library for working |
diff --git a/src/speedcubing/coordinates/coordinates.md b/src/speedcubing/coordinates/coordinates.md index afae46f..e1e6785 100644 --- a/src/speedcubing/coordinates/coordinates.md +++ b/src/speedcubing/coordinates/coordinates.md | |||
| @@ -276,5 +276,5 @@ See [fst.c](https://git.tronto.net/nissy-nx/file/src/fst.c.html#l113) | |||
| 276 | for an implementation. | 276 | for an implementation. |
| 277 | 277 | ||
| 278 | For these reasons, I am not using the coordinate approach described here | 278 | For these reasons, I am not using the coordinate approach described here |
| 279 | for my new work-in-progress solver (temporarily named | 279 | for my new work-in-progress solver (which can be found |
| 280 | [h48](https://git.tronto.net/h48)). | 280 | [here](https://git.tronto.net/nissy-core)). |
