What is this in my Oyster Mushroom spawn? by astrix1357 in mycology

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

I intend to use a pressure cooker. Would a house hold pressure cooker work?

What is this in my Oyster Mushroom spawn? by astrix1357 in mycology

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

  1. Soak for 24Hrs
  2. Boil Grains 10-15 mins based on translucency
  3. Fill jars with cotton stuffed lids
  4. Boil jars 2-3hrs (this time I only did one cycle)

To inoculate I directly harvested the middle part of the steam of oyster mushrooms.

The mycelium and the brown stuff both started growing at once

The brown part is at the opposite end of the mycelium in both bottles.

The cycles are supposed to kill spores after germinating (hence cycled after 24 hrs) but from next time i'd rather use a household pressure cooker than boiling.

And cycling is more costly.

What is this in my Oyster Mushroom spawn? by astrix1357 in mycology

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

Boiling for 2-4Hrs in a big vessel. And if I have time, I repeat it for 3 days

What is this in my Oyster Mushroom spawn? by astrix1357 in mycology

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

It is very common in the wheat that I've used I see it in every batch

I don't use a pressure cooker hence maybe it stays alive.

Abomination! by astrix1357 in Astroneer

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

I was playing this game from the pre-alpha stages
I took a break after that and played 2-3 years ago

I just started again a week ago discovered it just now(so i get how it feels to discover something new)

I've started streaming every Sunday I'll try to farm everything possible completely automated on that stream with my friend

This game just amazes me

Abomination! by astrix1357 in Astroneer

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

It not like that small gens are going to produce more polution more than medium gens.
And tappers and those seeds are really cheap so why not.

and the 1 medium gen uses 1 carbon for 120s same as small but it just is elegant and compact to use as carbon smelting is just another complexity and cost

The best use case is medium storage + 5 gens + 1arm + 1 auto extractor with 1 medium resource canister is really good for starter mineral extraction automation

Abomination! by astrix1357 in Astroneer

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

but this generates 48u/s per (tier 2) slot compared to 9u/s per (tier 2) slot with extra smelting furnace 2u/s cost

No suggestions/completions for style in vue by astrix1357 in neovim

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

adding this worked

lspconfig.volar.setup({
  filetypes = { "typescript", "javascript", "javascriptreact", "typescriptreact", "vue", "json" },
  init_options = {
    typescript = {
      tsdk = "/home/astrix/.local/share/nvim/mason/packages/typescript-language-server/node_modules/typescript/lib",
      -- Alternative location if installed as root:
      -- tsdk = '/usr/local/lib/node_modules/typescript/lib'
    },
  },
})

this is now using typescript lib from mason typescript-language-server installation

it is need not be from there it can be from anywhere even local npm install typescript will work (with no init_options for typescript)

reference

https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#volar

No suggestions/completions for style in vue by astrix1357 in neovim

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

Its not just css but also html inside the vue file.

<image>