Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Many people will stay on console, or give up ga (Score 1) 32

The line has muddied, as consoles went USB and console accessories started being PC compatible.

Once upon a time, you popped a game cartridge into a purpose built specialty thing with bespoke capabilities to do the things the game companies wanted, with proprietary connectors and instant boot up and what you get is what you have.

On the PC side, you futzed with config.sys/autoexec.bat to have just the right memory layout, depending on if you needed the maximum conventional memory, ems or xms, and environment variables to match your dip switches.

Now a game console is an x86 box that takes some time to boot to an OS then you select an app, which probably is a game, and good chance it's developed with a game engine that pretty much equally supports Nintendo, PS4, and Microsoft ecosystem.

The PC side you just plug in, often the exact same accessory, and things automatically go. The UI of Windows can be obnoxious, but this is a prime mindset for Valve to take advantage launching their PC that's 10-foot optimized out of the box.

Nintendo held on to console-ness longer, with their Wii and Wii-U gimmicks, and their switch admittedly isn't an x86 box, but it's basically a gaming tablet, which is the other big thing eating into the casual gamer market.

Comment Re:Cooling? (Score 1) 85

The thing is that while the heat pipes can work in space and may have been used in satellites and then brought to earth, the issue is with the amount of thermal energy and having radiation as the only way to evict heat.

So while the mechanism for heat pipes started in space, the computers are *way* more wattage than the space based applications.

Comment Re:C/C++ code covers more complex legacy code (Score 1) 32

Rust [...] makes it harder for you to work around the compiler when it comes to memory.

... which, to be clear, is a good thing. Working around the compiler is dangerous and a code smell, so it shouldn't be something that is easy to do. It usually indicates that either the compiler's capabilities aren't sufficient to meet your needs (in which case, a better solution would be either a better compiler, or to re-evaluate the wisdom of your approach), or that you are doing something the wrong way and should find a way to do it that works with the compiler, rather than around it, so that you get the benefits of the compiler's co-operation.

Comment Re:"USED CHATGPT TO WIN THE LOTTERY" (Score 1) 79

Modern models will take into account statistical biases in lotteries. For example, here's ChatGPT:

Pick good lottery numbers for the Virginia powerball lottery

Good question. First, a reality check: Powerball is pure chance — there’s no “good” numbers that are more likely to win. Every set of 5 white balls (1–69) + 1 Powerball (1–26) has exactly the same probability.
wwwuat.valottery.com
+1

That said, I can give you a few tips + a sample “random but balanced” pick, if you’d like to pick your own numbers rather than use Quick Pick.

Some tips when choosing your Powerball numbers

Spread your numbers
Try to pick a mix across the range (low, mid, high). According to lottery-strategy advice, not clustering all your numbers in one group is better.
samlotto.com

Avoid patterns
Many people pick birthdays, anniversaries, or sequential numbers. That’s fine—but if you win, you might have to share with more people because these are popular picks.
lotteryvalley.com

Use “due” or “hot” numbers carefully
Some sites (like lottery-analysis tools) track which numbers are “hot” (drawn recently) or “overdue” (haven’t appeared in a while). But remember: past draws don’t change future odds.
m.lottostrategies.com

Mix even and odd
According to some statistical analyses, it’s less likely to draw all odd or all even numbers.
samlotto.com

Play responsibly
Odds of winning the Powerball jackpot are extremely long: 1 in ~292 million.
lotterycritic.com

Sample “balanced” Powerball pick

Here’s a random-but-balanced combination you could use just for fun (or as a basis to tweak):

White balls: 8, 23, 41, 57, 65

Powerball: 12

If you like, I can generate 5 different “smart random” picks for the next Virginia Powerball draw (balanced by probability and number distribution). Do you want me to do that?

Comment Re:Random Number Machine (Score 2) 79

The thing is, it very much *won't* be random numbers. It's about as far from a random number generator as you can get.

In a really bad model, one would expect it to likely be "numbers it's seen the most in the context of a lottery". But in a good model, esp. a thinking model, one would expect it to think over which sorts of numbers are statistically over-chosen (birthdates, etc) and avoid them in giving its answers.

The funny thing is, think of how this woman will interact with ChatGPT from now on. ChatGPT could say "Abraham Lincoln was married to John Wilkes Booth", and she'd be thinking, "Okay, that sounds really, really wrong, but on the other hand, it picked the right lottery numbers, so..."

Comment Re:What about top speed? (Score 1) 92

I'll go with NHTSA and NASA over the "Barr Group" ambulance chasers, thank you. Barr found that it's possible if you get like a cosmic ray to flip just the right bit you could stick the throttle on (but still not make it overpower the brakes). NHTSA and NASA investigated not just the software but the actual cases. In not a single actual case that they investigated did they find that it wasn't well explained by either stuck pedals or pedal misapplication (mainly the latter).

Comment Re:It's not Lupus (Score 2) 49

That's not the goal of a vaccine against a dormant virus (destroying B-cells), it's about developing a more capable immune reaction against the virus itself. See for example the shingles vaccine (targets dormant VZV, aka shingles / chickenpox). With a strong immune recognition of the virus, as soon as it tries to reactivate, it's immediately targeted, preventing it from becoming problematic.

Dormant viruses use a combination of (A) techniques to suppress immune recognition of them, and (B) low / no reproduction until your body's immune recognition of them has weakened. Vaccines help deal with both issues.

(BTW, if you're getting up there in age and haven't gotten your shingles vaccine, do so. It's one of the "rougher" vaccines, IMHO (both on my initial and followup doses I had "flu symptoms" for a day, when I normally have no reaction at all to vaccines), but that's *way* better than getting shingles)

Comment Re:It's not Lupus (Score 1) 49

The funny thing is that as soon as I saw "[condition] may be linked to a common virus" I thought, "It's Epstein-Barr, isn't it?"

Seems it causes bloody everything under the sun :P

As soon as there's even a clinical trial I can sign up for to get vaccinated against it, I'm getting it. I had mono in my late teens, so I can be expected to have dormant Epstein-Barr in me. A horrible autoimmune condition that my mother has (which leads to among other things her skin regularly feeling like it's on fire) seems to be linked to Epstein-Barr reactivation.

Slashdot Top Deals

This process can check if this value is zero, and if it is, it does something child-like. -- Forbes Burkowski, CS 454, University of Washington

Working...