this post was submitted on 29 Jul 2026
56 points (100.0% liked)

Programming

27916 readers
193 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 !webdev@programming.dev



founded 3 years ago
MODERATORS
top 13 comments
sorted by: hot top controversial new old
[–] ugo@feddit.it 15 points 3 days ago (1 children)

I agree with the premise, but this website makes me feel very stupid / unskilled. 2 months for a basic x86 kernel with keyboard and mouse drivers, elf loading etc? I don’t think 2 months would be enough for me to even partially complete one of the subtasks. Unless this is 2 months of 8-hour 5-day weeks but, no, even then I doubt I could do it.

[–] insomniac_lemon@lemmy.cafe 1 points 2 days ago* (last edited 1 day ago)

Same here, much too ambitious/low-level for me. I haven't done enough though, TBH (currently stalled, for a few reasons). I did complete my last project though (~150 LoC minesweeper clone, Godot+bindings, no UI except win/lose screen, and I did simplify and pick my features).

some of my project ideas

  1. simplified X11 floating WM, clone of my current frameless XFWM window theme
    • First steps: rectangle (titlebar) above window contents that can drag the window, close button within the window contents
  2. simple 3D mesh editor+part/face colors (VC), 2D workflow with extrude/revolve, project palette management
    • First steps: hexy triangle mesh with faces that can be painted+deleted, manually place faces (think wooden pattern blocks), any depth (vase, multiple heights, multiple sides/parts, transform)
    • the sort of thing you could make wall decorations, mesh particles, chess pieces etc
  3. gridmap editor supporting multiple sizes, semi-modular room creation
    • First steps: cuboid cell placement+space reservation, single-layer auto-tile (made of at least 3 cell types, though I also have an outer corner for hallway junctions)

This assumes I can figure out how to do these at high-level (using libraries, not writing mesh stuff completely from scratch).


EDIT, an extra:

  1. At one point, I wanted to make something to take analog input from a gamepad trigger and turn it into pen pressure (in one hand, position from mouse in other hand). Some people have looked into this for sc-controller but it didn't seem viable (input type mixing might be an issue). I wonder how much just an evdev rule or two could do.

Even those might be more-than-a-few completed simple projects away for me (if I can get that far), though.

I was going to say voxel stuff isn't such a bad idea, though when searching I did find a voxel editor with smoothing which is the one thing I'd want there (not quite sure about it using ASCII).

The 1.44MB thing has made me think about stuff like Raylib again, though a while back I actually made a toy-like polygon text format+loader but wasn't quite happy as it's sort of in catch-22 territory (usage complicated by 2 polygon types w/different capabilities+windings, if that weren't an issue an editor still might be nice).

I likely will stay with Godot for 3D, moving on to something simpler (like Raylib) especially when I have a set of models that look good unshaded.

[–] vext01@feddit.uk 9 points 3 days ago (3 children)

I've always wanted to write a chess engine.

[–] Starfighter@discuss.tchncs.de 1 points 2 days ago* (last edited 2 days ago)

If visual explanations help you then I can highly recommend Sebastian Lague's video series on chess engines where he iteratively builds one himself and finally ends up organizing a tournament.

His other content is top notch as well.

[–] abbadon420@sh.itjust.works 4 points 3 days ago (2 children)
[–] vext01@feddit.uk 3 points 3 days ago
[–] Albbi@lemmy.ca 1 points 3 days ago

There's a bunch more ideas just like it! All you have to do is ACTUALLY OPEN THE POST'S LINK.

Going for that Futurama Lucy Liu vibe.

There is the excellent chess programming wiki, but unfortunately it does error 503 for me right now.

Here is the archive: https://web.archive.org/web/20250302091125/https://www.chessprogramming.org/Main_Page

Main site: https://www.chessprogramming.org/Main_Page

It has some pretty good resources to get started, and all the techniques being used.

[–] bridgeenjoyer@sh.itjust.works 8 points 3 days ago

I love this site !!

I have always wanted to make something but its just so time consuming. I also dont have ideas for something that isnt complex. ...and I refuse to use an llm to do it, for me thats fake and not real learning.

[–] Reptorian@programming.dev 3 points 3 days ago (1 children)

I always write toy software. I derive joy from writing in G'MIC.

[–] insomniac_lemon@lemmy.cafe 2 points 2 days ago

I would post a "Wait... I know you" picture with the ordered dithering filter used if forced .webp conversion didn't muddy the edges/colors further.

[–] JakenVeina@midwest.social 3 points 3 days ago

Upvote for recommendation to make a GBA game. GBA is seriously a joy to dev for.

[–] trem@lemmy.blahaj.zone 2 points 3 days ago

I guess, this is different from automating a part of your workflow every so often, in that you don't yet know the surrounding context. It is the point to just dick around with some new context for a bit.

And if you get bored of it, i.e. you've learned enough about the new context, then you can just archive the repo and move on, because you don't actually need it as a solution.