this post was submitted on 03 Jul 2026
46 points (97.9% liked)

Opensource

6344 readers
100 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
 

Hello everyone!!

D.eSystem 6.0.6 alpha introduces the first GUI for my operating system D.eSystem 6.

The system is currently keyboard‑only, but mouse support is planned for future versions.

The usage is similar to D.eSystem 6.0.5, but now with a graphical interface, and the calculator also received a GUI version.

Requirements:

64‑bit CPU

UEFI firmware (Legacy BIOS is not supported)

D.eSystem 6.0.6 alpha runs on any VM (QEMU, VirtualBox, VMware) and on real hardware.

Download D.eSystem 6.0.6 alpha here: https://github.com/D-electronics-scratch/D.eSystem-6.0.6-alpha-iso-download

top 13 comments
sorted by: hot top controversial new old
[–] Marija@programming.dev 2 points 2 days ago

Nice, looking cleaner already

[–] GreenKnight23@lemmy.world 14 points 5 days ago (2 children)

don't pull a Temple, take time off and prioritize your personal health and wellness.

[–] D_elec_dev@lemmy.world 5 points 5 days ago

Yes,I have a routine when I am coding,mostly I am coding at evening or wecken, I also do other stuff,thanks for your tip

[–] pancake@lemmygrad.ml 1 points 4 days ago

Wise comment!

[–] outabisnes@reddthat.com 5 points 5 days ago (1 children)

Looks very interesting, will definitely try to play around with this if I find a free minute at some point.

One thing that struck my eye is your use of github repositories which I am not fully understanding. Is there a specific reason for having each major and minor version of the OS as a separate git repository with only a single real commit, and each iso download as another separate git repository?

In my mind it seems so antithetical to tracing the development history that right now I am scratching my head at it a little.

[–] D_elec_dev@lemmy.world 4 points 5 days ago (3 children)

Should I only have one reposotory?

[–] rimu@piefed.social 5 points 5 days ago

That is the convention. It is also common for devs to make a new branch for each release so you can issue updates for that version by adding a commit to that branch.

[–] one_old_coder@piefed.social 2 points 5 days ago (1 children)

Definitely one and only one repository where the "versions / releases" are branches or tags. That way, you can compare your versions with git, fix an old version, etc.

Having multiple repositories is a PITA for you and for others.

I like this branching strategy but you can use your own: https://trunkbaseddevelopment.com/

[–] D_elec_dev@lemmy.world 1 points 5 days ago

Ok,thanks for your tip

[–] Lumisal@lemmy.world 1 points 5 days ago (1 children)

You should also have a backup somewhere else every other major release in case GitHub glitches out and decides to delete your account, or marks it as malware or such. It's happened to even better known projects like KitchenOwl.

[–] D_elec_dev@lemmy.world -1 points 4 days ago

Yes,I have a backup local on a USB drive,I save there every version from D.eSystem 6

[–] asudox@lemmy.asudox.dev 3 points 5 days ago* (last edited 5 days ago) (1 children)
[–] kata1yst@sh.itjust.works 5 points 5 days ago

Hmmm not sure that's the complete source code. Most of those files are very high level, 8 - 80 lines of code. I'd expect there's something not in the repo doing a ton of the heavy lifting.