Maybe the power supply is dying? Do you move it often? Or could the USB cable be degrading?
Are you using a VPN?
Oh that’s hilarious
Dell is already at 500Hz 1080p
I like this take, it’s like the LLM is doing a cold reading of what the expected response is.
I’m getting tired of Microsoft reading my data. What’s you backup strategy on linux?
More data rot. I wonder how many millions of links are about to disappear.
My understanding, zero day means when the exploit was discovered it was already being used in the wild. This is different from an exploit discovered by a bounty program or by security researchers.
deleted by creator
What’s absolutely crazy about that is:
Prompt: write code that checks how many r’s are in the word strawberry
Response:
using System;
class Program
{
static void Main()
{
string word = "strawberry";
char targetChar = 'r';
int count = 0;
foreach (char c in word)
{
if (c == targetChar)
count++;
}
Console.WriteLine($"The letter '{targetChar}' appears {count} times in the word \"{word}\".");
}
}
I’d love to see a crank on EVs to power the low voltage stuff in emergencies. How many amps does the car startup take? 15A? Maybe bicycle pedals.
It’s much much much cheaper to use the same 12V systems that other cars use.
Kia/hyundai solved this by having a disconnect on their (li-ion) 12V battery. When the voltage gets low it completely isolates the battery. There is a button inside the car that reconnects it right before starting the car.
An explosive hatch! Or ejection seat! Love it
It seems pretty obvious, but also, it would be nice to see improvements in this area.
Understood. CG-NAT has been so annoying, I would love for IPv6 to completely replace v4 ASAP
I figure the mobile carrier was blocking incoming connections to my phone. This was a couple of years ago, things might have changed since then.
Thank you
I didn’t mean prevent, just makes it harder by default. You can still open connections from within the NAT
Edit: I do admit to failing at accessing my IPv6 PC from my IPv6 phone
Edit2: apparently NAT is full of security bugs
You’re talking about NAT traversal? We do have control over which we apps we run though?
Edit: apparently NAT is full of bugs