home.social

fistons :rust: :java: :godot:

  1. Just read that ozark.hendrix.edu/~yorgey/fore and, yeah, I can relate, as a father, not as a teacher.

    It hurts more than it should.

  2. I made a new release of -to-opml

    Now it can access your YouTube subscriptions through the YouTube API (using Google OAuth), among other things.

    Oh, and it's my first stuff published on !

    Please check it: crates.io/crates/youtube-to-op

    If you found a bug or have any idea for improvements, please open an issue: codeberg.org/fistons/youtube-t or leave me message here

  3. : codeberg.org/fistons/youtube-t

    I learnt that we can follow channels as feed, so I used Google takeout to export all my YouTube subscriptions and build this tool in to make an so I can import it with my client.

    No need for a Google Account anymore!

    Now I need to implements opml import/export in ...

  4. 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.

  5. Should I works on a bit? It's been a while...

    ...Naaaaah let's try to gain 0.02 seconds on my in

  6. And it works! I think I will be able to move on quite easly!

    Many thanks to @teotwaki and @jornfranke

  7. Urgent poll that will probably make a flop:

    Doom's Cacodemon vs Pokemon's Pikachu, who wins?

  8. My first blog post on development, my aggregator in !

    pedr0.net/harss-users-manageme

    I hope my english is understandable, and that the post is somehow interesting.

    Please let me know!

  9. Of course I didn't post anything interesting yet. But I plan to post about , and probably others stuff on the most irregular basis

  10. I took a few days off and can works a bit on Harss.

    I moved the dev instance from my raspi to my stardust on scaleway, fixed a few bugs and discovered a lot more

  11. 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. ? ? Something else? Oh, and I suck at UI/UX.

  12. It's been a while since I worked on it, but I tried to work on my Api.

    I'm trying as a code editor now (thanks @mo8it for the tips!), so I'm a bit slower than usual, not that I was particularly fast at first.

  13. 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!

  14. 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!

  15. As predicted, I added a new item on my 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 of course) on an article he reads. A feature I found on and even I never used it myself, it may prove useful and it's pretty cheap to implement.

  16. I remembered that I have a blog, so I wrote a little something about building a images for stuff, with , in a reasonable time.

    Here it is: blog.pedr0.net/multi-arch-dock

  17. I just fell in love with testing features. Using it with the crate for test assertions is a pleasure.

  18. After almost two days, I finally port my RSS Api from to

    I really liked SeaORM, but I need something closer to the database so I can tinker with my queries.

    I still need to rewrite the tests but... not today!

  19. I'm currently using for the RSS Api I'm working on. It's great and all, but sometime it can be a bit frustrating, because of the whole boiler plate that can happen sometime.

    So I try to convert everything to and I get frustrated by other things.

    Life is hard.