Live data from Hacker News

Ask HN: Who wants to collaborate?

news.ycombinator.com

231–240 of 501 posts

Re: Ask HN: Who wants to collaborate?

#231

I'm building out a new budgeting/personal finance app born out of frustration with YNAB. Would love someone skilled with UX to help me out with it. The front-end is a react application, and the backend is Elixir/Phoenix. Some of my frustrations with YNAB: * Rigid categories. This makes you do a lot of work up front. I am envisioning letting people just assign categories on the fly without having to pre-define them. *…

Designer who would love to collaborate on this, but didn't see an email in your profile.

eek! sorry! It's there now

Re: Ask HN: Who wants to collaborate?

#232
Building virtual neuroscience software over here https://www.virtualbrainlab.org/

I think with so much hybrid learning and remote teaching going on there's an opportunity for STEM education to become more equitable. Right now to learn about neuroscience you have to go to a university, pay hefty tuition fees, and even then access to really cutting edge technology is blocked by the high cost of research tools. There's nothing stopping us from building virtual versions of this same content.

My vision is that these are used as complements to low-cost in-person lab experiences, so maybe in a class people learn about neurons using a backyard brains setup and then they learn about the really cutting edge expensive tools using this virtual environment.

Re: Ask HN: Who wants to collaborate?

#233

I'm working on an (usually) open-source hardware designs - mostly HID devices. I'm pretty experienced with embedded programming. I do a lot of 3D art, which often inspires me to build devices. Currently I'm working on a BLE knob - here is a USB version https://ciesie.com/project/magknob/ I'm not focused on these making money but I'd like to reach a point where I can sell some devices. My main goal is quality and grea…

Esp32 ist great for Bluetooth low energy work. E.g. the Watchy open source smart watch.

Re: Ask HN: Who wants to collaborate?

#234
Musopen.org is designing a free, open-source app to learn how to read music and play an instrument. Think codecademy.com or duolingo.com but for music.

We would love help bringing this to life. Write us if you want to join, and how you might be able to help: aaron [at] musopen.org

Re: Ask HN: Who wants to collaborate?

#235
post #75

Earlier quoted context omitted.

This is a great project. Orbi systems are so expensive. Are you basing your work on any open source mesh projects? Do you have a project site or GitHub where people can follow along?

Great question. The *WRT (OpenWRT primarily) communities are clearly the winning universe around this and we should take (with generous attribution) what we can from that world, but I've yet to see a real DIY hardware implementation. These Orbis are honestly very powerful individual routers, so I suspect there's a real thing around their hardware, but I bet DIY can find a way... what do you think?

OpenWRT is missing a big piece of the puzzle: configuration management and the ability to work with a "controller". OpenWRT is currently great at running stand-alone but has essentially zero support for being part of a "fleet" of devices managed centrally.

This means something as simple as changing the network name or password requires changing it on every single access point manually, and even worse if your mesh system relies on sharing frequently-changing state between devices.

OpenWISP tries to address this problem: https://openwisp.org - I suggest you check it out and solve the configuration management problem first.

The actual "mesh" part is actually relatively easy. Most commercial systems use basic Linux networking tools, HostAPd (sometimes with custom improvements, but this all ends up upstreamed or reimplemented upstream given enough time) and custom glue code to tie them together. A "mesh" system is typically a user-facing network being broadcast by all APs (with shared settings such as name and password) and an invisible, "backhaul" network each AP hosts (either on a separate interface or on the same interface as the AP - I believe some wireless cards can act both as AP and station as long as the channel is the same) and the other in the path connects to, and the glue code handles configuring all of that. 802.11s is also an option that can be used, and I'm pretty sure all of this is already possible to configure manually in Linux - what's lacking is the "glue code" to set up & manage all of this automatically.

Re: Ask HN: Who wants to collaborate?

#236
post #135

I’m creating a set of hands-on learning activities for high school students that use the Donkey Car (donkeycar.com) AI self-driving platform. Each hands-on activity teaches a lesson about engineering or machine learning. This is a not for profit collaboration with a group of college & high school students. Please reach out if you have experience with Keras/Tensorflow and can help explain fundamental behavioral clonin…

Don't see an email in your profile...

Re: Ask HN: Who wants to collaborate?

#237
Hi, I’m a product designer and back in 2016 I came up with a concept for an AR/VR keyboard for one of my classes https://imgur.com/gallery/TomSq. Granted, the idea, including its description on imgur, are unrefined but even years later I think the concept, or at least some version of it, has got some potential. Let me know if it catches your fancy or if you have any feedback.

Re: Ask HN: Who wants to collaborate?

#238
post #8

The web has gotten boring. I'm starting a static web host where every page is remixable by default. One click and you have a copy of any web page hosted on the platform. Not only that, but the front-end code (HTML, CSS, JS) is treated as the source of truth. Whatever changes the owner makes to a page (through DevTools, some custom JS, or clicking a button that does something) is saved permanently to the DB. This make…

This reminds me of https://glitch.com

Re: Ask HN: Who wants to collaborate?

#239
post #182
post #127

Earlier quoted context omitted.

I read this comment 3 times and skimmed both links but I still have no concrete idea what you're building.

Can you say what left you confused? I'm surprised, I thought https://github.com/catern/rsyscall is pretty self-contained and self-explanatory (if unclear on what exactly rsyscall is useful for), and I thought http://catern.com/integration.html is quite detailed (perhaps excessively so).

I understand the problem and the use-case, but what does your library provide? Running processes remotely? Supervising remote processes? Transparently running Python functions in remote processes?

Re: Ask HN: Who wants to collaborate?

#240
turtleSpaces is a Logo-based 3D game engine written in Go. It has desktop and WebAssembly builds, and a Javascript-based IDE. My partner and I currently work on it. It is becoming usable.

We want to make it a better (less-toxic) Roblox, with kids making games and stuff for other kids. We need people to do documentation, make tutorials and help build up our library of example programs.

If anyone familiar with Go is interested, they could help with our codebase, and we could use a Javascript / CSS wizard to help make our front-end more responsive.

https://turtlespaces.org/

Post reply on HN