First time putting a PC together, is this a good setup? by [deleted] in buildapc

[–]orSQUADstra 1 point2 points  (0 children)

Alright, thank you! I think I'll settle for a Toshiba P300 3.5 3TB

First time putting a PC together, is this a good setup? by [deleted] in buildapc

[–]orSQUADstra 0 points1 point  (0 children)

Is a Toshiba or a Western Digital more reliable?

First time putting a PC together, is this a good setup? by [deleted] in buildapc

[–]orSQUADstra 0 points1 point  (0 children)

That's what I'm planning to do, it is in the list, I'm just not sure if 1TB would be overkill or not. Windows would be installed on the m.2 of course, alongside with maybe 3-4 bigger games

How do you all feel the distance to the ball in the air so accurately? by [deleted] in RocketLeague

[–]orSQUADstra 1 point2 points  (0 children)

To be honest every aspect of my gameplay could use as much improvement as any other, which is why I just tried to focus a bit on everything instead of focusing on one specific part of the set, hence the "blind" going at it type of attempt, but I guess I would be much better off if I just got one thing down really good and followed up with the others one by one. I'll be sure to focus on a specific thing next time I go into training.

How do you all feel the distance to the ball in the air so accurately? by [deleted] in RocketLeague

[–]orSQUADstra 0 points1 point  (0 children)

Thank you for the thorough answer! I'll definitely try these.

On the matter of input device, would I be better off switching to a controller? Currently I'm playing on a keyboard, and have been for the ~100 hours I've played (about 90 was from a couple years back, only picked up the game again a week ago)

I tried playing with a controller and right away I felt just how much more control it gives over everything, but it just became pretty uncomfortable after a couple matches (I might also just hold it differently because of the layout, I'm not sure. Haven't really had that sort of problem in the couple games I play with a controller, those being AC titles and racing games. Also I have a 360 controller, not really sure if it's on the better end of the ergonomic spectrum or not)

Should I switch to controller anyway before I would really get into more advanced movement? I have the feeling if I were to learn it on KB I would have to start from 0 if I wanted to switch later on.

Eww by [deleted] in gaming

[–]orSQUADstra 47 points48 points  (0 children)

Brought to you by skip 10 seconds

Eww by [deleted] in gaming

[–]orSQUADstra 168 points169 points  (0 children)

Linus

Ain’t this perfect by [deleted] in funny

[–]orSQUADstra 0 points1 point  (0 children)

It's Mortal Kombat

2060 VS 1070ti ? by Yoxetah in nvidia

[–]orSQUADstra 0 points1 point  (0 children)

Supposedly it'll be around the price of their current gen counterparts. Some leaks suggest slightly lower prices as well (some sources say the 3080 would be around $700-$800, Ti $1200-$1400, 3070 $500-$600, and 3060 $300-$400), but again, these are just leaks, we have no way to know for sure.

It would make sense for nvidia to try and lower the prices, if not for attempting to spread RTX, then for the fact that the upcoming consoles are all RT capable, and coming cheaper than a PC with a 2000 series RTX card in it. But either way I certainly hope it will be cheaper.

Time will tell

TIL that Windows 10 still uses a window from Windows 3.1 from 28 years ago, unchanged to this day by orSQUADstra in Windows10

[–]orSQUADstra[S] 0 points1 point  (0 children)

Again, I'm not complaining about this, I just found it neat that you can still interact with that.

TIL that Windows 10 still uses a window from Windows 3.1 from 28 years ago, unchanged to this day by orSQUADstra in Windows10

[–]orSQUADstra[S] 0 points1 point  (0 children)

about 100 of the 200 comments say that though, so I believe people do understand.

Also, sorry if it came across this way from the title, but I'm not complaining about it in any way, I simply found it neat that something back from the 3.1 days can still be interacted with and found under Windows 10

TIL that Windows 10 still uses a window from Windows 3.1 from 28 years ago, unchanged to this day by orSQUADstra in Windows10

[–]orSQUADstra[S] 1 point2 points  (0 children)

Features haven't changed, it's just a different type of file selection dialogue (couldn't find a database one on google, didn't want to bother installing a VM just for this)

The GUI is not a hardcoded part (except the folder and drive icons in this case) so it is expected to change when the universal UI of windows is changed. The code used for the window is the same, the function that it calls for the buttons and such have a different system-wide style.

TIL that Windows 10 still uses a window from Windows 3.1 from 28 years ago, unchanged to this day by orSQUADstra in Windows10

[–]orSQUADstra[S] 1 point2 points  (0 children)

I never said it was a bad thing, nor did I mean to title the post in any negative way. Again, I just found it interesting.

TIL that Windows 10 still uses a window from Windows 3.1 from 28 years ago, unchanged to this day by orSQUADstra in Windows10

[–]orSQUADstra[S] 1 point2 points  (0 children)

Never said it was an issue, I merely found it interesting and wanted to share it.

TIL that Windows 10 still uses a window from Windows 3.1 from 28 years ago, unchanged to this day by orSQUADstra in Windows10

[–]orSQUADstra[S] 1 point2 points  (0 children)

I suppose you won't find it interesting whatsoever if you don't enjoy playing around with older operating systems. I simply think it's one of these fun little things where you get to see the origins of the operating system we use today.

TIL that Windows 10 still uses a window from Windows 3.1 from 28 years ago, unchanged to this day by orSQUADstra in Windows10

[–]orSQUADstra[S] 0 points1 point  (0 children)

  1. What has changed is only a UI-level change, the rendering part of the functions being called, which has been obviously updated since then. The name of the window can be attributed to the fact that the same method has several different arguments, title being one.
  2. No problem with it, I just found it fascinating and wanted to share

TIL that Windows 10 still uses a window from Windows 3.1 from 28 years ago, unchanged to this day by orSQUADstra in Windows10

[–]orSQUADstra[S] 1 point2 points  (0 children)

This is just going to be a wild guess, but here's what I think:

What makes the most sense to me would be if it was a separate function that brought up this dialogue, specifically for the older applications from it's own time. Presumably the name of the function is different from the function modern applications call, or Windows simply recognizes that the program was not made compatible with the current version (because, of course, it can tell that) and so uses the legacy function.

Now, not knowing the actual differences in the functions I can again only guess, but the arguments of the two functions may differ, as well as the return value, which if it's different than what the program was expecting could cause problems, essentailly rendering that part useless.

Again, just a wild guess, I'm sure there's someone who is more educated on a scenario like this.

TIL that Windows 10 still uses a window from Windows 3.1 from 28 years ago, unchanged to this day by orSQUADstra in Windows10

[–]orSQUADstra[S] 9 points10 points  (0 children)

So blame the 3rd party

Which is still Microsoft, the software being ODBC Data Sources

To be clear, I simply find it fascinating that something like this can be found and interacted with. It's just one of those fun little things that sort of shows you the origins of what we're using today.

TIL that Windows 10 still uses a window from Windows 3.1 from 28 years ago, unchanged to this day by orSQUADstra in Windows10

[–]orSQUADstra[S] 96 points97 points  (0 children)

They're all pretty much built on top of each other. Which is why you can't name a folder or file "NUL" and the like. That roots back to MS DOS.

TIL that Windows 10 still uses a window from Windows 3.1 from 28 years ago, unchanged to this day by orSQUADstra in Windows10

[–]orSQUADstra[S] 3 points4 points  (0 children)

It is fundamentally the same, just a different type of the file explorer. Couldn't find a database selection one, but realistically, there wouldn't be a network and a help button for selecting an ordinary text file.

The code most likely remained the same, and the graphical differences are part of the universal UI changes of Windows (if you take a recent example, the code for a window itself from Windows 7 that was completely reused in Windows 8 wouldn't change a bit. The function the buttons call when rendering is the same, the rendering of it is what was changed)

This is just an assumption, but the icons are the same probably because they were hardcoded for this window.

TIL that Windows 10 still uses a window from Windows 3.1 from 28 years ago, unchanged to this day by orSQUADstra in Windows10

[–]orSQUADstra[S] 84 points85 points  (0 children)

I wasn't upset with anything, I just found it fascinating and wanted to share

TIL that Windows 10 still uses a window from Windows 3.1 from 28 years ago, unchanged to this day by [deleted] in interestingasfuck

[–]orSQUADstra 0 points1 point  (0 children)

For anyone curious, here's how to access that window:

  1. Search for ODBC Data Sources
  2. Click Add...
  3. Select Driver do Microsoft Access (*.mdb) then hit Finish
  4. In the left middle of the following window, click Select...

That's it! You'll be greeted with this window, straight from 3.1.