Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment AKA: Round robin DNS load balancing. (Score 3, Insightful) 21

Basically all major hosting providers even describe this technique as a cheap easy way to add load balancing without a dedicated load balancer, this 'fast flux' method is just a way lots of people did it if they didn't control the DNS server either by constantly pushing new DNS records instead to cycle between.

It's been used for decades, plural. Just suddenly it's a big security threat because it makes tracking more complicated somehow?

Comment Re:Breakable (Score 2) 107

And 90% of the difference in cameras is not the sensor, there's only a handful of those on the market in the end.

Install the Google PXL version of the camera app and you'll regain most if not all of the camera quality basically instantly because you'll get the properly massaged sensor output instead of the raw bits that the OEM vendor camera app spits out.

Comment Wow this site is horribad. (Score 4, Informative) 18

This site for the challenge is absolute dumpster-fire trash tier for interface.

It tries to enforce 'committing' code like git, but never actually stores anything so you lose all progress even running a test then going back to your code... because it resets back to the 'challenge' point in it's internal commit tree.

And it also has several LLM Generative "prompt engineering" challenges later in the list it looks like, so have another nope.

And the forced loud autoplay videos are just the third ribbon-on-top nope of the whole thing, what a waste.

Comment Re:Cable routing (Score 4, Interesting) 33

As someone that's built several PCs with the GD09 this retro case is based on, it's one of the best airflow cases on the market and has gobs and gobs of room to route the cables all the way up against the front of the case with good places to cable-tie them in place across the front framework, and 100% of the airflow is to the sides by default. It supports either 'positive pressure' case with flow out the top/rear, or cross-flow towards either side which I usually prefer.

It's not a case with glass panels to see the insides, it's a case to setup once in a clean way internally then just use the computer for years after in comfort, with only having to occasionally take the fan filter panels off to dust them off and clip them back in place.

Comment Re:You know what else did harm to our kids? (Score 2) 112

And there's damnably few (basically none) studies even attempting to find causation versus correlation, and many of those aren't finding that being on social media harms kids, but that harmed kids flock to social media as their only available avenue to find others when those in the guardian roles fail them.

And yes, I'm being specific in choosing my words to be as general as I meant to be, please don't try to waffle these rice-cooker pancakes.

Comment Re:There goes certificate pinning (Score 1) 293

Pinning had two problems which is why every browser removed support less than 5 years after adding it. (2015-2019)

1) It didn't scale. At all. Even internally it had issues trying to scale to allow for updating the certificate, and absolutely no way to recover from some mistakes as you'd functionally lock yourself out of fixing them because all browsers that obeyed the standard would refuse updates unless they matched. And the size of the pinning data grew exponentially in very short order as more sites tried to do it, if someone could inject headers into your site they could lock everyone out with a malicious header, etc.

2) Many SSL vendors didn't implement the standards properly and often required entirely new private keys for every renewal, which was directly fighting the pinning standards. This is still an issue even today when even NIST has for years and years now recommended re-use of private keys for years at a time. At least Let's Encrypt does THAT part correctly!

Comment A Jewel of an Engineer (Score 4, Insightful) 41

It seems right that since I announced the BBS Documentary production on Slashdot, I should also take the time to give testimony to one of its primary interviewees that took it from side fun project to meaningful historical work.

My goal had been to do a documentary on the BBS Experience, working from interviews with flexible friends and nearby folks, and then work up to the "Big Ones", the names who had been in my teenage mind when I ran a BBS, like Ward Christensen, Chuck Forsberg, Randy Suess, and others. But then I had someone from Chicago checking in to make sure I wasn't going to skip over the important parts the midwest had told in the story. So it was that a month into production, barely nailing down how I would fly post 9/11 with a studio worth of equipment, that I found myself at CACHE (Chicago Area Computer Hobbyist Exchange) and meeting Ward himself.

They say "Never meet your heroes." I think it's more accurate to say "Have the best heroes" or "Be the kind of person a hero would want to meet." Ward was warm, friendly, humble, and very, VERY accomodating to a first-time filmmaker. I appreciated, fundamentally, the boost that he gave me and my work, knowing I was sitting on hours of footage from The Guy.

There were many other The Guy and The Lady and The Groups for BBS: The Documentary, but Ward's humble-ness about his creation and what it did to the world was what made sure I never overhyped or added layers of drama on the work. Ward was amazing and I'll miss him.

Comment Re:Back in the day (Score 1) 66

Quake actually did this even, so rapid tapping smooths from the inertia (which is generation-dependent, Generations on Q3A is great to explore this).

The real issue is ADAD spam messes up the movement prediction because it counteracts the core idea of most of the anti-lag tech.

Inertia + a tiny bit of enforced minimum latency on things (like 50ms) so the inertia can be smoothed in would indeed fix like 99% of these complaints because it puts a 'A-10 BRRT speed limit' on how much tapping matters but still lets folks use it for precise positioning as much as they want.

Honestly I wish more games (especially racing games) did they so that rapid left-neutral tapping could control the steering better than it does instead of expecting/demanding everyone use an analog input for steering/throttle/brake like they do a lot of the time now.

Slashdot Top Deals

"A mind is a terrible thing to have leaking out your ears." -- The League of Sadistic Telepaths

Working...