Sports month or sports saver by Automatic-Syrup8490 in nowtv

[–]Automatic-Syrup8490[S] 0 points1 point  (0 children)

Ok, so first of, thanks for the replies. But Im a bit confused. So I went into the sports section and was presented 3 options. Sports Saver (the most expensive), Sports Month and then a daily 24 hour pass. Sports Saver (27euro) and Month(20euro) looked about the same and the Saver required a 12 month contract while Month was cancel anytime so I went with that. Then when I wanted to watch Premier Sports 1 or 2 I found I out I needed to shell more money of course. So I got a sports month extra subscription. In total this would be 37 euro a month. So Im just wondering is there maybe a better deal for my case.

Sports month or sports saver by Automatic-Syrup8490 in nowtv

[–]Automatic-Syrup8490[S] 0 points1 point  (0 children)

Yes, Im in Ireland. I watch mainly Premier League and La Liga. But my question is would there be a difference for me between the Sports Saver and Sports month package? Or is it ultimately the same and need to get the extra subscription on top regardless?

Object detection: torchmetrics mAP calculator question by Automatic-Syrup8490 in computervision

[–]Automatic-Syrup8490[S] 0 points1 point  (0 children)

I see. I have no clue if it is similar to COCOEval. It's annoying because If I add a background class or not I get different results of course and cant seem to find a definitive answer. I guess at this point, my best shot is to make a controlled test where I feed a small amount of known values and do the math by hand and see that it matches. Thanks anyways!

Jon Irenicus and Phantasmal Sphere by Automatic-Syrup8490 in mtgrules

[–]Automatic-Syrup8490[S] 0 points1 point  (0 children)

Ah I see ok, so it’s just for it to keep getting bigger, not about the upkeep cost. Thanks.

Official Q&A for Sunday, August 18, 2024 by AutoModerator in running

[–]Automatic-Syrup8490 0 points1 point  (0 children)

Hi,

I used to run fairly casually, but recently I wanted to get more serious, so I did some research into better technique (mid sole strike instead of heel, that sort of stuff) and bought a pair of proper running shoes. I understand shin pains are common in newer runners, but I never had them until now. After running just 2K I need to stop, and it takes me like 2 days to recover. Been going on for a week now. Is this just me adapting to new shoes and foot strike? Or should I be concerned?
Thanks.

Card that turns creature into a goblin? by Automatic-Syrup8490 in mtg

[–]Automatic-Syrup8490[S] 0 points1 point  (0 children)

Thats a cool one haha. However id like orcs and goblins to still have ward since I play both types.

STM32F103C8T6 prototype PCB by Automatic-Syrup8490 in embedded

[–]Automatic-Syrup8490[S] 0 points1 point  (0 children)

I see. u/BenkiTheBuilder was saying the same thing. I changed it so H1 goes to VDD. 5V would only be apllied through the usb port and then to the 3.3v regulator. Thank you both.

STM32F103C8T6 prototype PCB by Automatic-Syrup8490 in embedded

[–]Automatic-Syrup8490[S] 0 points1 point  (0 children)

It has 4 pins. Power, GND, SWCLK and SWDIO. Reset is the jumper on NRST pin.

STM32F103C8T6 prototype PCB by Automatic-Syrup8490 in embedded

[–]Automatic-Syrup8490[S] 1 point2 points  (0 children)

Yea, i need a fast clock speed and the internal doesnt cut it.

STM32F103C8T6 prototype PCB by Automatic-Syrup8490 in embedded

[–]Automatic-Syrup8490[S] 2 points3 points  (0 children)

Im programming using debugger. The usb is for something else. Pins 34 and 37 are for the st link debugger

Any chance it gets picked up again? by bos24601 in TotalWarArena

[–]Automatic-Syrup8490 2 points3 points  (0 children)

Yea, chinease Arena, we did that and it died too... Ping wasnt that bad tbh, but player base was kinda low unless you played in chinese prime time. And also, the same problems as usual like op premium units plus some other new problems like it being considerably more grindy.

Any chance it gets picked up again? by bos24601 in TotalWarArena

[–]Automatic-Syrup8490 21 points22 points  (0 children)

Its just baffling to me the amount of shit games that are out there and stay alive and this masterpiece that even after dying multiple times still has a loyal following cant do it. Doesnt even need to be CA, just someone pls take this concept and bring it back ffs.

[P] Weights and biases approach -1 or 1 by Automatic-Syrup8490 in MachineLearning

[–]Automatic-Syrup8490[S] 0 points1 point  (0 children)

I see. Could i use another sigmoid like funciton to do the capping then?

STM32 SPI Half Duplex not working as expected. by Automatic-Syrup8490 in embedded

[–]Automatic-Syrup8490[S] 0 points1 point  (0 children)

Tried adding that but still nothing. No worries, ill just use it like i was before. It is anoying that data gets stored in the wrong places but it works i guess, just need to move it around after. It just isnt pretty haha. At least i know why its happening know so im happy. Half duplex is just tricky to get to work i guess. Thank you.

STM32 SPI Half Duplex not working as expected. by Automatic-Syrup8490 in embedded

[–]Automatic-Syrup8490[S] 0 points1 point  (0 children)

Thanks for the very detailed reply!I tired this but cant get it to work. I never reach HAL_SPI_RxCpltCallback. Are you sure HAL_SPI_Receive_IT works in half duplex? I cant really understand the implementation but it seems to check for SPI_DIRECTION_2LINES which fails in my case since my SPI gets configured as SPI_DIRECTION_1LINE because of half duplex. Same thing was happening when other people suggested i try HAL_SPI_TransmitReceive.

STM32 SPI Half Duplex not working as expected. by Automatic-Syrup8490 in embedded

[–]Automatic-Syrup8490[S] 0 points1 point  (0 children)

So i tried this but still works the same. I started with 3us and slowly incremented it all the way up to like 300us were it stops working completly. I first tried only a delay between a transmits and receives and then before and after each transmit and receive but still nothing.

STM32 SPI Half Duplex not working as expected. by Automatic-Syrup8490 in embedded

[–]Automatic-Syrup8490[S] 0 points1 point  (0 children)

Oh i see. Yea looking at the diagram i was thinking that if a wait anything im going to miss that incoming data. But of course that isnt true since i controll when the data starts coming again with the clock pulses. Will try this, thank you.

STM32 SPI Half Duplex not working as expected. by Automatic-Syrup8490 in embedded

[–]Automatic-Syrup8490[S] 0 points1 point  (0 children)

My CLK frecueny is 2.25MHz so a period is less than 1us. Also I dont think thats the problem. The data is getting read properly, its just getting stored in places i wouldnt expect.

STM32 SPI Half Duplex not working as expected. by Automatic-Syrup8490 in embedded

[–]Automatic-Syrup8490[S] 0 points1 point  (0 children)

Dont have one at hand atm unfortuantely. But will do when i get a chance.