GroundPlane

joined 8 months ago
[–] [email protected] 2 points 6 months ago

Literally C/C++. Most used out there. Now if you want to do everything with it, you're in for a long ride. You can do everything on every platform with C. But learning the language is the easy part. The hard part is learning good coding pratices, which library to use and how. Only guides and practice will help you there

[–] [email protected] 2 points 6 months ago
  1. Turning into an executable is compiling as far as C goes. For Python, there probably is something somewhere to wrap a script into a .exe.

  2. For the UI: what matters is the data you generate, not the fluff around it. As the other commenter said, start with a CLI program. You can easily nest several levels of menus if that's your thing. This allows you to have user input. Then for outputs you can do it to a .txt or .md file. Use simple text-based formats. Then once you've got that down you could build a GUI? But tbh I have never built a GUI and I've been programming for 10 years at this point so I can't help you out. There are simple cross-platform libraries you can use out there

[–] [email protected] 2 points 7 months ago* (last edited 7 months ago) (2 children)

You mean make a post on Lemmy? For me the root problem is still here: I have no contacts in the (admittedly extremely wide) industry and could not build a platform for people to register their projects to. I can only draw the outline of how this thing would work

Edit: I'll try to write something down and make a post somewhere. Any community suggestions?

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

In this case, there are many stakeholders involved. Volunteers, developers on corporate payroll, etc. That alone adds complexity to any solution. Doesn't men no solution can be found, but adds to the inertia since it requires more effort

[–] [email protected] 4 points 7 months ago

For all I care the FSF could handle this actually

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

It's not as simple as having an idea. Everyone can have great ideas, the problem is getting everyone on board and figuring everything else out. I'm not a FOSS dev so I don't have a foot in the community to pitch that. Don't mean to shut you down but it is probably more complicated than I made it out to be, otherwise it would probably exist in some shape

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

Does anyone have the picture? I have grown weary of claims of antisemitism these days since they are so often raised for antizionist criticism

[–] [email protected] 13 points 7 months ago (10 children)

The problem is always how you divide, particularly for libraries. It is hard to rightly estimate. For better or for worse, we should have a union of open source developers and they should divide it up. Just pay the union and they will share that democratically amongst themselves, deciding their own criterias, sorting out edge cases, having a way to process disagreements, etc