Add week note for April 2025 with updates on site changes and reading stats
This commit is contained in:
47
content/weeknotes/2025/13.md
Normal file
47
content/weeknotes/2025/13.md
Normal file
@@ -0,0 +1,47 @@
|
||||
---
|
||||
title: "Week Note Nº 13/2025"
|
||||
date: "2025-04-06T09:00:00+01:00"
|
||||
lastmod: "2025-04-06T09:00:00+01:00"
|
||||
draft: true
|
||||
tags: ["week note"]
|
||||
type : "weeknote"
|
||||
summary: "Random notes for week 13 of 2025"
|
||||
---
|
||||
|
||||
- Updating the site with some new static pages and update the content of the old ones. I also wrote a blog post about the statics pages I edited and how much they can be usefull.
|
||||
- Some cleaning and updating of my django server Appletune. Some migrations are necessary in the near future
|
||||
- Studing some api for some automation for my django server (Appletune) where I can read the fav article on Feedbin and backup them on my server.
|
||||
- I find a js project i like: Postlight Parser. I "lost" some time trying it and thing about how to use it
|
||||
|
||||
## Suggested Links/Posts
|
||||
- [It's always something new each spring - by April Wu](https://thepenguinpost.substack.com/p/its-always-something-new-each-spring)
|
||||
- [The Best Programmers I Know | Matthias Endler](https://endler.dev/2025/best-programmers/)
|
||||
- [💍 Announcing The Great Django Webring - Jeff Triplett's Micro.blog](https://micro.webology.dev/2025/04/01/announcing-the-great-django-webring/)
|
||||
- [Unique Travel Journal Ideas – 11 Ways To Make a Travel Diary Memorable](https://thertwguys.com/unique-travel-journal-ideas/)
|
||||
- [Introducing the blogroll - macwright.com](https://macwright.com/2025/03/07/blogroll.html)
|
||||
## New post from my blog
|
||||
- [Pages You Need in Your Blog](https://fundor333.com/post/2025/pages-you-need-in-your-blog/)
|
||||
## New post from my newsletter
|
||||
- [Media per la tecnodistopia che stiamo vivendo: Il Neuromante](https://newsletter.digitaltearoom.com/media-per-la-tecnodistopia-che-stiamo-vivendo-il-neuromante/)
|
||||
|
||||
## My Links
|
||||
- [My blog](https://www.fundor333.com)
|
||||
- [My newsletter](https://newsletter.digitaltearoom.com)
|
||||
- [Support me](https://ko-fi.com/fundor333)
|
||||
|
||||
## Currently Reading
|
||||
[](https://www.goodreads.com/review/show/7292099460?utm_medium=api&utm_source=rss) [](https://www.goodreads.com/review/show/5993206761?utm_medium=api&utm_source=rss)
|
||||
|
||||
## Anime and manga's stats
|
||||
|
||||
### **Anime**
|
||||
- Total anime watched: **79**
|
||||
- Total anime watched time: **600h 36m**
|
||||
- Total anime watched episodes: **1448**
|
||||
- Top 5 anime genres: 🏷️ Action, 🏷️ Adventure, 🏷️ Fantasy, 🏷️ Supernatural, 🏷️ Drama
|
||||
|
||||
### **Manga**
|
||||
- Total manga read: **239**
|
||||
- Total manga read chapters: **24541**
|
||||
- Total manga read volumes: **617**
|
||||
- Top 5 manga genres: 🏷️ Fantasy, 🏷️ Action, 🏷️ Adventure, 🏷️ Comedy, 🏷️ Drama
|
||||
@@ -1,44 +1 @@
|
||||
{
|
||||
"anilist": {
|
||||
"user_id": "fundor333"
|
||||
},
|
||||
"feeds": [
|
||||
{
|
||||
"title": "Suggested Links/Posts",
|
||||
"url": "https://appletune.fundor333.com/api/feed/"
|
||||
},
|
||||
{
|
||||
"title": "New post from my blog",
|
||||
"url": "https://www.fundor333.com/index.xml"
|
||||
},
|
||||
{
|
||||
"title": "New post from my newsletter",
|
||||
"url": "https://newsletter.digitaltearoom.com/rss/"
|
||||
}
|
||||
],
|
||||
"fix_links": [
|
||||
{
|
||||
"title": "My blog",
|
||||
"url": "https://www.fundor333.com"
|
||||
},
|
||||
{
|
||||
"title": "My newsletter",
|
||||
"url": "https://newsletter.digitaltearoom.com"
|
||||
},
|
||||
{
|
||||
"title": "Support me",
|
||||
"url": "https://ko-fi.com/fundor333"
|
||||
}
|
||||
],
|
||||
"generator": {
|
||||
"fix_links_label": "My Links",
|
||||
"output": "content/weeknotes/",
|
||||
"tag": "week note",
|
||||
"type_weeknote": "weeknote"
|
||||
},
|
||||
"goodread": {
|
||||
"shelf_name_code": "currently-reading",
|
||||
"shelf_name_label": "Currently Reading",
|
||||
"user_id": "5312887-matteo"
|
||||
}
|
||||
}
|
||||
{"feeds": [{"url": "https://appletune.fundor333.com/api/feed/", "title": "Suggested Links/Posts"}, {"url": "https://www.fundor333.com/index.xml", "title": "New post from my blog"}, {"url": "https://newsletter.digitaltearoom.com/rss/", "title": "New post from my newsletter"}], "fix_links": [{"url": "https://www.fundor333.com", "title": "My blog"}, {"url": "https://newsletter.digitaltearoom.com", "title": "My newsletter"}, {"url": "https://ko-fi.com/fundor333", "title": "Support me"}], "generator": {"tag": "week note", "output": "content/weeknotes/", "fix_links_label": "My Links", "type_weeknote": "weeknote"}, "anilist": {"user_id": "fundor333"}, "goodread": {"user_id": "5312887-matteo", "shelf_name_code": "currently-reading", "shelf_name_label": "Currently Reading"}, "text_api": "https://appletune.fundor333.com/api/weekdone/?format=json"}
|
||||
Reference in New Issue
Block a user