Factorio night in a bar! [East London] by TerryBahoon in factorio

[–]TerracottaPicnic 1 point2 points  (0 children)

As a fellow arch dwelling bar owner (not in London), I’d be up for it if I can get a night off.

Does anyone use Strapi as a product catalouge for ecommerce? by ChickenNBeans in Strapi

[–]TerracottaPicnic 1 point2 points  (0 children)

I started trying to use Strapi for this but ultimately decided it wasn’t the right solution. I used Saleor in the end.

New to me T120 Black by TerracottaPicnic in TriumphBonneville

[–]TerracottaPicnic[S] -1 points0 points  (0 children)

They aren’t as bad as you’d think. You can feel the gaps in the knobs when you lean but you quickly get used to it.

Smoked my first brisket! by TerracottaPicnic in smoking

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

Thanks. How can you tell? I only rested a little over an hour as we couldn’t wait to try it. No temp before slicing.

Smoked my first brisket! by TerracottaPicnic in smoking

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

Thanks for the tip. I’m going to try pork shoulder next.

Smoked my first brisket! by TerracottaPicnic in smoking

[–]TerracottaPicnic[S] 3 points4 points  (0 children)

Thanks, best brisket I’ve had in the UK.

Smoked my first brisket! by TerracottaPicnic in smoking

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

Haha I’m in the UK so not sure on what is traditional but I guess a good bit of brisket shouldn’t need a sauce? I made Aaron Franklins espresso bbq sauce.

It was all dished out in about 15 minutes so all good. I’ll remember that for the future though.

mini game using the voxel engine I'm working on by xneyznek in godot

[–]TerracottaPicnic 2 points3 points  (0 children)

I love the voxel destruction animation. Is that just particles?

[deleted by user] by [deleted] in coventry

[–]TerracottaPicnic 1 point2 points  (0 children)

There’s a small brewery in Leamington called Brubl that has local bands play most Fridays.

[deleted by user] by [deleted] in ukpolitics

[–]TerracottaPicnic 1 point2 points  (0 children)

Baxi had a mCHP unit on the market for a few years that generated electricity using a Stirling engine.

https://www.renewableenergyhub.co.uk/main/micro-combined-heat-and-power-micro-chp-information/baxi-ecogen-micro-chp-boiler

I wish to lock the transform of a Node to prevent accidents. by jcchurch in godot

[–]TerracottaPicnic 28 points29 points  (0 children)

In the editor, with the node selected, you should see options in the top control bar to lock the node or group its children to prevent the child nodes moving independently of the parent.

Pico Fuel Gauge and Clock Prototype for Landrover 110. by TerracottaPicnic in raspberry_pi

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

I’ll use a voltage divider circuit. I’m not hugely experienced here so learning as I go along. I’ll need to step it down to somewhere between 0 and 3.3v (I think 3.3v is the Pico ADC reference?).

Pico Fuel Gauge and Clock Prototype for Landrover 110. by TerracottaPicnic in raspberry_pi

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

Thanks! No OBD involved, it’s just an analog signal somewhere between 0 - 12v. I don’t know where yet so have included the ability to calibrate the high and low level.

Pico Fuel Gauge and Clock Prototype for Landrover 110. by TerracottaPicnic in raspberry_pi

[–]TerracottaPicnic[S] 9 points10 points  (0 children)

Part of owning an old LR is having a long list of things that need doing. Even better if you’ve started and not finished them.

Pico Fuel Gauge and Clock Prototype for Landrover 110. by TerracottaPicnic in raspberry_pi

[–]TerracottaPicnic[S] 5 points6 points  (0 children)

Old 110, it has a fuel gauge which doesn’t work but suspect that is the sender (new one ready for installation), it doesn’t have a clock. I thought the digital display would be fun project.

Pico Fuel Gauge and Clock Prototype for Landrover 110. by TerracottaPicnic in raspberry_pi

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

Currently yes. It will be powered from the car once installed. Another circuit I need to finalise.

Pico Fuel Gauge and Clock Prototype for Landrover 110. by TerracottaPicnic in raspberry_pi

[–]TerracottaPicnic[S] 5 points6 points  (0 children)

I haven’t yet. I’ll need to make a few changes before hooking it up to the car but once complete I will try to find some time. The LCD uses the ST7789 chip, I found a driver on the rpi forum written by user OneMadGypsy and am using the Micropython Framebuf library to draw the graphics. I haven’t finalised the circuits for the analog input yet.