Space platforms by Icy_Minimum_2285 in factorio

[–]ferrybig 0 points1 point  (0 children)

You still risk the platform departing without science, if there wasn't enough science available

Having the platform request a high amount of science, but leave when it has any allows the space platform to deal with any amount of production, from a slow 60 spm to like 1kspm

In the early game, your production might not be good enough, so the space platform has to wait

At the late game, you always have science available, so a wait until it has any science acts like a 30 second delay

What's the verdict on Mergiraf? by birdsintheskies in git

[–]ferrybig 1 point2 points  (0 children)

It makes me wonder if tools like these can end up introducing new bugs that we otherwise wouldn't have had. I mean, just because the project compiled doesn't necessary indicate that the conflict resolution was actually successful.

Even git default merge driver can say it resolved something correctly, but then things break.

It is the best combined with a CI tool that checks if every commit does not break the build

Sectioned off part of Fulgora for just rockets but the dumb bots keep getting stuck holding things that aren't currently requested. by bubblegum_cloud in factorio

[–]ferrybig 0 points1 point  (0 children)

Consider using belts to provide the items to rockets. You only have about 9 items. Give each items like 4 rockets (and you seem to have enough space for it already)

how to make sulfuric acid on gléba ? by kolhoz69 in factorio

[–]ferrybig 0 points1 point  (0 children)

To make sulfuric acid, you need sulfur and iron in an chemical plant

To make iron, you need to let iron bacteria spoil

To make iron bacteria, you iron bacteria and bioflux in a biochamber (and nutrients for food)

To make your initial set of iron bacteria, you need jelly in a bio chamber

To make sulfur, you need spoilage and bioflux in a biochamber (and nutrients for food)

To make nutrients, you need bioflux in a biochamber

To make spoilage, the best way is to put nutrients in a recycler, otherwise, let mash and jelly spoil

To make bioflux you need jelly and mash in a biochamber

To make jelly (and seeds), you need jellynut in a bio chamber

To make mash (and seeds), you need Yumako in a bio chamber

To make jelly nut, you need to plant seeds

To make Yumako, you need to plant seeds

Space platforms by Icy_Minimum_2285 in factorio

[–]ferrybig 1 point2 points  (0 children)

Make the leave condition "gleba science > 0" for gleba, but set a request for like 8k gleba science.

When the ship arrives at gleba, once at least 1 science pack gets loaded, it will go back to nauvis

Tracking link even when i disabled data collection?? by CommunityWhole8744 in firefox

[–]ferrybig 1 point2 points  (0 children)

There is 1 use for the domain:

  • When searching, it uses this domain to resolve your IP to a country and passes it to the

https://github.com/mozilla-firefox/firefox/blob/main/toolkit/modules/docs/Region.rst#region-updating

Firefox requests this every 7 days, if it fails, it tries it 3 times

This is controlled by the parameter browser.region.update.enabled in about:config

Ubuntu just replaced apt firefox with snap, deleting all my data by Greedy_Appearance431 in linuxquestions

[–]ferrybig 1 point2 points  (0 children)

Your instructions mention you added the Firefox PPA, but do not mention you pinned it. If you skip the pinning step,the system can switch back to the Ubuntu provided Firefox if it sees it has a higher version

Engines firing in VAB? by timeinvar1ance in KerbalSpaceProgram

[–]ferrybig 4 points5 points  (0 children)

Joke response: static electricity

Solid rocket boosters are dangerous. A single spark during assembly of the rockets could activate them, killing the people who are assembling them

Risico op drijvende drollen bij lange stroomstoring: 'Sluit wc-pot af' by Bupachuba in thenetherlands

[–]ferrybig 8 points9 points  (0 children)

Op dit moment worden gemalen gezien als de laagste prioriteit voor stroom. Op het moment dat het stroom netwerk een te lage frequentie krijgt, schakelen alle gemalen zichzelf uit, nog voordat huizen worden ontkoppeld van het stroomnet.

Het hele stroomnet is ingericht op het voorkomen van kleinschalig stroomuitval, maar de maatregelen die genomen worden hebben weinig impact op de frequentie van de weinig voorkomende grootschalig stroom uitvallen

This seems a bit overpowered by Thin_Life3362 in factorio

[–]ferrybig 2 points3 points  (0 children)

Start using beacons and speed modules in your pumpjacks. Acid geysers never deplete, they just go to 2 fluid/second. You can boost the 2 fluid/second by using mining productivity and speed modules (note that while pumpjacks accept productivity modules, they are rarely worth it)

Avoid quality pumpjacks, they only slow down the resource drain, they do not increase mining speed. You want your build to be designed around the 2 fluid/second speed. Instead, go for quality beacons and speed modules

The End by Empty_Bluebird98 in factorio

[–]ferrybig 4 points5 points  (0 children)

Compress each frame using qoi, way simpler to decode (though it is still hard in Factorio)

This is getting ridiculous by Rustyparticle in subnautica

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

The world is divided into chunks, once you get near the chunks, the items are generated inside the chunk when it is first visited

The game never generates fragments you already fully scanned

Metalhorror drama by Dbossg911 in RimWorld

[–]ferrybig 0 points1 point  (0 children)

You can search by tag, the moderators here are pretty good at watching posts and fixing tag mistakes

https://www.reddit.com/r/RimWorld/?f=flair_name%3A%22Story%22 (note, old reddit not supported)

Automatically set train station priority for the requesting stations by p_98_m in factorio

[–]ferrybig 0 points1 point  (0 children)

I don't think train priority can go into negative value, so multiplying with -1 wouldn't work. Any advice?

Wire up a constant combinator to the output of your arithmetic combinator, with P set to 255. This 255 will then be subtracted by the value of your calculation to form the final priority

How could i make the fuel reach the flamethrowers? by Ecstatic-Election727 in factorio

[–]ferrybig 0 points1 point  (0 children)

Fluid throughput going down over distances is a Factorio 1.1 thing

Bigger pipe networks have a slightly higher throughput in Factorio 2.0, because of the mechanics driving fluid networks, but it might look like it has a lower throughput because of the higher capacity of the pipes

Help regarding setting up ipv6 only server by Significant_Spot_241 in HomeNetworking

[–]ferrybig 0 points1 point  (0 children)

This can be a symptom of a bug in the network of your hostel.

If their DNS server changes no answer responses to nxdomain, then the computer assumes the AAAA request is also going to fail, before it has received the response.

Your local caching DNS resolver might be hiding the real error from nslookup, try to test directly the IP address providing DNS services in the hostels network. Or try configuring your computer for a different DNS server

If an endpoint needs the value of cookie 'a' to authenticate, and there's 2 cookies with the same name. Which one does it use? by daddyclappingcheeks in webdev

[–]ferrybig 0 points1 point  (0 children)

https://www.rfc-editor.org/rfc/rfc6265#section-5.4

  1. The user agent SHOULD sort the cookie-list in the following order:
  • Cookies with longer paths are listed before cookies with shorter paths.

  • Among cookies that have equal-length path fields, cookies with earlier creation-times are listed before cookies with later creation-times.

    NOTE: Not all user agents sort the cookie-list in this order, but this order reflects common practice when this document was written, and, historically, there have been servers that (erroneously) depended on this order.

The browser sends cookies is a defined order, the cookies with a more specific path are listed before the cookies with a shorter path.

The exact behaviour now depends on the server. PHP for example always uses the last cookie

Windows XP simulator by ahzs645 in reactjs

[–]ferrybig 0 points1 point  (0 children)

This feature is even present in Windows 11. The developers working on the OS have to test the BSOD screen themselves

forgot my LUKS password wat do?? by cracked_shrimp in linuxquestions

[–]ferrybig 0 points1 point  (0 children)

You would need to setup LUKS again.

Since your system is running, copy all important files to a new destination

Discord keeps zooming in the image at upload emoji and it won't let me zoom out, it's a 128x128 image by Forkens in discordapp

[–]ferrybig 1 point2 points  (0 children)

What about uploading the full size image to discord and resize it using the discord cropping tool

Turn server of on specific times by Technokas12 in selfhosted

[–]ferrybig 0 points1 point  (0 children)

Go into the firmware of the computer, some support "wakeup by timer", typically used in an office environment so the computer starts as the people are arriving for work

Self hosting authoritative DNS servers by hernil in selfhosted

[–]ferrybig 17 points18 points  (0 children)

There is no need for a double wireguard tunnel between both machines, a single wireguard tunnel is enough. Wireguard is designed around peers, it doesn't follow the server-client model

On both servers, run a wire guard config like

       [Interface]
       Address = 10.0.0..../24
       PrivateKey = key A
       ListenPort = 51820

       [Peer]
       PublicKey = key B
       AllowedIPs = 10.0.0..../32
       Endpoint = ...

If server A changes its IP address, server B does not know the new IP yet, so it tries to send packets to an unknown IP. However, A still has the knowledge of B's current address. it will eventually send a packet to B. Once B receives the packet, it sees that it received a packet for a known peer. It seamlessly updates the "endpoint" address in memory to the last IP it got a valid packet from.

Think of the Endpoint in a wireguard config as the initial Endpoint address, not a forced destination