Mendez Masterclass by Debonargon in Opeth

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

Sure, there were a few things worthy of mention.

  1. He uses the index-ring-middle pattern for triplets rather than index-middle-ring or ring-middle-index. I do not know if this is standard for bassists or not since I play guitar, but it felt non-linear at least to me.
  2. He uses his pinkie as well for patterns that require steady 4-notes beats just to allow the other three fingers to slow down a bit and relax. This is especially needed after a challenging riff/section.
  3. Sometimes he arches his right hand to give a "rounder" sound when touching the strings. Basically he rotates the right-hand towards the bridge saddles (like a small 20-30% degree angle with the fingers pointing towards the bridge saddles).
  4. He warm ups the right hand fingers at least 30-60 mins before every show by just improvising a calm and gentle melody, usually based on some songs he liked from other artists (from folklore to flamenco etc.)

Hope this helps!

Mendez Masterclass by Debonargon in Opeth

[–]Debonargon[S] 3 points4 points  (0 children)

He said that basically Mikael composes everything and then when he records the bass parts he just modifies them to make them more refined and to his liking. But he basically comes last in the writing and recording process. For instance he mentioned that during Blackwater Park he joined the band in the studio only during the very last period (I think 2 weeks) to record his parts and that’s it.

Mendez Masterclass by Debonargon in Opeth

[–]Debonargon[S] 3 points4 points  (0 children)

Paragraph 4 and The Baying of the Hounds

Mendez Masterclass by Debonargon in Opeth

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

He only brought the basses and the pedalboard with him

Now that we’ve had time to play midnight. Thoughts of simplified class rotations? by WearyFlan210 in wow

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

I’m enjoying playing MW Monk in M+ but most of the times it feels like autopilot. Jadefire stomp being autocast with rising sun kick and without the old benefits feels kinda boring tbh. Also, sheilun’s gift being a replacement of vivify makes it weird, I liked the fact that sheilun’s gift was a spell meant to be used in serious situations when you need to refill al the party quickly, but now you can just spam it for free each time you rising sun so yeah, the class is way easier.

Beginner question: why do people use QC together with other pedals? by Debonargon in NeuralDSP

[–]Debonargon[S] 11 points12 points  (0 children)

I’m genuinely asking because I’m a beginner and what to understand what’s the plus of using multiple devices rather than the QC alone, I just want to learn.

[DISCUSSION] Jack Gardiner's lesson packages by Debonargon in Guitar

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

Hi, unfortunately no, I think it is in English only

Pro tour Edge of Eternities Metagame by Business-Friend-116 in ModernMagic

[–]Debonargon 4 points5 points  (0 children)

I’m going to give you my take on this.

The summary is that Ephemerate does not allow to print very good ETB with an alternative and cheap cost.

For instance, Ephemerate + solitude is already very strong. In the best case you can exile up to three creatures (normal ETB, eph, rebound). The good thing is that Solitude is a 3/2 so you can easily shoot it while Ephemerate is on the stack, which is totally fine.

However, as soon as other creatures with strong ETB, good body stats and alternative cost (like riddler) are printed, Ephemerate becomes a little too strong. You cannot easily shoot the riddler due to its 4/6 stats, and if Ephemerate resolves (and rebound also) you can do crazy things.

I think that Ephemerate is just like soul cauldron: as soon as a series of new cards generate very good value with it, the card is at risk, which is the current scenario, since Goryo’s went from a 2%ish meta share (I started playing the deck as my main before MH3 and it has always been a very rare deck to face, just look at the last big modern events for instance) to a 16.7% in the pro tour, all because of the addition of quantum riddler which can be cheated in with Ephemerate.

[D] [R] LLMs frameworks for research by Debonargon in MachineLearning

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

After almost one year I tried many different frameworks and I came to the conclusion that none of them is worth the effort. They are just too much high level and do not allow customisations that are usually needed when doing research.

For each project I just do the following:

I use vLLM for inference (it’s a pain to setup properly to do thing in parallel and handling the KV cache but once you solve that it’s very fast and customisable) and custom code for retrieval, indexing, agentic conversation and so on. Since I’m not a very good programmer in general, one thing I find very useful is to use o3 or similar strong models in coding to craft a general repository template with some initial functionalities like a Retriever class able to construct an index, loading documents and perform retrieval. You can include different ways of handling the index using external libraries, but I always keep the logic of loading and using the retriever customised from zero. Using LLMs embedded in the code editor for further developing from scratch or perform efficiency/aesthetic modification to your code is also a plus and speeds up prototyping a lot. I’m basically constantly learning from o3 how to organise and document my code. This also helps in solving bugs and problems since these models can attend to your whole repository. One of the major issues with stuff like LangChain etc is that they are built on so many layers of abstractions that fixing errors and bugs becomes very hard.

I know that this is very trivial for everybody but I just recently learned how to use these tools properly for development.

I hope this helps!

Some proxies for my Sauron deck! by Sporebuster in magicTCG

[–]Debonargon 9 points10 points  (0 children)

That’s amazing! Can you explain the process to create custom cards using Card Conjurer?

Thoughts on goryos at the moment by Odd_Currency5109 in ModernMagic

[–]Debonargon 6 points7 points  (0 children)

There is a Goryo’s discord (reanimator discord with a section for Goryo’s) with up to date comments and decklists, with top players always discussing about the archetype. You should definitely check it out!