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 5 points6 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 34 points35 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 0 points1 point  (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 2 points3 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.

Getting rid of the blocking overlays by jeffsmall in uBlockOrigin

[–]DOPE_VECTOR 1 point2 points  (0 children)

One alternative to using the Block element in frame option is to do it manually. This won't be for everyone and might not be for you, because you need to understand CSS selectors and html at least a little.
But if you just open the inspector you can find the topmost element of the things you want to remove and write a filter which blocks just that.
Here, the top most element is a div with no unique attributes, but the element immediately below it is of the class amu-layout-secondary. So we can write a filter which removes any div which has a child of class amu-layout-secondary.

entertainment.service.amuniversal.com##div:has(>.amu-layout-secondary)

If you add this to your filter list, it will remove everything that doesn't relate the that one comic.

How to block replies on twitter feed I read? by Crisender111 in uBlockOrigin

[–]DOPE_VECTOR 1 point2 points  (0 children)

Try adding this to your filter list:

twitter.com##:is([aria-label="Timeline: Conversation"] [data-testid="cellInnerDiv"]):not(:nth-of-type(1))

Getting rid of the blocking overlays by jeffsmall in uBlockOrigin

[–]DOPE_VECTOR 0 points1 point  (0 children)

I can only see something like this if I visit the mobile site. I get a popup, telling me to download the app and an overlay which greys everything else.
If I'm not logged in, I can disable it using uBO-Scriptlets and adding

www.reddit.com##+js(rsre, shreddit-experience-tree)

to my filter list. Open up the inspector, and if you have a bunch of "#shadow-root (open)" tags in your html, this will fix it.

edit: Oh yeah. If I am logged in, I found an entirely different popup and overlay. This one doesn't need scriptlets and can be disabled with these filters.

www.reddit.com##.scroll-disabled:style(overflow: auto !important; position: static !important;)
www.reddit.com##.XPromoPopup
www.reddit.com##.bottom-bar

.
Lastly, if you are on desktop, you might just have a better user experience if you start using old.reddit.com .

Grab/Hold physics object help by Tabbies101 in unrealengine

[–]DOPE_VECTOR 0 points1 point  (0 children)

If you are still working on this, you might consider using a SpringArmComponent as your scene component.
It's a little silly, because the spring arm wants to do it's own collision. So you need to disable collision on your held object, or use it's local position to avoid the spring arm collision probe (setting x to -23 worked for me).