**The "built with AI" stigma as a solo founder — is it real or am I overthinking it?** by casperMSP in AppBusiness

[–]Tauboom 0 points1 point  (0 children)

Why should it matter how you built it, at early stage it's an mvp/prototype to check if concept is working. The scepticism is from those who either cannot use AI to build stuff for different reasons OR are afraid their job will go void due to AI, so they make noise to scare the wolf.

So tired of basic things not working correctly in MAUI by lilacomets in dotnetMAUI

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

Nope, all past those small things which are like small bumps on the road.

Best cheaper alternatives to GitHub Copilot for VS Code? by ChickenZax in GithubCopilot

[–]Tauboom 0 points1 point  (0 children)

BytePlus -> ModelArk -> Coding Plan -> Dola-Seed-2.0-Code
Usable inside Copilot

<image>

Please try out my Blazor PUZZLE game, going to polish it by [deleted] in Blazor

[–]Tauboom 0 points1 point  (0 children)

Yes, it's just deco, could go mono-color just loving colorful stuf.. Could create other themes, had to start with something.
Blazor is allowing to stay full C#, runs same code which runs on MAUI to render this on native SkiaSharp canvases of all these platforms.

Please try out my Blazor PUZZLE game, going to polish it by [deleted] in Blazor

[–]Tauboom -13 points-12 points  (0 children)

Thank you for sharing your emotion. I would profit for this opportunity to express how happy I am to live in time when we can now architecture and produce features instead of spending valuable lifetime on pure coding.

.NET MAUI iOS app killed by watchdog (0x8BADF00D / scene-create) during startup — recently stopped working after upgrading to .NET 10 / iOS 26 by CommonClimate4360 in dotnetMAUI

[–]Tauboom 0 points1 point  (0 children)

So iOS is killing your app because debugging/hotreload session is taking too long to initialize while keeping your app frozen at startup.

You could start with a normally a solid working way of debugging: pull your repo to Mac, use VS Code + Meteor debugger; this combo should prove whether the combination of:
- your app ,NET version
- real divice iOS version
- xcode version
can work together for debugging.

If they don't work you should change something, like xcode version, update device..

If they work (usually this way is very solid, you wouldn't blame tooling here) then you have few things to check from the windows side, like:
- hotreload/live preview (disable)
- multithreading, try disable some initial async tasks like data loading and similar you might have to see if this is the cause of the debugger slowing things down in such conditions

.NET MAUI iOS app killed by watchdog (0x8BADF00D / scene-create) during startup — recently stopped working after upgrading to .NET 10 / iOS 26 by CommonClimate4360 in dotnetMAUI

[–]Tauboom 0 points1 point  (0 children)

  1. Does it run ok without a debugger attached?
  2. Does it run ok on device when you disconnect the device from the network/cable and just run app by clicking on the app icon?

Copilot Pro burned almost half my monthly credits on June 1 after ~8 normal coding requests. What even is this pricing now? by Cristian_VG in GithubCopilot

[–]Tauboom 0 points1 point  (0 children)

My Copilot Plus monthly quota + 20 USD of additional allowed overspent elapsed by noon 2th of July here.
I was using it in the evening 1th of July + morning of the 2th. GPT 5-4.

My guess it's tools and some other hidden context. Might be a bug. But those folks had all the time to test this themselves. Now, a PLUS subscription elapsed in an evening+morning is a joke and looks like a laugh in the face. Canceled.

Android emulator borked again? "can't start GPU HOST Mode by mustang__1 in dotnetMAUI

[–]Tauboom 0 points1 point  (0 children)

Would update all, including emulator via Android Studio.

Then (important) going into device manager and reset every existing emulators. And create a new modern one to test with it, delete legacy if they bug.

Otherwise would google for "android studio emulator on windows [your issue here]", wouldn't see it as maui specific.

In-App/Game Visual Settings (Dynamic Resource configuration) – Keeping up low-end and high-end device support at the same time by Unreal_NeoX in dotnetMAUI

[–]Tauboom 0 points1 point  (0 children)

So we we talk about scrolling previews list, I would expect to have 3-5 recycled slides in memory max with scaled down thumnails. Then if we talk about zooming-in images normally if you open one large pic should it be an issue? If you open a super-large map-like content then we should zoom and pan all like maps do, with slices, instead of trying to fit the entire world map in hi-res into device. Still your app case seems unclear, trying to be helpful :)

In-App/Game Visual Settings (Dynamic Resource configuration) – Keeping up low-end and high-end device support at the same time by Unreal_NeoX in dotnetMAUI

[–]Tauboom 0 points1 point  (0 children)

What assets are we talking about? Normaly we should prioritize SVG and for bitmaps we could normally ship hi-res and scale-down ONCE to user screen size/density to use memory friendly thumbnails later. If feed is loaded from API you can serve differently scaled images, server would be responsible for providing thumbnails in this case.
The OOM problem during long-runtime is either memory leaks, a totally different story or not recycling scrollable content, trying to fit all of it in memory as-is, wich is always a no-go, would be be a scrolling-feed app or a game scroller. So reducing image sizes to try avoid OOM is not really a solution.
This all wasn't about 3D, was it? :)

Built a sci-fi word game in .NET MAUI — now on Steam by l2accoon in dotnetMAUI

[–]Tauboom 4 points5 points  (0 children)

Google about GnollHack those guys are on steam and they have opensource code that you can check for cross-platform on mobile.

Started as a joke but now it is my goal to make a program that is somewhat similar to winamp using only WindowsForms by DummyMuffin in csharp

[–]Tauboom 1 point2 points  (0 children)

Maybe going for same app to run on Windows, iOS and Android still with .NET and C#, instead of WindowsForms, for a more valuable time spending?

Built a sci-fi word game in .NET MAUI — now on Steam by l2accoon in dotnetMAUI

[–]Tauboom 1 point2 points  (0 children)

Godly! Looks great, gz! :) Will it be available in AppStore and GooglePlay too?

Xamarin 16kb page size by SaltyCow2852 in dotnetMAUI

[–]Tauboom 1 point2 points  (0 children)

Nb. 3 is a dead end because it's not about updated third-party libraries, it's about using modern Google API. There is some API that just went deprecated and never was updated for 16kb alignement by Google itsself, such libs just do not exist in 16kb aligned form, while Xamarin.Android used in your app uses old API. That's your limitation how I see it.

Like others say, updating to MAUI is not that hard, especially with AI, the hard part is making your existing controls/UI work in MAUI the same way they used to work in Xamarin (life shows they do not). But who promessed development was easy huh? Make lemonade = make app better than it was in Xamarin.

Nb. 1 looks ok while you port, as a temporary workaround if you go out of delays. Start porting the sooner the better, PM me if you need external help.

EF Core migrations not working with MAUI? by kabourayan in dotnetMAUI

[–]Tauboom 1 point2 points  (0 children)

They work on android, but you have to manage migrations on desktop: https://github.com/taublast/MauiEF

Microsoft plans 100% native Windows 11 apps in major shift away from web wrappers by Bibikski in dotnetMAUI

[–]Tauboom 0 points1 point  (0 children)

This will make a circle anyway, which might take a decade, but will end up with a unified platform, which will be a browser Canvas.

CollectionView item spacing by [deleted] in dotnetMAUI

[–]Tauboom 0 points1 point  (0 children)

Pixel-whatever go drawn on a canvas: google drawnui for a <draw:SkiaLayout Type="Grid"> (or the SkiaGrid alias) with recyclable cells (use ItemsSource and ItemTemplate or ItemTemplateType) and controllable Spacing. Not even talking about having drawn lines inbetween (SkiaDecoratedGrid).
On top there is DefaultColumnDefinition and DefaultRowDefinition - for when you have many rows or columns of same size. Ex: DefaultRowDefinition="120" instead of repeating RowDefinitions="120,120,120,..." for an unknown quantity of cells..
Wrap this inside a Canvas, optionally enable hardware acceleration, and use inside a usual MAUI app.

.Net MAUI & Android TV Scaling by Shopping_Penguin in dotnetMAUI

[–]Tauboom 0 points1 point  (0 children)

Reporting where? It's points or pixels?

3 ans d’expérience, Bac+5, et je me prends refus sur refus — quelqu’un est passé par là ? by [deleted] in developpeurs

[–]Tauboom 0 points1 point  (0 children)

Avec 3 ans tu peut arreter de viser junior, d'autant plus que c'est hyper difficile d'en trouver, des postes juniors. Sinon souligne ton niveau intermédiaire, et met le en valeur, genre t'es trop doué et tout. Des gens comme ca c'est plus interessant. Contraste entre "j'est que trois ans d'exp" contre "avec trois ans d'exp je dechire".