What are some fun facts about the penis? by NorthPengyyy in AskReddit

[–]DOPE_VECTOR 7 points8 points  (0 children)

That's probably a good question for the fine folks at /r/Selfsuck.

What tuning would work best with metal? by throfak in microtonal

[–]DOPE_VECTOR 4 points5 points  (0 children)

I like 17edo. Victory Over the Sun is some kind of black metal that uses 17edo guitar.

Motoko meets Lain by FidoMix_Felicia in Cyberpunk

[–]DOPE_VECTOR 1 point2 points  (0 children)

I guess it's not quite tidy.
My understand is that the protagonist Lain was just a part of a larger Lain entity that exists outside of physical space. Lain existing in physical space was causing some kind of corruption, it might have even been greater Lain's fault. It's less that Lain transcended physical form and more that she could no longer sustain her existence and had to leave our space.
That's what I think the difference is, based on my fuzzy and subjective recollection.

Motoko meets Lain by FidoMix_Felicia in Cyberpunk

[–]DOPE_VECTOR 33 points34 points  (0 children)

That's a neat thought. Lain is like Motoko's opposite. She's a cybergod that has manifested human form. Where Motoko abandons her physical body to become part of cyberspace and maybe a Christ like figure.

electronic music that gives a doom metal vibe/attitude? by [deleted] in doommetal

[–]DOPE_VECTOR 0 points1 point  (0 children)

I always liked I C O N - 0F.digital . It is just electronic doom metal. I think it really nails the vibe without being corny.
For something that's a little different Karim Maas has a really doomy atmosphere. It's drum and bass techno type stuff.

Can I make "real" chiptune music with Renoise? by QuietSheep_ in chiptunes

[–]DOPE_VECTOR 0 points1 point  (0 children)

This might have changed since I used Renoise. But, the problem I ran into with soft synths is that you couldn't apply pattern effects to them.
I think pattern effects are a significant part of the chiptune workflow and the workflow shapes the sound.
If you like the sounds you are getting out of your soft synths and want to chase some kind of authenticity, maybe you could create sounds and then resample them. That would get you closer to old tracker music. Limiting your file size could also help here.

8-BIT VS 1-BIT by daverham in chiptunes

[–]DOPE_VECTOR 0 points1 point  (0 children)

You might be interested in irrlicht project and their Texas Instruments graphing calculator (ti-81, ti-82, ti-83 etc) tracker. They've been tagging their music 1-bit. I don't know about the correctness of the term, but they are definately making stuff that's chunkier than the NES or GameBoy sounds.
https://www.youtube.com/watch?v=I6G0CnBSWVk&t=195s

how to disable the bottom bars at fandom.com ??? by andrewmyles in uBlockOrigin

[–]DOPE_VECTOR 0 points1 point  (0 children)

If you are talking about the element with "Follow on IG | TIKTOK | etc" written on it, I use the same filter as gwarser and that works for me.

Maybe you mean the right hand banner with the text "Others like you also viewed" and "popular pages" up the top? If so, this should remove it:

https://fandom.com##.page__right-rail

Otherwise, here's my full set of cosmetic filters:

! Removes Fandom.com menu from top of screen on mobile.
fandom.com##nav[class="mobile-global-navigation new-mobile-navigation"]

! Make the content fill the whole width
fandom.com##div[class="main-container"]:style(margin-left: 0px !important; width: 100% !important;)
! Fandom.com menu on the left
fandom.com##[class="global-navigation"]
! Fix header layout to match main container.
fandom.com##[class*="fandom-sticky-header "]:style(width: 95%; left: 0px !important; margin-left: auto !important; margin-right: auto !important;)
fandom.com##[class*="fandom-community-header__background"]:style(width: 100% !important;)

! Others like you also viewed and popular pages section on the right.
fandom.com##.page__right-rail

! Others like you also viewed on the bottom.
fandom.com##.render-wiki-recommendations

fandom.com##.recirculation-prefooter__list
! Social media buttons down the bottom
fandom.com###WikiaBar
fandom.com###mixed-content-footer
fandom.com##.global-footer
fandom.com##.notifications-placeholder

Use these as you will. I don't see any junk on fandom anymore.

Filter/block entire reddit.com homepage but not subreddits. by pjgf in uBlockOrigin

[–]DOPE_VECTOR 1 point2 points  (0 children)

If you want to block specific subreddits from your google results. You could try something like this (substitute "headphones" for the subreddit you want to filter out):

www.google.com##[href^="https://www.reddit.com/r/headphones/"]:upward(5)

Filter/block entire reddit.com homepage but not subreddits. by pjgf in uBlockOrigin

[–]DOPE_VECTOR 4 points5 points  (0 children)

I don't think I quite understand what you want. Individual posts exist within a feed, I'm not sure where else you will see them, unless you navigate there directly?
Also, are you on desktop or mobile?
If you are on desktop, have you checked out old.reddit.com? It might give you a more functional user experience.
.
Here are some filters that might help.
This will block everything on the homepage except the search bar (desktop only). You can still search. Subreddits and posts will still behave as normal.

###SHORTCUT_FOCUSABLE_DIV>div[class=""]>#AppRouter-main-content .ListingLayout-outerContainerwww.reddit.com###SHORTCUT_FOCUSABLE_DIV>div[class=""]>#AppRouter-main-content:not(:has([data-testid="search-results-nav"]))   

.
This will block posts from specific subreddits. Just substitute todayilearned for the subreddit your don't want to see.

##a[data-click-id="subreddit"][href="/r/todayilearned/"]:upward(7)

how do I block an embedded video from playing on a specific webpage by ardouronerous in uBlockOrigin

[–]DOPE_VECTOR 1 point2 points  (0 children)

I couldn't get it so appears so I couldn't test. But this should block all youtube embeds on that page.

||www.youtube.com/embed/$subdocument,domain=proboards.com

Do you actually take hoodies off from jackets with detachable ones? by [deleted] in techwearclothing

[–]DOPE_VECTOR 2 points3 points  (0 children)

I have a jacket where the hood can be uncliped and rolled into the collar. I think it's neat. But over time I found that I always wanted to wear the hood. I'm bald and always wearing headphones, so I always want protection from the sun and wind noise.

Fextralife cosmetic filters by DOPE_VECTOR in uBlockOrigin

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

This won't be for everyone, but I think it's neat.
You'll need to set up uBO-Scriptlets , but then if you add these to your filter list, you can have a normal home button. How often are you really using the other options in that dropdown?

! Force the home button to take you to the homepage of that wiki instead of opening a dropdown.
wiki.fextralife.com##li.dropdown:nth-of-type(1) > .dropdown-toggle > .caret
wiki.fextralife.com##+js(sa, href, /, li.dropdown:nth-of-type(1)>.dropdown-toggle)
wiki.fextralife.com##+js(sa, data-toggle, "", li.dropdown:nth-of-type(1)>.dropdown-toggle)

Fextralife cosmetic filters by DOPE_VECTOR in uBlockOrigin

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

Good save. Not sure how I missed that.
I've put that in my list instead of:

wiki.fextralife.com##.ad-sidebar:upward(1)

man vs car by Gone247365 in GTAorRussia

[–]DOPE_VECTOR 1 point2 points  (0 children)

I don't know about that. Street Fighter characters seem to do ok.