I just got the February monthly site update live, here's what's new!
Vintage Laptop Print Ad Database
I search through a lot of archived computer magazines to look for information for the site, and have been saving a lot of print advertisements along the way - over 500 of them as of right now. So, I decided that the best way to sort through them all is to put them all in a searchable database. Here's what it looks like:

You can choose to list all print ads from a brand, or you can search by the name of a laptop. You can see that it will also list the original/ODM model of a laptop if the one in the ad is a rebadge - and the search checks both fields, so you can search by an ODM brand or model to get a list of all print ads that show it, from all the brands that sold it. I think it's pretty neat!
Right now the database has around 150 print ads in it. I will continue adding more in future site updates.
Here's the link:
https://www.macdat.net/database/search_printads.php
Oh, and another thing - the database accepts GET commands in the URL. So for example,
https://www.macdat.net/database/search_printads.php?search=Nan Tan 9200 will return all print ads featuring the Nan Tan 9200. This means that now instead of hard-coding image URLs of print ads onto laptop pages, I can just put on link instead that will pull up each print ad from the database that shows that model!
Laptop pages with multi-model tables can now pull from the database
This was one of the features that I didn't have ready yet when I got the initial SQL update out last year. Laptop pages that covered one single model pulled their specifications from the database, but pages on multiple models (for example, the Compaq LTE Elite Series page) did not, as automatically assembling a multi-model table was a lot trickier, so I left it for later. Well, I finally wrote the code to do that, so I've been updating those remaining pages to php. Yes, this means the old links for those pages will break as they have been changed from .html to .php. Unfortunate, but there's really no way around this. It needed to be done, as now when I update a specification in the database, the laptop's page will automatically update with it, whereas before I'd have to change it both in the database and on the page.
Not all of these multi-model pages have been updated yet, but they will be within the next couple months.
I've also done a bunch of other back-end stuff to make the site and code easier to update in the future (moving the spec table generating code into a template file, database restructuring, etc).

The above table was auto-generated from the database.
TONS of new documentation on Dual Technology Corporation
Dual was one of the 90s-era Taiwan ODMs, and one with exceedingly little online documentation prior to now. I'm actually really proud of how much info I have been able to dig up on them after many hours of research. The vast majority of what's in the Dual section now was nowhere to be found on the surface web before. A good amount of info was found on Dual's main taiwan website on the Wayback machine, but a
ton of it came from dual.com.au, the website of their Australian branch. I almost completely missed this information because their homepage was broken on the wayback machine capture. I almost passed it up before deciding to dig through the source code to find a link to a functioning page, which revealed the rest of the site had been archived. The support pages there had a treasure trove of information on their SKD and PMD/PentiMedia series laptops.

I'd totally recommend checking the Dual section out - they made a ton of really interesting laptops. A laptop from 1993 with an option bay that could fit everything from a trackball to an ethernet card? Check! A laptop from 1998 with a built-in webcam? Check! And it goes on really. I'm still missing a ton of info on Dual's laptops mind you, but I've also found way more on them then I thought I would, so hey, glass half full.
More ODM Laptop Documentation
This update also brings a new section on Modern Computer Corp, an extremely obscure ODM from the early 90s. They're behind the NoteStar and Walkom "NP" series laptops, are likely the basis behind Sager still starting all their model numbers with "NP" to this day, and are frequently confused for being MSI, even though they aren't. They *did* change their name to Microstar Computer Corp at some point, but they were completely unrelated to MicroStar International, despite both being computer companies from Taiwan.
I've also got more documentation up on laptops from Arima, MiTAC, Compal, Clevo, FIC, and more. There's also now a (very empty) section on Chaplet Systems which I will be expanding in the near future.
As always, you can see a full changelog at
https://www.macdat.net/extras/revhistory.html
More to come! Stay tuned.