▲ 44 r/daddit

Struggling with missing my wife.

Edit: Wanted to address the comments about “i take the baby, she takes the baby” sort of thing going on. We’re just kind of loner types. Our recovery time is doing our own thing. And most nights it’s not “they’re on duty, so i’m in my office with the door closed” it’s more of one persons the primary, changing, feeding etc, with the other being the support. Making bottles, grabbing stuff when the other needs it, and then we play with him together. I’m mostly talking about missing date nights, or going and doing things together

Hey dads,

Little dude is now about 6 months old and it’s been a rollercoaster. Had about 2 weeks off when he was born, but that was it. Used all my PTO for it.

Wife was taking care of him as a SAHM for 5 months, until her PPD got so bad we bit the bullet and put him in daycare. For that whole time we were basically isolated from each other. Her at home, me at work. When I got home I took the baby, and she went to her office to rest and recover. Now it’s a bit more split after work, with her taking him 3 days a week, me taking him 2 and then just ad hoccing on the weekends.

But we both miss each other, and spending quality time together. Like yeah we can take care of the baby together, but we just don’t get quality alone time anymore.

Last night we put him to bed, and decided we were gonna drink wine and play mario kart, but even then he decided to wake up after 30 minutes and that was that. We only get about a day a month where someone can watch him, and it’s only a few hours.

Not sure what to do, i just miss my wife.

reddit.com
u/NurglesToes — 10 hours ago
▲ 333 r/daddit

This kinda stuff makes the hard days worth it.

Love my little dude even if he is a straight up terrorist.

u/NurglesToes — 6 days ago

Splitting uneven amount of items to different production blocks?

I’m working on my phase 2 factory, and have quite a few production blocks that require the same item but in different quantities, that don’t line up with belt throughput.

For instance i’m producing 480 copper wire/m, and one production block needs 400, while the other needs 80.

My plan was to use smart splitters to redirect overflow to the lower volume belts, since everything is using a manifold i assume once it’s saturated it should work fine.

is there a better way to do this?

i wanted to ask this question before i hooked up all the inputs so I don’t have to tear it all back down lol.

reddit.com
u/NurglesToes — 21 days ago

No circuits, minimal bots Fulgora for my first run, this is my favorite planet by far

Decided itd be fun to do no circuits, and very minimal bots for fulgora for my first run (the only place i used bots was for requester chests to put rocket fuel in the train)

This was fun, Its got an amazing sound track and the vibes are great. Excited to goto Gleba next

u/NurglesToes — 1 month ago
▲ 289 r/factorio

Did I cook Gentlemen? 2.5k green circuits p/min

The numbers dont really work on it, and I dont know enough about beacons to know if itd be worth it to remove an assemblers to add more beacons, but this is the first time ive designed anything like this lol. By numbers not working, i mean it cant physically remove the circuits fast enough to be worth it. but im still looking to tweak it a bit

u/NurglesToes — 1 month ago

I built my first circuit machine - A.R.M.S - Automated Resupply and Maintenance System

I know its probably not much to you circuit guru's out there, but this legit took me like 15 hours to figure out how to make lol. C&C definitely welcome.

Ive been pretty intimidated by circuits for a long time, and never gave them a shot.

However on my recent playthrough, I started getting REALLY annoyed with biters constantly stealing my attention away from the factory. I recently had a kid, so my play time went from however long I want, to about 5 hours a week. So I decided to do something about it.

I present to you: A.R.M.S - Autonomous Resupply & Maintenance System

It started as just a way for my flamethrowers to automatically get refueled, without me needing to drive a train out there, and it somehow evolved into this. Set the value of constant combinators on each end (the depot and each outpost), and requester chests for the loading station, and the train will automatically fill up with each item, dispatch the train, and unload them at the distant end. For the distant end, it reads the content of the storage network, and sends a train out if the outpost is missing item stack size / 2.

Pretty proud of this thing, and pretty excited to stress test it in game.

u/NurglesToes — 2 months ago

Tips for creating my first mall?

Hello Engineers,

Im at about 500 hours played, and ive spent this whole time playing without a dedicated mall.

I usually just automate things piece meal, and then grab them as i need them, but theyre spread out through my factory. Im trying to do my first space age run, and after returning from vulcanus, id like to move out of my starter base. I figured a good first step would be to create a mall. Any tips on designing one? Ive looked at some examples and they seem pretty complex, and its hard to wrap my head around how to even get started.

Thanks!

Edit: Lots of good advice, bot mall seems to be the consensus, so ill give that rip, thanks gang

reddit.com
u/NurglesToes — 2 months ago
▲ 112 r/daddit

New Dad here, someone tell me its gonna get better. Please

Sons 3.5 months, just started teething. Im working 5 - 6 days a week, about 11 hours a day with commute. come home, baby for at least 4 hours until he racks out. Screaming, Screaming, more screaming. Wife's PPD is brutal. At work barely able to function, to the point im sure its gonna effect my performance review. While Im there, wife is texting me how bad that baby is, how depressed and overwhelmed she is, and I just have to sit there and try and offer her support through text. Cant wait for 5PM to come around so I can leave work, but then it comes around and I audibly sigh when I get in my car to start my hour commute, because I know when I get home, the second part of my day has just begun. I hate this feeling. I love my wife and son so much, I'd do anything for them, so the feeling of dreading going home feels horrible. I want to be excited to spend time with them, but I just cant. It sucks

Im so tired boys.

Edit: Wanted to clarify, in no way is the messages im getting from my wife negative in the context of our relationship. Just in general shes overwhelmed, and is a busy body. Being home alone all day is hard for her.

Shes absolutely my best friend and my rock

reddit.com
u/NurglesToes — 2 months ago

Help with troubleshooting a retry function?

EDIT: Im an idiot. I had a stray {} that was creating another script block. Ive def been staring at this too long lol.
The { after param and its associated closing bracket was creating a seperate script block, so when calling the function it just initialized params, and then stopped. Ill leave this up just in case so people can laugh.

Hello Everyone, Noob powershell'er here. Im trying to create a retry function, In which I can call a function as an argument, and pass it - Retry Attempts, Wait Time, and Operation Name. From what ive found, this should be possible right? but something is definitely wrong. I think ive been starting at it too long. Could anyone give some guidance?

Heres the function:

param([scriptblock] $functionName,
          [int] $retryAttempts,
          [int] $waitTimeBetweenAttempts,
          [string] $operationName) 
        {
            Write-Host "Initiating Retry-Operations"
            Write-Log -Message "Initiating Retry-Operations on $operationName" -Level INFO
            $success = $false
                   
                for($i = 0; $i -lt $retryAttempts; $i++)
                    {
                        Write-Log -Message "Attempting $operationName. Attempt #$($i + 1)"
                            try {

                                & $functionName ## this is called correctly, the other stuff is html injection 
                                Write-Log -Message "$operationName succeeded on attempt $($i + 1)"
                                $success = $true
                                
                                break
                                } 
                            catch 
                                {

                                Write-Log "Attempt $($i + 1) failed: $($_.Exception.Message)"
                                
                                         if($i -lt ($retryAttempts -1)) 
                                         {
                                            Start-Sleep -Seconds $waitTimeBetweenAttempts
                                           }
                               
                                }
                        
                    }   
                    if(-not $success)
                    {
                        Write-Log -Message "$operationName failed after $retryAttempts attempts" -Level ERROR
                        throw
                    }            
            }  
        }



and its being called like this:
$StopServiceOperation = {
    param($names)
    Stop-Relevant-Services -serviceNames $names
}

Retry-Operation `
    -functionName $StopServiceOperation `
    -retryAttempts 3 `
    -waitTimeBetweenAttempts 30 `
    -operationName "Stop Services"                          

Im hoping im just missing something stupid bc ive been staring at this for too long lol. I come from a compiled language background, so scripting languages are a bit strange to me.

Thanks!

reddit.com
u/NurglesToes — 2 months ago
▲ 6 r/SCCM

Get SCCM client to redownload previously downloaded, but not installed KB's?

I have done made a goof.

Was clearing space on a prod vm, and had a late night last night. Went to ccmcache and just cleared it (yes i know this isnt the way its supposed to be done, just found that out today)

With my sleep deprivation I forgot its fucking patch week. Deleted KB's right out of the cache. The assignment schedule isnt until sunday, and theyre showing in software center as required. These are the things ive tried to get them to redownload to the cache:

- Clear Cache through config manager

- Machine Policy refreshe

- Software Update cycle scan

- software updates deployment cycle scan

I havent tried messing with the deployments, as the risk is too high and id rather have one machine not be patched than have 500 go down or some shit.

SCCM also recognizes that theyre missing, according to CAS.log

Apparently, when the assignment schedule hits, the KB's will be redownloaded anyway since theyre marked required, but our maintenance window is quite small, and i dont want to risk the KB's not finishing their download in time.

But does anyone have a method to just get the packages to redownload?

Thank you

reddit.com
u/NurglesToes — 2 months ago
▲ 353 r/daddit

First time Dad to an 11 week old, Im so miserable.

First off I want to say I love my son, and I love my wife. But holy shit am I miserable.

We had an unplanned pregnancy, she was on birth control and we hit that 0.01%. We accepted it pretty early and eventually we were pretty excited by the idea, and the first few weeks were great. I used all my PTO to stay home and take care of the wife and baby while she recovered from the C-Section.

But now Im back at work, working 6 days a week. My life is wake up at 6:30 -> commute -> work from 8 to 4:30 -> commute -> return home to screaming baby because its the witching hours. I take him generally most of the night when I get home so the wife can have a break. I dont mind, its just exhausting.

But the part that sucks, is that everyone is so dismissive about the struggle of being the working parent, especially the dad, who misses every thing. I missed his first smile, ill miss his first laugh, ill miss the first time he crawls, walks, his first word, everything.

But when I bring my frustrations and exhaustion up with anyone, its "you need to do more, mom has it worse, at least you have the "privilege" to goto your soul crushing job every single day" like I acknowledge that being a stay at home mom is brutal and is insanely hard. but its not the pain Olympics, it can suck for everybody, but it feels like saying this to anyone immediately gets me labeled as a dead beat. Ive never felt so isolated and hopeless. People say it gets better for the dad at 1.5 years, but it hasnt even been 3 fucking months. i dont know if I can make it that long. And I cant even get a break from a day at work, because weekends are "take the baby so your wife can rest (my wife pushes back on this and we try to both decompress but its the expectation from our family) and I dont even have any PTO left to give myself a day. This sucks

Sorry for the rant, this was kinda cathartic.

reddit.com
u/NurglesToes — 3 months ago

Did a sleep study, with an AHI of 13.7, and REM AHI of 36. I was given a cpap which will be here this week. What can I expect?

My sleep apnea is "mild", and I've had it all my life. Ive read alot of forums and have seen alot of people with mixed results. Can anyone share their experiences?

I tried the Oral device and it just didnt work for me, and Im afraid the CPAP (Technically APAP i guess) wont work and im just gonna have to live like this forever

reddit.com
u/NurglesToes — 3 months ago
▲ 664 r/army

I did it. I became the boot at work.

Got out in August of 2024, working a corporate job. Sent out a corporate email, the same one I send every month, prefaced with “ALCON”.

Sent it out, the boss swings by my desk and says

“hey man, drop the ALCON, no one knows what that means”

I guess it would BEHOOVE me to stop being an idiot, tracking?

gimme a water pls

reddit.com
u/NurglesToes — 3 months ago

Need Help, LLM's have completely ruined writing code for me. Dont know what to do.

To preface this, I know that the obvious answer to this question is to simply not use LLM's, but I'm asking anyway to see if anyone has some deeper advice than that.

I'll also say that I was a self taught developer, with very little formal education in CS.

I started learning to code very young, around 14, when I discovered Unity game engine. It became my passion and was basically the only thing I would do as a hobby that wasnt, well, playing video games. Eventually I grow up, join the Army, and while in I continue to write small games, never really finishing anything but still just having fun with the process.

Eventually decided that it was what I wanted to do as a career when I got out, with IT being a backup plan. So i continue to study, and eventually I get a job as the LEAD DEV at a tech startup. With 3 devs who were all college educated underneath me. I made it explicitly clear to the CEO that I was underqualified for the position, and he said thats fine, we can teach you. I said alright then.

Narrator: They did not teach me. In fact that company was absolutely OBSESSED with LLM's. To the point, they would review our ChatGPT histories at the end of the week, to ensure we were utilizing it for basically everything. Their reasoning was "we can ship the product faster if we use every tool at our disposal". I argued this point until I was blue in the face, that by using ChatGPT for literally every problem, we were creating massive amounts of technical debt that we were going to have to pay for later, and it would be better for us to just take our time and make a more stable product especially because the nature of the product was.. convoluted to say the least. And when I say the wanted us to use ChatGPT i dont mean "oh, run this by chatgpt for sanity checking and potential optimizations" it was "Hey Chat, how do I parse this JSON file, and then assign the structs to a 2d array" *COPY AND PASTE*. And then if ChatGPT did something stupid, it was our fault for not double checking it. But because we were supposed to use ChatGPT for literally everything, our timelines were ABSURD. As in, rewrite our entire website in 3 weeks, kind of absurd, while also working on the main product.

That job was actually so bad that it ruined writing code for me. I ended up leaving the software field, and just work IT now, but it still requires writing some Powershell, python, Ansible, etc. i have some sort of strange stockholm syndrome now. As in, I cannot write a piece of code without feeling like I absolutely have to run it through ChatGPT. And recently, Ive started to get interested in making some small unity games again, but same problem. Ill know how to do something conceptually, can write a function or whatever and get it in a MVP state, but theres this little voice in the back of my head that says "ah, I should run this through chatgpt, im sure ive done this wrong" and man it has ruined it for me. It sucks all the fun and enjoyment out of the process.

Bit of a rant I guess, but has anyone else experienced this? I feel like I have to have freaking Will Smith blast me with a neuralyzer to even enjoy writing code again.

reddit.com
u/NurglesToes — 3 months ago

sorry if this isn’t the place, just needed to rant honestly.

Our son is 7 weeks old, my wife is SAHM, i’m working full time. I’m just exhausted and burnt out.

I’m working from 8-5, with an hour commute each way. By the time i get home, the witching hours have started, and i take the baby from 6-8, i cook dinner and we eat, and then i take him from 9 - 11ish when i goto bed.

By the time i get home my brain is just mush. I work a pretty mentally taxing job as an infrastructure engineer at a large company, and if i make a single mistake im cooked. But I want my wife to have free time, and some time to relax and take a shower and just be something other than a mom for a few hours. But the last week i just can’t hang. by like 8 o clock im frustrated and cranky, and my wife ends up taking him again until i can cool off for a bit. I feel so bad because my wife is doing most of the work, and i feel like im just pawning him off when he gets to be too much work. I really don’t know what to do at this point. i’m fucking tired

reddit.com
u/NurglesToes — 4 months ago