←back to thread

402 points _JamesA_ | 1 comments | | HN request time: 0.424s | source
Show context
lenerdenator ◴[] No.44383647[source]
When SteamOS and Ganoo/L00nockz become first-class gaming citizens, that's when I'm building a gaming PC for the first time since 2012.

I'm a Mac guy now mainly because of my job and I like UNIX-y stuff now, but of course, gaming is even more lacking than Linux.

We're so close. Once AAA releases and GPU drivers get there, it's over the cliff, and I could see that being in the next five years.

replies(4): >>44383851 #>>44384415 #>>44387154 #>>44388086 #
arvinsim ◴[] No.44383851[source]
I have always wanted Windows to move to Unix so that I can have the best of both worlds(software development and video games). Glad that we are close to that reality.
replies(1): >>44385390 #
windward ◴[] No.44385390[source]
You'd also need a sane filesystem.
replies(1): >>44387949 #
p_ing ◴[] No.44387949[source]
Windows has NTFS and ReFS. Both are quite sane and performant.
replies(1): >>44388597 #
windward ◴[] No.44388597[source]
I know. Neither are either. git is noticeably slower, the locking is untenable, the case-insensitivity is a source of bugs.
replies(2): >>44388962 #>>44390677 #
1. p_ing ◴[] No.44388962[source]
Both file systems support case sensitivity.

Use DevDrive in a virtual disk or secondary volume, there are significant performance gains for things like git, nodejs modules, etc.

It helps to know the system. The perf would be an issue with any file system on Windows due to the file system filter architecture.

Locking is a function of the NT executive and not of the file system. It was a design decision. I’ll see if I can dig up the reasoning later.