I prefer to believe they just merged the two branches in SourceSafe.
Personally, I enjoyed MS source safe and exclusive file locking.
How did the Win 95 user interface code get brought to the Windows NT code base?
31–40 of 114 posts
Re: How did the Win 95 user interface code get brought to the Windows NT code base?
#32It's always funny to me, the more you go into the depth of windows settings, the older the UI that start to show up. Which makes sense, between the "if we change it we break it in some subtle way" and "we don't expose that in UI anymore so the new panel doesn't have it". My understanding is that windows want to move to a "you can't configure much of anything, unless you use group policy and then you set everything th…
ODBC Data Source Administrator (64-bit)
Configure > untick "Use Current Directory", Select Directory
Re: How did the Win 95 user interface code get brought to the Windows NT code base?
#33It's always funny to me, the more you go into the depth of windows settings, the older the UI that start to show up. Which makes sense, between the "if we change it we break it in some subtle way" and "we don't expose that in UI anymore so the new panel doesn't have it". My understanding is that windows want to move to a "you can't configure much of anything, unless you use group policy and then you set everything th…
In Windows 11 you're only 3 clicks away from a Windows 3.1 dialog box: ODBC Data Source Administrator (64-bit) Configure > untick "Use Current Directory", Select Directory
Gotta love that the disk and directory picker survived 20-30 years.
Re: How did the Win 95 user interface code get brought to the Windows NT code base?
#34Re: How did the Win 95 user interface code get brought to the Windows NT code base?
#35I prefer to believe they just merged the two branches in SourceSafe.
Re: How did the Win 95 user interface code get brought to the Windows NT code base?
#36It's always funny to me, the more you go into the depth of windows settings, the older the UI that start to show up. Which makes sense, between the "if we change it we break it in some subtle way" and "we don't expose that in UI anymore so the new panel doesn't have it". My understanding is that windows want to move to a "you can't configure much of anything, unless you use group policy and then you set everything th…
In Windows 11 you're only 3 clicks away from a Windows 3.1 dialog box: ODBC Data Source Administrator (64-bit) Configure > untick "Use Current Directory", Select Directory
Re: How did the Win 95 user interface code get brought to the Windows NT code base?
#37moving changes from Windows 95 to Windows NT involved manually doing three-way merges for all of the files that changed since the last drop. I suspect that this manual process was largely automated, but it was not as simple as a git merge. The first release of git was in 2005, around a decade after Windows 95.
Three way merges were a thing before 2005... The author was merely comparing with today's tools.
Re: How did the Win 95 user interface code get brought to the Windows NT code base?
#38Re: How did the Win 95 user interface code get brought to the Windows NT code base?
#39Earlier quoted context omitted.
Three way merges were a thing before 2005... The author was merely comparing with today's tools.
I wonder what percentage of people on HN have ever used subversion or cvs, let alone older systems.
Same year I deleted all our customer's websites by simply dragging the hosting folder somewhere into C:\programs or something by mistake... A double click + lag turned into a drag and drop! Whoops!
I was pale as a ghost as I asked for the zip drive.
We had to reboot the file server first, which we did a swift kick to the power button.
At least today we employ very secure mechanisms; like YAML rollouts of config, to keep things interesting.
Re: How did the Win 95 user interface code get brought to the Windows NT code base?
#40Earlier quoted context omitted.
Three way merges were a thing before 2005... The author was merely comparing with today's tools.
I wonder what percentage of people on HN have ever used subversion or cvs, let alone older systems.
But the percentage is probably small, yes.