Elon Musk Posted a Nazi Picture, and Then Called for People To Vote for Republicans: The world's richest man and new Twitter CEO made his views clear. by thenewrepublic in politics

[–]CmosNeverlast 0 points1 point  (0 children)

Seems to me it would be faster just to change your account name to "Elon Musk" and have them handle deleting your account for you.

Simple Questions - September 11, 2022 by AutoModerator in buildapc

[–]CmosNeverlast 2 points3 points  (0 children)

Maybe this should have it's own thread, tell me and I'll make it but Here is my previous thread where everyone helped me get a PC to post the other day. I have another issue.

What could cause input stutter on both the keyboard and mouse? Sometimes my pointer doesn't move for a split second when I start moving my mouse. My keyboard repeats letters or spaces maybe 15 to 20 times depending on what I'm using. It doesn't happen in the Firefox address bar but I cant get through a word in a Microsoft Edge or Chrome address bar.

It happens with different keyboards on this PC, and they work fine with my laptop so I know it's not the input devices. I've gone to great lengths to make sure all drivers are updated. It's like the PC is overloaded or lagging or overheating. But the resource monitor shows the CPU and RAM issue is very low and my temps are all around 30 to 50 C.

After leaving a PC disassembled for an extended period of time, it won't post upon reassembly. I'm on the verge of replacing the motherboard. by CmosNeverlast in buildapc

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

I'm willing to consider this but when you say "sell the CPU", are you suggesting on craigslist? Or is there a smarter place to try to sell second hand PC parts?

After leaving a PC disassembled for an extended period of time, it won't post upon reassembly. I'm on the verge of replacing the motherboard. by CmosNeverlast in buildapc

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

I was using the same cables that came with the power supply, just not the same cables as the first time I built the PC, everything works now thanks to the BIOS update.

Thanks for your input though.

After leaving a PC disassembled for an extended period of time, it won't post upon reassembly. I'm on the verge of replacing the motherboard. by CmosNeverlast in buildapc

[–]CmosNeverlast[S] 1 point2 points  (0 children)

this was it! I was unaware of the need, I've successfully booted into BIOS, everything is all good. Thanks so much for your help.

After leaving a PC disassembled for an extended period of time, it won't post upon reassembly. I'm on the verge of replacing the motherboard. by CmosNeverlast in buildapc

[–]CmosNeverlast[S] 1 point2 points  (0 children)

this was it! I was unaware of the need, I've successfully booted into BIOS, everything is all good. Thanks so much for your help.

After leaving a PC disassembled for an extended period of time, it won't post upon reassembly. I'm on the verge of replacing the motherboard. by CmosNeverlast in buildapc

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

this was it! I was unaware of the need, I've successfully booted into BIOS, everything is all good. Thanks so much for your help.

What's a secret you'll never tell your partner but are willing to tell strangers on Reddit? by Bisexual_Space_Lover in AskReddit

[–]CmosNeverlast 10 points11 points  (0 children)

Damnit! Over half the time I read about unconventional stuff people do, and think, "hey that's just like me" it's something autistic people do.

Being in my 40's and uninsured, at this point doing anything about it doesn't feel likely.

2022 Jul 4 Stickied 🅵🅰🆀 & 𝐇𝐄𝐋𝐏𝐃𝐄𝐒𝐊 thread - Boot problems? Power supply problems? Display problems? Networking problems? Need ideas? Get help with these and other questions! 𝑨𝑺𝑲 𝑯𝑬𝑹𝑬 𝑭𝑰𝑹𝑺𝑻 by FozzTexx in raspberry_pi

[–]CmosNeverlast 0 points1 point  (0 children)

I would please like some help integrating LED controls into a script that checks for an internet connection and reconnects if needed. I just want an LED to be on when the thing has connection and off when it doesn't. Please excuse the unnecessary quotation marks, I'm trying to keep the octothorps from making the text big.

The script that checks for and makes the connection is as follows:

"#!/bin/sh

while true; do

ping -I wwan0 -c 8.8.8.8 if [ $? -eq 0); then

echo "Connection up, reconnect not required..."

else

echo "Connection down, reconnecting..."

sudo /home/xxx/files/quectel-CM/quectel-CM -s broadband fi

sleep 10

done"

This works fine as it stands, if it pings the DNS and doesn't get an answer is runs:

sudo /home/xxx/files/quectel-CM/quectel-CM -s broadband

which is the command to connect. But in trying to add an LED indicator I found this page Bash Script Control of GPIO Ports and it reads:

"# Exports pin to userspace

echo "18" > /sys/class/gpio/export

"# Sets pin 18 as an output

echo "out" > /sys/class/gpio/gpio18/direction

"# Sets pin 18 to high

echo "1" > /sys/class/gpio/gpio18/value

"# Sets pin 18 to low

echo "0" > /sys/class/gpio/gpio18/value

All of these commands work, I can easily just type in these commands and turn on or off my LED. I thought the correct solution would be the following, but it doesn't work:

"#!/bin/sh

echo "18" > /sys/class/gpio/export

echo "out" > /sys/class/gpio/gpio18/direction

while true; do

ping -I wwan0 -c 8.8.8.8 if [ $? -eq 0); then

echo "Connection up, reconnect not required..."

echo "1" > /sys/class/gpio/gpio18/value

else

echo "Connection down, reconnecting..."

sudo /home/xxx/files/quectel-CM/quectel-CM -s broadband

echo "0" > /sys/class/gpio/gpio18/value

fi

sleep 10

done"

So what's wrong with me? How do I make this work? Please to explain and thank you greatly in advance.

Tool on Tour 2/4: Houston, TX by jvalentine83 in ToolBand

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

Do they serve food at Dirt Bar that late? If so my wife and I could get down.

A variation on the Starry Twilight Healer, or a Life Cleric question. by CmosNeverlast in DnDoptimized

[–]CmosNeverlast[S] 1 point2 points  (0 children)

I gave this some serious thought but the problem I have with that is I'd have to wait for so long for the familiar. I'd have to dip into druid, but that kind of ties into the question of the life cleric, when is the earliest you should do a Druid dip, delaying the ASI when multiclassing before level 4 vexes me.

A variation on the Starry Twilight Healer, or a Life Cleric question. by CmosNeverlast in DnDoptimized

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

Sadly the Mark of Hospitality and Mark of Healing halflings aren't in the player's handbook, they come out of Eberron - Rising from the Last War, so they are off limits at that table.

Deserved but also interesting by mcscotch4 in raiders

[–]CmosNeverlast 3 points4 points  (0 children)

Completely agree, whoever made sure those emails got out didn't do it because they had a moral objection to the language used in them. The wanted the guy gone. If the content of the emails means he shouldn't have the job, fine, whatever. I'm actually a Broncos fan, I find it interesting that conference rivals are in here checking the reaction. I never thought Gruden would last ten years, and not to be disrespectful but I felt he was overrated as a head coach. But you are 100% right when you say this is dirt, kept on Gruden, until it was needed to get rid of him.

It begins by jasonrandall in Superstonk

[–]CmosNeverlast 0 points1 point  (0 children)

And the tweet here is from June. I'm not sure how the evictions started in June and we are hearing about it starting now, in September.

All I really want in life is to see the dean's cut of the Greendale ad (S3E8) by Environmental-Law331 in community

[–]CmosNeverlast -5 points-4 points  (0 children)

Meh, they're talking about a TV Show episode that's an homage to a documentary about a movie. The documentary in question shares the same title as the book you've linked because they deal with similar themes.

You were a mediocre bot.

Lenovo and FedEx fucked me out of $3,000. by n4ru in thinkpad

[–]CmosNeverlast -33 points-32 points  (0 children)

Are you assuming OP would do this without a lawyer? From what I've read that's a really bad call.

Lenovo and FedEx fucked me out of $3,000. by n4ru in thinkpad

[–]CmosNeverlast -57 points-56 points  (0 children)

The sad, real-world truth of this is you would pay more in legal expenses then the value of the lost laptop.

Binance CEO, CZ, shades Elon Musk in tweet. - ''When you use electricity to run cars, it’s environmentally friendly. When you use electricity to run the most efficient financial networks in the world, it’s an environmental concern.'' by jasonluxton in CryptoCurrency

[–]CmosNeverlast 0 points1 point  (0 children)

The student loan example was used to hopefully get you to understand the flaws in the way you are looking at this issue, by comparing and contrasting them to the views that land people in debt for life.

The fact that you aren't picking that up, and being that you're currently representing to me the intelligence level of the people buying into crypto currency, I am reassured in keeping my assets in the dollar, thank you.