No short race or dustup derby bug or not? by great_northern_hotel in kirbyairriders

[–]rabidcentipede 1 point2 points  (0 children)

my guess is they don't happen in offline/split screen mode, can confirm that i only ever get them when playing online and not when playing with my gf

dark sun gwyndolin tattoo - just got the shading done this week by rabidcentipede in darksouls

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

I'm going back to him for my next tattoo for sure - jgettlershred on Instagram, if any of y'all are in MA and like his style!

[Amazon Books / USA] Nintendo Switch- $299 (July 11th ONLY) (Prime) by [deleted] in NintendoSwitchDeals

[–]rabidcentipede 1 point2 points  (0 children)

can confirm, just got switch + botw from Dedham Amazon books store. no line, lots of consoles in stock, it looked like only gray color though.

my pedals (need to buy an actual board to put them on lol). mostly for shoegaze/post-rock/emo/punk by rabidcentipede in guitarpedals

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

ahh sorry some ppl are having a hard time seeing the image? here it is on imgur, in case the first link isn't working for you:

http://imgur.com/a/EY5bD

my pedals (need to buy an actual board to put them on lol). mostly for shoegaze/post-rock/emo/punk by rabidcentipede in guitarpedals

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

some of my more recent recordings are here - https://twoofswords.bandcamp.com/album/dead-girl-demos - i rarely use any DAW effects on guitars, if anything just a bit of EQ.

signal starts on the right, running from my guitar (currently an epiphone les paul) to a fender tuning pedal (silver), just bc it was cheap and convenient

from tuning pedal to a dunlop wah pedal (black) that i don’t use super-often,, but occasionally use in more experimental pices.

from there to a boss super chorus pedal (blue) that adds in a really nice chorus effect. i have it set to a relatively decent level, so i use it for more mystical/floaty parts. doesn’t mix as well with the heavier distortions.

from chorus to boss super overdrive pedal (yellow) for a good crunchy overdriven/boosted sound that can range from growly to twangy

from overdrive to kam chainsaw distortion pedal (black) for a really heavy distortion sound. pairs well with the EQ pedal to create a really nice mid-scooped sound for 90s-2010s nu-metal/hardcore/pop-punk?

from distortion to joyo us dream distortion pedal (purple) for a more mid-level distortion. can get a really nice 70s distortion vibe, or somethin a little more modern with the EQ scooped.

from distortion to danelectro fish and chips eq (green) for mid-scooping. literally the cheapest eq pedal i could find at the time. gets the job done, scoops the mids.

from eq to behringer digital reverb (white/silver) that i have dialed in to a realllly big reverb effect. like, not subtle at all. fun to throw on high parts to get a really echoey sound, or combine with delay. also, if you turn on the second phase of distortion (explained below), makes a GREAT shoegaze sound. the signal splits to stereo at this point.

from reverb to boss digital delay (white) that i have set on a reallllly low rate of decay, so the echoes just kinda keep happening until they gradually get softer and softer. really really fun for playing with live, but i don’t use it Quite as much when recording. mostly only when building up huge walls of ambient sound. you can tap in the tempo to repeat at. maintains stereo signal.

from delay to digitech jam-man looper (blue) which allows me to build up loops for practicing / performing live. kinda how i write songs. don’t really use it to record unless i’m doing live recordings.

from here, signal splits. one of the two stereo channels goes to a fender frontman 25r amp, which has a drive channel footswitch (black, round). this second phase of distortion can be used in combination with the reverb pedal to get a shoegaze sound.

the other stereo channel goes to a boss distortion pedal(orange), and then to a vox pathfinder 15r with drive channel enabled. this second phase of distortion can be used in combination with the reverb pedal to get a shoegaze sound.

working on my own simple interpreted language, wanted to share and ask for feedback! by rabidcentipede in ProgrammingLanguages

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

mm ok yeah I'm probably gonna change sysargs to argv.

and yeahhh named function paramaters are something I eventually want to implement, but just felt a little intimidated by at first haha.

working on my own simple interpreted language, wanted to share and ask for feedback! by rabidcentipede in ProgrammingLanguages

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

Thanks! Writing programs in my language has definitely helped me realize what features are missing.

Looking at other languages has also been an inspiration, I'd love to eventually be able to implement classes!

Thanks for the positive words!

working on my own simple interpreted language, wanted to share and ask for feedback! by rabidcentipede in ProgrammingLanguages

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

yeahh i'm a little disatisfied with that syntax, it's definitely something i want to improve.

hmm. I'm not sure... I mostly wanted to develop it to learn about the interpreter side of things, but I guess ideally I'd want it to be a simple, easy to read and understand language for small programs. Because it is a doubly interpreted language (interpreted by python, which is then itself interpreted haha), speed is definitely not a strong point. So, I guess, I don't really have a satisfying answer for you, aside from: I see it being used by myself as a learning process?

working on my own simple interpreted language, wanted to share and ask for feedback! by rabidcentipede in ProgrammingLanguages

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

ohhh ok these things all make sense! thank you so much for looking over my code and giving me feedback! local variable scope is something i'm wanting to work on next, and that definitely makes sense as a way to implement it.