Live data from Hacker News

Former Microsoft dev built a 2.5KB Notepad clone

theguptalog.blogspot.com

1–10 of 26 posts

Re: Former Microsoft dev built a 2.5KB Notepad clone

#5
Sure, but it's basically a very thin wrapper on the built-in RichEdit control, with some added menus and niceties.

Don't get me wrong, it's hundreds of times better than whatever UWP abomination they call Notepad in Windows 11 nowadays (with logins and AI features), but it's not an actual text viewer / editor from scratch.

Re: Former Microsoft dev built a 2.5KB Notepad clone

#7
When I was younger, I decided I wanted to learn how to write games. I decided I needed to start simple, though, and I thought NOTEPAD.EXE was about the simplest thing out there. (This was in Windows 3.1.) So to learn how NOTEPAD.EXE worked, I opened NOTEPAD.EXE in NOTEPAD.EXE, and spent several hours trying to decipher the symbols' meanings.

My first attempt at coding was … unsuccessful.

Re: Former Microsoft dev built a 2.5KB Notepad clone

#9
post #5

Sure, but it's basically a very thin wrapper on the built-in RichEdit control, with some added menus and niceties. Don't get me wrong, it's hundreds of times better than whatever UWP abomination they call Notepad in Windows 11 nowadays (with logins and AI features), but it's not an actual text viewer / editor from scratch.

> thin wrapper on the built-in RichEdit control

> UWP abomination they call Notepad

Kind of weird for both of those things to be true. I thought the latter was mostly the former. But I’ve been away from Windows for a loooooong time it seems.

Post reply on HN