how can i use paperless-ngx to build a personal rag systerm

title says it all. I have already set up paperless-ngx, I was planning on setting up paperless-ai do ocr and rag but when I read the readme of the project, it said that it was no longer maintained, what should I do? is it worth installing or should i wait for the official implementation?

reddit.com
u/OrdinaryFact21 — 1 day ago

how can i use paperless-ngx to build a personal rag systerm

title says it all. I have already set up paperless-ngx, I was planning on setting up paperless-ai do ocr and rag but when I read the readme of the project, it said that it was no longer maintained, what should I do? is it worth installing or should i wait for the official implementation?

reddit.com
u/OrdinaryFact21 — 1 day ago

3 prompts and i have capped my 5 hour limit :D

title says it all :D what's the meaning of having all this if i am unable to use it when i need? especially when same model on command code makes much more mistakes compared to opencode for example. 1 of the 3 prompts was because of this, i was trying to make it bugfix it's own code.

Now I can't even get the progess to give it to another agent. I just have incomplete code, at least allow us to finish the progress before capping it.

u/OrdinaryFact21 — 7 days ago
▲ 2 r/drones

We Built a Distributed Drone Swarm on MAVSDK

Last year me and my teammates entered a nation-wide competition on swarm UAVs. We won 6th place and you can see the GCS and drones in action from the attached media.

We used MAVSDK Python to develop this swarm and I should tell, there are no good examples on MAVSDK Python, even the official examples have issues.
For example, we tried to do a simple waypoint navigation so we followed the official code examples and guess what? Drone started to do waypoint navigation before takeoff height was reached! lol!
So I wouldn't recommend using MAVSDK for a swarm like this due to unexpected behaviours, and I am open for suggesstions on what I can use the next time.

Code is fully open sourced as of 16th of June and I'd be happy to send the link in the comments for anyone interested.

Feel free to ask me anything you want to know about this.

Example of a 3 drone swarm morphing from line formation to triangle formation

>Disclaimer:
I posted this under the flair "Science, Research, Technology" but it was removed and I was notified that it was because "Due to a current influx of AI generated software projects".
Anyways, this is the edited version where I only talk about the story with videos showing the drones.

EDIT: I fixed a typo in the disclaimer

reddit.com
u/OrdinaryFact21 — 14 days ago

Are There Any Good Self Hosted Team Management Software?

Title says it all? I tried to install Holy, it somehow failed, I use Affine but it's more like personal organization etc.

I need it to have kanban support along with lightweight wiki stuff where we can document how things are done etc.

I am looking for something that's as easy to install as Immich, I don't really want to get into NextCloud level installation experience.

EDIT: updated to express what i am looking for in more detail

reddit.com
u/OrdinaryFact21 — 15 days ago
▲ 173 r/CodingTR+1 crossposts

Dağıtık İHA Sürüsü Geliştirdik, Türkiye 6.sı Olduk ve Kodları Açık Kaynak Yaptık

Geçen yıl ben ve ekip arkadaşlarım TEKNOFEST Sürü İHA Yarışmasına katıldık ve MAVSDK kullanarak PX4 dronlarda çalışan bir dağıtık sürü algoritması geliştirdik. Bu kodlarla 6.lığı elde ettik ve bu yıl birincilik için çalışıyoruz.

Yeni altyapımız çoğunlukla değiştiği için eskisini açık kaynak yapmakta bir problem görmedik, o sebepten açıp inceleyebilir sorular sorabilirsiniz.

Tek belirtmek istediğim kod kalitesinin zaman ilerledikçe düşmesi, bunun en temel sebebi bu kodlarla gerçekleştirilen 3 görevin tamamını 2 ay kadar bir sürede tek başıma yazmak zorunda kalmış olmam. Diğer ekip arkadaşlarımız staj vb. sebeplerden dolayı ayrılmış, geriye kalanlar da tek bir görevi kodlarken ben de tek başıma buraları kodlamak zorunda kaldım. Oldukça eğitici bir deneyimdi merak edenler olursa daha detaylı anlatabilirim.

Bu 2 ayın bir kısmında da tek gözüm golf topu kadar şişmiş ve açamıyordum onu da belirteyim, lütfen kod kalitesi düşük demeyin farkındayım :D

Ana Yazılım: https://github.com/yussufbiyik/ulgen-drone-core

Yer Kontrol: https://github.com/yussufbiyik/ulgen-ground-control

u/OrdinaryFact21 — 15 days ago

I made a Ground Control Software with Svelte!

Last year me and my teammates entered a nation-wide competition on swarm UAVs. We won 6th place and have been pursuing 1st place for 2026. Since our new codebase is vastly different, we decided it was safe to open-source the previous one for others to benefit.

Full disclosure: The last few commits show a decline in code quality. I was coding this all by myself over a span of about 2 months, because the rest of the team left midway. And I also had one eye swollen shut like a golf ball for like 2 whole weeks

Anyways, here's the codebase along with core software for those interested.

Ground Control: https://github.com/yussufbiyik/ulgen-ground-control

Core Software: https://github.com/yussufbiyik/ulgen-drone-core

u/OrdinaryFact21 — 16 days ago

We Built a Distributed Drone Swarm on MAVSDK and Open Sourced it!

Last year me and my teammates entered a nation-wide competition on swarm UAVs. We won 6th place and have been pursuing 1st place for 2026. Since our new codebase is vastly different, we decided it was safe to open-source the previous one for others to benefit.

Full disclosure: The last few commits show a decline in code quality. I was coding this all by myself over a span of about 2 months, because the rest of the team left midway. And I also had one eye swollen shut like a golf ball for like 2 whole weeks

Anyways, here's the codebase along with the ground control I built on Svelte.

Core Software: https://github.com/yussufbiyik/ulgen-drone-core

Ground Control: https://github.com/yussufbiyik/ulgen-ground-control

u/OrdinaryFact21 — 16 days ago
▲ 36 r/UAVmapping+2 crossposts

We Built a Distributed Drone Swarm on MAVSDK and Open Sourced it!

Last year me and my teammates entered a nation-wide competition on swarm UAVs. We won 6th place and have been pursuing 1st place for 2026. Since our new codebase is vastly different, we decided it was safe to open-source the previous one for others to benefit.

Full disclosure: The last few commits show a decline in code quality. I was coding this all by myself over a span of about 2 months, because the rest of the team left midway. And I also had one eye swollen shut like a golf ball for like 2 whole weeks

Anyways, here's the codebase along with the ground control I built on Svelte.

Core Software: https://github.com/yussufbiyik/ulgen-drone-core

Ground Control: https://github.com/yussufbiyik/ulgen-ground-control

u/OrdinaryFact21 — 16 days ago