this post was submitted on 27 Apr 2024
35 points (94.9% liked)

Programming

16760 readers
88 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

I have been learning C++/Elixir recently and I’ve made a distributed port scanner & and a streaming platform with Elixir (what an amazing language to work with) and some fun in C++ (also super cool to use).

I feel like I gained basic mastery of the languages, but I’ve been meaning to deepen my knowledge of them. However, I don’t know where to start now…

Can you give me ideas, open-source project that I could help, etc… ? Thanks!

top 14 comments
sorted by: hot top controversial new old
[–] [email protected] 17 points 3 months ago
[–] [email protected] 11 points 3 months ago* (last edited 3 months ago)

Whenever I find myself wishing for a tool to do (whatever), I habitually add its description and distinguishing features to a list that I keep for this purpose.

Then, when I want to try a new language, I already have a list of project ideas.

Not every new language is a keeper for me, so the project I choose doesn't necessarily get finished in that language. That's okay, because the process still gives me the real-world experience to find what I like and dislike about the language. It also leads to improved design and faster development when I pick that project up again in some other language, because I'll have already explored the underlying issues.

[–] [email protected] 10 points 3 months ago (1 children)

I don't, i just think of app that can be useful for me

[–] [email protected] 2 points 3 months ago

100% this. I find an itch to scratch and build it using something new.

[–] [email protected] 8 points 3 months ago (1 children)

Man. It must be nice not to be drowning in 30 unfinished projects with another 30 on your mind to start all the time.

Usually, if I learn a new language, it's because it seems like the right language for whatever project I'm wanting to undertake rather than "I want to learn a language; let's see if I can come up with a project to do in that language."

[–] hector 4 points 3 months ago

Before doing something good you must scrap a lot of bad ideas ;) it’s alright !

[–] [email protected] 4 points 3 months ago (1 children)

I just do a random program to help me with a problem or as small task

[–] [email protected] 5 points 3 months ago (1 children)

a random program

like

alert(Math.random())
[–] [email protected] 4 points 3 months ago

it keeps saying “42” …

[–] [email protected] 4 points 3 months ago* (last edited 3 months ago) (1 children)

A few ideas:

Try to create a service that lets you send a message over ActivityPub to a lemmy community.

Try to use Elixir to read and then flip the 3rd bit of an arbitrary byte stored in your system's RAM.

Try to make a simple game in c++ compiled to Webassembly to be played in a browser.

[–] hector 3 points 3 months ago (1 children)

Wow thanks that’s a good idea

[–] [email protected] 3 points 3 months ago (1 children)

I don't know which idea was good, but that's why I shotgunned 3 of them at you.

Have fun!

[–] hector 2 points 3 months ago

(ActivityPub)

[–] [email protected] 2 points 3 months ago

If you like Elixer you might enjoy contributing to Akkoma, which is similar to (but better than) Mastodon.

https://docs.akkoma.dev/stable/development/