In a similar spirit to the "why does it have to be in Rust" question, R already has a robust ecosystem of people doing research and writing packages for the physical sciences, even hydrology. What does writing a whole new system in a new language offer that can't be achieved with existing software?
Open Source
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
Why not find the person in your university? You’re not gonna find anyone here. Your university definitely has one and if not your advisor definitely knows where.
You’ve passed prelims, how have you not had this discussion with them?
I'm not from CS related field. Me and my advisor don't know professors in CS fields, and my university doesn't have CS grad programs when I looked around. And I need an external professor anyway. My friends that are in CS grad school all do AI/ML related research.
I can't help with your search but I really think you should look into using Julia instead of rust. It provides excellent speed with the usability of Python and is growing in popularity among the scientific community. There are a few very good Geospatial libraries out there that you would probably find useful too.
Either way I recommend reaching out on the official language communities that tend to have more academics in them.
Thank you.
I did consider Julia in the beginning, but I'm using rust so I can make a python library available for people. And also because I can easily transfer other programs I have, and some other libraries in C into rust easily. My project is mostly about connecting the existing tools the grant agency has plus tools scientific communities use.
What do you mean by official language communities? I don't know what is rust official community. I am in rust discord but I have never gotten any response on any questions I ask about non trivial things there. I need people knowledgeable about macro, stable abi, and other features.
I meant stuff like that discord or the rust discourse. If you aren't having luck there your best bet is probably sending cold emails to faculty that have expertise in the field you need.
OP needs to be asking for help with specific coding problems on there too as opposed to asking for a mentor like here because they'll get the same response. Also reiterating what I said in my comment about IRC being more helpful provided you send them a pastebin.
I'd just use the #rust IRC channel on libera.chat personally.
Edit: Maybe for the basics/boilerplate you could start with ChatGPT or another generative AI. Then if you have a specific question you could ask the enthusiasts on the IRC channel. IRC people are a lot more helpful than discord people in my experience.
Should also mention there is no substitute for a good textbook so maybe getting a PDF of an Intro to Rust type book would be a good idea as well.