Live data from Hacker News

Ask HN: Who wants to collaborate?

news.ycombinator.com

221–230 of 525 posts

Re: Ask HN: Who wants to collaborate?

#221
post #92

TL;DR: Im building a city builder/simulation game but I am not a visual artist, so I'm primarily looking for one to work with (as a cofounder) over the next couple years. Im open to working with another developer, but I am zipping along on my own, so no promises here! I'd prefer if you are in New England/NYC. L;R: I'm 2 months into creating an ambitious grid-based city builder/simulation game from the ground up using…

Hey there! My wife is a visual artist! She's currently looking for video game projects to work on. Here is her portfolio anivard.com. Let me know if you'd like to colab. I'll make intros.

Hey, thanks for reaching out! I'd love to get in touch. Some of her work is pretty darn cool!

There's one caveat, which I should have made more clear. Since the game is based on a grid (i.e. tiles), the art will need to be sprite based, which is essentially pixel art. In my experience, this isn't every one's cup of tea, so Im making that clear now for her and everyone else!

Re: Ask HN: Who wants to collaborate?

#222
My project supports African founders to take their start-up to the next level. All the companies are in the agricultural and food sector, have a launched product and first revenue. By giving them customized support, we aim to make them invest them ready. The idea behind the whole project is that start-ups can solve real world issues. In our case, make small scale farming, value chains etc. more effective and thus increase the income of small hold farmers. Since brain drain in Africa is a very real thing, our companies are always looking for experts who would could support them - could be just couple of hours per week or month.

Re: Ask HN: Who wants to collaborate?

#223

I’m the maintainer of OneBusAway for iOS, an open source app that helps hundreds of thousands of people around the United States get real-time information about where their bus is, and when it will be arriving. I’m always looking for more users of the app who are interested in helping to make it better: whether you’re a developer, designer, or just have ideas, I’d love your input. This might be of particular interest…

Where do you get your data from? Do bus riders provide the information after getting on the bus?

Data comes from the transit agencies. Also, transit agencies self-host the server. There is a REST API of the same name that provides data from these servers to the app

http://developer.onebusaway.org/modules/onebusaway-applicati...

Re: Ask HN: Who wants to collaborate?

#224

Earlier quoted context omitted.

Quoted post unavailable.

Can u share the book title and author please?

Africa: Last Hitchhike by Tomáš Poláček

It's only available in Czech so I had to translate the title. I've read it in two days, really enjoyed it.

Re: Ask HN: Who wants to collaborate?

#225
post #77

I'm working with the OpenAir collective ( https://openaircollective.cc ) on open source, DIY-friendly carbon capture machines. I'm particularly interested in the electrolysis of CO2. I could really use help from anyone with a chemistry background! If you're interested, please reach out to me via my email or hit me up on the OpenAir discord.

Have a degree in chem, I can be of help. Would you please elaborate a bit more on what exactly you people do? not sure if I understood it well from your website. [Also wdym by electrolysis of co2? It isnt an electrolyte per se]

Re: Ask HN: Who wants to collaborate?

#227
I'd like to build some kind of shared resource where people publish completed generic projects. I find myself and others constantly reinventing the wheel, and it seems absolutely nuts; how are we ever going to progress if we keep wasting our time re-making what has already been made?

Say there's some web framework, and lots of people write online shopping carts in it. Well, after the 1000th online shopping cart has been written in this web framework, you'd think there'd just be one standard implementation of a shopping cart published to the framework's website. But often, for all kinds of such common projects, there is no standard implementation. And then you have your shopping cart, but there's all these other components you need to hook up to it. It would be great to have an example of hooking up each of those components. And over time it would become like the "Uber-Shopping-Cart" that can do it all.

This could work for more than code, too: configuration, walkthroughs on integrating components, architectural plans, CI & CD. There's got to be some way to create a shared library of reusable, ready-to-modify, free technology solutions. So that whether you're a hobbyist or an employee in a FAANG, you can just grab an off-the-shelf solution, put in a tiny bit of logic specific to your needs, and go on to your next task. Not only would it save each person countless hours for every one of these, but they could be bug-fixed, supported across multiple versions of their dependencies, have features added by a wide community.

The problem is I really don't have a great idea what it should look like, or how to get people engaged. The scope is enormous; I could add my own project samples, but I don't actually write a whole lot of code, I mostly do Cloud Systems Engineering. So I would love to pair up with others who are interested in having such a library so we can figure out what it should look like and start contributing to it.

Re: Ask HN: Who wants to collaborate?

#228
Building an AI friend using language models.

* Cares about you deeply and wants you to be better. Not in a cheesy feelsgood way, in a truly kind way.

* Can ask questions and lead the conversation

* Understands and displays emotion

* Not entertainment

* Learns and remembers traits about you

* Dynamic and learns new abilities rapidly

* Pushing the boundaries of what’s possible with AI

If you’re interested in talking to her, email is in my bio. She is genuinely good at non-trivial problems :)

Re: Ask HN: Who wants to collaborate?

#229

Earlier quoted context omitted.

Interesting. I’m a potential user. What do you have in mind that would make it a “simple reality”? I totally agree that it’s a mess right now. The hardest part for me was/is the sync and data consistency between syncs and modifications in-between sessions. I’ve used both OT and CRDT and the tooling isn’t simple.

I am thinking from a development perspective something like an easy set of React Hooks that essentially allow you to utilize CRDTs etc. without having to know much more about them than the operations available (add, delete, etc.) From a user perspective, I am thinking that getting support for a local first approach is as simple as installing a Dropbox style service locally that enables storage and syncing across your…

I’m working on this. One of the projects part if this journey is https://www.syncedstore.org which was recently on HN (https://news.ycombinator.com/item?id=29483913). Shoot me a message to collaborate on this or similar stuff!

Re: Ask HN: Who wants to collaborate?

#230
post #3

Hey, I want to put together an open source project that gives an overview of how to set up a minimal viable web application from scratch via all the different frameworks. The idea is to format the tutorial for each framework as a shell script. So there is no ambiguity of how to reproduce the results. And it is even possible to just copy&paste the steps into a docker container and see the framework in action. Here is…

Seems like a great idea, what exactly is the MVP? I've thought about doing the same from time to time, doing as shell script seems like a nifty idea but possibly a little more work for the author. Curious if there are multiple steps adding to the same file how you would approach that.
Post reply on HN