Message from @CCRed95
Discord ID: 645039399519780885
whos Tosin Abasi
The guitarist
more like Tossin a Salad in another mans butt
The intro his him doing a slap+pick with his thumb, then picking with his other fingers
It's got a neat precussive sound and it's fairly technical
oh wait hahaha thats kinda sick
You sort of have to figure out how to line your fingers up properly
if i never saw someone play a guitar i would think it was impossible
not a fan of past the intro but the intro was cool
Yeah thats kinda my position as well
Theres a lot of really cool riffs but once it becomes more "metal" it loses me
Starts slow.. builds
https://www.youtube.com/watch?v=zKCb4t_gH0o
Another cool one is King Crimson. They've got a song where it's 2 guitars with different time signatures
hey no need to bring it back to Abby's mother
anyone know regex :/
yup if its not to complicated of a pattern
im STRUGGGLING why cant i do a recurring capture like i want
I use regex in most everything, we have a love / hate relationship
it is complicated lol its kinda beyond the limits of what i should be doing with regex i think im just gonna write a c# parser lexer to do it later
im basically trying to transform xaml into x# (a language that i wrote) but it really should be a transpiler/full blown converter
I think this was the site I used, it shows you all the matches
https://regex101.com/
kinda helpfull for debugging
oh yea i know that tool, i use Resharper's live one i prefer it
but when theres a capture within a capture and i want the outer capture to be recurring idfk
are you a desktop/xaml boy?
No, c# and js mostly
ah yeah. ive been struggling to transition to web with the layout of CSS im just waiting on Blazor to replace css and html and js entirely lol
I can probably help with CSS
ill keep that in mind, i know the basics and all of css and im using scss for my home project and stuff but i just dont understand the layout system fundamentals
Not totally up to date, is Blazor a css framework ?
no no Blazor is webassembly and its part of .net core 3.0
it allows you to run any language on client side
C#, C++, low level access to the rendering, so its a matter of time before someone just makes an awesome replacement for all the messiness of web as it is traditionally
Unity can compile down to webasm, thats all i know about webasm.. lol
But webasm requires a js component to call its functions I believe
C# 8 is so great, im so excited about the direction theyre heading with .net standard and .net core combining and rebasing WPF desktop apps to be able to run on any platform
i was worried theyd never touch WPF again after they put out the shit of a fuck that was UWP
redoing the whole XAML compiler from scratch (which is why i wrote X# to begin with, its a replacement for XAML which i have a love hate relationship with)
I wrote one WPF program and then decided to focus on JS
Thats the direction that dev is heading. web apps and modern web stuff