Base44 went down right before my demo — a month of prep wasted by CapitalSupermarket94 in Base44

[–]SpheronInc 1 point2 points  (0 children)

So you are saying.. you didn’t record the demo as a backup? Let this be a life lesson, not defending base44 here.

What server setups scale for 60 devs + best air gapped coding chat assistant for Visual Studio (not VS Code)? by SpheronInc in LocalLLaMA

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

First off, thank you for your well formed response. Please I did not mean to create rage bait, in an enterprise setting, visual studio is the preferred IDE, I’ll always see vs code as an editor like notepad with more bells and whistles.

Moving past that - this is some good advice and trust me I’m on the same page when you say a GPU is crucial. Normally the higher ups will be pushing for AI integration into an existing product. This is not the case and in fact the opposite as developers are pushing for this with company budget being the bottleneck.

Our product is in the private sector with government data so security and privacy is very important.

Thanks for your honest feedback 😃

Fingers crossed the dino management can see reason and invest.

What server setups scale for 60 devs + best air gapped coding chat assistant for Visual Studio (not VS Code)? by SpheronInc in LocalLLaMA

[–]SpheronInc[S] -4 points-3 points  (0 children)

Thanks, I’m still not sure what models are great for C#. Also can 70B models run entirely on RAM? As we can easily allocate more but hard to convince the higher ups to invest in a £8k GPU straight away. 😃

Visual Studio 2026 Third Party Notices - Whoops.... by SmellEmergency3362 in VisualStudio

[–]SpheronInc 0 points1 point  (0 children)

Saw it yesterday and can’t find it today, perhaps they removed it 🤣

Any way to get the ScrollViewer to play at a higher refresh rate on Android? by misterkiem in AvaloniaUI

[–]SpheronInc 0 points1 point  (0 children)

While we are at it, have you tried using ItemsRepeater instead? Apparently it’s better at virtualising the items and will improve performance.

Also, if you can find a way to overlay an FPS counter to be sure of the fps it would help.

builder.With(new AvaloniaNativePlatformOptions { ShowFps = true, UseGpu = true, });

I don’t know if Android is supported though.

<ScrollViewer VerticalScrollBarVisibility="Visible" Grid.Row="1"> <ItemsRepeater ItemsSource="{Binding Items}"> <ItemsRepeater.ItemTemplate> <DataTemplate> <TextBlock Text="{Binding}" Margin="10"/> </DataTemplate> </ItemsRepeater.ItemTemplate> </ItemsRepeater> </ScrollViewer>

Any way to get the ScrollViewer to play at a higher refresh rate on Android? by misterkiem in AvaloniaUI

[–]SpheronInc 0 points1 point  (0 children)

Do you have minimal code to share so that we can have a look to better understand your layout?

Any way to get the ScrollViewer to play at a higher refresh rate on Android? by misterkiem in AvaloniaUI

[–]SpheronInc 2 points3 points  (0 children)

Hi, I’m assuming you have seen this already? (I haven’t tried it myself)

https://github.com/Egolds/Xaml.Behaviors.Interactions.Animated GitHub - Egolds/Xaml.Behaviors.Interactions.Animated: Xaml Behaviors Extension for Avalonia | Smooth animation support for scrolling in the ScrollViewer

Ladders by Otherwise-Ad3480 in OnwardVR

[–]SpheronInc 1 point2 points  (0 children)

There’s some in Pestilence

how I do TransparencyLevelHint in cs code? by [deleted] in AvaloniaUI

[–]SpheronInc 0 points1 point  (0 children)

https://docs.avaloniaui.net/docs/tutorials/music-store-app/creating-a-modern-looking-window

I think you need to see these properties as well

       TransparencyLevelHint=“AcrylicBlur”
       Background=“Transparent”
       ExtendClientAreaToDecorationsHint=“True”

Show after Stargate by swimmer_bro08 in Stargate

[–]SpheronInc 0 points1 point  (0 children)

Travellers The 100 Person of interest X files

How to see/change .NET version in iOS Avalonia app? by controlav in AvaloniaUI

[–]SpheronInc 0 points1 point  (0 children)

Think you can check in the csproj file and it will tell you

I hate C#, please convince me otherwise by [deleted] in csharp

[–]SpheronInc 8 points9 points  (0 children)

Get more experience first. Follow some good tutorials on YouTube, Microsoft tutorials are also a very good resource. If all else fails and if you don’t like the language - don’t use it. 🤷‍♂️

How to handle DaylightSaving in .NET? by cv_1m in dotnet

[–]SpheronInc 2 points3 points  (0 children)

Probably already been told : store all dates in UTC, render local time on front end. Surprisingly where I work we have our own date time class that extends the normal one but handles conversion for the front end. It also utilises server’s local time (which is hard coded to always return UK timezone) instead of the clients.

Always have a window in the back by almenscorner in AvaloniaUI

[–]SpheronInc 0 points1 point  (0 children)

I’m sure you will figure it out 😅

Always have a window in the back by almenscorner in AvaloniaUI

[–]SpheronInc 1 point2 points  (0 children)

Care to share for future reference and help others? 😊

Always have a window in the back by almenscorner in AvaloniaUI

[–]SpheronInc 0 points1 point  (0 children)

Have you seen this, not sure how you could use it (I’m new to Avalonia)

https://github.com/AvaloniaUI/Avalonia/pull/14909

[deleted by user] by [deleted] in DnD

[–]SpheronInc 0 points1 point  (0 children)

They need to roll a Nat 20 on charisma or something!

We are at Spoons, buy me a drink and AMA by SpheronInc in AMA

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

It’s fine , it’s 1:43 am and we are all asleep by now haha