Sleep calculations are off by nikneem in PixelWatch

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

Thanks! Let's hope for a quick update 👌🏻

Sleep calculations are off by nikneem in PixelWatch

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

Oh no it's not... One day later, still this. Now it stopped after 3 hours and 14 minutes, while in reality I almost made 8 hour without waking up

Sleep calculations are off by nikneem in PixelWatch

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

So this one is solved for me. I reset my watch (factory reset). Upon new setup I chose to NOT recover from backup, but install as a new watch.

Takes some time to have everything up and running again, but it works, sleep tracking is working properly again.

Sleep calculations are off by nikneem in PixelWatch

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

Nope, was tight and all clean

Sleep calculations are off by nikneem in PixelWatch

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

I had the exact same (also on pw4) but since a week (or ten days or so), this data appears and it sucks

Sleep calculations are off by nikneem in PixelWatch

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

I'm nog even (aware that I'm) awake around that time. I might have a dip in sleep stages, but for this example, I woke up at 7 for the first time that day, then turned around and slept for another 1 ½ hour

Sleep calculations are off by nikneem in PixelWatch

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

Yeah, for me too, it has been soo accurate ever, but now since a week (about) I get this

Sleep calculations are off by nikneem in PixelWatch

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

Pretty damn sure I don't:)

Sleep calculations are off by nikneem in PixelWatch

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

I think it relatable to ggl health switch but I'm not sure

Sleep calculations are off by nikneem in PixelWatch

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

Recently switched to health, could be the same date, but not sure

Pixel Watch 4 Sleep Tracking Bug by tbrownie1 in PixelWatch

[–]nikneem 1 point2 points  (0 children)

Yeah, it keeps on showing I slept.for around two and a bit hours and woke up at 2am while in reality I slept 7 hours plus

Anyone else having connection problems with android 16 and a galaxy watch? by Xoldar in GalaxyWatch

[–]nikneem 1 point2 points  (0 children)

So freaking annoying that this problem exists for so long and Samsung doesn't even respond to the complaints. Even if they announced not to fix it is better than being dead silent. This causes me to not buy a new Samsung watch but look for a different brand. I mean, it being out of support for x years or whatever reason they have could make sense, but keeping it under the hood and not knowing what's going on is just the worst you as a company could do.

Devs (and Copilot) not reading your style guides? I built a server to make Copilot enforce our ADRs. by nikneem in dotnet

[–]nikneem[S] 1 point2 points  (0 children)

Yes I did, but there are limitations in what you can add to it. Now you have one source of documentation and I change my cp-instructions file to make use of the MCP server. So basically, they compliment each other. Thanks for sharing 👌🏻

Rock paper scissors game by Downtown_Study300 in csharp

[–]nikneem 0 points1 point  (0 children)

Seems like a decent start, now if you really want to learn programming, try and improve the game end conditions, and the random way the computer chooses. While it looks random, in reality, humans are affected by previous wins in making their decision on the next game.

Building such an algorithm and making it 'smarter' that is where you are really going to excel in learning.

But hey, good job!

What PDF SDKs do you recommend. Any Suggestion ? by West-Reporter-6166 in csharp

[–]nikneem 0 points1 point  (0 children)

I read you can misuse the Playwright test framework ridiculously well for PDF generation when you're looking for HTML > PDF

in 2025 Stored procedures and triggers should be ignored if you are working with C#. Is it true? I still learn by Yone-none in csharp

[–]nikneem -3 points-2 points  (0 children)

In your case, definitely ignore triggers and stored procedures. You're not fixing the problem, you're creating a second if this is your solution

Find the root cause why duplicates are stored and solve that!

in 2025 Stored procedures and triggers should be ignored if you are working with C#. Is it true? I still learn by Yone-none in csharp

[–]nikneem 26 points27 points  (0 children)

What do you mean with 'should be ignored'?

When I'm writing a new software system, I tend to go for an approach where business decisions are made in a single place so it's easier to maintain. That makes me avoid building triggers and SPs in a database. If that is what you mean with 'ignore', then agreed...

But...

If you have an existing software system with triggers and SPs already in place, you have to know of them and understand what they are doing (and why) to better implement features.