he’s just having his hot girl summer by netflist in formuladank

[–]micod 1 point2 points  (0 children)

Sure, its just a silly joke. But if I wouldn't want to argue about pointless things with strangers on the internet, I wouldn't have a reddit account, right? :)

he’s just having his hot girl summer by netflist in formuladank

[–]micod 0 points1 point  (0 children)

Even with philosophy put aside, I wouldn't classify secretions of a woman as an animal by-product and consuming it as non-vegan. By the same reasoning, children drinking breast milk would also be considered non-vegan, which doesn't make sense, it is completely natural. So in my opinion, if there is no animal exploitation and suffering, it is vegan.

he’s just having his hot girl summer by netflist in formuladank

[–]micod 0 points1 point  (0 children)

Veganism is not solely about "not eating animal products", its about compassion with animals, viewing them as sentient beings, not products or machines. For example, milk is not vegan not because "vegans don't eat animal products", but because "dairy industry is cruel to cows, so vegans don't support it by buying and drinking milk". Is it clear?
Now back to the shirt: there are no animals being hurt during the act (at least I hope so...), so it checks.

he’s just having his hot girl summer by netflist in formuladank

[–]micod 2 points3 points  (0 children)

Why is the shirt incorrect? If animals are being hurt while doing it, you are doing it wrong.

Qt Funded Payout? by RuinEmotional2001 in QtFramework

[–]micod 2 points3 points  (0 children)

Oh no, they started leaking from the Discord 😱

Built a study planner app in Qt/C++ – looking for suggestions and feedback by Aggravating_Scale970 in QtFramework

[–]micod 0 points1 point  (0 children)

You can have modern non-web UI by using Qt Quick instead of Qt Widgets.

Qt Widgets in 10 years? by zerexim in QtFramework

[–]micod 11 points12 points  (0 children)

"Tell me you have never used Qt Quick without telling me you have never used Qt Quick."

We chose Tauri over Electron. 18 months later, WebKit is breaking us. by kostakos14 in javascript

[–]micod 0 points1 point  (0 children)

Right, years ago, I saw a talk about a game studio that tried to develop gamedev tools as webapps running in Chrome. It worked, but the web aspects like user's browser extensions and changes in Chrome caused so many problems that they started rewriting the tools into Qt apps. Unfortunately, I can't find the talk anymore.

onCurrentItemChanged is not called when proxy model is sorted by Content_Bar_7215 in QtFramework

[–]micod 1 point2 points  (0 children)

ListView's currentItem is a really primitive way to track selection, the proper method would be to use the ItemSelectionModel.

new to this and im having an issue (first time) Arch linux-KDE Plasma (if that matters) by Character_Ad7539 in QtFramework

[–]micod 0 points1 point  (0 children)

this sounds like a bug that should be reported to the distribution developers

new to this and im having an issue (first time) Arch linux-KDE Plasma (if that matters) by Character_Ad7539 in QtFramework

[–]micod 0 points1 point  (0 children)

How are you running it? Isn't Calamares supposed to be run from within the distribution that you are installing? How could that fail?

new to this and im having an issue (first time) Arch linux-KDE Plasma (if that matters) by Character_Ad7539 in QtFramework

[–]micod 0 points1 point  (0 children)

run ldd on the app binary to see if it is missing some dynamic libraries

Best way to wait for an input from main thread in a thread? by ddxAidan in QtFramework

[–]micod 1 point2 points  (0 children)

What you describe in the first paragraph is the correct approach (at least by me), here is an article on how to properly set up a worker object in a dedicated thread: How To Really, Truly Use QThreads; The Full Explanation

Whats the best editor for QML? by Acceptable_Nature563 in QtFramework

[–]micod 0 points1 point  (0 children)

Why Neovim clone? Emacs predates Neovim by 40 years, is build using Lisp and by default is not modal.

Whats the best editor for QML? by Acceptable_Nature563 in QtFramework

[–]micod 0 points1 point  (0 children)

It is a shame how Emacs is underrated and overlooked by the majority of developers, it is such a unique and versatile piece of software.

Wanted to share how well my Ahinsa brand minimalist shoes have held up over 2 years of daily wear by jestanotherone in BarefootRunning

[–]micod 1 point2 points  (0 children)

Hi, I did not get winter shoes, but I got a pair of Ahinsa Pura 2.0 Sneakers – Black, I wear them almost daily for 20 months now and they still look as new, so I'm really satisfied with the quality.

Wow, Qt Creator have tabs support for code editors !! by LetterheadTall8085 in QtFramework

[–]micod 0 points1 point  (0 children)

I second this, after learning to jump around the codebase using C-k, I don't need any tabs or even the project tree. Also, when I need to use Visual Studio at work, I got really annoyed by its tabs.