rust hackers wanted @ Damus! If you know rust and want to get paid to work on freedom tech part time or fulltime, contributing is the best way to be considered for the position 😎

I am currently the only one working on notedeck, if you're rust-curious this a great time to jump in and work with me directly on our next-gen, multiplatform nostr client!

https://github.com/damus-io/notedeck/

Reply to this note

Please Login to reply.

Discussion

Man, if only I wasn't so green at Rust...

to be fair I am too, building is a great way to learn!

Well, to get paid to learn would be amazing, but I can't justify too much time to Rust until the rest of my business improves.

Getting paid to learn, what about getting paid to teach?

Whether that means building the system itself, or contributing to the kb.

nostr:nevent1qqswm75eksyxnrnmxxhkq3uv3qzd9yvk8pen9xhtdmuj8nsvuf46a5sprdmhxue69uhhg6r9vehhyetnwshxummnw3erztnrdakj7q3qm3xdppkd0njmrqe2ma8a6ys39zvgp5k8u22mev8xsnqp4nh80srqxpqqqqqqzrmfwdm

Been a developer for years but hardly know any Rust.

Would be interested in learning more / contributing though - especially with a view to getting paid long term.

Done a few blockchain bits in other tech stacks.

Whats the best way to talk privately?

you can email me at jb55@jb55.com or DM me your signal username

Hello Will, I send you a mail !

Attention rust devs: Damus is a great client and needs more talent to build their upcoming Notedeck client.

nostr:nevent1qqs0fr4yrmd5usn96rqafvh5ykuxmc35w3vhagca6myw4ugtrutk5zgppemhxue69uhkummn9ekx7mp0qgsr9cvzwc652r4m83d86ykplrnm9dg5gwdvzzn8ameanlvut35wy3grqsqqqqqp3w4le8

you have a list of most desired issues to tackle or would you prefer just pick something and go?

something in our alpha milestone might be a good start!

https://github.com/damus-io/notedeck/milestone/1

👀

https://github.com/damus-io/notedeck/milestone/1

Any chance you can help mass migrate/duplicate issues from android repo to notedeck repo?

https://github.com/damus-io/android/issues

with the right permissions, i'm sure you could use the `gh` cli to do this pretty quickly. https://cli.github.com/manual/gh_issue_transfer

if you're asking me to write that for you, i can do that. wouldn't take too long. just a basic for loop in a bash script.

😅😅

Yeah I smashed my head on this one. This is above my dev capabilities

if you just want a blanket lift and shit, this should work for you. make sure you have the github-cli installed and authenticated. https://cli.github.com/

```

for issue_num in $(gh --repo damus-io/android issue list --jq '.[].number' --json 'number' --limit 150); do gh --repo damus-io/android issue transfer $issue_num damus-io/notedeck; done

```

i ran it on my machine and it seemed to run fine. however, i obviously don't have the right permissions to do so.

🙏

Worked and transferred. Thank you ser

dope! glad to hear it

Didn’t you have a colleague that helped you developed Damus? Or did he resign?

Not sure what you mean, what damus are you referring? We have nostr:npub13v47pg9dxjq96an8jfev9znhm0k7ntwtlh9y335paj9kyjsjpznqzzl3l8 working on iOS but that is a different codebase.

nostr:npub1fgz3pungsr2quse0fpjuk4c5m8fuyqx2d6a3ddqc4ek92h6hf9ns0mjeck was working on rust/notedeck with me but his opensats application was ignored and he moved onto other things, so I’m hoping to hire directly now instead of pointing contributors to opensats.

Ahh, sorry. I was thinking about Daniel. And confused your two projects.

Awesome, great opportunity!