The New Hobbies Thread

Where goats go to escape
User avatar
Jim Lahey
Posts: 953
Joined: Tue Jun 30, 2020 8:26 am

I've decided to learn how to code. Starting from scratch. Apart from being competent in Excel, I'm next to useless otherwise on all things tech. The aim is to learn a bit so I can create some fun simulators/games for my kids, and hopefully get them interested from an early age.

From what I can understand Python is meant to be one of the easiest to learn so going to start with that and learn a bit of SQL as well. I signed up for a couple of courses on Udemy to try and kick-start things.

Apart from that I'm aiming for 6hrs a week on Zwift while the weather is shite outside as I gear up for the Maratona cycle in July. A trip up Ventoux and the Alpe each week, along with the Gorby/The Wringer plus a race, and maybe a boring C Cadence ride while I'm watching the rugby at the weekends.

What crazy shit have you planned to get yourself into this year?
Ian Madigan for Ireland.
User avatar
ASMO
Posts: 5258
Joined: Mon Jun 29, 2020 6:08 pm

Jim Lahey wrote: Mon Feb 07, 2022 10:19 am I've decided to learn how to code. Starting from scratch. Apart from being competent in Excel, I'm next to useless otherwise on all things tech. The aim is to learn a bit so I can create some fun simulators/games for my kids, and hopefully get them interested from an early age.

From what I can understand Python is meant to be one of the easiest to learn so going to start with that and learn a bit of SQL as well. I signed up for a couple of courses on Udemy to try and kick-start things.

Apart from that I'm aiming for 6hrs a week on Zwift while the weather is shite outside as I gear up for the Maratona cycle in July. A trip up Ventoux and the Alpe each week, along with the Gorby/The Wringer plus a race, and maybe a boring C Cadence ride while I'm watching the rugby at the weekends.

What crazy shit have you planned to get yourself into this year?
Python is good, especially if you want to create apps, it is a decent entry level code.
User avatar
Insane_Homer
Posts: 5078
Joined: Tue Jun 30, 2020 3:14 pm
Location: Leafy Surrey

Code: Select all

print (‘Hello World!’)
“Facts are meaningless. You could use facts to prove anything that's even remotely true.”
User avatar
tabascoboy
Posts: 5998
Joined: Tue Jun 30, 2020 8:22 am
Location: 曇りの街

Insane_Homer wrote: Mon Feb 07, 2022 11:11 am

Code: Select all

print (‘Hello World!’)
How everyone started...

10 PRINT "BOLLOCKS"
20 GOTO 10
inactionman
Posts: 2392
Joined: Tue Jun 30, 2020 7:37 am

Depends whether you like coding for coding's sake, but looking at things like arduino to make little devices is good fun - requires an ability to write code to manage inputs and outputs, although internal logic isn't that significant (i.e. they're not 'computers', more like configurable controllers

My long-postponed project is to use an optical sensor as a light trap to fire a DSLR camera - can start to extend the functionality through e.g. dwell time, or input from multiple sensors.

eta: cheap as chips too - can pick up a starter set with a load of sensors, components etc for less than £20 on ebay, arduinos themselves can be found for a fiver or so unless you want the branded stuff.
User avatar
FalseBayFC
Posts: 3554
Joined: Sun Aug 30, 2020 3:19 pm

I went on a week long cheese making course. It was brilliant. I've been making mozzarella, feta, cream cheese and ricotta at home so far. I am building a cheese cave out of an old fridge. When that's done I plan to start doing the hard cheeses and moldy cheeses etc.
User avatar
ASMO
Posts: 5258
Joined: Mon Jun 29, 2020 6:08 pm

inactionman wrote: Mon Feb 07, 2022 11:52 am Depends whether you like coding for coding's sake, but looking at things like arduino to make little devices is good fun - requires an ability to write code to manage inputs and outputs, although internal logic isn't that significant (i.e. they're not 'computers', more like configurable controllers

My long-postponed project is to use an optical sensor as a light trap to fire a DSLR camera - can start to extend the functionality through e.g. dwell time, or input from multiple sensors.

eta: cheap as chips too - can pick up a starter set with a load of sensors, components etc for less than £20 on ebay, arduinos themselves can be found for a fiver or so unless you want the branded stuff.
Also be worth investing in a Blackberry Pi to play with, great little things and remarkably powerful for their size.

Another idea is to create your own Alexa skill, you can publish it to your own device and play around with it, Python is perfect for that, have made one for my home LED lighting, also a smart mirror.
User avatar
Kawazaki
Posts: 4775
Joined: Tue Jun 30, 2020 8:25 am

tabascoboy wrote: Mon Feb 07, 2022 11:32 am
Insane_Homer wrote: Mon Feb 07, 2022 11:11 am

Code: Select all

print (‘Hello World!’)
How everyone started...

10 PRINT "BOLLOCKS"
20 GOTO 10

It's 30 RUN next isn't it?
User avatar
tabascoboy
Posts: 5998
Joined: Tue Jun 30, 2020 8:22 am
Location: 曇りの街

It would never get to line 30, you just run it as is
User avatar
ASMO
Posts: 5258
Joined: Mon Jun 29, 2020 6:08 pm

tabascoboy wrote: Mon Feb 07, 2022 2:27 pm It would never get to line 30, you just run it as is
Run is the command, doesnt need to be coded unless you have a different trigger
Slick
Posts: 10468
Joined: Tue Jun 30, 2020 2:58 pm

FalseBayFC wrote: Mon Feb 07, 2022 1:06 pm I went on a week long cheese making course. It was brilliant. I've been making mozzarella, feta, cream cheese and ricotta at home so far. I am building a cheese cave out of an old fridge. When that's done I plan to start doing the hard cheeses and moldy cheeses etc.
This sounds fantastic!
All the money you made will never buy back your soul
inactionman
Posts: 2392
Joined: Tue Jun 30, 2020 7:37 am

ASMO wrote: Mon Feb 07, 2022 1:49 pm
inactionman wrote: Mon Feb 07, 2022 11:52 am Depends whether you like coding for coding's sake, but looking at things like arduino to make little devices is good fun - requires an ability to write code to manage inputs and outputs, although internal logic isn't that significant (i.e. they're not 'computers', more like configurable controllers

My long-postponed project is to use an optical sensor as a light trap to fire a DSLR camera - can start to extend the functionality through e.g. dwell time, or input from multiple sensors.

eta: cheap as chips too - can pick up a starter set with a load of sensors, components etc for less than £20 on ebay, arduinos themselves can be found for a fiver or so unless you want the branded stuff.
Also be worth investing in a Blackberry Pi to play with, great little things and remarkably powerful for their size.

Another idea is to create your own Alexa skill, you can publish it to your own device and play around with it, Python is perfect for that, have made one for my home LED lighting, also a smart mirror.
Wrong fruit, old fruit

https://www.raspberrypi.org/

They are brilliant gadgets, and were originally intended to help education in computer science so a good starting point.
Dinsdale Piranha
Posts: 892
Joined: Mon Jun 29, 2020 10:08 pm

Slick wrote: Mon Feb 07, 2022 2:31 pm
FalseBayFC wrote: Mon Feb 07, 2022 1:06 pm I went on a week long cheese making course. It was brilliant. I've been making mozzarella, feta, cream cheese and ricotta at home so far. I am building a cheese cave out of an old fridge. When that's done I plan to start doing the hard cheeses and moldy cheeses etc.
This sounds fantastic!
He is blessed.
User avatar
ASMO
Posts: 5258
Joined: Mon Jun 29, 2020 6:08 pm

inactionman wrote: Mon Feb 07, 2022 2:32 pm
ASMO wrote: Mon Feb 07, 2022 1:49 pm
inactionman wrote: Mon Feb 07, 2022 11:52 am Depends whether you like coding for coding's sake, but looking at things like arduino to make little devices is good fun - requires an ability to write code to manage inputs and outputs, although internal logic isn't that significant (i.e. they're not 'computers', more like configurable controllers

My long-postponed project is to use an optical sensor as a light trap to fire a DSLR camera - can start to extend the functionality through e.g. dwell time, or input from multiple sensors.

eta: cheap as chips too - can pick up a starter set with a load of sensors, components etc for less than £20 on ebay, arduinos themselves can be found for a fiver or so unless you want the branded stuff.
Also be worth investing in a Blackberry Pi to play with, great little things and remarkably powerful for their size.

Another idea is to create your own Alexa skill, you can publish it to your own device and play around with it, Python is perfect for that, have made one for my home LED lighting, also a smart mirror.
Wrong fruit, old fruit

https://www.raspberrypi.org/

They are brilliant gadgets, and were originally intended to help education in computer science so a good starting point.
my bad, they are highly capable machines too, i use them as working machines not just playthings
inactionman
Posts: 2392
Joined: Tue Jun 30, 2020 7:37 am

ASMO wrote: Mon Feb 07, 2022 2:44 pm
inactionman wrote: Mon Feb 07, 2022 2:32 pm
ASMO wrote: Mon Feb 07, 2022 1:49 pm

Also be worth investing in a Blackberry Pi to play with, great little things and remarkably powerful for their size.

Another idea is to create your own Alexa skill, you can publish it to your own device and play around with it, Python is perfect for that, have made one for my home LED lighting, also a smart mirror.
Wrong fruit, old fruit

https://www.raspberrypi.org/

They are brilliant gadgets, and were originally intended to help education in computer science so a good starting point.
my bad, they are highly capable machines too, i use them as working machines not just playthings
We used one as a makeshift network-attached storage when we had 5 of us working on the same project for a client, tiny little thing we could lock in a safe each night (although you could just remove the memory card we were worried about losing it). Kensington-locking it to the desk proved a bit more tricky though!
User avatar
Mahoney
Posts: 605
Joined: Tue Jun 30, 2020 9:37 am

Jim Lahey wrote: Mon Feb 07, 2022 10:19 am I've decided to learn how to code. Starting from scratch. Apart from being competent in Excel, I'm next to useless otherwise on all things tech. The aim is to learn a bit so I can create some fun simulators/games for my kids, and hopefully get them interested from an early age.

From what I can understand Python is meant to be one of the easiest to learn so going to start with that and learn a bit of SQL as well. I signed up for a couple of courses on Udemy to try and kick-start things.

Apart from that I'm aiming for 6hrs a week on Zwift while the weather is shite outside as I gear up for the Maratona cycle in July. A trip up Ventoux and the Alpe each week, along with the Gorby/The Wringer plus a race, and maybe a boring C Cadence ride while I'm watching the rugby at the weekends.

What crazy shit have you planned to get yourself into this year?
I've written code in quite a few languages over the last 22 years - Java, Groovy, JavaScript, Scala, Python, Ruby, Clojure, Typescript, Haskell, Visual Basic. Oh, and bash of course.

Kotlin is now my swiss army knife. I think in types, and find statically type checked programming *much* easier to reason about. It's a very consistent language, the type system is solid without being bewildering (Scala & Haskell, looking at you...), and it makes the easy things easy, and encourages you to write in a way that will minimise your fuckups. Combined with IntelliJ IDEA (there's a free community edition) you get a lot of automated help. The Slack workspace is helpful too.

The JVM's a bit heavyweight now-a-days, and of course static type checking makes compilation slower than some like. And gradle as a build tool is... not entirely simple. So it's not all sunshine & rainbows.

But it's pretty good.
Wha daur meddle wi' me?
yermum
Posts: 504
Joined: Sat Jul 11, 2020 3:15 pm

Making drum and bass music
Slick
Posts: 10468
Joined: Tue Jun 30, 2020 2:58 pm

Can we talk more about cheese?
All the money you made will never buy back your soul
User avatar
ASMO
Posts: 5258
Joined: Mon Jun 29, 2020 6:08 pm

Slick wrote: Mon Feb 07, 2022 3:06 pm Can we talk more about cheese?
Make your own Paneer, just need milk, lemon juice or vinegar and a teatowel
User avatar
FalseBayFC
Posts: 3554
Joined: Sun Aug 30, 2020 3:19 pm

As a link up to the electronics hobby, I have an engineer friend who is helping me set up the cheese cave. We'll use a Rasberry Pi to control the humidifer, heating pad and refrigerator to maintain the ideal environment for cheese ripening. I've bought an old coke display fridge set up in the garage. I want to get another one and set it up for my garagiste project. I live right in the middle of the Cape Town wine area and joined a club to do a cabernet/shiraz blend. We bought grapes from a local farm in mid Jan and now have about 150 litres in secondary fermentation. It'll need to sit at a temp a few degrees warmer than the cheese.
User avatar
Paddington Bear
Posts: 5244
Joined: Tue Jun 30, 2020 3:29 pm
Location: Hertfordshire

Spent yesterday clearing out my new garden which was infested with weeds and other crap. By all accounts a previous owner but not the immediate one took excellent care of it, and that means recovering it shouldn't be too hard. Don't have a clue what I'd be doing but that's never stopped me before.
Old men forget: yet all shall be forgot, But he'll remember with advantages, What feats he did that day
User avatar
FalseBayFC
Posts: 3554
Joined: Sun Aug 30, 2020 3:19 pm

ASMO wrote: Mon Feb 07, 2022 3:12 pm
Slick wrote: Mon Feb 07, 2022 3:06 pm Can we talk more about cheese?
Make your own Paneer, just need milk, lemon juice or vinegar and a teatowel
Paneer is great. Mozarella is also an easy one to start with. You can do it just with rennet but its better with a culture. I do a big batch because you can use the whey to make ricotta afterwards.
User avatar
Niegs
Posts: 3014
Joined: Thu Aug 13, 2020 3:20 pm

FalseBayFC wrote: Mon Feb 07, 2022 1:06 pm I went on a week long cheese making course. It was brilliant. I've been making mozzarella, feta, cream cheese and ricotta at home so far. I am building a cheese cave out of an old fridge. When that's done I plan to start doing the hard cheeses and moldy cheeses etc.
Image
User avatar
Niegs
Posts: 3014
Joined: Thu Aug 13, 2020 3:20 pm

I'm now one of those weird middle aged guys you see out and about on a strange bit of gear. :lol:

Image
User avatar
S/Lt_Phillips
Posts: 436
Joined: Tue Jun 30, 2020 3:31 pm

Niegs wrote: Mon Feb 07, 2022 6:39 pm I'm now one of those weird middle aged guys you see out and about on a strange bit of gear. :lol:

Image
There's a cycle track in Fife I've been to a few times that's used for racing and training (it's like a motor-racing circuit, outdoor, tarmac, but no cars allowed, it's fantastic), and there's often a couple of guys using it for this dry cross-country skiing thing. I've wondered about giving it a go!
Left hand down a bit
inactionman
Posts: 2392
Joined: Tue Jun 30, 2020 7:37 am

S/Lt_Phillips wrote: Tue Feb 08, 2022 9:17 am
Niegs wrote: Mon Feb 07, 2022 6:39 pm I'm now one of those weird middle aged guys you see out and about on a strange bit of gear. :lol:

Image
There's a cycle track in Fife I've been to a few times that's used for racing and training (it's like a motor-racing circuit, outdoor, tarmac, but no cars allowed, it's fantastic), and there's often a couple of guys using it for this dry cross-country skiing thing. I've wondered about giving it a go!
Given my propensity for ending up on my arse when trying anything with wheels that isn't a car, that looks like a degloving waiting to happen.

(Complete aside, but when I lived in west country one of my colleagues was a member of a cycling club who booked out castle combe race circuit for evening rides. Looked exhausting)
User avatar
TB63
Posts: 3612
Joined: Mon Jun 29, 2020 9:11 pm
Location: Tinopolis

Messing with wood.


User avatar
Niegs
Posts: 3014
Joined: Thu Aug 13, 2020 3:20 pm

inactionman wrote: Tue Feb 08, 2022 9:40 am
S/Lt_Phillips wrote: Tue Feb 08, 2022 9:17 am
Niegs wrote: Mon Feb 07, 2022 6:39 pm I'm now one of those weird middle aged guys you see out and about on a strange bit of gear. :lol:

Image
There's a cycle track in Fife I've been to a few times that's used for racing and training (it's like a motor-racing circuit, outdoor, tarmac, but no cars allowed, it's fantastic), and there's often a couple of guys using it for this dry cross-country skiing thing. I've wondered about giving it a go!
Given my propensity for ending up on my arse when trying anything with wheels that isn't a car, that looks like a degloving waiting to happen.

(Complete aside, but when I lived in west country one of my colleagues was a member of a cycling club who booked out castle combe race circuit for evening rides. Looked exhausting)
Oh, I'm an embarrassment to my nation in my lack of skating ability ... so when I tried rollerblades for the first time last month, I was glad to have a patient teacher and a private space to look awkward and not laugh when I fell hard. However, these are really stable in comparison. In my first hour or so, I've not even come close to falling and had just one wobble as I stood too tall - the sort of move that would have had me on my arse with rollerblades. It takes some concentration to get in a groove if you're not used to the skating action, but I am from my x-country skiing background. But even then, the poles give you stability and help immensely with the push.
pjm1
Posts: 91
Joined: Mon Jul 19, 2021 11:33 am

I'm a collector of many hobbies, few of which persist for long. Cheese making was fun and I'd definitely recommend anyone who likes it to give it a bash. I matured some not-stilton for about 12 weeks in our downstairs toilet about 10 years ago which didn't go down well with the missus.

Bacon making was even better and the results were really rather good. But slicing the thing was a pain in the arse - even with a cheapo electric machine, so that's fallen by the wayside a bit. I then shifted onto making some boerewors for a south african neighbour which was delicious but then my meat grinder broke (somewhat user induced, frustratingly). Perhaps buying cheapo gadgets from the middle aisle isn't the way to go with these hobbies...

My latest food-related one is fermenting vegetables. I've made a truckload of genuinely exceptional fermented hot sauce in the style of sriracha from a kilo of scotch bonnets I bought online. Utterly divine. I've now got a load of mixed-veg sauerkraut on the go so we can have on tap coleslaw whenever we fancy it (just add mayo). Haven't made any botulism yet but it'll probably be next on my list if I'm not careful.
User avatar
Guy Smiley
Posts: 4982
Joined: Mon Jun 29, 2020 7:52 pm

pjm1 wrote: Tue Feb 08, 2022 8:01 pm I'm a collector of many hobbies, few of which persist for long. Cheese making was fun and I'd definitely recommend anyone who likes it to give it a bash. I matured some not-stilton for about 12 weeks in our downstairs toilet about 10 years ago which didn't go down well with the missus.
:lol: :lol:
User avatar
FalseBayFC
Posts: 3554
Joined: Sun Aug 30, 2020 3:19 pm

pjm1 wrote: Tue Feb 08, 2022 8:01 pm I'm a collector of many hobbies, few of which persist for long. Cheese making was fun and I'd definitely recommend anyone who likes it to give it a bash. I matured some not-stilton for about 12 weeks in our downstairs toilet about 10 years ago which didn't go down well with the missus.

Bacon making was even better and the results were really rather good. But slicing the thing was a pain in the arse - even with a cheapo electric machine, so that's fallen by the wayside a bit. I then shifted onto making some boerewors for a south african neighbour which was delicious but then my meat grinder broke (somewhat user induced, frustratingly). Perhaps buying cheapo gadgets from the middle aisle isn't the way to go with these hobbies...

My latest food-related one is fermenting vegetables. I've made a truckload of genuinely exceptional fermented hot sauce in the style of sriracha from a kilo of scotch bonnets I bought online. Utterly divine. I've now got a load of mixed-veg sauerkraut on the go so we can have on tap coleslaw whenever we fancy it (just add mayo). Haven't made any botulism yet but it'll probably be next on my list if I'm not careful.
I haven't tried smelly cheeses yet. It gets hella hot here and thats why I'm doing a cheese cave for ripening. The stilton in the bathroom sounds hardcore. I've heard of toilet wine before but not toilet cheese.
The DYI food hobby is cool because you're making fairly healthy stuff. I also do a bit of fermenting. Kimchi and Sauerkraut are my current favourites. I do sausages and boerewors and use a friend's 1/2 HP grinder and a big heavy duty stuffer. I'm on a early retirement for health reasons and love hobbies that have a functional or consumable result. Its feels like I'm working and producing for the family.
Dinsdale Piranha
Posts: 892
Joined: Mon Jun 29, 2020 10:08 pm

FalseBayFC wrote: Wed Feb 09, 2022 11:13 am
pjm1 wrote: Tue Feb 08, 2022 8:01 pm I'm a collector of many hobbies, few of which persist for long. Cheese making was fun and I'd definitely recommend anyone who likes it to give it a bash. I matured some not-stilton for about 12 weeks in our downstairs toilet about 10 years ago which didn't go down well with the missus.

Bacon making was even better and the results were really rather good. But slicing the thing was a pain in the arse - even with a cheapo electric machine, so that's fallen by the wayside a bit. I then shifted onto making some boerewors for a south african neighbour which was delicious but then my meat grinder broke (somewhat user induced, frustratingly). Perhaps buying cheapo gadgets from the middle aisle isn't the way to go with these hobbies...

My latest food-related one is fermenting vegetables. I've made a truckload of genuinely exceptional fermented hot sauce in the style of sriracha from a kilo of scotch bonnets I bought online. Utterly divine. I've now got a load of mixed-veg sauerkraut on the go so we can have on tap coleslaw whenever we fancy it (just add mayo). Haven't made any botulism yet but it'll probably be next on my list if I'm not careful.
I haven't tried smelly cheeses yet. It gets hella hot here and thats why I'm doing a cheese cave for ripening. The stilton in the bathroom sounds hardcore. I've heard of toilet wine before but not toilet cheese.
The DYI food hobby is cool because you're making fairly healthy stuff. I also do a bit of fermenting. Kimchi and Sauerkraut are my current favourites. I do sausages and boerewors and use a friend's 1/2 HP grinder and a big heavy duty stuffer. I'm on a early retirement for health reasons and love hobbies that have a functional or consumable result. Its feels like I'm working and producing for the family.
Good Kimchi is fantastic. One of my local pubs does a Kimchi burger which works really well.

The best Stilton available isn't allowed to be called Stilton for rather shite reasons. https://stichelton.co.uk/ Get a piece of that if you want to know what it should taste like and are aiming for.

On another note, I've been getting in to building and rebuilding bicycle wheels. There's a nice Zen element to it in that you can't rush it or you will screw up.
pjm1
Posts: 91
Joined: Mon Jul 19, 2021 11:33 am

FalseBayFC wrote: Wed Feb 09, 2022 11:13 am I haven't tried smelly cheeses yet. It gets hella hot here and thats why I'm doing a cheese cave for ripening. The stilton in the bathroom sounds hardcore. I've heard of toilet wine before but not toilet cheese.
The DYI food hobby is cool because you're making fairly healthy stuff. I also do a bit of fermenting. Kimchi and Sauerkraut are my current favourites. I do sausages and boerewors and use a friend's 1/2 HP grinder and a big heavy duty stuffer. I'm on a early retirement for health reasons and love hobbies that have a functional or consumable result. Its feels like I'm working and producing for the family.
That sounds excellent and our food-related hobbies clearly have a fair bit of overlap. I have a Korean friend who makes me kimchi so I'm not really inclined to give that a go as hers is so good... I'll just be disappointed with whatever I try to make (and won't really have the broader knowledge that she has of what I should really be aiming for). I'd definitely recommend bacon as a bit of a fun project - it really does taste good and if you want it for lardons then obviously the slicing problem I had isn't an issue. I tried par-freezing to make slicing easier but it was always just a ball ache.

Your cheese cave sounds a genius idea, except I'd start with that and end up trying to dry age a forequarter of beef in it before long... :thumbup:
Slick
Posts: 10468
Joined: Tue Jun 30, 2020 2:58 pm

Started offshore skiff rowing after new year and had my first regatta this weekend, was bloody brilliant.

The old competitive juices came roaring back and found myself completely immersed in it. Got a 3rd place medal in my first race (mixed over 50’s) and a creditable 5th in the mixed pursuit!

Not sure everyone was quite as competitive as me, but they were all very polite about it 😀
All the money you made will never buy back your soul
epwc
Posts: 297
Joined: Mon Apr 08, 2024 11:32 am

TB63 wrote: Tue Feb 08, 2022 9:58 am Messing with wood.
Very nice, me too. Kind of forced into it, when we were building our house our biggest client went bankrupt, couldn't afford to buy anything except Ikea crap so we started making stuff.

We've now (me and the missus) done loads, in the middle of kitting out the girls flat; 2 beds, 3 wardrobes, 2 desks, 2 bedsides. We haven't managed to kill each other yet
Punter15
Posts: 201
Joined: Wed Jul 01, 2020 8:34 am

FalseBayFC wrote: Mon Feb 07, 2022 1:06 pm I went on a week long cheese making course. It was brilliant. I've been making mozzarella, feta, cream cheese and ricotta at home so far. I am building a cheese cave out of an old fridge. When that's done I plan to start doing the hard cheeses and moldy cheeses etc.
I’d always thought about learning carpentry, proper craftsman stuff, but fuck that. All I want to do now is make cheese.
Slick
Posts: 10468
Joined: Tue Jun 30, 2020 2:58 pm

Punter15 wrote: Mon May 06, 2024 8:53 pm
FalseBayFC wrote: Mon Feb 07, 2022 1:06 pm I went on a week long cheese making course. It was brilliant. I've been making mozzarella, feta, cream cheese and ricotta at home so far. I am building a cheese cave out of an old fridge. When that's done I plan to start doing the hard cheeses and moldy cheeses etc.
I’d always thought about learning carpentry, proper craftsman stuff, but fuck that. All I want to do now is make cheese.
😂
All the money you made will never buy back your soul
petej
Posts: 2141
Joined: Thu Nov 04, 2021 10:41 am
Location: Gwent

Punter15 wrote: Mon May 06, 2024 8:53 pm
FalseBayFC wrote: Mon Feb 07, 2022 1:06 pm I went on a week long cheese making course. It was brilliant. I've been making mozzarella, feta, cream cheese and ricotta at home so far. I am building a cheese cave out of an old fridge. When that's done I plan to start doing the hard cheeses and moldy cheeses etc.
I’d always thought about learning carpentry, proper craftsman stuff, but fuck that. All I want to do now is make cheese.
Saw this thread pop up and was curious about the cheese making. I make my own sauerkraut and kombucha. The sauerkraut is so much better than any shop bought stuff. Kimchi and ginger ale are next on the list. Might try cheese after that. Tempted to do foraging course at some point.
epwc
Posts: 297
Joined: Mon Apr 08, 2024 11:32 am

We do love cheese but I need 36 hours a day already
epwc
Posts: 297
Joined: Mon Apr 08, 2024 11:32 am

Jam making is easy, chilli sauce too if you have a pasteuriser
Post Reply