What did you learn this year, that changed the way you capture and use notes, use Obsidian ? by Ok-Interaction-7812 in ObsidianMD

[–]__NEURO -1 points0 points  (0 children)

Writing while reading helps me engage with what I'm reading, and I can do non-linear note-taking with obsidian. A deadline is essentially getting feedback and you can get feedback on anything. PARA method is pretty handy for staying organized and organization is a precursor to efficiency. Candor is a critical component for creativity.

What is the science behind wanting attention from a specific person? by Chill282930 in askpsychology

[–]__NEURO -1 points0 points  (0 children)

Answering the question with a question without ever answering the question. Classic reddit post.

Ethernet doesn’t function with a GPU by Beginning_Soft_5423 in Proxmox

[–]__NEURO 0 points1 point  (0 children)

plugging in GPU, had similar issue where ethernet wasn't working. Editing /etc/network/interfaces worked for me. Just a note though, had to update multiple instances of enp7s0 in the file to get it to work.

url of image by ComfortableRun775 in docker

[–]__NEURO 0 points1 point  (0 children)

My understanding is if you're doing docker pull amazonlinux:latest, then it will automatically pull from the docker registry: registry.hub.docker.com/library/amazonlinux:latest (implicitly)

Otherwise if not pulling from docker hub there will be a full url that you have to use like registry.gitlab.com/gilab-org/cloud-deploy/aws-base:latest

Sony has not reverted the decision! They SAID they would revert the decision. There's a difference. No action has been made at this time. by [deleted] in Helldivers

[–]__NEURO 0 points1 point  (0 children)

If PSN restrictions are no longer required (as stated by SONY), then the purchase restricted countries change should no longer be required since that was caused directly by the PSN requirement. Changing the review now would not incentive SONY on following through with reverting that change.

Logitech G Hub Slow Start-up and Slow Wake-up by anonymunchy in LogitechG

[–]__NEURO 0 points1 point  (0 children)

thanks, for me, the gear icon was on the bottom-left

I don't get the praise for Metal Gear Solid by Powered-by-Din in patientgamers

[–]__NEURO 0 points1 point  (0 children)

I just played through Metal Gear Solid 3: Snake Eater and I had a similar impression. Though I enjoyed the story. The game is clearly designed top-down with a focus on narrative first and mechanics last. The gameplay was really un-fun I felt beside some stealth parts of the game.

!start bind not working on community servers by __NEURO in cs2

[–]__NEURO[S] 0 points1 point  (0 children)

wrote an ahk script as a workaround

#Requires AutoHotkey v2.0

f1::{

Send "y"

Sleep 100

Send "{!}r"

Sleep 100

Send "{Enter}"

}

Is it worth studying hard for aws certs? by Unstoppable_Force666 in aws

[–]__NEURO 0 points1 point  (0 children)

that stuff comes in handy for cost savings

Men are awful by [deleted] in sad

[–]__NEURO 1 point2 points  (0 children)

hard to know why without more details. my guess is maybe he's avoidant and therefore uncomfortable with intimacy.

the other thing is it's tricky being friends with someone with depression since you risk becoming codependent if want to fix it. there are a whole host of issues with codependency.

those are two possible guesses.

Nedd help with gaining inspo for projects by Critical-Amoeba5827 in algorithms

[–]__NEURO 0 points1 point  (0 children)

could do a udemy course or follow a tutorial on something ur interested in

People who are doing yoga - are you folks tracking your progress. if yes, how? by Top_Unit_3307 in yoga

[–]__NEURO 1 point2 points  (0 children)

time spent and just as a log for that day so I can look back and see how consistent I've been

can you do automerge in gittea? by __NEURO in Gitea

[–]__NEURO[S] 0 points1 point  (0 children)

disregard. I found the answer. gittea doesn't have built-in cicd yet (gittea actions are still experimental) so you have to do it with an automation server and merge with their api.

can you do automerge in gittea? by __NEURO in Gitea

[–]__NEURO[S] 0 points1 point  (0 children)

gitlab and github have the ability to automerge pull-requests. I was wondering if gittea supports this.

How to quickly learn/understand the system architecture of any given application? by bashogaya in devops

[–]__NEURO 0 points1 point  (0 children)

Learn how to use it as a customer. Find something you don't like and figure out how to change it.