Transhumanist

u/Transhumanist@lemmy.ml
17 posts · 61 comments

Recent posts

Recent comments

Thanks for staying with me dude, that means a lot to me! I ashamed of myself going quiet for 6 month, sorry(

Rest well on your vacation :D

I used notion a lot before understood that it’s not exactly fit all my needs so I decided to add databases in my own app. As for yours requests: Personally I don’t really like ai (even local ones), Idk why, but that’s it. I wouldn’t include ai in any of my projects. As for binary release… After I decide that app is stable enough for publishing I’ll probably add it to AUR, fedora COPR, nixpkgs(or made a flake for nixos), flatpak, and setup auto bundling for AppImage, rpm, deb, exe and dmg versions.

Hi, thanks for your interest) I build VOID with this in mind:

  • fully open-sourced including app itself and syncing server(with docker image for self hosting of course)
  • native performance (I ditched electron and tauri for gpu accelerated rendering with GPUI)
  • huge customizability(editor plugins, automatizations, you-name-it)
  • notion-like databases(optional, you could disable them)
  • terminal integration(for running code snippets from docs, terminal applications like neovim and for fun in general) And even more will come to my mind before release I think🙃
on VOID is still alive) · c/void · 2 pts · 299d

I understand. I didn’t have visa/mastercard to receive payments. Crypto looks like the only one solution for me

on VOID is still alive) · c/void · 1 pts · 303d

Idk actually. But I think self-promotion??? For FOSS project without any monetization lol

on VOID is still alive) · c/void · 1 pts · 303d

Yeah, I actually tried Reddit before. Funny story - every post about VOID got nuked within minutes, no matter the subreddit. Even people who just mentioned the project got shadowbanned. Lemmy might be small, but at least here you can exist without getting algorithmically erased.

I chose the name VOID because it’s short, memorable, and also works as an acronym — Versatile Open-source Infrastructure for Documentation. Beyond that, I like the idea of a “void” as an empty space you can fill with your own structure, knowledge, and workflow — kind of like a blank canvas. Also I took a bit of inspiration in lovecraft’s books

Thanks! I’ll check slint, but for now I think VOID will move to egui. Hmm, maybe I play with all current rust gui frameworks and take what fits best. The only question is how much time it’ll take)