How much "vibe coding" is involved?
And are you Peter Thiel by any chance 😉
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
How much "vibe coding" is involved?
And are you Peter Thiel by any chance 😉
I’m pretty confident in my Rust and Vue skills, so not using chatGPT(or any other AI tool) in my work). I wrote all of the VOID by my hands. Why Peter Thiel though?
Can you explain the rust-fetch dependency?
Why Peter Thiel though?
It was a (failed) joke about your user-name.
I used rust fetch to fetch css for themes and manifests from GitHub repository with themes (and plugins soon as I rewrite current solution based on git2 dependency) that you import. Probably there was a better solution, but rust fetch finds me first)
How did you find that crate?
Why do you think you need it?
Could you message me in matrix or telegram? I always trying to improve my skills, your feedback could help me a lot.
I just googled smth like fetch in rust and it was one of the first link. What’s wrong with it, still make its job done.
What’s wrong with it
reqwest
, which is what I expected you to immediately notice after I brought it into attention. You can obviously just remove it and use reqwest
directly.reqwest
with something malicious, or bad in some other way, in a v0.1.1 release. That (theoretical) release will be picked up after a cargo update
call, or when Cargo.lock
is not checked, which is the case by default with libraries.Thanks, checked parts where I use it, found a few serious bugs in code. I’ll remove rust-fetch and use pure reqwest library. Thanks again, you helped a lot)
When you asked me about this crate, I just wrote how it’s used not checking the code itself, my bad
Just as a referenced for "second brain" local apps I suggest to look at dendron. Dendron is no longer being maintained but it still works and I use it for my notes since I adopted it a few year ago, it's pretty great for programmers since it works on top of VS Code.
I've been using and enjoying Logseq.
is universal flatpak packaging planned? this looks like something i'd want to use to replace my plaintext notes.
Yep, after successfull beta
This looks AWESOME! As an ADHD squirrel, I'm super excited about this. I have zero programming skill, but I'll happily test the hell out of it.
Thanks, it means a lot to me)
Looking at your post and the README, I can't figure out what this app does, nor what "second brain" means.
Open source Obsidian notes application.
The second brain part comes (I think) from the zettelkasten method of brain dumping all of your thoughts, notes on things you learn, etc... "On paper” in order to organize it and not lose it.
It is often recommended (along with to-do lists) for people with ADHD, and good for people like me with bad short-medium term memory.
Would suggest updating the ReadMe as I was also confused in regard to the usage of this app, seems cool, not sure what I personally would use it for.
As of making this comment you’re at 108 stars, this will make it 109, keep up the great work!
Thanks! I planned readme rework this week, but forgot… sorry, I’ll finish it soon
I had to look up what all this means, it's new to me. But very cool! Please post when a release is out, I'd love to try it
Thanks! I’ll let you know when release comes
What are the advantages over Joplin?