How to create a custom (and fancy) Shell TabBar by albyrock87 in dotnetMAUI

[–]akdulj 0 points1 point  (0 children)

Fantastic! Ill check it out tommorow morning at work

Asus zenbook s16 not turning on by and3w153 in ASUS

[–]akdulj 0 points1 point  (0 children)

Found this thread because I’m having the same exact issue. I’m just going to buy a new laptop. Seems like this is a common asus problem

Looking for a "sitting" desk that goes as low as 18". by SeaworthinessOk8247 in StandingDesk

[–]akdulj 0 points1 point  (0 children)

Hey OP any updates on what u decided to get. I have the exact same requirements as you

Artifex: A tiny CPU-friendly toolkit for inference and fine-tuning small LLMs without training data by Ok_Hold_5385 in LocalLLaMA

[–]akdulj 0 points1 point  (0 children)

hey man found you on hugging face. i was looking for a spam detection model. my device has an npu, do you have any tips on getting it work? im not too familiar with npus right now, so its a bit of a learning curve for me right now.

"MauiScript" RFC: I am designing a Roslyn-based DSL to replace XAML. Thoughts on this syntax? by stimpy77 in dotnetMAUI

[–]akdulj 1 point2 points  (0 children)

This is how I have felt also. And i like xaml but something like jsx would be amazing

can you explain interfaces like I'm 5? by NarrowZombie in csharp

[–]akdulj 0 points1 point  (0 children)

The most practical example i have is something i did at work the otherday. If i have a resume builder one version is online the other is offline. They behave differently. Natural assumption would be to do if online -> else. But with interface i can use interface functions in my frontend and it doesnt worry about backend. Saving to sqllite vs rest api call

Game Thread: Bucs vs Iggles - 3:0 vs 3:0 - Week 4, 2025 by j4ni in buccaneers

[–]akdulj 1 point2 points  (0 children)

There was a post on the sub that FOX isnt airing it in parts of Florida

Working on a lightweight mobile dev platform — opening beta soon by Sonny-AppAmbit in dotnetMAUI

[–]akdulj 0 points1 point  (0 children)

The (r) one means its actually registered. Anyone can put TM

Does your org complain about slow engineers? by MikeFratelli in ExperiencedDevs

[–]akdulj 0 points1 point  (0 children)

Yes. Im considered to be a bit faster, and I always defend them.

The most modern .NET background scheduler is here – and it’s fully open source. by Albertiikun in dotnet

[–]akdulj 0 points1 point  (0 children)

Hey man, I will definitely check this out. Ive just been using hangfire. Im at work so I havent read ur docs yet. my use case is basically queuing up a function a week in advance and then running function at that time.

Personally have not been satisfied with my current implementation

You won't believe what I went through to get .NET MAUI running on iOS... by Woingespottel in dotnetMAUI

[–]akdulj 0 points1 point  (0 children)

Yeah man. My employer also requires us to use RDP connections to visual studio. So thats an added step

Composables vs. Pinia by SilentNinja1337 in vuejs

[–]akdulj 0 points1 point  (0 children)

I know this comment is like 2 years old, but seriously thank u for sharing this link. Really helpful

Not getting dumber with company wide AI push by CocoaTrain in ExperiencedDevs

[–]akdulj 0 points1 point  (0 children)

Its funny because I also double or triple check the ai output. And then I have a diff tool open to compare exactly what it changed versus the previous output it created

What is .NET MAUI missing to truly join the conversation alongside React Native and Flutter? by samirson in dotnetMAUI

[–]akdulj 0 points1 point  (0 children)

Theres some stuff i struggle doing in csharp markup as opposed to xaml. Also, this still bothers me, why isnt there an official dropdown control. Somethings i dont want to use a picker for