Fastest way to get the marketing name of the GPU on linux

I'm making a command-line program written in Go and need a fast way to get the marketing name of the GPU on Linux. Preferably without having to rely on external programs. Does anyone know a way?

reddit.com
u/David14p — 12 days ago

Do people actually care about having DE and WM displayed separately?

I'm trying to make a fetching application and i am wondering if people actually care about having there desktop environment and window manager displayed separately? While i could spend a long time trying to separately detect the Windows manager and Desktop environment the user is running which is pretty hard to do. it would be a lot easier to just have 1 module like "Desktop" which only displays the Window manager when there is no Desktop environment.

github.com/David17c/Dfetch

u/David14p — 15 days ago
▲ 1 r/CLI

Dfetch

Dfetch is a lightweight command-line tool for displaying system information. It focuses on clean output, fast startup times, and simple configuration.

I made this because i like using something i made myself its not better then something like fastfetch but definitely good enough.

https://github.com/David17c/Dfetch

Small parts of this were made with the help of Ai but most of the code was written by me.

u/David14p — 15 days ago
▲ 30 r/sysfetch+2 crossposts

Dfetch: Lightweight system information tool focused on clean output

Dfetch is a lightweight command-line tool for displaying system information. It focuses on clean output, fast startup times, and simple configuration.

I made this because i like using something i made myself its not better then something like fastfetch but definitely good enough.

https://github.com/David17c/Dfetch

Small parts of this were made with the help of Ai but most of the code was written by me.

u/David14p — 18 days ago
▲ 223 r/sysfetch

Dfetch - A lightweight system information tool focused on clean output

https://github.com/David17c/Dfetch

Dfetch is designed for those who want a simple system information tool with sensible defaults, clean output, and fast startup times. Rather than prioritizing extensive customization, Dfetch focuses on being lightweight, easy to configure, and pleasant to use.

u/David14p — 2 months ago

For the first time i finished a project

I’ve worked on a lot of projects in the past, but I finally finished one for the first time by releasing v1.0.0 of Dfetch. Dfetch is a lightweight system information tool focused on clean output, fast startup times, and simple configuration.

Link: https://github.com/David17c/Dfetch

u/David14p — 2 months ago
▲ 34 r/brainfuck+1 crossposts

Headache a language that compiles to brainfuck

A few days ago when i was bored i randomly came up with this idea. I made it without AI in about a day so the code is kinda trash but it works.

Using this program you can either:

- Directly run a headache (.ha) file
- Directly run a brainfuck (.bf) file
- Compile a headache file into brainfuck code

https://github.com/David17c/Headache

u/David14p — 3 days ago
▲ 86 r/calculators+1 crossposts

Finally finished my calculator that support all number up to 500

After a few weeks of work i finally finished my calculator written in Golang. The calculator supports all integer addition operation with number bigger then 0 and smaller then 500. I am open to feedback, what can i improve?

https://github.com/David17c/Addition-calculator

u/David14p — 3 months ago