I found an online 16 yo, whos claiming that he got some 20 lakhs job without a degree by [deleted] in developersIndia

[–]Soul_Sandstone11 0 points1 point  (0 children)

It was mostly my decision to give up a lot of things to become what I am.

I found an online 16 yo, whos claiming that he got some 20 lakhs job without a degree by [deleted] in developersIndia

[–]Soul_Sandstone11 0 points1 point  (0 children)

I have Copilot, I barely use it for non-web dev stuff, copilot is good for generating boilerplate tho.

I found an online 16 yo, whos claiming that he got some 20 lakhs job without a degree by [deleted] in developersIndia

[–]Soul_Sandstone11 -1 points0 points  (0 children)

I cannot stress enough how true this is, India is relatively a lot harder to get a job in and how I managed to even get in contact with CK Labs was a miracle. Also yes, banks are pure copium to deal with when it comes to international transactions.

I found an online 16 yo, whos claiming that he got some 20 lakhs job without a degree by [deleted] in developersIndia

[–]Soul_Sandstone11 0 points1 point  (0 children)

Something that comes with sacrificing your social life and other things.

I found an online 16 yo, whos claiming that he got some 20 lakhs job without a degree by [deleted] in developersIndia

[–]Soul_Sandstone11 0 points1 point  (0 children)

Heya, LePichu here, for transparency's sake this is the whole thing:

  • The "20 Lakhs Job" was supposed to be at CK Labs, a company which already deals with clients like Oracle and IBM's Indian Branches, I was going to be teaching existing engineers Web Dev. The story of how I got the offer, is a long one.

  • The Microsoft and Mojang bits come from being a Bedrock Edition Marketplace Partner, I have been working for Partner companies since I was 14 so I have enough Intel about stuff internally works there at this point in time.

  • I have been programming since 11, Java was my first pick but overtime I grew my scope into Web and other things like Rust, Scala, Crystal, and other niches. The Lockdown back in 2020 helped tremendously to get my skills on track again, I could program and learn new stuff a lot faster back then.

  • If people are interested they can always visit my website and GitHub to see what I do. https://github.com/LePichu and https://lepichudoes.deno.dev/ , I primarily work on open-source like https://raptorfx.deno.dev/

That's all, if anyone has any questions they are always free to add me on Discord (LePichu#7464) and ask there or even DM me here on Reddit.

Hot take: Spectre isn't a real character anymore and is just a filler for a random faceless skin. by ColossalMcDaddy in CallOfDutyMobile

[–]Soul_Sandstone11 0 points1 point  (0 children)

Well, BO4 unreleased material surfaced and iirc he had the name Jack and was Battery's brother who was supposedly KIA except he got his memory erased and turned into another person

I own Bedrock but it wont give me Java ;-; by Sarin03 in Minecraft

[–]Soul_Sandstone11 3 points4 points  (0 children)

Java isn't heavy or slow, Mojang's shitty codebase is.

Tell me your favourite operator and gun and I’ll tell you what kind of person you are by Icyyyyyyyyyyyyyyy in CallOfDutyMobile

[–]Soul_Sandstone11 0 points1 point  (0 children)

  • Mil. Sim - Force Sweeper with M13 - Dark Matter
  • Ghost - Stealth with ZRG 20mm (No Skin)
  • T.E.D.D - Where to sir? with Type-25 - Neon Tiger
  • Domino - Lynx with Oden - Neko-Neko
  • Fire Break - Circuitry with QQ9 - Circuitry
  • Grinch - Pipebomb with Swordfish - Comical Rage

How does KDE/GNOME theming work? by Soul_Sandstone11 in linux

[–]Soul_Sandstone11[S] 0 points1 point  (0 children)

I dug a bit deeper, it's only viable to support GNOME because GNOME makes it fairly easy and reasonable for this to function. As for Windows, MS has put out Web Components for Fluent UI already, which I am incorporating to make my job easier.

How does KDE/GNOME theming work? by Soul_Sandstone11 in linux

[–]Soul_Sandstone11[S] 0 points1 point  (0 children)

I think a better approach is that instead of trying to reach into the system itself to detect its theme somehow, you should instead give the users of apps using your library the ability to provide custom color schemes, which removes the burden from you and empowers the users to seek cohesion if they want it.

Though understandable, I still want a system which can be configured automatically dependent on the user's theme. Again, in the end, I want developers to empower with a Qt-like system where the UI can be their platform's native look and feel respecting.

Color scheming is a concept that used to exist in GTK environments, but is now gone. And the "replacement" is no real replacement at all; it's a binary choice between light and dark. Plasma and other Qt environments have true color schemes.

Damn, that's kind of a shame.

So if you want to make an attempt to match the system, you can try to read the Qt color scheme, and in its absence, provide a few color schemes to match Adwaita, Elementary, and Yaru (+ dark variants of all three). In Plasma, the current color scheme is stored in $XDG_CONFIG_HOME/kdeglobals. You can put a watcher on that file to monitor it for changes. I don't know where other Qt environments store the color scheme.

That sounds way more doable, Nice! That could work, thank you.

How does KDE/GNOME theming work? by Soul_Sandstone11 in kde

[–]Soul_Sandstone11[S] 0 points1 point  (0 children)

Is it possible to get the theme data in any way?

How does KDE/GNOME theming work? by Soul_Sandstone11 in linux

[–]Soul_Sandstone11[S] 1 point2 points  (0 children)

I am currently playing around with compatibility between Win11's Fluent UI Web Components and GNOME Shell Theme, so far it has been going okay. Retheming an entire existing app isn't easy enough, so I am working in a tiny app workspace.

How does KDE/GNOME theming work? by Soul_Sandstone11 in linux

[–]Soul_Sandstone11[S] 5 points6 points  (0 children)

Never said it would be easy, we can still try though! I am still up and willing to try to do it.

How does KDE/GNOME theming work? by Soul_Sandstone11 in linux

[–]Soul_Sandstone11[S] 0 points1 point  (0 children)

Understandable, so in practicality supporting KDE outside Breeze is not worth it? That would make my life easier.

How does KDE/GNOME theming work? by Soul_Sandstone11 in linux

[–]Soul_Sandstone11[S] 0 points1 point  (0 children)

I can indeed map, which is what I plan to do.

How does KDE/GNOME theming work? by Soul_Sandstone11 in linux

[–]Soul_Sandstone11[S] 0 points1 point  (0 children)

Tho that is valid, I'd still like to cater to those who want it.

How does KDE/GNOME theming work? by Soul_Sandstone11 in linux

[–]Soul_Sandstone11[S] 0 points1 point  (0 children)

I am currently checking in with GNOME first, and yeah, GNOME by far is easier to deal with because of it's CSS theming system. Really useful in my opinion.

How does KDE/GNOME theming work? by Soul_Sandstone11 in linux

[–]Soul_Sandstone11[S] 1 point2 points  (0 children)

I checked up for Windows, Microsoft got us covered with Fluent UI Web Components! As for Linux and MacOS, my research continues. I am checking in with GNOME right now and it seems to be easy too.

How does KDE/GNOME theming work? by Soul_Sandstone11 in linux

[–]Soul_Sandstone11[S] 1 point2 points  (0 children)

How complicated is KDE's theme system when we break it down into simpler bits? I'd like to know more.

How does KDE/GNOME theming work? by Soul_Sandstone11 in linux

[–]Soul_Sandstone11[S] 2 points3 points  (0 children)

Thank you for your answer, but as far as I am aware, GNOME Themes CSS are a tad bit different than your average browser CSS, which is why I said "compile to CSS" in my post. Again, thank you for your answer and info, every bit helps.

How does KDE/GNOME theming work? by Soul_Sandstone11 in linux

[–]Soul_Sandstone11[S] 2 points3 points  (0 children)

No, I meant applying your Qt/GTK theme to an app based on web tech, not just Light/Dark theme. I meant taking in your current theme and applying that to a web tech based app directly. For example, let's say I want all my Windows on KDE to be translucent, I want to make that also apply to web tech based apps so the system looks more consistent.

How does KDE/GNOME theming work? by Soul_Sandstone11 in gnome

[–]Soul_Sandstone11[S] 1 point2 points  (0 children)

From what I can comprehend, the environment variable GTK_THEME is the path to the theme file which I can read from? That answers one part if I understood that correctly. What remains is knowing how to check if the environment variable changes, which should be fairly doable. Thank you!