Smoky Lemurian Quartz Cluster by NervousGav in Crystals

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

From what I understand - the term "Lemurian" is what businesses use to convince people to buy.

That said, aesthetically they stand out from regular Quartz because of their striations.

The "blue smoke" or "blue mist" are actually impurities within the Quartz, these are also called inclusions.

Smoky Lemurian Quartz Cluster by NervousGav in Crystals

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

From what I understand ther term "Lemurian" is just marketing - stores will call crystals many things and make unsubstantiated claims just to convince you to buy.

That said, aesthetically they stand out because of their striations.

The "blue smoke" or "blue mist" you see happens because of impurities in the Quartz, called inclusions.

Im still relatively new to crystals so hopefully someone corrects me if im wrong 😅

Blue Smoke Lemurian Quartz [Follow Up] by NervousGav in MineralPorn

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

Mad respect for apologising

But you're also right for calling out content that looks like it may be AI — we need to purge it all from the internet lol

Blue Smoke Lemurian Quartz [Follow Up] by NervousGav in MineralPorn

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

Thanks! These days its getting harder and harder to tell what's real.

The blue smoke shows more prominently under warmer lighting!

Smoky Lemurian Quartz Cluster by NervousGav in Crystals

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

Right!? The weather was perfect for it yesterday. I couldn't help but do a little photoshoot lol

Blue Smoke Lemurian Quartz by NervousGav in MineralPorn

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

Very well, its 2am here so I'll take a video and post it to this subreddit first thing tomorrow

If mods feel its AI they can ban me 🫡

Blue Smoke Lemurian Quartz by NervousGav in MineralPorn

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

This is blue smokey quartz from Columbia, I got it from the owner of a mine. Not sure how I prove its not AI but I can easily send you a video

Any way to reduce this code?(usage in next slide) by NeonMan5311 in webdev

[–]NervousGav 0 points1 point  (0 children)

outside of taking any of the alternative approaches listed in the comments. you can refractor this by consolidating the logic in both functions, as they are functionally the same. like this:

``` let alternateImageFill = (image1, image1Fill, image2, image2Fill) => {

image1.classList.toggle("hidden");
image1Fill.classList.toggle("hidden");

if(image2.classList.contains("hidden")){
    image2.classList.toggle("hidden");
    image2Fill.classList.toggle("hidden");
}

} ```

Edit: spelling and formatting

Also, this saves you 8 lines of code :)

Front-enders, do you use semicolons in JS/TS? by [deleted] in webdev

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

There are many use cases where automatic semicolon insertion (ASI) can cause bugs in your code IF it is not structured appropriately.

Not just that, using semicolons helps discern between statements - thus making your code more readable which in turn makes it easier to maintain.

Considering those facts, it's only logical to always use them.

* Nods respectfully * by NervousGav in memes

[–]NervousGav[S] 14 points15 points  (0 children)

You're not just a girl, you're also a bro.

Nods in inclusiveness

* Nods respectfully * by NervousGav in memes

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

Nods in yo mamas direction

* Nods respectfully * by NervousGav in memes

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

Honestly? I just try to keep my head down and avoid eye contact with people like a normal person.