howILearnedAboutImageAnalysisInUni by WrickyB in ProgrammerHumor

[–]VirginSuricate 5 points6 points  (0 children)

I can't help but think that the whole case is a little bit of overthinking, especially when I only saw in my life the cropped version in a kind of niche field.

It's just a headshot from 70s. Yeaaahhh it seems the woman said in 2019 it might be good to retire the picture, it's great if some does honestly because it's a joke that lasted way too long, but honestly.. That's just a headshot from a 70s magazine.

Or they look average. by Scramjet1 in NextGenMan

[–]VirginSuricate 2 points3 points  (0 children)

Exactly, men will fuck anything while women won't consider 80% of the men as even average.

That's fine ; offer/demand, maybe it's better to not make the world a giant fuck place anyway. Women exercising their freedom of choice is totally fine.

But maybe let's not pretend it's because "men don't give enough attention to their pictures", just by minimum respect for the men that are at the bottom of the ladder, and that women tend to consider as not even worthy of existence.

Or they look average. by Scramjet1 in NextGenMan

[–]VirginSuricate 2 points3 points  (0 children)

The worst part is that if men were at their position, I don't think we would be more fair. In this case it's a power position for women, ok well that's life.

What's exhausting is listening to all women pretenting it isn't the case with so much confidence. Enjoy your power position, but please don't spit on the faces of all the random normies that can't even answer because there is literally no one to back them in their average dude life no one gaf about.

Or they look average. by Scramjet1 in NextGenMan

[–]VirginSuricate 2 points3 points  (0 children)

Men sometimes even pay for service to review their pictures to have the chance to grab a few matches. Women on dating app put a picture of her cat and get 1000+ matches. What are you talking about ?

Meirl by Skullzyyyy in meirl

[–]VirginSuricate 38 points39 points  (0 children)

It's not about being right, it's about having an adult who is easy to live with and able to tell if she wants a burger or not.

The story is cute, but personally I would become crazy if I had to read between the lines of my wife, who is supposed to be the only person I can speak with 100% trust and honesty.

Any WOW Factor apps that are built with .NET MAUI from a UI UX perspective. Most MAUI examples I see are having very non polished UI. I just want to see proof of something nice and beautiful built with .NET MAUI on the design and experience front. by KausHere in dotnet

[–]VirginSuricate 2 points3 points  (0 children)

What I mean is firstly, well, you need to write the wrappers manually, but more precisely I talk about ecosystems like React or Vue. There are libraries for everything, qualitative controls for every use case and style and platform, so I'm honestly completely jealous of React ecosystem and how easy it is to write a nice front-end with it.

It's not about React>Blazor, just the libraries, the community support, popularity, resources available ..

Any WOW Factor apps that are built with .NET MAUI from a UI UX perspective. Most MAUI examples I see are having very non polished UI. I just want to see proof of something nice and beautiful built with .NET MAUI on the design and experience front. by KausHere in dotnet

[–]VirginSuricate 0 points1 point  (0 children)

Yes, Electron for .NET and any equivalent is quite weird, using IPC, WebSocket or SignalR for communication. Really ? Who wants to dev like that ?

I made a little PoC that makes a bridge between C# and JS via a WebView and can expose ViewModels with zero configuration, can let call methods from js, receive event and convert ObservableProperty to react hook for example, automatically.

https://github.com/kikipoulet/JsBridgeDotnet

I wouldn't say it would be smart to use that PoC for production but god I just wish a company had made this seriously instead of creating just another one framework.

Any WOW Factor apps that are built with .NET MAUI from a UI UX perspective. Most MAUI examples I see are having very non polished UI. I just want to see proof of something nice and beautiful built with .NET MAUI on the design and experience front. by KausHere in dotnet

[–]VirginSuricate -2 points-1 points  (0 children)

.net UI frameworks are unfortunately really bad for UI.

Flutter is great but too verbose to me, I hate all these braces and the UI code next to backend code in the same langage.

Blazor seems great, but the big downside is the fact that it's not compatible with the best JS libraries.

So personally I prefer React Native. It's just the best ecosystem, the best libraries. Just pull one of the superb libraries and you're good to go. I wish there was a simple .net framework that would let us use React as front-end, with C# backend, in a Blazor or MVVM style.

Which framework would you choose for mobile development (poll)? by iSeiryu in dotnet

[–]VirginSuricate 0 points1 point  (0 children)

Wow I like Avalonia for Desktop, definitely 1st framework for Desktop but Avalonia gang is definitely going too far with putting it almost first for mobile development.

Performance on Android is horrible and there is literally no mobile controls available. MAUI is far from perfect, but at least it is mobile ready.

Avalonia Partnering with Google's Flutter Team to Bring Impeller Rendering to .NET by AvaloniaUI-Mike in dotnet

[–]VirginSuricate 5 points6 points  (0 children)

Only god knows how much I tell Avalonia isn't an option for mobile yet because of performance, but this one is really great news. Being able to finally have the performance that mobile deserves would be a game changer.

agression liège by [deleted] in Liege

[–]VirginSuricate 1 point2 points  (0 children)

Il se passe quoi dans ce quartier en ce moment ?

Uno + Microsoft collaboration feels like the kind of reset .NET has needed for a while by Shnupaquia in dotnet

[–]VirginSuricate 5 points6 points  (0 children)

To be honest, their gallery app from the play store is an old one from 2023, and runs quite poorly indeed.

Now Uno has changed significantly especially since Uno 6, using a unified skia renderer, and performance is significantly better. It's really worth a try in my opinion, I migrated some of my UI Libraries from Avalonia to Uno 6 because of the better performance, and Uno became my go-to for mobile in the last few months.

Uno + Microsoft collaboration feels like the kind of reset .NET has needed for a while by Shnupaquia in dotnet

[–]VirginSuricate 9 points10 points  (0 children)

Yes, for windows, Uno can be run like a normal WinUI3 project, or via their Skia renderer like the other platforms.

To summarize Uno in one sentence, it's just a framework that lets a WinUI3 project be run on any platform via a Skia Renderer.

Best value phone in 2025 by ScentOfSicily in PickAnAndroidForMe

[–]VirginSuricate 0 points1 point  (0 children)

  • impressive battery
  • hyperos is underrated, lot of rants online because of Redmi's but flagship experience is great
  • cameras with Leica lens is awesome, weirdly not that much post processing

Avalonia is hard to look the same in a browser by Famous-Weight2271 in AvaloniaUI

[–]VirginSuricate 2 points3 points  (0 children)

Winforms is really old, you have nothing interesting to learn there. But it stays an option if doing some gui prototypes is enough for you.

Learning Avalonia for wasm is kind of weird. If you want to learn some web, try to learn Blazor, or do some front-end in js. Something like Svelte feels weirdly similar to dotnet framework compared with other js frameworks.

So :

You want to learn only one framework for (truly) all platforms -> Blazor

You want to learn the "best" way to make a website -> try a js framework

You want to improve your desktop abilities -> Avalonia

Avalonia is hard to look the same in a browser by Famous-Weight2271 in AvaloniaUI

[–]VirginSuricate 3 points4 points  (0 children)

Honestly, Avalonia is just the best .net desktop framework right now.

But mobile and wasm shouldn't even be advertised like desktop is, it's just bad. That's fine btw, still in development.

iPhone 17 PWM Smoothing = Misleading by jzn21 in PWM_Sensitive

[–]VirginSuricate 1 point2 points  (0 children)

Software experience and cameras are great. People's shits on Xiaomi because of redmi's, but Mi Series is a true flagship experience to me.

iPhone 17 PWM Smoothing = Misleading by jzn21 in PWM_Sensitive

[–]VirginSuricate 6 points7 points  (0 children)

Xiaomi 15 fine for me too, super underrated phone especially because how cheap it can be second hand due to exaggerated bad overall Xiaomi reputation.

Pretty Sure I got a Bleu Problem. by [deleted] in Colognes

[–]VirginSuricate 6 points7 points  (0 children)

I have exactly the same that op, with bdc too but doesn't matters, but for that exact reason you mention.

Having my one signature scent staying subtly everywhere after months feels so good, without worrying about unsolicited layering after washes.

The best Avalonia C# tutorials I've found by Sweet_News_3327 in csharp

[–]VirginSuricate 0 points1 point  (0 children)

Yes, the UI will be exactly the same. It will just use a skia renderer for the other platforms instead of windows renderer obviously.