Thread overview
Work & D
Jul 06, 2021
WH
Jul 06, 2021
Guillaume Piolat
Jul 06, 2021
WH
Jul 06, 2021
Mike Parker
Jul 06, 2021
WH
Jul 07, 2021
RazvanN
Jul 07, 2021
WH
Jul 07, 2021
Adam D Ruppe
Jul 13, 2021
solidstate1991
Jul 14, 2021
WH
July 06, 2021

Hi,

I'm a Computer Science student who discovered D a couple of years ago and has made a couple of projects in D (for instance: [1]). My summer break is starting soon, so working on open source seems like a good opportunity to earn some experience (and possibly, some money?).

I did discover the bug bounty list [2], but I am not by any means a compiler/language runtime expert and these all seem hard projects to work on. Are there any simpler projects for me to start with (e.g. writing documentation/tutorials/examples, fixing bugs, writing test, etc.) and make a bit of money along the way?

Cheers

[1] https://github.com/w2ptr/exactmath
[2] https://www.flipcause.com/secure/cause_pdetails/NjI2Njg=

July 06, 2021

On Tuesday, 6 July 2021 at 11:27:31 UTC, WH wrote:

>

Hi,

I'm a Computer Science student who discovered D a couple of years ago and has made a couple of projects in D (for instance: [1]). My summer break is starting soon, so working on open source seems like a good opportunity to earn some experience (and possibly, some money?).

I did discover the bug bounty list [2], but I am not by any means a compiler/language runtime expert and these all seem hard projects to work on. Are there any simpler projects for me to start with (e.g. writing documentation/tutorials/examples, fixing bugs, writing test, etc.) and make a bit of money along the way?

Cheers

[1] https://github.com/w2ptr/exactmath
[2] https://www.flipcause.com/secure/cause_pdetails/NjI2Njg=

Hello,

Dplug is not a core proposition of D but has Bug Bounties:
https://github.com/AuburnSounds/Dplug/wiki/Bug-Bounty-Program

List of bounties can eventually be tweaked to match a preferred topic.
You would retain full copyright but must agree for your changes to be Boost 1.0 licensed.

If interested, do not hesitate to get in touch through Discord.

Guillaume P.

July 06, 2021

On Tuesday, 6 July 2021 at 11:27:31 UTC, WH wrote:

>

Hi,

I'm a Computer Science student who discovered D a couple of years ago and has made a couple of projects in D (for instance: [1]). My summer break is starting soon, so working on open source seems like a good opportunity to earn some experience (and possibly, some money?).

I did discover the bug bounty list [2], but I am not by any means a compiler/language runtime expert and these all seem hard projects to work on. Are there any simpler projects for me to start with (e.g. writing documentation/tutorials/examples, fixing bugs, writing test, etc.) and make a bit of money along the way?

Cheers

[1] https://github.com/w2ptr/exactmath
[2] https://www.flipcause.com/secure/cause_pdetails/NjI2Njg=

You could apply for the upcoming Symmetry Autumn of Code:

https://dlang.org/blog/symmetry-autumn-of-code/

July 06, 2021

On Tuesday, 6 July 2021 at 11:45:04 UTC, Guillaume Piolat wrote:

>

On Tuesday, 6 July 2021 at 11:27:31 UTC, WH wrote:

>

[...]

Hello,

Dplug is not a core proposition of D but has Bug Bounties:
https://github.com/AuburnSounds/Dplug/wiki/Bug-Bounty-Program

List of bounties can eventually be tweaked to match a preferred topic.
You would retain full copyright but must agree for your changes to be Boost 1.0 licensed.

If interested, do not hesitate to get in touch through Discord.

Guillaume P.

Thanks, I'll take a look at it.

July 06, 2021

On Tuesday, 6 July 2021 at 12:11:27 UTC, Mike Parker wrote:

>

On Tuesday, 6 July 2021 at 11:27:31 UTC, WH wrote:

>

[...]

You could apply for the upcoming Symmetry Autumn of Code:

https://dlang.org/blog/symmetry-autumn-of-code/

Thanks, I don't know yet if I'm going to have enough time then, but if I do, I'll make sure to sign up.

July 07, 2021

On Tuesday, 6 July 2021 at 11:27:31 UTC, WH wrote:

>

Hi WH! Welcome to our community. If you want to get engaged there are multiple ways:

  1. https://github.com/dlang/projects/issues has a list of projects that vary in complexity, however, there are a few that are doable by entry level persons:

https://github.com/dlang/projects/issues/84
https://github.com/dlang/projects/issues/81
https://github.com/dlang/projects/issues/80

There might be others, I just skimmed through the first page.

  1. https://issues.dlang.org/ is our bug tracker. There are multiple repos where you can contribute but I would suggest starting with documentation bugs (https://issues.dlang.org/buglist.cgi?component=dlang.org&list_id=236695&product=D&resolution=---) or with standard library bugs (https://issues.dlang.org/buglist.cgi?component=phobos&list_id=236696&product=D&resolution=---). Some of them might be more complicated, but I'm sure you'll find easier ones also. Note: there is also the bootcamp keyword which is usually used for simpler bugs (https://issues.dlang.org/buglist.cgi?quicksearch=bootcamp&list_id=236697)

  2. We are trying to enforce a specific style in our standard library. For that we use an automated tool (called dscanner) that checks style guidelines, however, some files are excepted due to historical reasons. We are trying to fix them as much as possible and contributions in this area are low hanging, high impact, fruit. To give you some pointers: check this dscanner configuration file [1]. The name of the checks are self explanatory and there are indications in that file.
    This could be a good contribution start.

[1] https://github.com/dlang/phobos/blob/master/.dscanner.ini#L103

These options are not going to bring you any money, but will help you with your github portfolio and will put you in a good position to get funding from SAoC/GSOC etc. in the future. Also, for any questions, you can join our slack channel (dlang.slack.com).

Cheers,
RazvanN

July 07, 2021

On Wednesday, 7 July 2021 at 10:43:18 UTC, RazvanN wrote:

>

On Tuesday, 6 July 2021 at 11:27:31 UTC, WH wrote:

>

[...]

Hi WH! Welcome to our community. If you want to get engaged there are multiple ways:

  1. https://github.com/dlang/projects/issues has a list of projects that vary in complexity, however, there are a few that are doable by entry level persons:

https://github.com/dlang/projects/issues/84
https://github.com/dlang/projects/issues/81
https://github.com/dlang/projects/issues/80

There might be others, I just skimmed through the first page.

  1. https://issues.dlang.org/ is our bug tracker. There are multiple repos where you can contribute but I would suggest starting with documentation bugs (https://issues.dlang.org/buglist.cgi?component=dlang.org&list_id=236695&product=D&resolution=---) or with standard library bugs (https://issues.dlang.org/buglist.cgi?component=phobos&list_id=236696&product=D&resolution=---). Some of them might be more complicated, but I'm sure you'll find easier ones also. Note: there is also the bootcamp keyword which is usually used for simpler bugs (https://issues.dlang.org/buglist.cgi?quicksearch=bootcamp&list_id=236697)

  2. We are trying to enforce a specific style in our standard library. For that we use an automated tool (called dscanner) that checks style guidelines, however, some files are excepted due to historical reasons. We are trying to fix them as much as possible and contributions in this area are low hanging, high impact, fruit. To give you some pointers: check this dscanner configuration file [1]. The name of the checks are self explanatory and there are indications in that file.
    This could be a good contribution start.

[1] https://github.com/dlang/phobos/blob/master/.dscanner.ini#L103

These options are not going to bring you any money, but will help you with your github portfolio and will put you in a good position to get funding from SAoC/GSOC etc. in the future. Also, for any questions, you can join our slack channel (dlang.slack.com).

Cheers,
RazvanN

I think I might start by working on some of the simple issues. The dlang project #19 (JNI) also seems very interesting, especially for Android projects.

Thank you so much!

July 07, 2021

On Wednesday, 7 July 2021 at 17:06:53 UTC, WH wrote:

>

I think I might start by working on some of the simple issues. The dlang project #19 (JNI) also seems very interesting, especially for Android projects.

There's a comment in there linking to my code, I actually wrote it for Android stuff... but I've never done more than hello world in android myself. It also sometimes useful for other Java projects.

If you wanna work with it I'm open to helping out. It is a pretty cool approach

http://dpldocs.info/experimental-docs/arsd.jni.html

my docs there have a small example of how nice it can work. I didn't know that project was there but I wrote me thing in December 2019 so it probably could close it but there's some edges where my thing could probably still use more testing etc.

July 13, 2021

On Tuesday, 6 July 2021 at 11:27:31 UTC, WH wrote:

>

Hi,

I'm a Computer Science student who discovered D a couple of years ago and has made a couple of projects in D (for instance: [1]). My summer break is starting soon, so working on open source seems like a good opportunity to earn some experience (and possibly, some money?).

I did discover the bug bounty list [2], but I am not by any means a compiler/language runtime expert and these all seem hard projects to work on. Are there any simpler projects for me to start with (e.g. writing documentation/tutorials/examples, fixing bugs, writing test, etc.) and make a bit of money along the way?

Cheers

[1] https://github.com/w2ptr/exactmath
[2] https://www.flipcause.com/secure/cause_pdetails/NjI2Njg=

While I managed to find a few people for my game engine project (we even have a game planned for it and now I'm starting the custom audio subsystem again - this time much simpler at first), I would still use a few helping hand or two in the team. The editor needs more features to be implemented, like placing objects (selection will work soon), or writing documentation (a comprehensive manual is also being written).

https://github.com/ZILtoid1991/pixelperfectengine

If you're serious, then I can add you to my discord server.

July 14, 2021

On Tuesday, 13 July 2021 at 19:59:40 UTC, solidstate1991 wrote:

>

[...]
While I managed to find a few people for my game engine project (we even have a game planned for it and now I'm starting the custom audio subsystem again - this time much simpler at first), I would still use a few helping hand or two in the team. The editor needs more features to be implemented, like placing objects (selection will work soon), or writing documentation (a comprehensive manual is also being written).

https://github.com/ZILtoid1991/pixelperfectengine

If you're serious, then I can add you to my discord server.

Sounds like a very interesting project, I am available for work for about two months and after that I don't know how busy I am going to be. Are you in the dlang Discord server? (My username there is WH505.)