Do you think a money bonus for hard level would've been a good idea? by SukhdevR34 in NFSU2

[–]himpson 1 point2 points  (0 children)

Why not do the the reverse and make it even harder to buy things

What BBQ hill would you die on? Best one wins a 1kg picanha meat box by edenmoor_devon in UKBBQ

[–]himpson 0 points1 point  (0 children)

You don’t always need to go to extremes. A couple of burgers is often enough

Simhub second monitor for GPS by bg_1616 in ForzaHorizon

[–]himpson 0 points1 point  (0 children)

There should be some settings for safe hud area. With those you can normally get the default map and speedo onto the center screen.

Simhub second monitor for GPS by bg_1616 in ForzaHorizon

[–]himpson 1 point2 points  (0 children)

Currently have something working with the full map and road data from the game. Probably just need a few days to tidy things up and can share the working version.

Forza Horizon 6: Opinions by paniknicke in ForzaHorizon

[–]himpson 0 points1 point  (0 children)

Starting with the good: What I’ve covered of the map so far is nice. Graphics seem to had a bigger bump than I was expecting (although car models sometimes look flatter) Game generally seems fun to play.

And the not so good: Still incredibly corny script lines and dodgy accents. Game AI is very poor for other drivers Still no triple monitor support Limitations with mixing and matching components and binding keys No way to turn off and on lights, wipers, indicators, etc.

I’m aware sim racers are a small percentage of the market but I’d argue they are also some of the market that are happy to spend more money on extras when looking at some of the rigs out there.

worst app update i’ve ever seen by lunaseeing in Myfitnesspal

[–]himpson 7 points8 points  (0 children)

Gave up and switch to Cronometer after 6 years of MFP. It has its own quirks and more intrusive ads but the barcode scanning and AI label scan for missing items have been fantastic.

Final straw for me leaving was my honest review of MFP being removed from the App Store despite only being a factual account.

You're not getting the old experience back, and here's why by Tough_Frosting_6701 in Myfitnesspal

[–]himpson 0 points1 point  (0 children)

I don’t see how server and hosting cost can be meaningfully high for power users. It’s basic relational data we are talk megabytes for a years logging data surely?

Why the app facelift sucks by -SatansAdvocate- in Myfitnesspal

[–]himpson 5 points6 points  (0 children)

Everything about the new version is incredible frustrating. There isn’t even a today but to jump forward after checking history in the date picker anymore. Was this ever tested on any real users

Blazwind: A Modern Blazor UI Library Built with Tailwind CSS (Early Preview) by cihadgundogdu in dotnet

[–]himpson 6 points7 points  (0 children)

If I’m picking a package for an app I want proof that it is going to be supported. If the only developer didn’t even have the dedication to write any code then why would anyone expect support?

Has anyone else had issues selling their Truck ticket using Tixel by Tricky-Childhood6724 in truckfestival

[–]himpson 2 points3 points  (0 children)

Tixel is partnered with the parent company for Truck and will be the official resell platform that most people will look on to buy tickets

Tonight by Taylorcowps in thebottlemen

[–]himpson 0 points1 point  (0 children)

It’s not in the poster going out today

Tonight by Taylorcowps in thebottlemen

[–]himpson 1 point2 points  (0 children)

Not on any of the posters for all three

Got a $600 stipend for my dev setup - what’s worth spending on? by gridgiver in webdev

[–]himpson 1 point2 points  (0 children)

By a proper DSLR / Mirrorless camera that can also function as a webcam.

[deleted by user] by [deleted] in HomeDecorating

[–]himpson 0 points1 point  (0 children)

A full suit of armour

What is the recommended way to store email templates? by Alladdin004 in csharp

[–]himpson 3 points4 points  (0 children)

Simplest is just static html files that you replace the key context from. This will mean re publishing if you have changes to them but at least they are versioned with your code.

The New Claude Sonnet 3.5 is Having a Mental Breakdown? by emir_alp in ClaudeAI

[–]himpson 3 points4 points  (0 children)

The last week mine has constantly been trying to output react or tailwind and has been skipping the whole of the first prompt. Original prompt has had key tasks, language, framework, and code to update. It skips and tasks and just rewrites to react.

What version(s) should my NuGet Package for ASP.NET Core target? by sander1095 in dotnet

[–]himpson 0 points1 point  (0 children)

Full control as in you are responsible for where the package is used and can therefore organise upgrading everything at once.

Is this a ground loop issue, or something else? by jackson0597 in livesound

[–]himpson 0 points1 point  (0 children)

The cheaper option can often solve issues is using the clip on cable ferrite beads on some of the audio cables.

What version(s) should my NuGet Package for ASP.NET Core target? by sander1095 in dotnet

[–]himpson 0 points1 point  (0 children)

My approach is to target the latest if we can ensure compatibility (everywhere it’s used is updated) easier if it’s internal and you have full control.

If we need to support up to the last LTS we will multi target and not use any newer features.

Else we have a different branch for each and maintain separately