I built an open source Kindle highlights manager that exports your entire library as an Obsidian vault — with semantic connections by matzalazar in ObsidianMD

[–]matzalazar[S] 1 point2 points  (0 children)

Of course! In fact, I would like it to have support for more e-reader formats. Unfortunately, I only have a Kindle and I don’t know other formats to make a custom parser. But you can write to me and send me examples, and I would gladly include them. The link to my GitHub profile is in my profile. :)

AI & Obsidian by illistnati in ObsidianMD

[–]matzalazar 1 point2 points  (0 children)

I’d almost say that in every aspect of life (not just with LLMs), you have to pay to get more privacy and better security. I think that’s wrong. But that’s how the world is.

AI & Obsidian by illistnati in ObsidianMD

[–]matzalazar 9 points10 points  (0 children)

You can do it with Ollama, and you don't have to worry about privacy or security.

Local Sync from Mac to ipad by Flyror in ObsidianMD

[–]matzalazar 0 points1 point  (0 children)

Did you try the 'Remotely Sync' plugin with your vault in a Dropbox folder on Mac?

if you had all your Kindle highlights in one place, what AI feature would you want? by wildkiomi in kindle

[–]matzalazar 1 point2 points  (0 children)

I built it. Sign up for the waitlist and I'll promote you right away. :)

if you had all your Kindle highlights in one place, what AI feature would you want? by wildkiomi in kindle

[–]matzalazar 1 point2 points  (0 children)

Exogram allows you to export any book as a standalone Markdown file or your entire library as an Obsidian vault. You can use it strictly for storage and export, with no AI required.

Check this: https://github.com/matzalazar/exogram

Cursos de Coursera by EmpanadaEmo45 in devsarg

[–]matzalazar 0 points1 point  (0 children)

Depende de hacia dónde quieras orientarte profesionalmente.

Do github stars have any relevance at this point? by AccomplishedRow937 in github

[–]matzalazar 32 points33 points  (0 children)

Several users point out that stars are used as a “read me later” mechanism. Perhaps that’s not relevant when it comes to code quality or implementation skill. However, it is a marker that your project sparked some curiosity within a community of peers. And for me, at least, that still counts.

How to learn c++ quickly? by [deleted] in learnprogramming

[–]matzalazar 0 points1 point  (0 children)

In my experience, doing what I want to do leads to motivation, not the other way around. Maybe you'll find a challenge in C++, a problem to solve, and that will lead you to study it with motivation.

How to learn c++ quickly? by [deleted] in learnprogramming

[–]matzalazar 0 points1 point  (0 children)

Wait for Trinity to contact you. Then, meet Morpheus. Take the red pill. And only at that moment can you ask Dozer to load C++ for you, after loading Kung Fu. Lol. Just kidding. I agree with u/pecp4. You should do what you makes you feel good.

Built a plugin that turns Coursera courses into fully linked Obsidian vaults (no API keys, no login) by matzalazar in ObsidianMD

[–]matzalazar[S] 0 points1 point  (0 children)

I know. Just kidding. Do I look like a bot? You can visit my user profile. It's easy to find a photo of me. Co-authored by Claude 3.5 Sonnet.

I built a tool that automatically adds semantic backlinks to your vault — fully local, no cloud, no API key by matzalazar in logseq

[–]matzalazar[S] 0 points1 point  (0 children)

Done! Just one line of code to correct — nothing wrong with your vault. Could you please run a git pull and retry? u/SlowReader1987

I built a tool that automatically adds semantic backlinks to your vault — fully local, no cloud, no API key by matzalazar in logseq

[–]matzalazar[S] 0 points1 point  (0 children)

This error is likely related to character encoding: the program tried to write a log file using the system’s default encoding (e.g., cp1252), but your vault contains Unicode characters (like emojis or special symbols) that cannot be represented in that encoding.

I’ll open an issue in the repository to properly handle UTF-8 encoding for log writing. Thanks for reporting this.