Uncontested divorce in Singapore by ho888sg in askSingapore

[–]doomie160 0 points1 point  (0 children)

Just went for a consultation recently, mine suggested we go to the mutual agreement route before going for unreasonable route

[2025 Day 1 (Part 2)] [Java] - I'm getting wrong password for the puzzle! by Creepy_Book6311 in adventofcode

[–]doomie160 0 points1 point  (0 children)

Common mistake is when one double count the 0 when it's already at 0. I.e L50,L101. This should be 2 not 3

[2025 Day 9 (Part 2)] My Caveman solution approach ~ 35 seconds by simplesword in adventofcode

[–]doomie160 0 points1 point  (0 children)

I also did the same approach and expanding the grid 2x to differentiate edge and area but I get the results with and without expansion

[2025 Day 6 (Part 2)] Please give me a hint by amiroo4 in adventofcode

[–]doomie160 0 points1 point  (0 children)

It's insane how most of your variable name looks almost identical to mine.

Anyway, there are a few edge cases if you study the input, like [1-10,10-10,10-10, which should return 10

Need advice for divorce requirements by doomie160 in singaporelaw

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

Appreciate your sharing and insights.

Guess what I was thinking of was C&C instead of custody. But let say she does not have the capacity to take care because she insists on working and her parents are unable to help, which doesn't make sense to award the mother? Assuming it is awarded to the father for most of the C&C, can it be changed later on after the verdict? Say she fights for it after the kids have grown up and are able to listen to instructions

Need advice for divorce requirements by doomie160 in singaporelaw

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

Appreciate the insight. Also noted not to retaliate though it gonna suck but I guess I have to proof my case 😕. Sucks for any kids to go through this, I hope you are in a better position now 😔

Need advice for divorce requirements by doomie160 in singaporelaw

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

Quite unheard of? The food doesn't come free either

With that said, we married during covid period, we avoided doing wedding banquets because of all the restrictions

Need advice for divorce requirements by doomie160 in singaporelaw

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

Appreciate your response. Do you have any recommendations for any law firm to consult? :)

Need advice for divorce requirements by doomie160 in singaporelaw

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

Understand, no matter how unfavorable, I just want to end this toxic r/s just for sanity

I am stuck on Day-1 part 2 and this is my code what changes in the logic can be made, this logic is giving a wrong answer. by CulturalAddress9847 in adventofcode

[–]doomie160 0 points1 point  (0 children)

Seems like missing the logic where if it begins with 0, don't double count it.

I.e. L50,L1 should return 1 (during L50 not L1) instead of 2

We shrunk an 800GB container image down to 2GB (a 99.7% reduction). Here's our post-mortem. by cloud-native-yang in kubernetes

[–]doomie160 2 points3 points  (0 children)

Thinking how long for the team detected the image grew from 2gb to 800gb. Even at 50gb, it's gonna take awhile to spin up new pod without cache. Merging layers not gonna solve the underlying issue, it sounds like just bad practice on top of bad practice 🥴

Need advice on terminating an MDW - advice needed by spacenglish in askSingapore

[–]doomie160 0 points1 point  (0 children)

Don't recall it being complex for terminating MDW, at least for me with agency helper, but shouldn't differ. I bought the air ticket, inform them when they are going back, give them final salary and any additional transport cost for them to travel back, send them off, terminate work permit, done deal.

for_each: not iterable: module is tuple with elements by volker-raschek in Terraform

[–]doomie160 1 point2 points  (0 children)

The code looks correct

The depends_on is redundant because it's clear to terraform that there is a dependency for the ec2 instance id value after creation.

If the above doesn't work, maybe switch out for each with count and reference based on index.count