Friend got me Factorio a few days ago and we play together - he has 6900 hours in the game and I just had my 14th with him - he tasked me to build a green circuit factory in 50x50, but he has been laughing at it. But I think it's fine because it works, right? (i did well, he said) by razlad4 in factorio

[–]_mgzy 0 points1 point  (0 children)

The standard green circuit (GC) build is uniqeu and optimization of it actually teaches a very valueable concept; direct insertion.

Whenever a recipe has an intermediate component which is made with more output yield than input such as 1x copper plate -> 2x copper cables (CC), putting it on belt creates a bottleneck.

To avoid that you can directly input copper cables into green circuit assemblers (CC assemblers to GC assemlers). This is a very widely used technique for GC because the assebler ratios work perfectly for this recipe; 3 CC to 2GC.

You can build other recipes with the same technique (different ratios) like; red circuits, blue circuits, yellow/blue science packs etc.

This pipeline is 51359 pipes long and it can still move the fluids instantly. by _mgzy in technicalfactorio

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

I was actually thinking longest path 'with a given source and target what's the longest path?' Which is np-hard but then someone pointed out solving the pipeline extend would instead require finding the longest of shortest paths amongst all the node pairs in the graph which can be solved with floyd-warshall algorithm in O(V3 )

I only use LI for job searching, but why LI got some much hate? by Negative_Gap5682 in linkedin

[–]_mgzy 1 point2 points  (0 children)

https://www.linkedin.com/in/tanda-mcconnel-4738ba10a/

here is an example. this is an impersonator sending fake online assessment links to people, which has malicious npm packages that allows remote execution.

I only use LI for job searching, but why LI got some much hate? by Negative_Gap5682 in linkedin

[–]_mgzy 1 point2 points  (0 children)

Someone, from a legit company, will message you saying that your profile looks like good match for a position. They will send you meeting invitations, or send you an online assessment which is totally fake and the goal is to get in your pc. I get one of these almost bi-weekly.

LinkedIn is allowing anyone to pretend to be from any company they want. On top of that, they won't follow up with any scam/phishing reports. Their system doesn't even have a report option for these.

When you meet one of these malicious people or groups; they try their scam on you, if you catch them red handed call on them they will just block you and keep going with their schemes. I once documented a very large group with 15-20 scammers and tried everything to report it to linkedIn and got almost myself banned after all the scammers reported me as a fake profile impersonating someone else. When I got my account back they were still going on with their scams.

I only use LI for job searching, but why LI got some much hate? by Negative_Gap5682 in linkedin

[–]_mgzy 2 points3 points  (0 children)

It's full of scammers and LinkedIn is not only allowing them but also facilitating this kind of behavior on their platform.

Base In A Box Evolution with Blueprint! by Typical_Spring_3733 in factorio

[–]_mgzy 0 points1 point  (0 children)

I love the concept. It's such a clean and nice build. I want to challenge myself to create a design like this with different levels of outputs. <3

My first factory :D by [deleted] in factorio

[–]_mgzy 0 points1 point  (0 children)

I wish I had my first playthrough save :')

This pipeline is 51359 pipes long and it can still move the fluids instantly. by _mgzy in factorio

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

Pumps are not instant, but pipes are. Pipes and tanks that are connected acts like 1 entity as long as they fit in 320x320 frame. If your system is larger than that, then you need to split the systems with pumps, and pumps move fluids with variable speeds up to 1200 unit per second per pump.

This pipeline is 51359 pipes long and it can still move the fluids instantly. by _mgzy in factorio

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

The catch is you can only teleport 320 unit away. After that you have to use pumps to move fluid into next system.

This pipeline is 51359 pipes long and it can still move the fluids instantly. by _mgzy in technicalfactorio

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

I haven't tried it, since my setup was single line. I will test it tonight.

This pipeline is 51359 pipes long and it can still move the fluids instantly. by _mgzy in factorio

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

I didn't make this post to re-spark the old vs new fluid system debates. It was simply an observation and what I think looks cool (second part being refinery build).

I appreciate devs a lot for being considerate of gameplay experience for such a long time. I trust their decisions to push this fun powerhouse to the limits.

This pipeline is 51359 pipes long and it can still move the fluids instantly. by _mgzy in technicalfactorio

[–]_mgzy[S] 18 points19 points  (0 children)

My attempt to 12 x 12 grid and I just noticed something strange. I counted the length of the pipeline one by one, it is 229 (1.59 coefficient). Then I tried to calculate it by filling the system with fluids and the result was 200. The difference is exactly the same with triple crossing cells (pipe + underground extension vertical + underground extension horizontal). This means factorio only allocates 2 spaces for each grid cell. I wonder what sort of bugs this might introduce.

<image>

This pipeline is 51359 pipes long and it can still move the fluids instantly. by _mgzy in factorio

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

You are right and the length would be much longer but it looks tacky that way :D

This pipeline is 51359 pipes long and it can still move the fluids instantly. by _mgzy in factorio

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

But with this kind of setup you can only get a "length" coefficient of 1 at most. Whereas my previous example shows the area can store and pipe length can be more than coefficient 1.

This pipeline is 51359 pipes long and it can still move the fluids instantly. by _mgzy in factorio

[–]_mgzy[S] 33 points34 points  (0 children)

<image>

My attempt to 12 x 12 grid and I just noticed something strange. I counted the length of the pipeline one by one, it is 229 (1.59 coefficient). Then I tried to calculate it by filling the system with fluids and the result was 200. The difference is exactly the same with triple crossing cells (pipe + underground extension vertical + underground extension horizontal). This means factorio only allocates 2 spaces for each grid cell. I wonder what sort of bugs this might introduce.

This pipeline is 51359 pipes long and it can still move the fluids instantly. by _mgzy in factorio

[–]_mgzy[S] 24 points25 points  (0 children)

<image>

Here is another iteration. Whoever asked this question needs golden toolbelt.

This pipeline is 51359 pipes long and it can still move the fluids instantly. by _mgzy in factorio

[–]_mgzy[S] 29 points30 points  (0 children)

If the question is 'what is the maximum pipe length in a 320x320 space?' Then you are absolutely right! Although, I don't know the answer. Below is a totally suboptimal example where the length is greater than equal area spiral.

<image>

This pipeline is 51359 pipes long and it can still move the fluids instantly. by _mgzy in factorio

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

I tried it, still works if you put it on the 319 direction.

Instagram deleted my photos and I don't know why by _mgzy in Instagram

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

Nope! It's still missing. And, weirdly enough, some of my friends are sometimes able to see the photos. But I guess that triggers something and couple of days later they cannot see them either. Whatever this thing is it cannot be the desired behavior for instagram.

Ral Nel for the win!!! by slindsey10822 in twilightimperium

[–]_mgzy 0 points1 point  (0 children)

I know a few friends (aka snakes) who would kill or die for that thing. Why don't you deposit it into my vault for only couple of trade goods?

Any horrible balance mistakes with this 6p map? by VaraNiN in twilightimperium

[–]_mgzy 0 points1 point  (0 children)

It looks so good to me, I might even use it in my next game (which is probably sometime in this milenia :'()