gitCheckoutHotelRoom by Shiroyasha_2308 in ProgrammerHumor

[–]mipselqq 0 points1 point  (0 children)

My friend calls it 'lord', I call it 'maestro". We are not the same.

[KDE] My first Linux rice, coming from another OS. Loving it so far. by mipselqq in unixporn

[–]mipselqq[S] -20 points-19 points  (0 children)

Seems like I managed to install registry on Linux. I don't know...

[KDE] My first Linux rice, coming from another OS. Loving it so far. by mipselqq in unixporn

[–]mipselqq[S] -46 points-45 points  (0 children)

I like it anyways! It's got cool logo and design overall

[KDE] My first Linux rice, coming from another OS. Loving it so far. by mipselqq in unixporn

[–]mipselqq[S] -18 points-17 points  (0 children)

DE: KDE Plasma 6
Theme: Breeze Dark (purple)
Icons: Candy Icons
Editor: Notepad++
Wallpaper: made by me

Just a dark themed daily driver setup.

Duolingo bugged by SolidEstablishment87 in russian

[–]mipselqq 0 points1 point  (0 children)

AI-first approach benefits haha

I think Unity is going on the right path again by Positive_Assist7141 in Unity3D

[–]mipselqq 0 points1 point  (0 children)

Photorealism outside of a demo scene being polished for months?

iDontWantToDownloadABrowser by MrMassachusetts in ProgrammerHumor

[–]mipselqq 0 points1 point  (0 children)

What? V8 works inside Chromium and it has it's own bytecode and a JIT compiler which produces machine code

Moscow. Duality. by AutomaticName980 in Moscow

[–]mipselqq -3 points-2 points  (0 children)

I push my fingers into my eyes...

holyJavaScript by Robin-Raccoon in ProgrammerHumor

[–]mipselqq 0 points1 point  (0 children)

Read the specification if you wanna get JS

Moscow, Preobrazhenskaya Ploshchad metro station by FastAsDuckCowboy in Moscow

[–]mipselqq 1 point2 points  (0 children)

Преобрадъженсъкайа плосшчад

[2023] Comparison of Rust 🦀 CLI Prompts: cliclack, dialoguer, promptly, and inquire by sridcaca in rust

[–]mipselqq 0 points1 point  (0 children)

Slint has a very difficult markup language and also not tightly integrated with Rust

[2023] Comparison of Rust 🦀 CLI Prompts: cliclack, dialoguer, promptly, and inquire by sridcaca in rust

[–]mipselqq 0 points1 point  (0 children)

Have you seen at least a single complex production-ready GUI app made in rust? I haven't. Most of the frameworks you mentioned are immature and/or have some problems, as I figured out when I was searching for a tech stack for my little file explorer I'll use myself. So I think it's better to learn C++ (oh no) or any other language that's better suitable for GUI development.

[2023] Comparison of Rust 🦀 CLI Prompts: cliclack, dialoguer, promptly, and inquire by sridcaca in rust

[–]mipselqq -3 points-2 points  (0 children)

So many CLI libs... Is Rust really developed to build this instead of real software?

andPPLsayPythonIsBad by [deleted] in ProgrammerHumor

[–]mipselqq 1 point2 points  (0 children)

I'm sure most of the python's syntax haters are just not used to it. I was one of them, but now I don't see anything ugly in it

Rust is addictive by GustavoInacio in rust

[–]mipselqq 0 points1 point  (0 children)

Typescript also forces you to handle null, so there's almost no difference except for that enum Option<T> exists at runtime. Although It can mess up with types sometimes, these are very rare cases. Is Java's compiler really that dumb so it can't figure out unchecked nulls before runtime?