cactus_head

joined 2 years ago
 

Just downloaded KolourPaint and want to ry out somethings.

I know how to cut their faces, its just that i cant move them around. Once i try to cut the other face, the first one becomes part of the image.

image

Maybe its just something KolourPaint cant do .

[–] cactus_head@programming.dev 2 points 4 days ago (1 children)

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.

 

The one thing puts me off Piefed is the UI. I tried the different available themes, but outside of Irix - 1998, nothing felt right. Irix - 1998 itself is too bright, so i tried it with dark reader but it still feel off put

[–] cactus_head@programming.dev 2 points 4 days ago

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

[–] cactus_head@programming.dev 2 points 5 days ago

I.e skilled labour.

[–] cactus_head@programming.dev 1 points 1 week ago

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

[–] cactus_head@programming.dev 8 points 1 week ago* (last edited 1 week ago) (1 children)

Nah, I meant those lesbians are fucking that mans wife

[–] cactus_head@programming.dev 5 points 1 week ago (3 children)

Took me a second.

[–] cactus_head@programming.dev 1 points 1 week ago (2 children)

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

[–] cactus_head@programming.dev 1 points 1 week ago (4 children)

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

[–] cactus_head@programming.dev 1 points 1 week ago* (last edited 1 week ago) (10 children)

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.

[–] cactus_head@programming.dev 2 points 1 week ago

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 wars
Jedi

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.

[–] cactus_head@programming.dev 1 points 1 week ago* (last edited 1 week ago) (12 children)

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

 

I have a program that require all keywords to be in a single paragraph, most of the time, separated by commas

For example:

I have those terms

1-Term
1.1-Term
2-Term
3-Term
4-Term

That i collected and organized into groups and subgroups with Titles and subtitles

Title

  • 1-Term

  • 1.1-Term

  • 2-Term

    • Sub-Title
      • 3-Term
      • 4-Term

But then i want to turn them into:

1-Term, 1.1-Term, 2-Term, 3-Term, 4-Term 
 

Removing certain marked words(Titles and sub-Titles), any Empty/Blank space, and Line breaks, while adding the commas between The Terms. I want to keep certain dashes "-"(like in words )

1-Term,1.1 -Term,2-Term,3-Term,4-Term

[–] cactus_head@programming.dev 1 points 1 week ago

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

 

Its been 5 years since i have left my faith and i am at a place where i would like to learn about religion as whole, in secular sense.Not looking for anti-theist discussions.

I wouldn't mind if the creator is religious themself as long as they are nice and don't push their views on the viewer.

I am interested in religious themes, history, mythology, spiritually in general and don't mind long videos. I don't have specific religions in mind, rather i would like an array of perspectives. That said, don't worry if the creator you want to recommend me focus on only one religion or just the Abrahamic religions in general, i am open to any perspectives.

I do have a pile of saved articles and books on religions i want to read eventually, but its been difficult for me to start, so i wanted to try a more passive medium.

Feel free to recommend me podcasts if you.

50
submitted 2 weeks ago* (last edited 2 weeks ago) by cactus_head@programming.dev to c/asklemmy@lemmy.world
 

I had a Bluesky account at the hight of the twitter migration. At the time it seemed promising and their were a lot of cool tools,both first and third parties, some of them still exist

I had to delete my account because I was at a point where I was overwhelmed by the amount of account I had, but I just got back and have been heating and seeing that bluesky has lost a lot of followers

So my question, did most people go back Twitter? Or did they disperse to other social medias across the internet. And why did people leave in the first place?

 

I have been thinking about this is for a while now.

My teeth's have always been crocked(overbite here) and I have been always conscious about it. They yellowish(especially the four lower front) and not equal sizes(some look like they are broken)

Recently I found out that my adult tooth grow under my mild tooth even though I am in my 20s. I got the millk tooth removed and the dentist said that the adult one will move into place in a about year but its still at the back of the other teeth for two years and I kept rubing it with my tongue and its driving me crazy.

He did say that I can install braces if it doesn't move into place and I just don't have the money for that. Instead I looking to get it removed altogether.

But this is not a mouth anyone would wanna kiss

It seems to be a family isue, with most of family(especially mom) and my other relatives having dental problems

Mom herself have been having teeth installed and its costing us months and months of rent

I keep thinking that this is my fault for not brushing twice a day or after every meal or whatever but I genuinely think that this is something only a dentist could have prevented.

CW: Sexual stuffI was looking at the mirror, at that adult tooth and thought, it would be painful for anyone who's dick I am sucking as I scrap their dick.

 

I have both Undetermined and English in my account setting but each post and comment have those two options but i leave those it on "Select language"

Ideally i would want my posts and comments to be visible as many people as possible, hence why i selected Undetermined along since English on the assumption that most English users have Undetermined as their default

How does everyone else do it? Do you bother to select language setting for posts and comments?

Also, right now this post language setting is "Select language"

 

Ok, so i pretty much am constantly listening to something in the bacground, usually a podcast or creeypasta, and yeah its a problem

But while i work on that, i need some podcasts to listen to and i am mostly out of material

My two Criteria are:

  • The format is a conversation between two or more friends
  • its not about tech, enough people recommendation those around here
 

For most use cases, web search engines are fine. But I am wondering if there are alternative ways to finding information. There is also the enshittification of google and tbh most(free) search engines just give google search result

Obviously, the straight answer is just asking other people, in person or online, in general forums or specialised communities

Libraries are good source too but for those of is that don't have access to physical libraries, there free online public libraries(I will post the links for those that I found below)

Books in general, a lot of them have reference to outside materials.

So, I been experimenting with an AI chat bot(Le chat), partially as life coach of sorts and partially as a fine tuned web search engine. To cut to the chase, its bad. when its not just listing google top results it list tools that are long gone or just makes shit up. I was hoping it to be a fine tuned search engine, cuz with google, if what you want is not in the top 10 websites, your on your own.

So yeah, that all I can think of. Those are all the routes I can think of for finding information and probably all there is but maybe I missed some other routes.

 

I got rid of my window from my secondary partition(gaming addiction) and now I have a 128 GB m.d. i have been running Linux mint for most of my Linux experience but want to try out something out side the traditional windows setup

I have tried those setups

  • Linux mint xfce
  • Linux mint cinnamon
  • fedora workstation(gnome)
  • fedora silverblue(gnome immutable)
  • fedora kde
  • majaro cinnamon

I would hope for sometimes were the learning curve isn't too extreme for me(i3 was too much)

 

Two years or so tried fedora Silverblue and one the main issue i run into was storage. I had 180 GB SSD at the time and it filled to 90-something in a week. Now i have a 240 GB SSD and thing of try an immutable distro but worried about the storage space.

Anyone got insight into how big an SSD do i need?

 

I have been looking for doctors, saving numbers, emails and working hours in a onlyoffice spreadsheet but its not really readable at a glance. Looked around for an address books app but neither gnome calendar nor Thunderbird meet my needs.

The features I would like in an address-book( not all of them are strictly need) are:

-custom fields. -ability to customize address fields to include stuff like landmarks, floors and district(could also do with removing stuff like Postal box or countries). -custom labels for fields like phone numbers(WhatsApp,telegram) or instant messaging(discord)

Not a priority

-add notes, maybe even add multiple notes to contact. -calendar integration, with ability to add dates to contacts that can include notes.

Did try cardbook Thunderbird add-on but it is mostly unresponsive. On gitlab, the last comits was from 4 years ago and the last released version was from 2018, dispite that, Thunderbird addon store still keeps receiving new version, even in 2026 and issues are still being opened with developer responding,even a few hours ago.

All to say, I think it went close source

Anyhow, I am not opposed proprietary apps necessary(would still pick open source if its an option) just wanted to note the add-on being close source(I think) for people in case anyone wants to know.

view more: next ›