Activity

SnapBanane

Fixed some issues and made sure it works now fluently!

Attachment
0
SnapBanane

Devlog Day 3
Today not much happend. I improved the PID’s a bit and i tried to fix the ball approach with no success though. (Robotics takes it time :)). Todays image is an sceenshot of our blob detection!

Attachment
0
SnapBanane

Shipped this project!

Hours: 4.4
Cookies: 🍪 58
Multiplier: 13.24 cookies/hr

Built AirDrop Reworked — a cross-platform local file transfer app because I was tired of emailing myself files between Windows and Mac. Devices on the same network discover each other automatically via mDNS, you pick a peer, select a file, and it transfers directly peer-to-peer. The receiver gets an accept/decline prompt before anything touches their machine. Built with Tauri 2, React, and a Python/FastAPI sidecar for the discovery and transfer logic. Windows, macOS, and Linux all build via GitHub Actions.

https://github.com/SnapBanane/AirDropReworked

SnapBanane

So. There happend alot. So i changed the UI a bit. Then the connectivity over lan works. Drag and Drop also working now. Then i setup github actions to compile for macos, Windows and Linux. Now im trying to release it without any errors in the github actions workflow.

Attachment
0
SnapBanane

Today we imrpoved the ball approach. In the image youll see a quick python simulation with vectors of our robots approach. I wanted to take a video but it got to late mb on that. Stay tuned for tomorrow.

Attachment
0
SnapBanane

Wohoo! We have a first working version (the base structure). We can run it and a window appears. Some bugs still left but the sidecar works and the frontend boots!

Currently using npm run tauri dev!

Attachment
0