Retrocoding - Old Things, New Way.

Retrocoding - Old Things, New Way.

Follow
homeOld Blogbadgesnewsletter
Tag

Windows

#windows

More content

Read more stories on Hashnode


Articles with this tag

The 90s Developer Starter Pack

Nov 5, 20228 min read

Experiencing Windows 95 Exploration Box Installation Like People In Early 90s. · I recently found a 386 emulator called 86Box, a fork of the earlier...

The 90s Developer Starter Pack

Windows API is Successful Cross-Platform API.

Nov 2, 20226 min read

You might find the title a little bit odd. Hold your thought for a moment and hear me out. I'm a big believer that in technology, and life, something...

Windows API is Successful Cross-Platform API.

Secure Oldies V: Windows 3.x and Winsock 1.1

May 21, 20223 min read

How the oldest Microsoft 32-bit platform fare running modern TLS. · Despite the version numbering, Windows NT 3.1 is the first Windows NT released at...

Secure Oldies V: Windows 3.x and Winsock 1.1

Secure Oldies III: Compiling for Windows 9x Using OpenWatcom

May 13, 20227 min read

Making new code running on old platform. · We're able to compile our executable an run it on Windows NT 5 based operating systems (Windows 2000 and Up)...

Secure Oldies III: Compiling for Windows 9x Using OpenWatcom

Secure Oldies I : Introducing Windows Sockets and Simple HTTP Client

May 11, 202212 min read

When Windows Takes Good Ideas from Unix · Goal TLS 1.3 has been defined in 2018 and it has been 4 years from the definition, and earlier version TLS 1.2...

Secure Oldies I : Introducing Windows Sockets and Simple HTTP Client

Windows' Hello World in x86_64

May 6, 20227 min read

Windows needs some assembly love · So I've written about how to do Hello World in Linux and macOS. You might need to check it out. Toolchain For this...

Windows' Hello World in x86_64