I am really enjoying working with Python, Django and learning React at the moment. I have a lot of free time during the week and I am very interested in helping with a project. Very much akin to entry-mid level if you're looking for train-ability and willingness to learn. codectc at gmail!
Ask HN: Who wants to collaborate?
61–70 of 525 posts
Re: Ask HN: Who wants to collaborate?
#62Re: Ask HN: Who wants to collaborate?
#63So when you see a cool project you’d like to help on, message the OP. And if you’re OP then add your twitter handle or email so you can field enquiries.
Re: Ask HN: Who wants to collaborate?
#64Re: Ask HN: Who wants to collaborate?
#65We’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?
#66I want to demonstrate the advantages of capability based security in actual examples that people can use. I'd like to have one as my daily driver. I'm willing to commit to reading and constructively commenting on projects in this thread.
Here's an example from the main function of the self hosting Firefly compiler [1]:
main(system: System): Unit {
...
let fs = system.files()
if(fs.exists(tempPath)) { deleteDirectory(fs, tempPath) }
...
}
deleteDirectory(fs: FileSystem, outputFile: String): Unit {
fs.list(outputFile).each { file =>
if(fs.isDirectory(file)) {
deleteDirectory(fs, file)
} else {
fs.delete(file)
}
}
fs.delete(outputFile)
}
Main is passed `System`, which is a value with methods to access the network, the file system, etc. It passes on the `FileSystem` value to `deleteDirectory`, which only has methods to access the file system.
Since there's no other way for `deleteDirectory` to obtain capabilities than to recieve them as arguments, `deleteDirectory` only has access to the file system.[1] https://github.com/Ahnfelt/firefly-boot/tree/master/compiler
Re: Ask HN: Who wants to collaborate?
#67A couple of examples:
- https://github.com/karlicoss/HPI#readme
- https://github.com/karlicoss/promnesia#readme
Would very much love to discuss it with other people, collaborate etc.
Re: Ask HN: Who wants to collaborate?
#68A couple of years ago I started to build a tool for my own personal use. It ended up being a metaverse full of sticky notes. I'm currently seeing if there's a market for it outside of just myself - https://www.temin.net/ Give me a shout if you're interested in turning it into something - email is in my profile.
Re: Ask HN: Who wants to collaborate?
#69I 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…
Re: Ask HN: Who wants to collaborate?
#70I’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 to you if you live in Seattle, San Diego, Tampa, or Washington DC, but the app has also been deployed in more than a dozen other cities across the US.