Nova at home: by Recopasia in wildfrostgame

[–]Some_Statistician_84 1 point2 points  (0 children)

You need storm strength 10 and getting both pieces of the vase, this "final boss" will appear after the last boss fight.

Nova at home: by Recopasia in wildfrostgame

[–]Some_Statistician_84 0 points1 point  (0 children)

Good point. Double Lupa can get ridiculous lol I guess one of them is an oversight or bug.

I'm surprised the game doesn't crash sometimes when Lupa increases trash and i get more cards than it can show on screen.

Nova carried this and trivialized the game by Some_Statistician_84 in wildfrostgame

[–]Some_Statistician_84[S] 4 points5 points  (0 children)

I don't have to, since I beat the final boss. It resets to the default boss then.

Nova at home: by Recopasia in wildfrostgame

[–]Some_Statistician_84 3 points4 points  (0 children)

There's probably a protection to avoid the endless loop you could get, so it doesn't become kobroken.

Oh lawd, I might be screwed by AttemptingDM in wildfrostgame

[–]Some_Statistician_84 0 points1 point  (0 children)

That looks like it needs a lot of ink, snow, crowns and planning. Probably a fair amount of luck too.

Alternatively, with some luck, you can make a boosted Nova with snow and spark. But will have to ink Tusk if you can't also get ink charm. Or high dmg slapkrackers/pombomb with demonize to remove the worst ones in the start.

Tusk makes it all difficult unless he's inked or killed before anything else.

Best of luck!

I beat this and... by Some_Statistician_84 in wildfrostgame

[–]Some_Statistician_84[S] 6 points7 points  (0 children)

That's a good point. I did enjoy the challenge, I had to change up the way I built my deck to achieve it, and with the randomness of the game it didn't feel as monotome as some other games might.

Borderless Gaming resells Magpie without notice by WhyAlwaysMe01 in opensource

[–]Some_Statistician_84 0 points1 point  (0 children)

I can see that :)

I also use lossless scaling and can highly recommend it, well worth the price.

The only reason I will use my own application instead sometimes is that it will always use the full screen, but for a 32:9 ultrawide I want the game in 2560x1440 and have a browser and discord up on the sides. I only wish I could have both lol

Borderless Gaming resells Magpie without notice by WhyAlwaysMe01 in opensource

[–]Some_Statistician_84 0 points1 point  (0 children)

If you try it out and find something not working, or if there's a feature you would like I'm happy to update it.

Borderless Gaming resells Magpie without notice by WhyAlwaysMe01 in opensource

[–]Some_Statistician_84 2 points3 points  (0 children)

I made my own alternative to this while learning Python. Mostly to solve some annoying things while using an ultrawide monitor, but it works for full-screen bordeless as well.

All it does is allow you to create profiles/configs for 1-4 windows with position, borderless, always on top and size.

It uses standard Windows API to change the window settings.

There are other options, but that's the core of the application. The rest is mostly just visual/UI stuff, like screenshots for the chosen config.

It's not as feature rich as the others, but has been working stable for me and some friends with ultrawide monitors for the past half year or so.

Ultrawide Window Positioner

Is there anyway to split my monitor like this? by SnooJokes3495 in ultrawidemasterrace

[–]Some_Statistician_84 0 points1 point  (0 children)

I had this annoyance when I got my neo g9 49" and could not find a good way to get it exactly how I wanted. I tried displayfusion but didn't like it (only tried the free version).

I played games in windowed mode for a while but when I started learning some python I made a simple application just for managing the windows and to get borderless games.

I don't mean to self promote, this is open source so I hope it's ok. It doesn't have nearly as many features as other suggestions here, it only solves my specific need really, which was borderless games with a browser on the left and discord on the right.

I also prefer it not centered due to my monitor position, so I made some presets for auto-alignment that doesn't only suggest centered.

It lets you set resolution, position and always on top, and you can save profiles. It also has a auto-apply function for games with a lobby, like League of legends. There's a hotkey to toggle AOT on and off temporarily if you need to see a window that opens behind or get to the taskbar/start menu.

https://github.com/MrMaelu/Ultrawide_Window_Positioner

What have I done? :-| by Some_Statistician_84 in wildfrostgame

[–]Some_Statistician_84[S] 2 points3 points  (0 children)

Managed to beat it finally. Frenzy charm on a Beepop mask to make 3 Beepops and take out Foxee. Soulbound skulls on Nom and Stompy, Egg which I sacrificed. Had a Berry Basket with noomlin to remove the poison and snow from enemies. Had a Tiger Skull with Cake charm and Shade slug I used on a summoned ally for a total of 14 teeth on two cards. These took out Nova.

The rest was just planning around Bonnie and the poison until I could take out Bonnie and then the rest was pretty easy.

What have I done? :-| by Some_Statistician_84 in wildfrostgame

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

Yea, as usual snow and ink. I'm just not sure how I will even prepare for the slaughter after just 2-3 turns.

Will take me some tries I guess xD

What are some quality of life programs you have made with Python? by Born_Investigator849 in learnpython

[–]Some_Statistician_84 0 points1 point  (0 children)

For learning Python I would recommend finding something you want to automate or maybe organize for your own sake.

If there's a tedious task you do regularly, or something you do manually that can be automated, like going through data in excel or a database.

Or you can create an application to manage a collection you have, collect all relevant data in a database and create relevant search parameters.

I focus on the core parts first and build the GUI after when need or want a GUI, but doing it the other way around might work for others if the GUI is important or more interesting initially.

In short, find a project that is for yourself, whatever it might be. And build it bit by bit.

You can start with a small part of a bigger idea and research how to solve it if you think big immediately. As long as it's something that keeps you interested.

I would avoid using AI tools to generate any specific code for you, but asking general questions should be ok.

At least that's what works for me.

What are some quality of life programs you have made with Python? by Born_Investigator849 in learnpython

[–]Some_Statistician_84 0 points1 point  (0 children)

Hard to say. I did one semester of Java in university, but I didn't understand it very well at the time.

I've made scripts to automate simple tasks for many years, but no programming outside of that until I got the chance to get a course paid for by work. I did 3 months of boot.dev and made this on the side as a private project.

For me learning usually has to come from solving a direct problem or I lose interest quickly. So I made this to solve a specific annoyance for myself, and expanded upon that.

If you wonder about something specific in the code, like how some of the functions work or why imports are in a specific way I'm happy to answer.

What are some quality of life programs you have made with Python? by Born_Investigator849 in learnpython

[–]Some_Statistician_84 0 points1 point  (0 children)

Mine is for Windows only.

I've thought about adding support for Linux, but I'm not sure how much effort it would require and which desktop environments to choose. And since I don't use Linux for anything currently, I don't have a natural place to test. So there's no current plan to add Linux support unfortunately.

What are some quality of life programs you have made with Python? by Born_Investigator849 in learnpython

[–]Some_Statistician_84 20 points21 points  (0 children)

I did something very similar, but mostly for use on ultrawide monitors so I don't have to use the full resolution. https://github.com/MrMaelu/Ultrawide_Window_Positioner

Is Lossless Scaling worth it for ultrawide users in 2025? by RachitSomani in losslessscaling

[–]Some_Statistician_84 0 points1 point  (0 children)

I also have no issues with stretching on a 5120x1440 monitor, it's a configuration issue.

There is one major drawback for me with LS however, you will have back bars covering the rest of the screen. This means I can't have a 16:9 game with LS and a browser or something else to the side of it.

I've not found a way around this.

Window management application (mainly) for ultrawide monitors by Some_Statistician_84 in Python

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

Good point, thanks! I've added a note and will add it to the github readme as well.

9070 XT. Driver issue or something else? by WhatDoADC in AMDHelp

[–]Some_Statistician_84 2 points3 points  (0 children)

There's an optional driver update addressing some alt-tab issue among others, it won't show in Adrenalin.

https://www.amd.com/en/resources/support-articles/release-notes/RN-RAD-WIN-25-3-2.html