I'm a front-end developer / artist / father. I'm trying to make a software application for families common in my situation. I have an 8 year old daughter who is very autistic and there is a huge lack in tools I feel that a family and kid can communicate with. To that end - I am trying to make a communication board tool. In my mind think of Trello board but there's not much in the way of words only symbols. Right now…
I don't know what your family's needs are specifically, but there are several fantastic Augmentative and Alternative Communication (AAC) tools out there that are open source and in active development. The community is very friendly and they always welcome help from experienced software engineers. I personally contribute to Cboard ( https://www.cboard.io ) and a few others but check out the OpenAAC website ( https://w…
Ask HN: Who wants to collaborate?
141–150 of 501 posts
Re: Ask HN: Who wants to collaborate?
#142It’s a bit of a wacky idea, but there are a bunch of outdoors clubs that have sub-par technology solutions. As these groups are small, usually minimal hardware and a FOSS tool or two is all they really need. Meaning their actual cost is probably way less then their expected cost (or what some hungry web dev quoted them at). The idea is to bridge the gap between these groups and some tech that would add value to the g…
fyi email isn't shown, you have to add it to your 'about' to appear
Re: Ask HN: Who wants to collaborate?
#143I'm with a friend and we're focusing on building cool SaaS projects as a way to improve our product building skills and possibly make some money. At the moment we have a HR platform that one client is using and we're looking to build other stuff - we have some ideas in the making. If anyone wants to join
Email is in profile. Thanks!
Re: Ask HN: Who wants to collaborate?
#144I'm building a live video cdn backed by a kademlia dht (the BitTorrent one). https://github.com/muxable/cdn No major benefit of using a dht except it's kinda cool that the entire thing runs sans centralized database. If you're interested, the space is what my startup is working on but the cdn specifically is mostly a fun tangent to learn about kademlia for me. It's always fun to work with more people in the live vide…
What is the advantage over BitTorrent?
In principle I think BitTorrent can be adapted to this, but essentially the output "file" doesn't hash correctly so I think it would be a lot of hacks to the point where it's avoiding actually using most of the parts of BitTorrent anyways. In particular this is evident on the DHT, my understanding is the DHT actually stores fragments of data and BEP44 verifies integrity. In my implementation, the DHT stores some metadata for who can publish the data because the media stream is live and we don't want to broadcast every packet over the DHT.
Of course, I'm new to BitTorrent so that's my understanding. I'd love it if I could use more BitTorrent components directly :)
Re: Ask HN: Who wants to collaborate?
#145I've been developing web crawlers for the better half of a decade. They are used for various purposes such as cataloging sentiment/bias in news media, finding new tv shows to watch, or mapping out the Tor hidden service directory. Currently, I am writing a web crawler application framework in golang. Always looking for help or new ideas on what to crawl next! Emails welcome, check my profile.
Your crawler perhaps could be customized to crawl and publish an index of all available Progressive Web Apps. A naive way would be to check for sites that have a PWA App manifest file in their root folder.
Let me know if you are interested in collaborating.
Re: Ask HN: Who wants to collaborate?
#146An open source bicycle computer. The goal: a privacy-preserving, standalone fitness assistant on which you can load custom apps. I always wanted a bicycle computer that I could program, which would help me not gethurt while training, and which would remember where I like to cycle. The modern ecosystem is full of devices, but I haven't seen a programmable one, much less one that can also survive for weeks on battery a…
Re: Ask HN: Who wants to collaborate?
#147Earlier quoted context omitted.
I have a card game app I’m working on, focused on the mtg community. I would be interested in collaborating.
Cool, want to shoot me an email and we can zoom sometime? There was a point in my life where all I did was play Magic ;)
Re: Ask HN: Who wants to collaborate?
#148Blog post I wrote about the steps in developer experience up till now: https://wanderingstan.com/2020-02-04/the-evolution-of-develo...
Re: Ask HN: Who wants to collaborate?
#149It’s a bit of a wacky idea, but there are a bunch of outdoors clubs that have sub-par technology solutions. As these groups are small, usually minimal hardware and a FOSS tool or two is all they really need. Meaning their actual cost is probably way less then their expected cost (or what some hungry web dev quoted them at). The idea is to bridge the gap between these groups and some tech that would add value to the g…
Take a look at meshtastic
Re: Ask HN: Who wants to collaborate?
#150I'm a front-end developer / artist / father. I'm trying to make a software application for families common in my situation. I have an 8 year old daughter who is very autistic and there is a huge lack in tools I feel that a family and kid can communicate with. To that end - I am trying to make a communication board tool. In my mind think of Trello board but there's not much in the way of words only symbols. Right now…