Cactus_Head
Profile by artisticside(website:www.artisticsideoflife.com, Instagram:@artisticsideoflife_)
Banner by Elena_Medvedeva(Email:lenkovskai@yandex.ru, Website:https://creativemarket.com/elenamedvedeva)
- 16 Posts
- 53 Comments
Using Voyager here and had no issue, its on the app store.
Cactus_Head@programming.devto
Asklemmy@lemmy.ml•what country do you live in and what language was taught in your school?English
2·16 days agoAt most the school could have offered you Urdu instead of Hindi
You know, I never thought of it that way, probably would have made the transition back to Arabic easier too, when I moved back to my country.
Cactus_Head@programming.devto
Asklemmy@lemmy.ml•What's your greatest regret? Be as cryptic as possibleEnglish
1·16 days agoWhoever invented Piggybacks, should carry the sins of their predecessor on his back to hell.
Cactus_Head@programming.devto
Asklemmy@lemmy.ml•Guys, I am in need of niche media to larp, any suggestions?English
2·16 days agoWhat does Larp mean here?
Cactus_Head@programming.devto
Asklemmy@lemmy.ml•what country do you live in and what language was taught in your school?English
1·16 days agoI lived in India(in what at the time, was called Hyderabad) for a while, as a foreign Arab. Most of the curriculum was in English, with both Telugu(the official language) and Hindu language subjects. I hated it.
Coming from an Arab country where the most English we were taught was the ABCs, and then being told I had to juggle 3 entirely new language. I wasn’t even exempt from it. I would alternative from getting 61 out 75 in a hindui exam to falling the class, depending on if the teacher let’s me cheat.
I couldn’t even tell you what letters I was writing, I just drew them as a I saw them. My dad even forced me to watch Hindi cartoons in the hopes I will magically pick it up. For a while, I even had a Telugu teacher teaching me the alphabets. None of it stuck.
Honestly that period of my life was really damaging. I left India with full English and not a hint of Arabic. Coming back to the Arab world, to even get to the point of conversing with people again took years, and I still don’t know how to read or write beyond a first graders level. Reading still gives me a headache.
Cactus_Head@programming.devOPto
Linux@lemmy.ml•How to install recommended packages after installing the app(Linux mint)English
3·2 months agoDoes it actually list the packages that are suggested?
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.
Cactus_Head@programming.devOPto
Linux@lemmy.ml•Looking into downloading a webcomicEnglish
2·2 months 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·2 months 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·3 months agoThanks you ❤️, but my country doesn’t allow any outgoing connections
Cactus_Head@programming.devOPto
Linux@lemmy.ml•Looking into downloading a webcomicEnglish
3·3 months 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
3·3 months 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
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·3 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·3 months agoAh, sorry i thought you meant after “About”.
Cactus_Head@programming.devOPto
Linux@lemmy.ml•Looking for Complex Text Manipulation CLI toolsEnglish
1·3 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
0·3 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·4 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·4 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·4 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.devto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Cannot find my torrent site bookmarkEnglish
5·4 months agoThan 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.



It really sounds like the voice in my head calling me lazy, like bro, is this the best you can do?