Skip to content

Commit

Permalink
Note that optimal rebalancing isn't maintained
Browse files Browse the repository at this point in the history
`optimalrebalancing.tk` is no longer maintained and is now a
spam/malware site, so I shouldn't link to it.

While this was still my first project to learn Rust (and I can't claim
to be a true beginner anymore), I'll always suck at Rust, so remove the
disclaimer.
  • Loading branch information
DavidCain committed Jan 6, 2024
1 parent 4c5e656 commit 6c75d76
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
[![Build Status](https://github.com/DavidCain/stay-the-course/actions/workflows/ci.yml/badge.svg)](https://github.com/DavidCain/stay-the-course/actions)


_This tool is a work in progress, and a first project to learn Rust._

**Warning:** The author is neither a tax professional nor a retirement advisor.
Any statements contained within this document do not constitute legal, tax, or
investment advice.
Expand Down Expand Up @@ -166,8 +163,10 @@ This project is very much a work in progress. Some key outstanding tasks:
- [ ] Return Result instead of just panicking on error conditions

## External resources
- [Optimal rebalancing][optimal_rebalancing]: The excellent web tool by Albert
H. Mao. Provides a textual interface to lazily rebalance.
- [Optimal rebalancing (archive)][optimal_rebalancing]: Though it has since
been taken down (it lived at `http://optimalrebalancing.tk`, now spam), this
was an excellent web tool by Albert H. Mao. It provided a textual interface
to lazily rebalance.
- [`rebalance-app`][rebalance-app] by Alberto Leal: another Rust implementation
based off [Optimal rebalancing][optimal_rebalancing], but without GnuCash
integration and relying on a different underlying type libraries. Probably better
Expand All @@ -177,7 +176,7 @@ This project is very much a work in progress. Some key outstanding tasks:


[gnucash]: https://www.gnucash.org/
[optimal_rebalancing]: http://optimalrebalancing.tk
[optimal_rebalancing]: https://archive.ph/IUimB
[rebalance-app]: https://github.com/dashed/rebalance-app

[TIPS]: https://en.wikipedia.org/wiki/United_States_Treasury_security#TIPS
Expand Down

0 comments on commit 6c75d76

Please sign in to comment.