Live data from Hacker News

Ask HN: Who wants to collaborate?

news.ycombinator.com

141–150 of 525 posts

Re: Ask HN: Who wants to collaborate?

#141

If you are into autonomous sailboats, robotics, rust, or combinations thereof, let me know :)

Hey I have experience with robotics (ROS1, trying to work on projects using ROS2 now) and autonomous vehicles (mainly Motion Planning & Control and decision making in uncertainties). What are you working on?

Re: Ask HN: Who wants to collaborate?

#143

Ad-hoc data formats like JSON and XML are too insecure for the modern world, so I'm developing a new format to remedy this [1]. It's a twin format, one binary and one text, so that you can input / edit the data in text, and then it passes from machine to machine in binary only (or convert back to text if a human needs to inspect it). The binary format is designed for simplicity and speed, and the text format is desig…

Have you seen ASN.1?

Re: Ask HN: Who wants to collaborate?

#145

Earlier quoted context omitted.

Maybe we should talk! I'm working on a language with first class capabilities. 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…

How would you pass the capability off to an external program? I'm hopeful that if the user could us a powerbox outside of a programs control to select the token/capability/file handle to pass to a program, then the system would be immune to the problems of ambient authority.

System wide capabilities is an interesting concept - I'd love to see it implemented. I'm not sure if it meaningfully fits into a programming language though - it seems like an operating system concept. But I might be mistaken?

Firefly currently only uses capabilities for security within a single program, which I think is also a big issue in software development today, the Log4j fiasco being a recent example.

Re: Ask HN: Who wants to collaborate?

#146

Hey everyone, I'm about to start a gig advising on tech policy in DC for 1yr but during that would like to start ideating on a potential startup with someone with plans to launch early 2023! I'm not an engineer but have done a little product but my core focus is usually on growth/bd and navigating regulated areas. I have a few ideas (listed below) but am open to ideating with folks openly and seeing where interests a…

I am not in DC and although I am an engineer I don't have any experience in the areas you mentioned, but all your projects sound super interesting. Best of luck with them!

Re: Ask HN: Who wants to collaborate?

#147
post #136

Earlier quoted context omitted.

I'm not exactly sure why, but your website gives off a very "scammy" vibe, even tough your discuss other scams on it, and since you're seemingly here in earnest, seems valid. Maybe it's something about the color theme of the site (dark text on dark background, strange choices of colors etc) or the weird element structure, low quality photos. Not entirely sure why. Some things do read a bit weird on the website, but m…

> Some things do read a bit weird on the website This one from the FAQ stands out: > I'm black/brown/liberal/Jewish/Muslim/gay/trans. Will you help me? > Generally no. F*k off, we're full. [...]

No post body was provided.

Re: Ask HN: Who wants to collaborate?

#148

Quoted post unavailable.

I'm not exactly sure why, but your website gives off a very "scammy" vibe, even tough your discuss other scams on it, and since you're seemingly here in earnest, seems valid. Maybe it's something about the color theme of the site (dark text on dark background, strange choices of colors etc) or the weird element structure, low quality photos. Not entirely sure why. Some things do read a bit weird on the website, but m…

Uhh, do take a look at the FAQ on his website ... Incels are probably the lesser evil when compared to bona fide racists?

Re: Ask HN: Who wants to collaborate?

#150

I am interested in collaborating on a project to make building local first software a simple reality for developers along the “seven ideals” that Martin Kleppmann lays out (see https://martin.kleppmann.com/papers/local-first.pdf ). There has been a number of attempts in this space, but none with a simple developer experience, and I’d like to experiment around fixing that. If anyone is already is already working in th…

Sending you an email. I am not working in this space per se but I am following it very closely, and I am super interested in seeing better dev tooling around the CRDT/Local first ecosystem.
Post reply on HN