Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:The predator that eats all it's prey (Score 1) 134

When an invasive predator enters an environment and wipes out all the prey, then the predator too starves.

This is where an aggregation platform and AI can come together to produce a crowd sourced news feed. Ideally your smart watch would sense the rise in your heart rate without exercise and ask you want is happening. You tell it what is happening, it transcribes your description to an aggregation platform where AI takes everyone's responses and creates a news story. Your watch could even request you take a video, and that would be used to recreate the scene from multiple angles when combined with other people's videos.

Comment Re:What, no Java? (Score 1) 236

Ultimately reverse compile any binary into any language and then retarget it to a new CPU architecture or GPU. I get ahead of myself though.

Java was the next big thing 25 years ago. The next big thing changes all the time. If we transpiled all old code bases into the next big thing, then we'd lose the history that has gone into our code bases. Would be handy though to be able to convert a code base in one language to another language easily. Take all your Python code and compile it to something performant, repeat with things like MATLAB.

Comment Re:They can't *seriously* be surprised (Score 1) 287

Windows NT is not one version

Windows NT 3.1 - Very promising, but a bit rough
Windows NT 3.51 - Excellent, best version ever
Windows NT 4.0 - they killed it, never recovered, moved the User Interface layer into the kernel so they could beat Mac in Bytes magazine benchmarks after Billg complained about it. Also added the look and feel of Windows 95.

Comment Re:Remember when you actually owned your games ? (Score 2) 14

I don't really care that it has a DVD drive, I've been buying games online for my Xbox 360 for a long time now. I can't give up my Xbox 360 for a new console though because the new console doesn't have a Kinect, and just about every game my family plays on the 360 requires the Kinect. Up to 4 people can jump around or whatever in front of it and play a game together. It's great for fitness and family bonding. There isn't anything else that that fills this hole.

Comment Re:Note to self (Score 1) 36

Nobody in a Ponzi scheme wants the fund to go bankrupt before they cash out. B Riley want the fund to "trade out", a laughable term in this instance. That normally means you keep on manufacturing widgets and selling them at a profit so as you can pay off your debt. In this instance they just want other suckers to pay more for their magic unicorn coin than what they paid for it. Everyone holding is going to lose big money, that's the only future I see for this.

Comment Re: Because capitalism (Score 1) 196

In my experience, C# has memory leaks.

It's a design fault of the language, events hold strong references to the listeners. I use the weak event managers for hooking up all my events to the handlers so as to avoid this issue. I prefer message buses to events anyway. These days there are .NET message buses like MediatR with weak subscribers, and the C# Rx framework has supported weak subscribers since its inception over a decade ago.

Comment Re:Bean counters did this (Score 1) 50

Yeah you got me, I'm making shit up without actually looking into how these things really work. But wouldn't the operating system have a low power mode for running things like Fortnite, which sets the fan to be low speed and then clocks down the CPU when it gets too hot, and a high power mode for running Chrome or Microsoft Office which ramps up the fan control and clocks up the CPU? So in that way the fan speed would depend on load.

Slashdot Top Deals

A computer without COBOL and Fortran is like a piece of chocolate cake without ketchup and mustard.

Working...