#harss — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #harss, aggregated by home.social.
-
#imadethis : https://codeberg.org/fistons/youtube-to-opml
I learnt that we can follow #Youtube channels as #RSS feed, so I used Google takeout to export all my YouTube subscriptions and build this tool in #rustlang to make an #OPML so I can import it with my #RSS client.
No need for a Google Account anymore!
Now I need to implements opml import/export in #harss ...
-
#imadethis : https://codeberg.org/fistons/youtube-to-opml
I learnt that we can follow #Youtube channels as #RSS feed, so I used Google takeout to export all my YouTube subscriptions and build this tool in #rustlang to make an #OPML so I can import it with my #RSS client.
No need for a Google Account anymore!
Now I need to implements opml import/export in #harss ...
-
#imadethis : https://codeberg.org/fistons/youtube-to-opml
I learnt that we can follow #Youtube channels as #RSS feed, so I used Google takeout to export all my YouTube subscriptions and build this tool in #rustlang to make an #OPML so I can import it with my #RSS client.
No need for a Google Account anymore!
Now I need to implements opml import/export in #harss ...
-
It has been way to long since I posted about this.
I regain some motivation lately, maybe a will be able to do a "real' release of the first usable version of the API (There is no v1. Never.).
And then... the frontend.
-
It has been way to long since I posted about this.
I regain some motivation lately, maybe a will be able to do a "real' release of the first usable version of the API (There is no v1. Never.).
And then... the frontend.
-
It has been way to long since I posted about this.
I regain some motivation lately, maybe a will be able to do a "real' release of the first usable version of the API (There is no v1. Never.).
And then... the frontend.
-
It has been way to long since I posted about this.
I regain some motivation lately, maybe a will be able to do a "real' release of the first usable version of the API (There is no v1. Never.).
And then... the frontend.
-
It has been way to long since I posted about this.
I regain some motivation lately, maybe a will be able to do a "real' release of the first usable version of the API (There is no v1. Never.).
And then... the frontend.
-
And it works! I think I will be able to move #harss on #codeberg quite easly!
Many thanks to @teotwaki and @jornfranke
-
And it works! I think I will be able to move #harss on #codeberg quite easly!
Many thanks to @teotwaki and @jornfranke
-
My first blog post on #HaRSS development, my #RSS aggregator #API in #rustlang !
https://pedr0.net/harss-users-management/
I hope my english is understandable, and that the post is somehow interesting.
Please let me know!
-
My first blog post on #HaRSS development, my #RSS aggregator #API in #rustlang !
https://pedr0.net/harss-users-management/
I hope my english is understandable, and that the post is somehow interesting.
Please let me know!
-
Slow progress, but still progress. I'm a bit tired at the moment and prefer to keep my free time resting and doing stuff with my family.
But It's taking shape! Maybe a first usable version of the API will be released soonish ™️ ?
After that, I will need to focus a bit on the front-end. And ow boy, it scares me. #egui? #leptos? Something else? Oh, and I suck at UI/UX.
-
Slow progress, but still progress. I'm a bit tired at the moment and prefer to keep my free time resting and doing stuff with my family.
But It's taking shape! Maybe a first usable version of the API will be released soonish ™️ ?
After that, I will need to focus a bit on the front-end. And ow boy, it scares me. #egui? #leptos? Something else? Oh, and I suck at UI/UX.
-
Slow progress, but still progress. I'm a bit tired at the moment and prefer to keep my free time resting and doing stuff with my family.
But It's taking shape! Maybe a first usable version of the API will be released soonish ™️ ?
After that, I will need to focus a bit on the front-end. And ow boy, it scares me. #egui? #leptos? Something else? Oh, and I suck at UI/UX.
-
Slow progress, but still progress. I'm a bit tired at the moment and prefer to keep my free time resting and doing stuff with my family.
But It's taking shape! Maybe a first usable version of the API will be released soonish ™️ ?
After that, I will need to focus a bit on the front-end. And ow boy, it scares me. #egui? #leptos? Something else? Oh, and I suck at UI/UX.
-
Slow progress, but still progress. I'm a bit tired at the moment and prefer to keep my free time resting and doing stuff with my family.
But It's taking shape! Maybe a first usable version of the API will be released soonish ™️ ?
After that, I will need to focus a bit on the front-end. And ow boy, it scares me. #egui? #leptos? Something else? Oh, and I suck at UI/UX.
-
A bit a progress today, I was able to use tokio-cron-scheduler crate in the API to schedule the fetch process.
I removed the old fetcher crate, and basically plan to merge everything in one fat crate instead of having a workspace. I hope it will speed up the compile process a bit. Will I regret this decision later in the far future? Probably. I will let future me handle this and hate present me.
It needs some testing but then it should be good!
-
A bit a progress today, I was able to use tokio-cron-scheduler crate in the API to schedule the fetch process.
I removed the old fetcher crate, and basically plan to merge everything in one fat crate instead of having a workspace. I hope it will speed up the compile process a bit. Will I regret this decision later in the far future? Probably. I will let future me handle this and hate present me.
It needs some testing but then it should be good!
-
A bit a progress today, I was able to use tokio-cron-scheduler crate in the API to schedule the fetch process.
I removed the old fetcher crate, and basically plan to merge everything in one fat crate instead of having a workspace. I hope it will speed up the compile process a bit. Will I regret this decision later in the far future? Probably. I will let future me handle this and hate present me.
It needs some testing but then it should be good!
-
A bit a progress today, I was able to use tokio-cron-scheduler crate in the API to schedule the fetch process.
I removed the old fetcher crate, and basically plan to merge everything in one fat crate instead of having a workspace. I hope it will speed up the compile process a bit. Will I regret this decision later in the far future? Probably. I will let future me handle this and hate present me.
It needs some testing but then it should be good!
-
A bit a progress today, I was able to use tokio-cron-scheduler crate in the API to schedule the fetch process.
I removed the old fetcher crate, and basically plan to merge everything in one fat crate instead of having a workspace. I hope it will speed up the compile process a bit. Will I regret this decision later in the far future? Probably. I will let future me handle this and hate present me.
It needs some testing but then it should be good!
-
Some progress were made!
I will now merge the fetching process in the API.
For now I have a separate crate doing this, and it's cron scheduled. For a project this small, I think I can just create a scheduled task in the API.
I have implemented a kind of mutex to prevent fetching the same feed several times at the same time, so having several instance of the API won't be an issue.
Thanks @catsalad for the done item idea!
-
Some progress were made!
I will now merge the fetching process in the API.
For now I have a separate crate doing this, and it's cron scheduled. For a project this small, I think I can just create a scheduled task in the API.
I have implemented a kind of mutex to prevent fetching the same feed several times at the same time, so having several instance of the API won't be an issue.
Thanks @catsalad for the done item idea!
-
Some progress were made!
I will now merge the fetching process in the API.
For now I have a separate crate doing this, and it's cron scheduled. For a project this small, I think I can just create a scheduled task in the API.
I have implemented a kind of mutex to prevent fetching the same feed several times at the same time, so having several instance of the API won't be an issue.
Thanks @catsalad for the done item idea!
-
Some progress were made!
I will now merge the fetching process in the API.
For now I have a separate crate doing this, and it's cron scheduled. For a project this small, I think I can just create a scheduled task in the API.
I have implemented a kind of mutex to prevent fetching the same feed several times at the same time, so having several instance of the API won't be an issue.
Thanks @catsalad for the done item idea!
-
Some progress were made!
I will now merge the fetching process in the API.
For now I have a separate crate doing this, and it's cron scheduled. For a project this small, I think I can just create a scheduled task in the API.
I have implemented a kind of mutex to prevent fetching the same feed several times at the same time, so having several instance of the API won't be an issue.
Thanks @catsalad for the done item idea!
-
As predicted, I added a new item on my #todo list before finished one, BUT I have almost finished the current one so that's fine
With this, a user will be able to add notes (in #markdown of course) on an article he reads. A feature I found on #inoreader and even I never used it myself, it may prove useful and it's pretty cheap to implement.
-
As predicted, I added a new item on my #todo list before finished one, BUT I have almost finished the current one so that's fine
With this, a user will be able to add notes (in #markdown of course) on an article he reads. A feature I found on #inoreader and even I never used it myself, it may prove useful and it's pretty cheap to implement.
-
As predicted, I added a new item on my #todo list before finished one, BUT I have almost finished the current one so that's fine
With this, a user will be able to add notes (in #markdown of course) on an article he reads. A feature I found on #inoreader and even I never used it myself, it may prove useful and it's pretty cheap to implement.