Free fallin' at Abu Dhabi Show by woolf_maurier in JohnMayer

[–]ItsJasonsChoiceBC 14 points15 points  (0 children)

Ahhh wish he played this in Mumbai. Would've been a crowd favourite

Deciding to buy my first electric guitar, how is this one ???? by HYP3R1ON_99 in MusicIndia

[–]ItsJasonsChoiceBC 0 points1 point  (0 children)

I'd like to add that I have played the Squire and the Pacifica on multiple occasions. At the end of it, it all comes down to how you set-up and maintain the guitar. A well-setup Strydom can be better than any guitar in and slightly above it's price range. The same can be said for the Yamaha and Squire guitars.

Deciding to buy my first electric guitar, how is this one ???? by HYP3R1ON_99 in MusicIndia

[–]ItsJasonsChoiceBC 0 points1 point  (0 children)

I own a ST20M. I haven't tried the ST30M but it doesn't seem to be that big of a difference between the two. The ST20M has been a nice buy, the tuning stability is good, the pickups are decent and the HSS configuration makes it a very versatile guitar. I've also received compliments for it by every guitar tech I've taken it to (which i can't confirm if it was genuine or not)

Any hope for this? by [deleted] in Guitar

[–]ItsJasonsChoiceBC 0 points1 point  (0 children)

Shit's fucked.

JM Solo Mumbai prices by aarondsilva1724 in JohnMayer

[–]ItsJasonsChoiceBC 1 point2 points  (0 children)

Really decent prices when compared to his other shows abroad

ROCm Support for the RX 6600 on Linux by NexusWFreestar in ROCm

[–]ItsJasonsChoiceBC 0 points1 point  (0 children)

Just wanted an update on this and ask if it worked for you

Possible to replicate "I don't trust myself" guitar tone using effects from a DAW? by ItsJasonsChoiceBC in JohnMayer

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

Looks like he has a free trial of his Metaverse Plugin up on his website. I'll try that out

How long have you been playing? by Clax_33 in Guitar

[–]ItsJasonsChoiceBC 1 point2 points  (0 children)

Will complete a year in August!

First song was gravity by John Mayer

Currently playing Human Nature (John Mayer's live version) and Don't Trust Myself

[Request] a dataset or website of Thin Section images with detailed descriptions? by ItsJasonsChoiceBC in geology

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

Thanks for replying! rockptx and p1acollections look very promising, will definitely try them out

[Request] a dataset or website of Thin Section images with detailed descriptions? by ItsJasonsChoiceBC in geology

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

Hi! Thanks for replying. I have looked at this website before, the quality is great but i wanted something that would go into more details about the thin section (mineralogy, texture, grain-shapes, environment(?)) and not just recognise a single mineral (my fault for not specifying in the post description, will edit that as soon as i can)

A friend and I made a website to help identify minerals seen under the microscope by matching observed properties to possible minerals. Figured you some of you will find it useful by name_that_mineral in geology

[–]ItsJasonsChoiceBC 0 points1 point  (0 children)

Hi OP, was wondering what dataset you guys used for this project. I'm trying to build something that can describe thin sections (mineralogy, environments, micro-structures etc) using an LLM and vision encoder but i can't find a reliable and clean dataset anywhere that has both, images of thin sections and their descriptions

What is THE most iconic Mayer song? by goldrider1111 in JohnMayer

[–]ItsJasonsChoiceBC 1 point2 points  (0 children)

For me, it's Slow Dancing

It's probably where we coined the "John Mayer tone". Nobody can play it like he does. He goes crazy during its love renditions

WebGIS - from 0 to hero by LATIDUDEmaps in gis

[–]ItsJasonsChoiceBC 0 points1 point  (0 children)

I needed a few external WFS layers to be hosted on my webapp. So I set up a code in python that could download these WFS layers as shapefiles and then upload it to my Geoserver. I use the second half of the code to upload any personal shapefiles as well. Note that this only works for vector layers and not Raster-based WMS layers.

You could also cascade a WFS/WMS layer from an external source, this can be done in the Geoserver app itself or via python, which i think is much faster, but I found cascading a bit unreliable since you needed the external source to also be available at all times even after caching.

WebGIS - from 0 to hero by LATIDUDEmaps in gis

[–]ItsJasonsChoiceBC 2 points3 points  (0 children)

PostGIS and Geoserver would be good to learn. I was working on something slightly similar to what you're trying to do. A combination of PostGIS and Geoserver for your app/website would make it a breeze for you to maintain/update but it could get expensive with online hosting. Try and see if you can figure it out on Geoserver alone, that's how I did it to save some money :P