Skip Navigation

Posts
73
Comments
377
Joined
2 yr. ago

  • Nah, I meant those lesbians are fucking that mans wife

  • Took me a second.

  • second part you’re not matching at all.

    That because the program/ add-on i am using, only requires certain keywords to blacklist videos

    so if it find What "X" Says About in a Video Title , it doesn't need the rest of the sentence to blacklist the video.

    The other problem with regex is that every implementation does things differently

    Th developer links to Firefox's developers Regex Documentation.

     
        
    Regex
    
    You can use Regex to match very specific patterns of text.
    
    /aaa+/i: will block content that include aaaAAAAAaaaaAAAaaa or aaaaaaaa
    /top \d+/: will block content that include top 10 movies, top 5 upcoming movies
    
    Supports negative too, by adding ! (exclamation mark) before the regex.
    Example: !/^a/i will block content that does not start with a 
    
    
      

    This is a snip-it of the the add-on Guide. I cant like to it cuz for some reason its only inside the extension but here is the add-on's page

  • I think this is The solutions that makes the most sense to me

    But i don't understand what sed does here

    replace the trailing comma with a newline again

    Why do we replace the commas again with new lines?


    Also, I figure a better way to group related terms

     
        
    Stars Wars;Clone Wars;Jedi
    
    
      

    Using semicolons ";"I figure i can replace them with commas using tr command

     
        
    tr ';' ',' 
    
    
      

    But do i just pipe

     
        
    tr '\n' ','
    
      

    Into

     
        
    tr ';' ',' 
    
      

    Or is there a way to combine them. I don't see an option to do more than operation in tr manual


    Lastly, i have been trying to use regex to match

     
        
    What "X" Says About
    
    
      

    To

     
        
    What The MCU Says About The Comics Industry 
    
    
      

    I just need to match The "X" There, the program takes care of the rest

    I tried

     
        
    What \w+\s+ Says About
    
      

    On this website to match

    What The MCU Says About The Comics Industry

    But using the debugger, it only recgnize "The" and then stops

  • Something like this?

     
        
    - Franchise(Title): 
    
      - Harry potter
    
      - Perfect Blue
    
      - Jurassic world
      - Jurassic Park
    
      - Jedi
      - Star wars
      - The clone wars
    
      - MCU
    
      - Cartoons(Sub-Title):
    
        - Gumball 
    
        - Flapjack
    
        - Steven Universe
    
        - Stars vs. the forces of Evil
    
        - Wordgril
    
        - Flapjack
    
    
      

    Turned into

     
          
    Harry potter,Perfect Blue,Jurassic world,Flapjack,Jedi,Star wars,The clone wars,MCU,Gumball,Flapjack,Steven Universe,Stars vs. the forces of Evil
    
    
      

    Both "Franchis" and "Cartoons" where removed/ not included with the other words.

  • Why do the prefix numbers change between examples?

    My bad, i fixed it

    I want to show that the two terms are related e,g Star and Jedi by grouping them together

    Franchises

    Stars warsJedi

    Transformers


    Also i am not able to add line breaks between bullet points in markdown. so instead i get this

    Franchises

    • Stars wars

    • Jedi

    • Transformers

    So i cant show the grouping thing in lemmy here. I would have also liked The list i make to be markdown compatible but i guess that separate issue.

  • Basically i collect keywords( e.g: transformers, A Deep dive, Harry Potter The worst, Xbox, stars worst, Jedi) from videos on my YouTube home page and organize them into a lists

    • YouTuber terms:

      • A Deep Dive
      • The Worst

    • Franchises:
      • Star wars
      • Jedi
      • Harry Potter
      • Transformers


    • Companies:

      • Xbox


    And Turn it into:

     
        
    A Deep Dive,The Worst, Star wars, Jedi, Harry Potter, Transformers,Xbox  
    
     
    
      

    Removing the titles and subtitles.

    How do you tell text and title/subtitle apart

    I was thinking of putting a symbol like "#" for example, in front of the Title

      
        
    # - YouTuber terms:  
     
    
      

    so the script knows to ignore that whole line, like in general programming

  • Same man, most days I am not sure I am event a person.

  • Gotta say, the look of the channel is off putting

  • Guncle

    Its for a book review podcast I am listening to, "words about books"

    Its a story of retired gay Hollywood celebrity, Pat, taking care of his former friends kids after she lost her battle with cancer.

    The father fell into addiction and wants Pat to take care of the kids for 90 days while he goes to a near by addiction treatment center.

    I am only 90 pages in, but so far, I am not impressed by the story's humor and for the most part, I am tired out by celebrity stories/culture.

  • We have that too in my culture(on and about the middle east). I like it, was never seen as anything gross or weird.

  • Than that an issue from safari than anything to do with the torrent site.

    Your description of the site is just unhelpful. Too many sites fit the bill. I would suggest you find a different site.

  • This like three degrees of "This has nothing to do with what I am asking"

  • Do you mean it was romved from your browser/bookmark manager service e.g (Firefox sync, raindrop.io)?

  • that's eye bleeding

  • I want to ask this genuinely (you don't have to answer if this something private), but doesn't something like that foster resentment?

    Being upfornt here, I have no relationship expertise, so I have no framework of how finances look separate vs joined but I have heard about this a lot on the internet and struggle to see how it can implemented in healthy romantic relationship.

  • That's meant to distract you from Grandma in the bottom left corner.

  • Thanks for reply,

    I wanted to ask people about how are their teeth in general but mess it up by putting the image at the top, so everyone assumed I meant how are their teeth structured rather how they feel about them.

    Regarding the other issue, I'm not going to kink shame, but it's generally considered a faux pas to use teeth in that situation

    I meant that it would be harder for me to keep my teeth's from scraping the other person' s with my tooth due to it's position behind my teeth.

    Either way, it's not like I am playing to do any sucking, just a thought that occurred to me

  • Deleted

    Permanently Deleted

    Jump
  • I don't have answer. This something i have been thinking about lately after listening to a podcast saying that most programming productions now employ AI assistants and its become more or less standard.And when going to github to get software, i realized there is no way of knowing which app were coded using AI or even "Vibe Code". A let's player i watch has encountered a couple of Games that used AI, especially AI vocals and both her and her audience are now apprehensive(and so am i) about games

    Its something i think we need to accept as time goes on, the idea that we can always tell and to be on 24/7 AI alert. Its just not sustainable.

    Either way i still avoid AI stuff, especially art but as time goes on, i know i will care less and less. I am still hoping that its all Bubble that will burst in a few years but you cant hold your breathe forver

  • 196 @lemmy.blahaj.zone

    Get Beed Frank

  • 196 @lemmy.blahaj.zone

    POV Gun

  • 196 @lemmy.blahaj.zone

    Get pregnant

  • 196 @lemmy.blahaj.zone

    I have been a Naughty Kitten

  • Ask Lemmy @lemmy.world

    why is it that the USA holds such power over the world now and not the UK who histrionically dominated most of it?

  • 196 @lemmy.blahaj.zone

    Sleeper Agent

  • 196 @lemmy.blahaj.zone

    Femboy Mario

  • 196 @lemmy.blahaj.zone

    New Hell update(@mysillycomics at tumblr,Twitter,Insta)

  • 196 @lemmy.blahaj.zone

    SWAG Starlight(@punkittdev on twitter)

  • 196 @lemmy.blahaj.zone

    You can't just ask people why they are white(Art by drawtcc on Instagram)

  • Literature @beehaw.org

    Is urban fantasy a new phenomenons in modern Stories?

  • 196 @lemmy.blahaj.zone

    "Singapore? I like to chew gum, so that’s a hard no"

  • 196 @lemmy.blahaj.zone

    "Singapore? I like to chew gum, so that’s a hard no"

  • 196 @lemmy.blahaj.zone

    Now for the men

  • Asklemmy @lemmy.ml

    Did you sleep with notebooks and stationary under your pillows as kid?

  • 196 @lemmy.blahaj.zone

    196 be like

  • 196 @lemmy.blahaj.zone

    mpreg rule

  • 196 @lemmy.blahaj.zone

    Child marriage rule

  • Languages and Linguistics | Polyglots, Language Learners and Linguists! @lemmy.world

    Book recommendation on Linguistics

  • Asklemmy @lemmy.ml

    What metaphors have people forgot were ever metaphors?