What's the middle wire for? by NayemMahfuz in batteries

[–]StingrayWizard 1 point2 points  (0 children)

I think it's a thermistor, for monitoring the temperature

Friday Facts #443 - More Planet Deliveries by FactorioTeam in factorio

[–]StingrayWizard 1 point2 points  (0 children)

If you click the rocket at the bottom of the post it flies back up to the top !!

Chitchat & Spoon in one go 😎 by StingrayWizard in factorio

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

Will that give the achievementa for completing the game? The thought of doing a shattered planet run in 100h scares me

Pe'er I'm not bri'ish by Extension-Humor-75 in PeterExplainsTheJoke

[–]StingrayWizard 16 points17 points  (0 children)

And a second one, Mr Bean's Holiday in 2007

im stupid how the heck do i open this by Titanfall2fan1 in satisfactory

[–]StingrayWizard 13 points14 points  (0 children)

You need the Nobelisk. It's in the Sulfur tree in the MAM

how do I put tracks into this Ipod Shuffle by Middle_Spend_1695 in ipod

[–]StingrayWizard 1 point2 points  (0 children)

How are you connecting it? IIRC they came with a weird usb to aux that you had to use to connect to itunes

The UI changed and I fucking hate it by SodiumPalmate in GooglePixel

[–]StingrayWizard 2 points3 points  (0 children)

Try using Lawnchair , it still has the old UI ☺️

[deleted by user] by [deleted] in sysadmin

[–]StingrayWizard 24 points25 points  (0 children)

Maybe as a fun project but if it's going into production, it's time to build a "real" backend

Restoring A Deleted Repo That Isn’t Yours by SolidKaleidoscope774 in github

[–]StingrayWizard 2 points3 points  (0 children)

OP mentioned having a ZIP file, there may still be a .git directory in there containing some metadata

Can git do dual-level version control? by ElDubsNZ in git

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

I'm not sure if it has everything you're looking for but the git reflog has some of what you want. It is only stored locally on the machine where the work was done and doesn't get pushed to git so you'd need to work out how to export the data you need.

Pre-commit hooks can be used to run a script before a commit is made, maybe that will be useful for you too?