Hacker News new | ask | show | jobs
by Aweorih 2339 days ago
Currently working on 2 projects which would solve problems for me:

- a jdbc driver for interacting with google sheets

- a cross OS application which lets you share easily data

The first one is almost done and requires mostly documentation and some clean-up. It supports at the moment simple SQL queries like select * from, insert into foo() Values () and an update where I currently not remember the syntax. It also has already a Datagrip integration.

The second project shall work wireless and with minimal setup. The original idea was that devices search each other in the local network (via broadcast) and connect then. Further ideas which rised while development where:

- play sound on another device (which I initially thought would be super easy but seems like it is not)

- provide a possibility to define outside applications (like you provide a configuration file how I communicate with your application and this lets you show information on other devices)

- Not just device-to-device but also something like groups

- messaging with other devices

- more communication possibilites, ie via (outside) IP or Wi-Fi direct