cactus_head

joined 2 years ago
[–] cactus_head@programming.dev 1 points 18 hours ago

That's my first thought too

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

I use the tasting smell as example of not feeling the tastein your mouth. I am struggling to think of examples now but lets say you have a liquid medicine that without even tasting it, the smell tells you it taste bad.

 

I was reading a comic,called Space Boy on Webtoon and part of it talks about flavors of people. I remember how my anxiety taste like and tried to looking it up to no avail, what comes up is the metallic taste and is not what the i am looking for

My anxiety tastes sour and bitter and is very itchy, its happens on the upper end of my chest, which is where i mostly taste it. when i say taste i mean how look someone would taste smell, despite not the taste feel in their tongue.

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

if you squint, you can see it. Have interest in stuff and so google but Al slop

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

add also Copycat Sites and Huge AI Blocklist, but honestly i feel like they are making a difference, there is just to much

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

I was just thinking this today. Constantly I get "top 10 stuff" like website in all my searches and always the same 5 websites for a topic. Tried looking up alternative to using search on google and other search engines, always "top 10 google alternative.

I can't even tell if the website is All slop cuz its always top 10 format. Nowadays, outside of Wikipedia and site:reddit.com I trust nothing.

Also, shit is so bloated nowadays that my browser constantly crashs and even without lots of tabs, the page lags when its bloated. There was a website with a progress bar stick to the webpage window that shows you how far you read and its like a 30 sec read. Thought I was gonna have aneurysm.

[–] cactus_head@programming.dev 4 points 3 weeks ago

I think they were all the US

  1. Group of students were holding a protest which involved stepping on the flag of the United States.
 

As some with ADHD, my interest fluantuats wildly. How does an average person choose a job thats suppose to be for life and not worry about loss of interest, let alone some with ADHD.

[–] cactus_head@programming.dev 1 points 3 weeks ago

Sorry, still haven't, not sure when

[–] cactus_head@programming.dev 9 points 3 weeks ago

Less than six hours, I have diabetes.

[–] cactus_head@programming.dev 2 points 3 weeks ago

This question kinda of erks me, cuz this a geographical specific question. Most of the world technological progress was slower than the US and adjacent countries, especially in developing countries, so by the time everyone their internet, we still had those old CRT TV and flat screen were for the ultra rich.

About the looking about stuff, even tho I was born in 2000s, we didn't have internet/a home PC until 2013, before then you would either ask a teacher or a family member who specialise in that field, if its not your parent first. Contrary to popular, library are not that common outside the US and mainly in Universities. Really, this how most ppl are the world looked up stuff, just us around.

 

I been thinking about this for a while. First with a the significant other of a hero without powers or a helping role, where we see their day to day life and how they feel insignificant next to the hero and all the action that take place away from them for the most. See different relations, ones where the hero over compensates for short-comings, one where they are toxic or even abuse panther in their. Mentors for heroes, who start the story with as mentors, mother/parents of heroes. Also when i mean full story, i don't mean a single episode in a series or a poltline in a book, but a fully completed story centered around them alone.

some archs i thought of:

-the comedic relief -the powerhouse(usually written as dumb) -the villain(that is not just a serial killer) -the future seer/oracle

Feel free to add media/stories use the arch for the full stories

 

I understand encryption in mediums outside digital stuff like letters or Morse code, but how does a computer OS works when its code is scrambled, and how is the key stored and used to verify the enryption passphrase without some pluck it out and use it.

Encrypted letters don't have to carry the key or verify it.

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

His name is Abdul Rahman(my folks refuse to call him that and call him saf)

1000004239

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

Especially and adjacent for me, I even have to google them cuz offline spell checkers never get them right.

[–] cactus_head@programming.dev 3 points 1 month ago* (last edited 1 month ago) (4 children)

Just got a cat/kitten 2 days ago and bath him a little today(not my choice). Had poop stack in his paws(stuck to the fur side) and I had to remove it.

Going through my communities on Lemmy and reddit, and deciding what to keep and what communites to help grow and which I want to create. Overall, I feel like most ppl have returned to reddit even if they still have an account here like me. What bothers me the most are communities that are just RSS feeds for website with one person posting to artificial inflate the communites. I hate those, I wanna talk to real people, not the equivalent of a bot. I know they are trying to incete discussion and engagement but I have an almost allergic reaction to those posts. I think the post format with exit symbol just erks me to no end.

Been watching a new cartoon on yt that was cancelled before it aired, micronauts . Its boring but not a lot of options nowadays.

 

258
He's gay (programming.dev)
 

a Twitter thread:

first tweet: caption Classroom of 2020, with a picture of spider-Gwen

second tweet(the profile of Spider-punk): LETS GOOOO

third tweet(the profile of Miles Morales): You are too old for her

fourth tweet(the profile of Pavitr Prabhakar, spider-man India): He's gay

Fifth tweet(the profile of Miles Morales):he's 25 and she's 16

sixth tweet(the profile of Spider-Man Noir): He's gay

seventh tweet(the profile of Miles Morales):he's older than her and why are insulting him

eighth tweet(the profile of Miguel O'Hara/Spider-Man 2099): He is literally homosexual

 
 
8
submitted 4 months ago* (last edited 4 months ago) by cactus_head@programming.dev to c/linux@programming.dev
 

I want to make a script or scripts to auto backup but have no experience making any scripts and would appreciate any help or input. Some outlines

script -Make a backup of my Main folder in another folder in my home directory named Backups every 6 hours and keep only 12 backups at a time(3 days). Each backup is timestamped with data and time along with name Main

-Make a backup of my Main folder to my internal hard drive every 6 hours and keep only 12 backups at a time((3 days). Each backup is timestamped with data and time along with name Main

-Take the latest backup folder and create an encrypted tar file from it.Use rclone to upload the tar file to my google drive every 3 days.Each backup is timestamped with data and time along with name Main

Optional -Configure some kind of notification system to inform me to make an offline backup to my external hard drive/USB thumb drive once a week(it would be nice if can i sync the notifications between my PC and Android phone but not sure if that's possible)

-Is there a way to do incremental backups for the first two backups

Software i know of -rclone(i use it manually upload my encrypted backups to my google drive)

-BorgBackup(the one in Linux mint repo is outdated thought 1.2.8v instead of 1.4v)

-rsync

-FreeFileSync

-duplicity(also outdated 2.1.4v instead of 3.0.4)

 
 
192
Me IRL (programming.dev)
 
view more: next ›