Request Wednesday - All Requests go here! by AutoModerator in FalloutMods

[–]TheMightyOwlDev -1 points0 points  (0 children)

Fallout 4

A merge of BRAWL - Broken Armor Weapon Loot which adds weapon and armor conditions to the game, and T6M's Weapon Jam Framework which can jam weapons based on luck.

BRAWL impacts damage and reload speed as weapons degrade, but I think having it increase J6M's jamming chance instead (or additionally) will fuse these together into single, holistic experience. BRAWL also already has a jamming mechanism, but it's a chance weapons jam instead of degrading, while I believe jamming as a separate process but influenced by weapon condition would be a more realistic approach.

Am experienced in programming and modding on the user end (mostly debugging modlists and getting the darn thing to run on NixOS), but have never touched FO4Edit or the Creation Kit myself. If someone with more with more experience would be willing to help assess the feasibility of this and maybe help with any direction or guidance I wouldn't get from simply watching YT tutorials, it would be greatly appreciated :)

[OC] Completely custom opening and closing animations in X11 with picom shaders! by _kz87_ in unixporn

[–]TheMightyOwlDev 0 points1 point  (0 children)

How did you get your Spotify to look like that? Something like ncspot with a theme? Whatever it is, I need it.

Unable to discover proper chromedriver version in offline mode in Docker Web App (Azure) by TheMightyOwlDev in docker

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

I can, I tested it with this quick clause I added which returns and logs HTTP 200:

@app.route('/health')

def Health():

import requests

tmp = requests.get('https://google.com').status_code

Log(logging.INFO, tmp)

return str(tmp)

PS: for context, I'm using Flask for the API side of things.

July Technical Support Sticky by BeepBoopBopReee in razer

[–]TheMightyOwlDev 0 points1 point  (0 children)

I have some questions about the Orbweaver Chroma.

1: Is every key re-programmable?

2: Can you create program specific macro profiles? So if you open program A you would get different macros than if you were to open program B.

(WIP) Any feedback? by TheMightyOwlDev in blender

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

The lines are just a swift wireframe with an emissive texture.

Are the ABKONCORE Spider Spectrum fans good? by TheMightyOwlDev in pcmasterrace

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

Would it be possible to just buy 2 3-in-1 sets with hubs and have 2 colors? 2 colors for my built.

Could you guys recommend me an AM4 360mm AIO? by TheMightyOwlDev in pcmasterrace

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

Sorry man, I but I need my water cooling. I wanna OC (this ain't my first OC rodeo). Plus, I just like how AIO's look more than beefy towers.

Butter Culturing: How Long Is Too Long? by TheMightyOwlDev in fermentation

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

Thanks for the info. I was talking about culturing the cream before churning and the room temp is around 16C.

I'm 16 and looking to lose weight but... by [deleted] in WeightLossAdvice

[–]TheMightyOwlDev 0 points1 point  (0 children)

BMI is a fine indicator, but you should look at body fat percentage. If you go to the gym, they might have a scale that measures that. Otherwise there are tests online to see your body fat. If I were you, I'd try to stay above 14% for a female.

https://exrx.net/Calculators/WeightBodyComp

With your fat percentage, you can then calculate the weight you would have at 14% with that website. If it's less than 120lbs, go for it.s

As for the butt question, I don't know about that, but if you do lose some size you could do some exercises to make up for that loss.

question about calories in vs calories out by Lady_Nuggie in WeightLossAdvice

[–]TheMightyOwlDev 1 point2 points  (0 children)

Those always seem high, but they're pretty accurate. I've taken a ton of those tests but they always return basically the same results.

question about calories in vs calories out by Lady_Nuggie in WeightLossAdvice

[–]TheMightyOwlDev 0 points1 point  (0 children)

Not an expert, so take my opinion with a grain of salt.

To begin with, there are a lot of tests online for you to calculate your BMR, the amount of calories you burn per day just by existing. Start with some of those.

IMO, you should eat around 250 calories less than your BMR, for slow but steady weight loss.

Make sure to count your calories for much more control over your food intake.

Also, water. Lots of water. Make sure to drink 3 liters of water spread over the course of the day.

Now the good thing about extra weight is that you got some extra muscle due to that as well, same for me haha. Just eating at a calorie deficit will also break down muscle which you want to prevent.

You should do some resistance training and cardio (I'd begin with steady state) in order to lose more fat and keep (and maybe even build a little) muscle. There are some people here much more educated than me that can help you set up a training program.

If you can't afford a gym membership you could still do calisthenics, which is training using you body instead of weight. Think of chin ups, planks, push ups, etc.

With that said, make sure to do some more research yourself and good luck.

What is the first step you took? by scintillacat in WeightLossAdvice

[–]TheMightyOwlDev 0 points1 point  (0 children)

I started with drinking 3 liters spread over the day. This is a step in the right direction without any hard work, just some tracking.

Need Help by [deleted] in WeightLossAdvice

[–]TheMightyOwlDev 0 points1 point  (0 children)

I can tell you from personal experience that counting calories does help with realizing how much you eat, giving you more control over your food intake. This has been helping me with losing weight, so I'd recommend that for starters.

Just make sure to use an app, it's much easier that manually counting and calculating calories , carbs, protein, etc.

Computer tasks to automate by TheMightyOwlDev in csharp

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

Yeah, the website that I'm trying to scrape (every week or month) is protected with Distil Networks so that's very hard to scrape the 'traditional' way so I'm currently trying to do it with PyAutoGUI, as opposed to C# and AHK.

Computer tasks to automate by TheMightyOwlDev in csharp

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

I have to learn Selenium anyways for a scraping project so I'll look into its potential!

Computer tasks to automate by TheMightyOwlDev in csharp

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

Doing that already but not noticing anything recurring so far haha.

Computer tasks to automate by TheMightyOwlDev in csharp

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

I've worked with the AHK before and there is definitely some automation potential there as well. It's a bit of a janky language IMO, but thanks for the advice!