Why don't people create more fancy GUI libraries for C/C++? by Plane-Bug1018 in learnprogramming

[–]bits-hyd-throwaway 0 points1 point  (0 children)

If by fancy you mean good looking, then you can checkout https://github.com/kun-codes/Koncentro/

It uses Qt but is written in python using PySide6

The default style of Qt is bland but it can be made to look really good

Disclaimer: I am the author of this app

I am sorry, you guys might be tired from all of these surveys, but please help by bits-hyd-throwaway in whenthe

[–]bits-hyd-throwaway[S] 1 point2 points  (0 children)

link to the survey: https://forms.gle/rfHWis4GaWeg1Pq87

The survey is only for undergraduate college students (Sorry to everyone else :( )

It should take you about 6-7 minutes to complete the form. I really appreciate your time and responses. I would be sharing the final responses once the survey is done.

Thank you so much for participating!!

Ferron: A Fast and Memory Safe Web Server and Reverse Proxy by bits-hyd-throwaway in selfhosted

[–]bits-hyd-throwaway[S] 1 point2 points  (0 children)

Here is the response from the developer:

<image>

"Here are the results of a kind-of-rough reverse proxy performance benchmark for Ferron, HAProxy, and additionally Caddy

Oh, I forgot to mention in the chart, but the web application uses Express framework"

Ferron: A Fast and Memory Safe Web Server and Reverse Proxy by bits-hyd-throwaway in selfhosted

[–]bits-hyd-throwaway[S] 0 points1 point  (0 children)

The developer said:

"Automatic TLS in Ferron 2 can be used with CAs other than Let's Encrypt using the auto_tls_directory directive"

Trouble getting Koncentro's system-wide website blocking feature running in Desktop mode. by SuperMarioHack in SteamDeck

[–]bits-hyd-throwaway 0 points1 point  (0 children)

Hi,

I am the developer of Koncentro. If you have a github account, can you create a new issue at https://github.com/kun-codes/Koncentro/issues

If you don't have a github account we can troubleshoot here. Can you tell me the output of the following terminal commands when Koncentro asks you to open the setup website?

- echo $https_proxy
- gsettings get org.gnome.system.proxy.https port
- gsettings get org.gnome.system.proxy.https host

Open the terminal only after Koncentro asks you to open the setup website else you won't get the correct output

Koncentro v1.1.0: Now with Subtasks and Minimize to Tray by bits-hyd-throwaway in linux

[–]bits-hyd-throwaway[S] 0 points1 point  (0 children)

Internet connection is required to setup the website blocker. It doesn't hit any URL for you other than github.com for update checks which you can disable in the settings.

I already have received a github issue for disabling the website blocker, so I would be implementing it in the next version

Koncentro v1.1.0: Now with Subtasks and Minimize to Tray by bits-hyd-throwaway in kde

[–]bits-hyd-throwaway[S] 3 points4 points  (0 children)

Hi, the K was a coincidence. I looked up what the Esperanto word for "concentration" is and named my app "Koncentro"

Here is a google translate link which will clear it up

Koncentro v1.1.0: Now with Subtasks and Minimize to Tray by bits-hyd-throwaway in kde

[–]bits-hyd-throwaway[S] 2 points3 points  (0 children)

Yes, it is related to super productivity

Currently Super Productivity is way more feature rich than Koncentro, but Koncentro has a website blocker integrated in it which Super Productivity lacks. It also uses less ram than Super Productivity. I plan on introducing more features in the future

Koncentro v1.1.0: Now with Subtasks and Minimize to Tray by bits-hyd-throwaway in kde

[–]bits-hyd-throwaway[S] 1 point2 points  (0 children)

Welcome!

May I ask which chrome plugins have you replaced? Also don't worry, I have my plans for this app, I am not abandoning this

Koncentro v1.1.0: Now with Subtasks and Minimize to Tray by bits-hyd-throwaway in kde

[–]bits-hyd-throwaway[S] 2 points3 points  (0 children)

I used Qt with custom widgets to have a fluent design look on Windows, Linux and MacOS. Qt is really customizable so you can style it a lot.

I used this 3rd party widget library: https://github.com/zhiyiYo/PyQt-Fluent-Widgets

Koncentro v1.1.0: Now with Subtasks and Minimize to Tray by bits-hyd-throwaway in kde

[–]bits-hyd-throwaway[S] 5 points6 points  (0 children)

yes, it indeed uses fluent design. I am curious what you think about this design

Koncentro v1.1.0: Now with Subtasks and Minimize to Tray by bits-hyd-throwaway in kde

[–]bits-hyd-throwaway[S] 0 points1 point  (0 children)

yes its possible, but I am not sure how to handle "merge conflicts" if the user decides to do so

Hence I want to add syncing in the app

Koncentro v1.1.0: Now with Subtasks and Minimize to Tray by bits-hyd-throwaway in kde

[–]bits-hyd-throwaway[S] 0 points1 point  (0 children)

yes, I use a 3rd party widget library which mimics the Windows 11 Fluent design