I work for a national park in the Democratic Republic on the Congo as a tech lead. Some of the things we are doing: LoRaWAN for tracking and emergency response, ML to identify gorillas by their unique nose prints, and long-range drones for mapping and surveillance, and a management web app. If you’re interested in conservation / sustainable development and associated technologies let me know! Always looking to collab…
Quoted post unavailable.
Ask HN: Who wants to collaborate?
161–170 of 525 posts
Re: Ask HN: Who wants to collaborate?
#162I'm doing it in my spare time, which is scarce, so I'd love another pair of hands to help me make it super duper great. (it's already great but it's just normal great). Ideally someone with some experience making extensions, but really anyone who's willing to put in the time and take it seriously, even if only for an hour a week.
Let me know if you're interested!
Re: Ask HN: Who wants to collaborate?
#163We’re building a Golang library designing DNA. Most synthetic biology tools are essentially crap Python scripts - we’re looking at building maintainable tools for the next 10-20 years https://github.com/timothystiles/poly
Re: Ask HN: Who wants to collaborate?
#164I have three primary areas that I am working on and would love to find serious collaborators:
1) I am building high-quality content for math, English language arts, chess, etc. (see [0] for a good explanation of what this looks like). This is primarily for my 2nd grade child, but I have also written hundreds of cards for high school level math, undergraduate level math, and programming languages.
For example, I used this approach to build an Anki deck that decomposed the NNAT test (i.e., a gifted program test) into atomic chunks and then demonstrated how sample NNAT questions were composed of those primitives.
2) I am eventually looking to leverage this content and knowledge to build turn-key resources for others. This is surprisingly challenging for reasons I won’t touch on, but it could profoundly improve learning outcomes for many people.
3). I am pondering how to enable richer sharing and collaboration between people. I have a number of patents in this space and can envision a few business opportunities.
----
Re: Ask HN: Who wants to collaborate?
#165I'm working on a small text based rpg. Its written in node, but i'm terrible at frond end. Anyone want to get together and collab on a small fun project?
Re: Ask HN: Who wants to collaborate?
#166We currently use tools built by the biggest companies on earth (whose main preoccupation is solving scalability problems) to build the most basic applications. We’ve got infinitely nested component with jumbles of state being passed around, new build tools and framework versions being released every week, and we're tasked with orchestrating 12+ disparate tools just to make a basic app work.
The context switching is getting painful and the rabbit holes seem to go on forever.
There should be a simpler way for product-focused founders (who want to solve user-facing problems instead of deep tech-stack problems) to build stuff that works.
I propose a solution: the concept of a “web app object." A dynamic object that looks like HTML but contains all the web app capabilities you need across the stack collapsed into a single node.
Think of this:
It might look like a simple web component. But, what if unlike a web components, it worked across the stack.It shouldn't have to be pre-defined with front-end JS to have some basic functionality.
For example: it can determine its own namespace on the backend with its actual name, it can get new capabilities (on both the front-end and backend) just by adding a single attribute to it, and (this is the killer feature for me) its place within the data in the database can be determined by its relative position in the DOM (i.e. we convert a page's HTML into a live database that we can style with CSS).
Hello, world!
Add Note
⬆ Here’s a more robust example.This example code would be enough to tell an opinionated web app framework everything it needs to know about the structure of the user’s data and the behavior of the page, including that notes are editable by users with access, the default text should be “Hello, world!”, and users can create new notes by clicking a button.
Browsers have nothing like this concept of a "web app object", even though web apps have been around for decades. Instead, we get a bunch of disconnected pieces of the stack that we have to tie together ourselves...
We have the front-end (html + css), the backend of the front-end (build tools + our SPA framework of choice), the front-end of the backend (API layer + controller logic), the backend of the backend (business logic + database schema), and then DevOps (pipelines + deployments + security).
It's like we have to know how to do our own plumbing just to take a drink of water…
I wrote out this idea on HN a little while ago and it seemed to resonate [0]. I also see other promising approaches of merging the front-end and the backend into one primitive coming along (Imba, Phoenix LiveView, Blitz, InertiaJS).
I’m working on the early stages of this idea as an open-source framework [1].
I've been developing it in my spare time for the last few years and I've built a full proof-of-concept with some major help from contributors.
It'd be excellent to get some help from you all with this since it's something I believe in strongly and I think the world needs it. I'm a front-end developer and designer with not a lot of experience building a modern JS framework, so that's where I could use the most help.
[0] https://news.ycombinator.com/item?id=29053536 [1] https://remaketheweb.com
Re: Ask HN: Who wants to collaborate?
#167I'm working on a small text based rpg. Its written in node, but i'm terrible at frond end. Anyone want to get together and collab on a small fun project?
Re: Ask HN: Who wants to collaborate?
#168Would you like to see a global tech workers union or guild?
Or a maintainers fund to support all the FLOSS projects the world depends on?
It's super early days, the possibility space is wide open! Come join the conversation :)
Re: Ask HN: Who wants to collaborate?
#169I started working on a project called Taaalk (taaalk.co). It's a website where people have have text based conversations that others can follow. It was down for the last eight months but it's live now. No content on it yet as I need to get the database back from a dump, but looking for someone to work on it with me. It's written in Rails