Cactus_Head
Profile by artisticside(website:www.artisticsideoflife.com, Instagram:@artisticsideoflife_)
Banner by Elena_Medvedeva(Email:lenkovskai@yandex.ru, Website:https://creativemarket.com/elenamedvedeva)
- 11 Posts
- 21 Comments
Cactus_Head@programming.devOPto
Linux@lemmy.ml•Looking into downloading a webcomicEnglish
2·30 days agoIt’s probably better not to try to preserve webcomics. It’s like the only bad form of art.
That a bizzare take, why? From the sound of it you dont hate comics in general, what about them being on the web makes them “bad”?
Anyways, that honour goes to any podcast by any who calls themeself a comedian.
Cactus_Head@programming.devOPto
Linux@lemmy.ml•Looking into downloading a webcomicEnglish
1·30 days agosorry i meant uploads and port-forwarding(This is in Egypt). Tried to seed for MyAnonymouse(a private tracker for books) but couldn’t
Cactus_Head@programming.devOPto
Linux@lemmy.ml•Looking into downloading a webcomicEnglish
1·1 month agoThanks you ❤️, but my country doesn’t allow any outgoing connections
Cactus_Head@programming.devOPto
Linux@lemmy.ml•Looking into downloading a webcomicEnglish
3·1 month agoI can see the url for each image when opening when the json link(source_url:) and each image is labeled in the correct order as far as i can see but how do i grab the urls?
Maybe look into awk language compile a list of urls than pass them through curl?
Cactus_Head@programming.devOPto
Linux@lemmy.ml•Looking into downloading a webcomicEnglish
2·1 month agoHaven’t used curl or wget,have yet to start using command-line(outside of solving some linux issue or organizing family photos) but open to learning.
Cactus_Head@programming.devOPto
KDE@lemmy.kde.social•Difficult in seeing Toolbar items in KDE applications in dark modeEnglish
12·1 month agoDo you mean for The OS itself(Linux mint cinnamon)? Its Mint-Y-aqua.
Cactus_Head@programming.devOPto
KDE@lemmy.kde.social•Difficult in seeing Toolbar items in KDE applications in dark modeEnglish
31·1 month agoThat looks levels better. I am using Linux mint cinnamon desktop
Cactus_Head@programming.devOPto
Linux@lemmy.ml•Any Solutions for uploading files to cloud storage(e.g Google drive) and such, for people in countries with very slow upload speeds?English
2·2 months agoIt didn’t even upload after 12 hours. I left it runing the whole night and woke up in the morning to it still running
Cactus_Head@programming.devOPto
Linux@lemmy.ml•Looking for Complex Text Manipulation CLI toolsEnglish
1·2 months agoAh, sorry i thought you meant after “About”.
Cactus_Head@programming.devOPto
Linux@lemmy.ml•Looking for Complex Text Manipulation CLI toolsEnglish
1·2 months agosecond 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 Aboutin 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 aThis 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
Cactus_Head@programming.devOPto
Linux@lemmy.ml•Looking for Complex Text Manipulation CLI toolsEnglish
1·2 months agoI think this is The solutions that makes the most sense to me
But i don’t understand what
seddoes herereplace 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;JediUsing semicolons “;”
I figure i can replace them with commas usingtrcommandtr ';' ','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
trmanual
Lastly, i have been trying to use regex to match
What "X" Says AboutTo
What The MCU Says About The Comics IndustryI just need to match The “X” There, the program takes care of the rest
I tried
What \w+\s+ Says AboutOn this website to match
What The MCU Says About The Comics Industry
But using the debugger, it only recgnize “The” and then stops
Cactus_Head@programming.devOPto
Linux@lemmy.ml•Looking for Complex Text Manipulation CLI toolsEnglish
1·2 months agoSomething 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 - FlapjackTurned into
Harry potter,Perfect Blue,Jurassic world,Flapjack,Jedi,Star wars,The clone wars,MCU,Gumball,Flapjack,Steven Universe,Stars vs. the forces of EvilBoth “Franchis” and “Cartoons” where removed/ not included with the other words.
Cactus_Head@programming.devOPto
Linux@lemmy.ml•Looking for Complex Text Manipulation CLI toolsEnglish
2·2 months agoWhy 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 wars
JediTransformers
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.
-
Cactus_Head@programming.devOPto
Linux@lemmy.ml•Looking for Complex Text Manipulation CLI toolsEnglish
1·2 months agoBasically 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,XboxRemoving 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
-
Cactus_Head@programming.devOPto
Linux@lemmy.ml•What's a Linux distro thats breaks the windows mold and is good for testing?
39·3 months agoDid you read my post like at all?
I meant something that breaks the traditional windows environment. Stuff outside xfce , cinnamon and kde. gnome doesn’t work for me on keyboard and mouse. I want a distro to mess around with, not distro to settle on, i am fine on linux mint as is, just wanted to try a distro as a side hobby
Cactus_Head@programming.devOPto
Linux@lemmy.ml•What's a Linux distro thats breaks the windows mold and is good for testing?English
3·3 months agoMy bad, phrases that badly. I meant to avoid i3
Cactus_Head@programming.devOPto
Linux@lemmy.ml•how much storage space does an immutable Distro need in the long run?English
1·3 months agoI keep getting “No such file or directory” and " Permission denied" on directories “/pro” and “/run”. I am assuming those are the partitions of the HDD, either way, i got 193 GB but its not down broken down into sections. i am also wondering if it counted the HDD storage space in the total storage used.
Linux mint does have Disk Usage Analyzer where i got the storage spaced breakdown from. the size of / directory is 117 GB, 48 of which is Timeshift snapshots, so 67 GB of used space out of 240 GB SSD.
Cactus_Head@programming.devOPto
Linux@lemmy.ml•how much storage space does an immutable Distro need in the long run?English
3·3 months agoI didn’t phrase that right. It filled to over 90% of the 180 GB SSD. Had move distos right away
Cactus_Head@programming.devOPto
Linux@lemmy.ml•how much storage space does an immutable Distro need in the long run?English
1·3 months agoIf you’re talking about containerized software
do you mean Flathub or something like docker/distrobox. I remember using toolbox for some CLI commands.

Yes, But i think i got what you meant, i tried Manjaro before and when i installed GIMP or VLC(on GUI store), it offered to install Plugins and such(i could choose which to install) for me.