home.social

#memacs — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #memacs, aggregated by home.social.

fetched live
  1. The #Memacs framework just learned how to get your #PodcastAddict #podcast episodes into your #Emacs #Orgmode with a new module:
    github.com/novoid/Memacs

    It's using the app's backup files which I have synchronized to my desktop anyhow:

    uv --project path/to/memacs run memacs_podcastaddict --backup-dir /path/to/backup/PodcastAddict/ -o ~/org/memacs/podcasts.org_archive

    My personal setup now has 2819 finished episodes on my agenda. 😲 👍

    #PIM

  2. The #Memacs framework just learned how to get your #PodcastAddict #podcast episodes into your #Emacs #Orgmode with a new module:
    github.com/novoid/Memacs

    It's using the app's backup files which I have synchronized to my desktop anyhow:

    uv --project path/to/memacs run memacs_podcastaddict --backup-dir /path/to/backup/PodcastAddict/ -o ~/org/memacs/podcasts.org_archive

    My personal setup now has 2819 finished episodes on my agenda. 😲 👍

    #PIM

  3. The #Memacs framework just learned how to get your #PodcastAddict #podcast episodes into your #Emacs #Orgmode with a new module:
    github.com/novoid/Memacs

    It's using the app's backup files which I have synchronized to my desktop anyhow:

    uv --project path/to/memacs run memacs_podcastaddict --backup-dir /path/to/backup/PodcastAddict/ -o ~/org/memacs/podcasts.org_archive

    My personal setup now has 2819 finished episodes on my agenda. 😲 👍

    #PIM

  4. The #Memacs framework just learned how to get your #PodcastAddict #podcast episodes into your #Emacs #Orgmode with a new module:
    github.com/novoid/Memacs

    It's using the app's backup files which I have synchronized to my desktop anyhow:

    uv --project path/to/memacs run memacs_podcastaddict --backup-dir /path/to/backup/PodcastAddict/ -o ~/org/memacs/podcasts.org_archive

    My personal setup now has 2819 finished episodes on my agenda. 😲 👍

    #PIM

  5. The #Memacs framework just learned how to get your #PodcastAddict #podcast episodes into your #Emacs #Orgmode with a new module:
    github.com/novoid/Memacs

    It's using the app's backup files which I have synchronized to my desktop anyhow:

    uv --project path/to/memacs run memacs_podcastaddict --backup-dir /path/to/backup/PodcastAddict/ -o ~/org/memacs/podcasts.org_archive

    My personal setup now has 2819 finished episodes on my agenda. 😲 👍

    #PIM

  6. @paninid @foone That's why I made github.com/novoid/Memacs so that my #PKM is automatically extended by most of my service feeds I'm using.

    Shouldn't be that hard to add Mastodon and others. Not sure if my Twitter module is still working because I've left that platform years ago.

    #PIM #publicvoit #Emacs #Orgmode #Memacs #orgdown

  7. @paninid @foone That's why I made github.com/novoid/Memacs so that my #PKM is automatically extended by most of my service feeds I'm using.

    Shouldn't be that hard to add Mastodon and others. Not sure if my Twitter module is still working because I've left that platform years ago.

    #PIM #publicvoit #Emacs #Orgmode #Memacs #orgdown

  8. @paninid @foone That's why I made github.com/novoid/Memacs so that my #PKM is automatically extended by most of my service feeds I'm using.

    Shouldn't be that hard to add Mastodon and others. Not sure if my Twitter module is still working because I've left that platform years ago.

    #PIM #publicvoit #Emacs #Orgmode #Memacs #orgdown

  9. @paninid @foone That's why I made github.com/novoid/Memacs so that my #PKM is automatically extended by most of my service feeds I'm using.

    Shouldn't be that hard to add Mastodon and others. Not sure if my Twitter module is still working because I've left that platform years ago.

    #PIM #publicvoit #Emacs #Orgmode #Memacs #orgdown

  10. @paninid @foone That's why I made github.com/novoid/Memacs so that my #PKM is automatically extended by most of my service feeds I'm using.

    Shouldn't be that hard to add Mastodon and others. Not sure if my Twitter module is still working because I've left that platform years ago.

    #PIM #publicvoit #Emacs #Orgmode #Memacs #orgdown

  11. Does anybody want to write a #Memacs module for #PodcastAddict?

    This way, your listened episodes (finishing timestamp) will appear in your #Orgmode agenda.

    I've analysed the backup data - should be doable within a couple of hours if it's your first Memacs module: backup is a ZIP with an SQLite3 DB file that holds all relevant data in 2 tables.

    Memacs: github.com/novoid/Memacs

    Example module that parses arbitrary CSV files: github.com/novoid/Memacs/blob/

    Details: github.com/novoid/Memacs/issue

  12. Does anybody want to write a #Memacs module for #PodcastAddict?

    This way, your listened episodes (finishing timestamp) will appear in your #Orgmode agenda.

    I've analysed the backup data - should be doable within a couple of hours if it's your first Memacs module: backup is a ZIP with an SQLite3 DB file that holds all relevant data in 2 tables.

    Memacs: github.com/novoid/Memacs

    Example module that parses arbitrary CSV files: github.com/novoid/Memacs/blob/

    Details: github.com/novoid/Memacs/issue

  13. Does anybody want to write a #Memacs module for #PodcastAddict?

    This way, your listened episodes (finishing timestamp) will appear in your #Orgmode agenda.

    I've analysed the backup data - should be doable within a couple of hours if it's your first Memacs module: backup is a ZIP with an SQLite3 DB file that holds all relevant data in 2 tables.

    Memacs: github.com/novoid/Memacs

    Example module that parses arbitrary CSV files: github.com/novoid/Memacs/blob/

    Details: github.com/novoid/Memacs/issue

  14. Does anybody want to write a #Memacs module for #PodcastAddict?

    This way, your listened episodes (finishing timestamp) will appear in your #Orgmode agenda.

    I've analysed the backup data - should be doable within a couple of hours if it's your first Memacs module: backup is a ZIP with an SQLite3 DB file that holds all relevant data in 2 tables.

    Memacs: github.com/novoid/Memacs

    Example module that parses arbitrary CSV files: github.com/novoid/Memacs/blob/

    Details: github.com/novoid/Memacs/issue

  15. Does anybody want to write a #Memacs module for #PodcastAddict?

    This way, your listened episodes (finishing timestamp) will appear in your #Orgmode agenda.

    I've analysed the backup data - should be doable within a couple of hours if it's your first Memacs module: backup is a ZIP with an SQLite3 DB file that holds all relevant data in 2 tables.

    Memacs: github.com/novoid/Memacs

    Example module that parses arbitrary CSV files: github.com/novoid/Memacs/blob/

    Details: github.com/novoid/Memacs/issue

  16. j'ai rajouté quelques années de donnés d'événements de calendriers et de sms avec les scripts de #memacs de @publicvoit

    hebien j'ai pas encore mis les 11 gigas de données de mail box de take out, et ça rame déjà un max pour afficher mon agenda T_T

    je vais devoir sortir ces fichiers de la liste que doit incorporer l'agenda d' #emacs.
    sauf si vous avez une idée de génie qui améliorerait les performances.

    poke @obrow
    #orgmode #import #backup

  17. j'ai rajouté quelques années de donnés d'événements de calendriers et de sms avec les scripts de #memacs de @publicvoit

    hebien j'ai pas encore mis les 11 gigas de données de mail box de take out, et ça rame déjà un max pour afficher mon agenda T_T

    je vais devoir sortir ces fichiers de la liste que doit incorporer l'agenda d' #emacs.
    sauf si vous avez une idée de génie qui améliorerait les performances.

    poke @obrow
    #orgmode #import #backup

  18. j'ai rajouté quelques années de donnés d'événements de calendriers et de sms avec les scripts de #memacs de @publicvoit

    hebien j'ai pas encore mis les 11 gigas de données de mail box de take out, et ça rame déjà un max pour afficher mon agenda T_T

    je vais devoir sortir ces fichiers de la liste que doit incorporer l'agenda d' #emacs.
    sauf si vous avez une idée de génie qui améliorerait les performances.

    poke @obrow
    #orgmode #import #backup

  19. Fun fact on my #Memacs paper:
    For the purpose of setting up some demo screenshots, I wrote a small tool to print out each date-stamp where I did not have any other event. Within a 10 year time-frame I only found one single day: 2007-02-14 😲 #PIM
    github.com/novoid/Memacs

  20. Fun fact on my #Memacs paper:
    For the purpose of setting up some demo screenshots, I wrote a small tool to print out each date-stamp where I did not have any other event. Within a 10 year time-frame I only found one single day: 2007-02-14 😲 #PIM
    github.com/novoid/Memacs

  21. I do seem to like to automate things. At this moment, I do have 61 active #cron jobs on 2 hosts. 🕑 🤖 :tux:
    #PIM #Memacs

  22. I'm interested in using #memacs to easily integrate attaching files into my #emacs workflow. (Not so much to remember it all, like memacs promises, but rather to include links to and notes on external files). Does anyone have any experience to share?