HN user

RA2lover

209 karma
Posts7
Comments85
View on HN

Had a run where i've rolled the interview as the first phase 2 event and got the conveyor on turn 50 with exactly 300 rubles at 40 morale, 30 party favor, +4 click and +1 auto/turn, only to fail by show trial because i didn't get the thief event by the end of turn 60 to get party favor up.

I think i found a winnable, if heavily RNG-dependent strategy:

- Work 5 days. Buy tools 1.

- Work to turn 14's event. Take inspector padded numbers choice. If not inspector event, reroll.

- Keep working, buy tools 2 on turn 18. If the broken machinery event triggers on the turn you bought the tools or the turn after, buy german tools. Otherwise, reroll. (or go shock brigade, but that really reduces the chances of the run succeeding because you hit phase 2 a few days later with this and it depends on multiple phase 2 events before day 60)

- Buy tools 3, then assistant 1.

- Keep working until phase 2, hope you get the interview by turn 50/51 so you can buy the conveyor.

- Pray that the other events trigger fast enough to avoid the deadline. You want to have at least 35 party favor and 20 morale by day 60, but can only afford a single day of rest at this stage. This requires the thief event and some accounting for the winter crisis event. If you're lucky, you can buy coal without funds just after buying an upgrade, but most likely you'll have to overwork and rest for a day.

Having survived day 60, you now need to get production up as quickly as possible, and going for a workshop delays you too much at this task. I've been buying tools 3 then assistants 2,3 and 4 before focusing on getting morale and party favor high enough to survive the penalty of immediately failing phase 3.

On that run i've cleared phase 2 in turn 119, then completed turn 120 by resting on double shift with 1042 tractors produced.

Best i could achieve while surviving the instant phase 3 failure penalty was 1004 which i've only done once. Can't remember what i did but IIRC i tried to rush the conveyor before turn 60 or a workshop, taking both cash infusion event options, rerolling so the first one is the first event, and resting/cracking down to try to get morale/party favor to acceptable levels near the end.

There's a more worrying part: It refers to unreleased versions of Claude in more detail than released versions.

For a company calling chinese companies out for distillation attacks on their models, this very much looks like a distillation attack against human maintainers, especially when combined with the frustration detector.

I don't find it to be a problem as planning a route from A to B isn't done by looking directly for it, but by subconsciously referring to and plotting a path through landmarks along the way that aren't close to antipodal.

One of the worlds i played on had road planning from the start and a set of roadways covering the entire world in a 4x4 square grid. Pathing to point D was just a matter of going 2 blocks in one direction, and 2 blocks in an orthogonal to it.

In a world without such roadways, you'd look for landmarks such as oceans and continents instead.

Ultimately, you don't care if somewhere is antipodal or not because you never see the antipodes to where the globe is currently looking at without rotating the globe.

My understanding is Space Engineers takes the "blocky sphere" approach mentioned early in the post, works around the "walk along its surface" part of the problem by making gravity direction point towards a fixed point, and bypasses the "trying to build 'upward'" part of it by not allowing voxel construction. It doesn't use a quad-sphere at all.

Eco: Global Survival (https://play.eco/) bypassed the distortion problem entirely by using an undistorted flat voxel grid, but rendering the globe view as a torisphere.

It still has the tradeoff of making travel close to the center take longer than it should on a sphere (worked around by limiting diggable height), but i find it a more elegant solution.

I own a Guangzhou Sanjing R5-8K-S2 inverter that had issues shortly after installation where it was generating far less power than expected.

The web telemetry panel had multiple gaps throughout the day where energy generation dropped to 0, but having datapoints logged every 10 minutes didn't give out enough information to determine why that was happening.

It also had a current status endpoint which updated every 10 seconds. I wrote a python script to log those updates into a file, and eventually discovered the inverter was shutting down itself and waiting 5 minutes every time it found its grid voltage to be greater than 241V.

Installer wanted utility to lower the house's grid transformer tap, but needed authorization from Utility, who declined claiming it was already on the lowest tap possible. Cynically, i think they declined because lowering further would lower grid voltage at night below minimums they're contractually required to maintain.

Tried going into the manufacturer's website to see if a firmware update could solve this. Couldn't find firmware updates, but i did find a manual for their local monitoring app, including a password for installer-only settings, set to "123456".

The app doesn't include any functionality to change said password to something else, so i assume it's hardcoded. There was one change i could still legally do without violating anything - raising the grid shutdown threshold voltage from 241 to 242V. This change did get reflected in subsequent logs, so the settings panel is functional. I could technically increase that further (to a maximum of 275V), but that would expose me to liability.

Parents suggest contacting the inverter's distributor for support, and they asked for a password i was never given. Apparently the manufacturer is suppopsed to create accounts for installers/distributors buying directly from them, and i somehow bypassed that process when creating an account for myself, without even realizing it.

Some more clarification later, it turns out they can still remotely access the inverter with its serial number. After doing so, they "fixed" the issue without explaining how. Checking the installer settings interface, it turns out they just increased the grid overvoltage shutdown threshold to 275V right off the bat.

At least i got them on record saying they did that, so i'm technically in the clear. Still, having that kind of access was scary enough to want to make me disconnect the inverter from the internet.

Turns out its warranty (which only expires in 2036) has terms requiring it to stay connected to the internet. That's enough time to trigger WW3 and a resulting horus scenario (https://horusscenario.com/).

Until then, the best i can do is to throttle the inverter's internet connection to something like 10kbps, which isn't enough to prevent someone persistent enough from uploading new firmware.

Stories like this make me reconsider keeping it connected. I'm surprised we haven't seen inverter ransomware yet.

There are varying extents for ulysses pacts that can be taken as a project owner, though.

Tuxedo screwed themselves silly by taking too strong of a pact with their drivers, for example. Instead of going all the way with a CLA that effectively transfers copyrights to the project owner, you could go for a DCO under a less-restrictive, but still copyleft, license. For example, on an AGPLv3-only project, the DCO would require contributors to state their contributions are under GPLv2+ or maybe LGPLv2.1+.

Failed to realize doge prime was supposed to only count prime-numbered wows until after looking at the game's code.

From the game's script:

  function isFibonacci(numberToCheck) {
    return (
      isSquare(5 * numberToCheck * numberToCheck + 4) ||
      isSquare(5 * numberToCheck * numberToCheck - 4)
    )
  }
How does that end up working for all numbers?

Left reddit during the API fiasco. HN replaced only part of reddit's niches for me. I tried using Lemmy for the other parts but it seems its federation model just gave more power to exactly the kind of moderators that made me dislike Reddit in the first place.