Forgot your password?
typodupeerror

Comment We need to increase the penalties. (Score 3, Funny) 46

I suggest:

First offence: Have to watch CSPAN for 5 hours a day, for a week, without sleeping through it - evidence to be provided in court

Second offence: Have to sing Miley Cyrus songs and Baby Shark on TikTok - sober

Third offence: License to practice and all memberships of country clubs and golf courses revoked

Comment Obsolete data centers canceled before construction (Score 2) 58

As reported elsewhere, the long lead times have made some data centers obsolete at startup, or sometimes before construction is complete. For example, Oracle and OpenAI abandoned expansion of a data center in Texas, because the expansion as planned would not be ready for new NVidia GPUs. TFA doesn't mention the tremendous water consumption by data centers, a statistic AI companies strive to hide, and which many water-constrained communities rightly use to oppose data center construction.

Comment Re:BitTorrent (Score 1) 60

Yes there is, it's hardware and driver version dependent. It's far more efficient to just do the compilation in the background than to keep a precompiled version for each game for each combination of hardware and driver, x2 once for Vulkan and once for DirectX for games which support both.

They could take that one step further: once your computer has compiled the appropriate shader for its particular combination of hardware/driver/etc, the game could upload that particular shader to a repository, so that the next install with the exact same combination of conditions could just download it instead of having to duplicate the work. I imagine there are a lot of people out there running functionally identical systems that would benefit.

I suppose they don't do that because they don't trust people not to repurpose the mechanism as a malware vector, or something.

Comment Re:Works pretty well. (Score 3, Informative) 49

There are a lot of community fixes for that kind of thing, but for most people who ain't got time for fiddling, gaming oriented distributions like Nobara are shipping with baked in patches for things like SMP scheduling issues, Wine bugs, driver gotchas, etc.

I've been running Nobara on my PC exclusively for the past couple of years. It's been great - like a fixed version of Fedora that just works. I hear great things about Bazzite and CachyOS too.

The most fiddling I really have to do to get my games to run is to check protondb and look for game specific launch options (there's a place to put that in Steam), and select a compatible version of Proton (a simple drop-down in the Steam console). Most stuff just works out of the box though.

Comment Re:TypeScript? (Score 4, Informative) 64

That surprised me, too. TypeScript is a very poorly-congealed ("designed" seems a bit strong) language.

Of the two popular scripting languages - python and ruby - python probably makes more sense as you can compile into actual binaries if you want.

For speed and parallel processing, which I'd assume they'd want, they'd be better off with Tcl or Erlang, both of which are much much better suited to this sort of work.

Slashdot Top Deals

The universe is all a spin-off of the Big Bang.

Working...