They’re tough and woody so not many volunteers to try.
the_artic_one
I’m just a person who does mycology for fun
- 2 Posts
- 38 Comments
I know this isn’t !mycology@mander.xyz but I’m still sad there’s no pic of the gills/pores. Especially since these look like Gloeophyllum which have really cool gills.

Doctor Hiriluk was on to something.
Nice, I’d love to find one of those some time.
the_artic_one@piefed.socialto
Selfhosted@lemmy.world•People who are staying on Plex, have you tried Jellyfin? What about it do you not prefer? (real question)English
18·1 month agoI got started with jellyfin and never used Plex but there’s a bunch of rough edges:
- No apps on several smart tv/streaming stick stores, Vizio has an app for plex but not jellyfin so I would need to buy a new streaming device. Yes smart tvs spy on you but the alternatives people recommend either spy on you just as much or are expensive (Nvidia shield) and most of them still require side loading so it’s a major obstacle for sharing with anyone else.
- Casting from the mobile app won’t play at full resolution, you can get around this by using VLC as your player and casting from that but that causes it to frequently lose watch progress. Also stopping casting or playing the next episode doesn’t work properly with VLC and you need to rapidly mash “back” to get into the jellyfin app again and queue up a new episode.
- The current release of Jellyfin desktop won’t play audio for iptv streams, this is fixed in the dev branch but I have yet to find a build without other critical bugs so I’ll likely need to wait for the next release which currently has no target date.
- The browser version has spotty controller support that stops working constantly. When it does work it lacks any way to access context menus to mark shows as watched etc. If you’re using a flatpak browser to run it on steam deck or whatever, you’ll have codec and passthrough issues (Chrome is the only flatpak with decent codec support).
- Others have mentioned the security issues which you can bypass by putting authentik or something in front of it but then you can only share with people using browser.
the_artic_one@piefed.socialOPto
Mycology@mander.xyz•Wild enoki (flammulina sp.) in the snowEnglish
1·1 month agoNot yet but I probably will at some point. Wild oysters are better than cultivated so maybe these will be too.
Though with oysters the wild ones I’m eating are probably a different species than the cultivated. Someone sequenced a grocery store oyster for fun and it turned out to be something close to Pleurotus floridanus while the ones we have in the PNW are usually P. pulmonarius or sometimes P. ostreatus.
the_artic_one@piefed.socialto
Ask Lemmy@lemmy.world•What is a big internal debate within a fandom or hobby you are a part of that outsiders probably wouldn't care about?English
43·2 months agoMycology is full of them which are mostly the result of genetic sequencing and the good old “where do you draw the line between species” question but a recent and high visibility one is the Collybia shift.
Before genetic testing, Collybia was a genus characterized by smallish pale-spored mushrooms with convex caps, no ring, and gills which are broadly attached to the stem (the simplest shape the average person would imagine for a mushroom), this became one of the classic “statures” of mushrooms “Collybioid”. As we sequenced Collybia species, they were slowly moved into other Collybioid genera like Collybiopsis and Gymnopus. Eventually this resulted in most of the Collybioid mushrooms being moved out of Collybia, leaving only the earliest-discovered mushrooms in the genus which were tiny parasitic mushrooms that weren’t really Collybioid at all.
Here’s an average “Collybioid” mushroom Gymnopus sp.

Then things got worse, a recent paper did a study on genus Clitocybe which is another genus which has a classic stature named after it, “Clitocyboid” which refers to smallish pale-spored, funnel-shaped, mushrooms with gills that run down the stem. This paper discovered that nearly everything we had been calling “Clitocybe” actually belonged in Collybia meaning that most mushrooms in Collybia are now Clitocyboid instead of Collybioid. This has resulted utter chaos which has some mycologists considering invoking the “common usage” rules in taxonomy to put the new Collybias back into Clitocybe to make things less confusing. This chaos has been compounded by the fact that iNaturalist has already accepted this name change, but only for the mushrooms explicitly studied in the paper and not their known relatives which has resulted in the Blewits being split between Collybia and Lepista (which itself was a recent name change from Clitocybe that everyone was still adjusting too).
Average nondescript Clitocyboid (no ID because these are nearly impossible):

A Blewit, AKA Clitocybe/Lepista/Collybia nuda:

the_artic_one@piefed.socialto
Ask Lemmy@lemmy.world•What is a big internal debate within a fandom or hobby you are a part of that outsiders probably wouldn't care about?English
16·2 months agoThe drawback to spaces is that people with vision issues or dyslexia lose the ability to make the code more readable in their IDE by adjusting tab size.
the_artic_one@piefed.socialto
Today I Learned@lemmy.world•TIL there's a fungi that looks like a bird's nest.English
20·2 months agoThere are a bunch, some have the “eggs” attached with little strings to make them fling in different directions, some keep the eggs in jelly until they’re ready to be splashed out, some are weird little balls that burst open instead of cups with lids that pop off.
You usually find them on twigs, they’re hard to spot because they’re all pretty tiny.
the_artic_one@piefed.socialto
Windows 11@lemmy.world•Satya Nadella admits Microsoft needs to "win back" Windows 11 fans, improve performance for low RAM PCsEnglish
102·2 months agoI’m sorry to say that’s not even on the average person’s radar.
I read it as the main character being so self-deprecating that he extends his self-deprecating attitude to whichever political ideology he adopts.
the_artic_one@piefed.socialto
Mycology@mander.xyz•Trametes versicolor - according to DNAEnglish
1·2 months agoI’ve considered it enough to have the this guide bookmarked but I haven’t read through it yet.
the_artic_one@piefed.socialto
Mycology@mander.xyz•Trametes versicolor - according to DNAEnglish
1·2 months agoFYI, Mycota’s mycoblitz no longer has a limit on submissions. That said, none of my submissions have made it through the queue yet.
the_artic_one@piefed.socialto
Mycology@mander.xyz•Saw these last week in Chicago, no idea what they areEnglish
7·2 months agoMica caps are a type of inky cap, Coprinellus and Coprinopsis are close relatives and both can turn to ink. They only have the sparkly particles when they’re fresh, these are starting to turn to ink so it’s not surprising they don’t have it. Coprinopsis atramenteria is usually larger and duller-colored.
I can practically hear Cecil reading this in an overly cheerful tone on an episode of Welcome to Nightvale.
the_artic_one@piefed.socialto
Selfhosted@lemmy.world•How does one get started with the *arr stack?English
1·3 months agoI wanted to get started without having to learn a bunch of Linux networking and docker stuff so I used this pre-built mediastack compose file.
Then I spent weeks fixing all the problems with it, upgrading the outdated packages that they pinned, sorting through the outdated/incomplete setup docs, and disabling the apps I don’t need (so many monitoring dashboards without config instructions). Now I know a bunch of Linux networking and docker stuff.
I’d still recommend mediastack as a reference just because it’s a good example of how to set up secure internet access (the diagrams of the network architecture are great) but their “full download vpn” config is overkill (most of this stuff doesn’t really need to be accessible from the Internet in the first place) and even their “mini download vpn” unnecessarily puts the Usenet download client (SABnzbd) in a VPN.
I’ve seen a few folks mention trash guides, while they’re great, their quality settings weren’t written for current hard drive prices so you might want to skip the part where you crank up all your preferred bitrates to the maximum.
One thing I added which is haven’t seen mentioned yet is Tunarr to create live tv channels for shows I like to have on in the background. It’s great when it works but it’s in active development so I frequently have issues with it. Thankfully the devs are responsive and helpful.
the_artic_one@piefed.socialto
News@lemmy.world•Trump announces 50% tariffs on nations supplying Iran with weaponsEnglish
18·3 months agoThey said he didn’t have any justification that the ones he set before actually were necessary for national security. He’s actually got a possible justification this time, despite how nonsensical it is to use tariffs for this instead of sanctions.
Boiling and changing the water removes the psychoactive compounds as well as the ones that keep you on the toilet all day if you’ve done it correctly (both are water-soluble). At that point it’s just a culinary mushroom.
People who are “detoxifying” it to use as a drug bake it at a low temperature which does a poor job of removing any of the toxic or psychoactive compounds so they get a bad high and end up on the toilet half a day (seriously, just order some cube spores or something if IDing good actives is too hard).





I was right, mazegills!
Thanks for indulging me.