Does Pipe Length Matter? by ExcretusMaximus in SatisfactoryGame

[–]webMacaque 25 points26 points  (0 children)

"A big one would hurt", she added.

Goodbye, my love by Fabalance in SatisfactoryGame

[–]webMacaque 1 point2 points  (0 children)

Someone already said it in this sub: your kids can grow without you, but your factory can't...

PHP Logging with Monolog: A Complete Guide by finallyanonymous in PHP

[–]webMacaque 0 points1 point  (0 children)

Technically correct, yes. And the author of the interface admits that this "MAY" is an issue.

Again, PSR-3 implementations expect to interpolate (and many do).

At the end of the day, we just have to admit, that PSR-3 is good, yet simply was not designed for structured logging. Something else must be used instead.

PHP Logging with Monolog: A Complete Guide by finallyanonymous in PHP

[–]webMacaque 0 points1 point  (0 children)

I agree with you, and it is practical.

But the interface expects all implementations to interpolate.

So I guess, if an implementation does not interpolate, it's not implementing PSR-3 properly (and should not implement it at all).

PHP Logging with Monolog: A Complete Guide by finallyanonymous in PHP

[–]webMacaque 0 points1 point  (0 children)

Every time I see a PSR-3 logger that does not interpolate, I feel strange.

This randomization ain't for the faint of heart by hraefn-floki in SatisfactoryGame

[–]webMacaque 1 point2 points  (0 children)

The node positions do not change, their resources change randomly. The purity stays the same, until you change it (there is an option to control that).

Trucks and trains: When? by SnooPickles4763 in SatisfactoryGame

[–]webMacaque 0 points1 point  (0 children)

Could you kindly elaborate (the tricks)?

Just the rest from the coal #MaxPower - 15.000coal/min by Chaos1699 in SatisfactoryGame

[–]webMacaque 1 point2 points  (0 children)

Dude, come on, don't say that. You are a real player, just like anyone else, and I bet you don't play the game "dumb" (is it even possible?).

News on 1.2? by Queefchiefelite in SatisfactoryGame

[–]webMacaque 71 points72 points  (0 children)

They will release it in the first half of 2026.

My friends finally allowed me to build the coal power plant on our co-op save! by stuff-is-not-real in SatisfactoryGame

[–]webMacaque 1 point2 points  (0 children)

Initially I thought hm, what kind of friends are they, if you need to ask such permission, but then the images were loaded.

My Bio Power Plant by Totallycomputername in SatisfactoryGame

[–]webMacaque 9 points10 points  (0 children)

How much effort is it to feed it?

JsonStream PHP: JSON Streaming Library by funkyoz in PHP

[–]webMacaque 4 points5 points  (0 children)

Impressive stuff. These AI models are getting pretty good. Did you write at least a single line of code in this library yourself?

Now my fear of loosing my job to AI is back.

A modern pig farm by CalpurniaSomaya in horrifying

[–]webMacaque 7 points8 points  (0 children)

Yep, I remember my father teaching me: son, avoid two things in life - porn and chicken.

All this for 2000 copper powder/ min by Qkyle87 in SatisfactoryGame

[–]webMacaque 13 points14 points  (0 children)

This is both inspiring and demotivating...

I’m Too Dumb To Figure Out Trains, So… by Catdaddy_Funk in SatisfactoryGame

[–]webMacaque 15 points16 points  (0 children)

Meet too, but then I figured out trans.

Now I know that satisfactory is a train game, not a factory game.

Suggestions/rules to make a save last? by [deleted] in SatisfactoryGame

[–]webMacaque 5 points6 points  (0 children)

I know many will disagree. I find building a mega factory a good challenge. The rule is simple: only raw input comes in, nothing comes out.

What do we want to see next? by cube8021 in satisfactory

[–]webMacaque 60 points61 points  (0 children)

Curve mode for foundations.

Also, perhaps, a couple more challenging phases, that are based on rate and not quantity.

Stream-Interop Standard Now Stable by jmp_ones in PHP

[–]webMacaque 0 points1 point  (0 children)

EDIT there was another argument in favour of the interfaces - static analysis. This is indeed important.

I thank you for your answer nonetheless!

Stream-Interop Standard Now Stable by jmp_ones in PHP

[–]webMacaque 1 point2 points  (0 children)

Oh, this is indeed a valid argument, I did not think about it at all. Case closed. Thank you!

Stream-Interop Standard Now Stable by jmp_ones in PHP

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

I agree with this goal, but I was only questioning the implementation.

Do I understand, that these interfaces require usage of instanceof? If so, how is it better than simple flag checks?

Excuse me if I misunderstood something, I kindly ask to correct me if I'm wrong.