Logs
This page summarizes everything that I want to log about my personal projects, conferences or anything where I want a timeline. Expect it to be absolutely hard to read because I expect no other person than me (maybe my girlfriend) to care about it.
TODOs
- [✔️] Port the Blog using the tree.ml module,
- [✔️] Move the
index.ml
to pages - [✔️] Add a logging page
- [✔️] Improve the content of the about page,
- [✔️] Set up the Atom feed back,
- [ ] Find a decent design for the website:
- [ ] Refactor the code because it is not clean:
- [ ]
Tree.ml
with a less leaky interface and remove theis_index_file
function - [ ] Clean the
S.ml
and theResolver.ml
- [ ] Add some documentation everywhere, please!
- [ ] Improve the separation between actions and model and move the code in
lib/
- [ ] Use the "forest" language to describe all of this!
- [ ]
- [ ] Start the blog back and write regularly about what I learn,
2024
2024-12-08
Add the RSS2 flux as a syndication page. This allows users to have both Atom and RSS versions.
2024-12-06
Bring back the profile picture in the about page. Improve the content
of the page by adding more information about employers. Add a disclaimer on all
the pages about opinions. I wrote the first version of the Atom
feed. It is
not a clean interface but at least, it works. The next stage is to improve the
code readability. I'll take care of this after the design because I want to
have a decent "visible" version before going into hard refactoring mode.
2024-11-24
Add this logging section. It is still hidden for the public as I do not know
how to expose it on the website. However, it will be built. I also cleaned the
index.ml
file to make it easier to maintain in the long rune. I added some
small improvement tot the about.md
page, but it needs to be done when I have
more time. Will look at this later.
2024-11-22
Move the blog.ml
file to use the tree.ml
structure. It is not clean at all
right now: it needs a little cleaning.