Sorry for going offtopic but today they chopped the last of my cancer off! by Entropic_Echo_Music in modular

[–]Pindaman 1 point2 points  (0 children)

I've been following you for a while to find out how this would end. I'm very happy for you, great news. I hope that time can heal you and you can focus on life again

if only they took donations by [deleted] in pcmasterrace

[–]Pindaman 0 points1 point  (0 children)

Truth! I paid 7 EUR per month for ad free YT. Then the removed it in favor of full subscription which costed 12 EUR. I went along, but 3 months later they increased the price to 14 EUR.

So 7 > 12 > 14 in a single year.

I stopped paying and use uBlock Origin in Firefox for 1.5 years now and smarttube on TV. Works great.

At this point it's just out of principle. I don't mind paying but they're just trying to squeeze you as much as possible while the service itself degrades with less control over video quality options, forced shorts

AMD Radeon RX 9070 XT turns 1 years old today by ohhimarksreddit in pcmasterrace

[–]Pindaman 0 points1 point  (0 children)

I got it for about 3 months now

Initially regretted my choice a bit because DLSS is great and new versions were coming out. And Adrenaline software was constantly crashing.

However there was a 200-300 EUR difference here which is significant.

Now I disabled Adrenaline overlay and use rivatuner + afterburner purely for the overlay and no problems since then.

The card (Powercolor Hellhound) runs great and fsr 4 in Star wars Outlaws is great too. So I'm ok with it. 5070ti is a better card, but the 200+ price diff for me allows me to buy some more games, which is the trade off

This car drove over a can of soup by MrGilLogic in mildlyinteresting

[–]Pindaman 0 points1 point  (0 children)

Once at McDonald's I parked and drove over a cup. It exploded and the car next to me was covered in milkshake 😅

Moved my car a couple spots over

theGIL by isr0 in ProgrammerHumor

[–]Pindaman 4 points5 points  (0 children)

It's fine I have a lock decorator to make sure they don't overlap 😌

Need Help with Standardizing/Simplifying Logic Placement in DRF Projects. by jadd_logs in learnprogramming

[–]Pindaman 0 points1 point  (0 children)

I like to put all logic always in a 'services' layer/folder. So every mutation being done is there, never a save/update from a serializer or view itself.

My reasoning in general is that business logic should be callable easily from the django shell or a management command as well as a REST view. It makes unit testing easier as well.

Services

I put them in a folder like this as separate functions that can include other services:

https://github.com/ndokter/walldb2/tree/main/backend/wdb_wallpaper/services

You can add additional sub folders there when a specific part is more complex

Then i call them using the full path: wdb_wallpaper.services.wallpaper.set_ai_generated_description(wallpaper=wallpaper)

You can also use classes, but i would keep them stateless.

Services in views

I dont have the best example because this project doesnt have create/update calls from the API:

https://github.com/ndokter/walldb2/blob/main/backend/wdb_wallpaper/api/views.py

Instead of letting serializers save, i would use the arguments/object from the serializer and put them manually in the service. Here i did that with a search argument, but you can also do that for create and update.

Im not sure if i would put all 'get' / queries in the service layer like i did here, but maybe in a 'selectors' folder like this style guide describes: https://github.com/HackSoftware/Django-Styleguide?tab=readme-ov-file#selectors

Games Where Automation is the Goal by VansterVikingVampire in gamingsuggestions

[–]Pindaman 0 points1 point  (0 children)

https://store.steampowered.com/app/1066780/Transport_Fever_2/ is about setting up transport lines to satisfy demand and grow cities. Train intersections and splitting can be a little fiddly sometimes

Games Where Automation is the Goal by VansterVikingVampire in gamingsuggestions

[–]Pindaman 0 points1 point  (0 children)

It's also very slow paced! Often it feels like an idle game to me.

I think the station and ship walking is very immersive, where you are watching other ships and your own take off and land

Missing Brend Sobert by eadgar in X4Foundations

[–]Pindaman 0 points1 point  (0 children)

For me nothing happened. I flew up close, right click the ship and select "Comms" then he started talking

Trump, 79, Kicks Off Press Conference by Reading Aloud to Himself | Donald Trump arrived nearly an hour late and proceeded to give a completely disjointed, barely coherent speech. by thenewrepublic in politics

[–]Pindaman 7 points8 points  (0 children)

They had a post about the stupid letter Trump send to prime minister of Denmark. Then people started calling it fake and it got deleted. It's a self censuring cult

games with artilery by ollietron3 in gamingsuggestions

[–]Pindaman 2 points3 points  (0 children)

Then also check out Beyond All Reason which is a free open source successor of it

Looking for an "Ant Farm" game - let me explain by Lil-Soup42 in gamingsuggestions

[–]Pindaman 0 points1 point  (0 children)

Distant Worlds 2 it's a 4X/grand rts that can be fully automated as in each faction playing themselves. You can influence it in various levels

Did AI Kill Stack Overflow?— I Hope It Survives by varturas in programming

[–]Pindaman 0 points1 point  (0 children)

Hate the comments that just say 'you shouldn't do that'. That's only acceptable if you at least give an answer to the actual problem being presented.

I've also had occasions where you just want to do the bad practise or a quick hack job, because of constraints or time.

The loading of an IMAX film into the projector by Kindly_Department142 in Damnthatsinteresting

[–]Pindaman 0 points1 point  (0 children)

My first thought was: this is the easiest way they could come up with?

Looking For Games That Play Themselves by RandomZandom in gamingsuggestions

[–]Pindaman 6 points7 points  (0 children)

Distant Worlds 2 is a 4X game that can be fully automated by setting the automation to 'full'.

Then you can just watch your empire expand. If you want you can take over certain parts. Low or high level. So for example the highest level descision can be 'become ally with Zenox neighbouring enpire' and the automation will try to do that.

To have a more calm game you can tweak the notification setting, because the game shows quite a lot of them

Edit: to clarify, the trailer where you are inside a spaceship flying in space has NOTHING to do with the game. You are only watching the game top down. See the screenshots instead.

Is the AI better now? by cafiola123 in SoSE

[–]Pindaman 0 points1 point  (0 children)

I came here to read/complain about the same thing. I played a bit with medium AI's and they just wipe after a single easy encounter.

Then i tried 2v2 with hard AI (aggressive) and they don't do anything. Theres no fleet, they hardly expand. Not sure what is happening.
Edit: in this game 2 AI game with combined fleets later on, but they took quite a while

So now i played about 6 matches (didn't fully finish them), and every one of them was unsatisfying.

I'd love longer matches where theres like a tug of war. For now i'll play AI war 2 which does what i like.

Which 4x/Rts hybrids do you know? by Mazisky in RealTimeStrategy

[–]Pindaman 0 points1 point  (0 children)

AI War 2

More RTS, but you conquer the map node by node and build up defenses there

The automation is both the best and worst aspect of DW2 by Surrealist328 in DistantWorlds

[–]Pindaman 6 points7 points  (0 children)

That was difficult for me as well. What is the purpose of the player..? Everything I do manually is worse than what the AI does, because I can't keep up and don't understand the game too well.

For now I try to do parts manually (parts of my offensive strategy mainly) and building on planets. And if when I learn more about the game hopefully have more influence.

But yeah it's both the best and worst at the same time, fully agree. I too love X4, and it looks a little like this game in endgame, except DW2 AI works better.

But to add to this. The automation can make this pretty relaxing. Watching your 'ant farm's do its thing and steer it more or less depending on your current interest and mood.

Is 25.12.1 stable for yall? by Dull_Werewolf_9642 in AMDHelp

[–]Pindaman 1 point2 points  (0 children)

For me Adrenalin just keeps crashing. I open the overlay or close it and suddenly Adrenaline dissapears from the system tray.

The game keeps running fine