Skip Navigation

Posts
33
Comments
142
Joined
2 yr. ago

  • It didn't even upload after 12 hours. I left it running the whole night and woke up in the morning to it still running

  • Is there like three levels of cross-posting here or something?

    Either way, here is the image

  • Maybe you mean dishonest. It does give the immediate impression that the area is covered in ruble and dust(which is true but you get what i mean).

  • KDE @lemmy.kde.social

    How do i swap those guys faces using KolourPaint?

  • He actually didn't, the perspective is from the side of the stage.

    It took me a second but he turned to the side, while still behind the podium, to his friend.

  • PieFed Meta @piefed.social

    Has anyone made a piefed theme to make it look and feel like lemmy

  • I have heard at the far right before(non-native speakers) in relations to images before

  • I.e skilled labour.

  • Ah, sorry i thought you meant after "About".

  • 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

  • Linux @lemmy.ml

    Looking for Complex Text Manipulation CLI tools

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

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

  • Ask Lemmy @lemmy.world

    Looking for YouTube channel recommendations that do video essays on religions, spiritually and mythology etc .... in an empathic and appreciative way.

  • 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"

  • Ask Lemmy @lemmy.world

    Where to did people on Bluesky go to?

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

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

  • Ask Lemmy @lemmy.world

    Looking for recommendations for a conversation style podcast

  • Ask Lemmy @lemmy.world

    What are alternative to searching using web search engines?

  • Linux @lemmy.ml

    What's a Linux distro thats breaks the windows mold and is good for testing?

  • Linux @lemmy.ml

    how much storage space does an immutable Distro need in the long run?

  • Linux @lemmy.ml

    Looking for an address book app that cutomizable

  • Linux @lemmy.ml

    Bookmark vault/archive links tool that is outside the browser

  • Linux @lemmy.ml

    Choosing a distro based on repositories near me

  • Explain Like I'm Five @lemmy.world

    How enforceable is an NDA really?

  • Ask Lemmy @lemmy.world

    Does anyone else feel like they’re looking for something specific online and can’t find it?

  • 196 @lemmy.blahaj.zone

    hand Itch rule

  • Ask Lemmy @lemmy.world

    What does your anxiety taste like and where do u taste it?

  • Ask Lemmy @lemmy.world

    How did you choose your occpuation for people who didn"t just follow thier passion

  • Ask Lemmy @lemmy.world

    What media archetypes POVs do you wish to see explored in a fully fleshed story?