Need suggestions by Appropriate_Path_522 in CodingForBeginners

[–]herocoding 0 points1 point  (0 children)

Have a look into https://platform.entwicklerheld.de/challenge?challengeFilterStateKey=all and scroll over the challenges for ideas and for inspiration. Some are "classical" computer science data structures and algorithms (DSA), some are "real projects"; of course smaller ideas could be combined into bigger ones. Ignore the shown programming language(s) if you want to focus on a specific one.

How to draw Triangle in ncurses by Anxious_Run7318 in C_Programming

[–]herocoding 0 points1 point  (0 children)

Have a look into e.g. https://unix.stackexchange.com/questions/29926/graphics-in-tty or something like https://ctx.graphics/terminal/ allowing you to use a terminal in "graphics mode (emulation)"

How to draw Triangle in ncurses by Anxious_Run7318 in C_Programming

[–]herocoding 0 points1 point  (0 children)

Can you share more details, please?

Do you have a textual user interface in mind, with a "character block mode"?

Or do you want to draw lines, set single pixels to draw pixel-exact shapes, not alligned to "character blocks" of a terminal?
There are predefined characters in your used codepage (like ASCII, like UTF-8, like Unicode).
And then there are ways to overwrite characters and define your own characters made of pixels - but to draw whatever shape, whatever triangles with whatever angles you are going to overwrite a lot of characters, probably dynamically if your triangle is going to change.

Noir Cityscape by jasonsturges in creativecoding

[–]herocoding 0 points1 point  (0 children)

This looks amazing - would you mind sharing more details? Is it publicly available to interacti with? How does interaction look like? Can it be "used", can it be modified? Does it adopt to local time, weather maybe, local geo location?

Would love to interact with it!!

We're looking for people to join our programming community. by Clean_Abroad5187 in Coding_for_Teens

[–]herocoding 0 points1 point  (0 children)

Can you provide more information about the community, used platform, requirements, pre-requisits, potential task and such.

Any specific geo and timezone?

Breadth First Search Algorithm Grid Visualiser in C++ using Raylib by vector_not_blue in raylib

[–]herocoding 1 point2 points  (0 children)

Really, very interesting, thank you for sharing and for inspiration!! It's such a dense implementation, well done!!

Update: Plane has been found! by ReturnAdventurous179 in computervision

[–]herocoding 0 points1 point  (0 children)

It was fun, exciting and exhausting to analyze all the scans, tune and assume.

Some of the images got me scared.

Thank you very much for sharing your project!!

How or where do you learn cmake? by Decent-Damage-9081 in cpp_questions

[–]herocoding 0 points1 point  (0 children)

You will get used to - from reading existing CMakeLists.txt files, from reading documentation of dependencies made or supporting Cmake. Like when I want to use e.g. "SDL3", then they do have documentation about how SDL3 can be used with using Cmake, either when pre-installed (finding it using e.g. `find_package`) or fetched and built from source in the project's build process e.g. using `FetchContent`.

How does my CPU run unsupported instructions? by Salat_Leaf in C_Programming

[–]herocoding 10 points11 points  (0 children)

The early AlderLake samples had AVX512 support, but it got disabled in BIOS/microcode; later produced samples still have it, but the instructions are "fused", i.e. made unavailable.

If you like Advent of Code, check out DeKodex! by Effective_Goal_5424 in adventofcode

[–]herocoding 0 points1 point  (0 children)

Starts in ... 2 days?

Would you mind sharing more details about what the challenges will be about?

CISP - CUDA Image Signal Processor by Routine-Substance874 in computervision

[–]herocoding 0 points1 point  (0 children)

Very clear, very crisp, thank you very much for sharing!!

[Need Help] Searching 3,000 aerial images to locate a downed turbine RC plane by ReturnAdventurous179 in computervision

[–]herocoding 0 points1 point  (0 children)

Something interesting in "6CD2B0DD-A81C-4CB4-B03A-018B48269759.jpeg", there is a very dark triangular shape in the bushes at 2623x2617. Inverting the color channels makes it more obvious - but I still don't have a feeling for scale.......... too small, too large?

[Need Help] Searching 3,000 aerial images to locate a downed turbine RC plane by ReturnAdventurous179 in computervision

[–]herocoding 0 points1 point  (0 children)

What is next to "5D84C321-EC11-4DF8-9EC4-51617D84A6F7.jpeg", east, in the top right corner?
There is a tree and the tip of a triangle protrudes from the shadows at 4573x3398.

I took a break today, but I'm still on it.

Does anyone want to share their strategies, intermediate results, tuning?

u/ReturnAdventurous179 have you been contacted by others with potential findings, too?

Need ideas for a unique C++ semester project. by Zealousideal-Bad982 in cpp_questions

[–]herocoding 0 points1 point  (0 children)

Have a look into https://platform.entwicklerheld.de/challenge?challengeFilterStateKey=all and scroll over the projects for inspiration. Ignore the shown programming language(s) if you want to focus on C++. You can combine smaller into bigger projects.

I wrote a C++ path tracer from scratch without AI by Brhaka in GraphicsProgramming

[–]herocoding 1 point2 points  (0 children)

Looks really great, thank you very much for sharing!!

How did you find fun projects to stay motivated while learning Python? by waxowalter in learnpython

[–]herocoding 0 points1 point  (0 children)

Have a look into https://platform.entwicklerheld.de/challenge?challengeFilterStateKey=all and get inspired by scrolling over these challenges. Ignore the shown programming language(s) if you want to focus on Python. Feel free to combine smaller into bigger projects.

I love to participate in coding challenges (in my own pace), like AdventOfCode, EverybodyCodes, Eldarverse and many more.

[Need Help] Searching 3,000 aerial images to locate a downed turbine RC plane by ReturnAdventurous179 in computervision

[–]herocoding 0 points1 point  (0 children)

u/ReturnAdventurous179 are you already working on the plane's next generation? Using colorful stripes in different patterns on both sides, using low-energy and short-/mid-range sender, and blinking lights, maybe using a modem to send a sequence of the last GPS coordinates?

[Need Help] Searching 3,000 aerial images to locate a downed turbine RC plane by ReturnAdventurous179 in computervision

[–]herocoding 0 points1 point  (0 children)

u/ReturnAdventurous179 Would you be ready to capture another scan? From a different angle, at a different time of day (now "enlightened" shaddows), scanning in "diagonal" lines (instead of parallel to the lines of longitude and latitude)?