Hacker Newsnew | past | comments | ask | show | jobs | submit | jeffwilcox's commentslogin

Plus the Wachowskis have Chicago street names throughout.


Love it - was walking with a friend near Martin Place they pointed out the "Reflection" sculpture that was in the movie during the red dress training exercise.


Any leak with your mobile and name pair could have done that. As a non-AT&T customer, I get the my-speecific-name pig butchering texts, too.


True. They’re brand new to me though. I’ve been getting the former for years, the latter for only weeks.


I think it's a mix. We're learning a bit each time. I'm bummed in the rush to get this finally published we made a few errors. We first found what looked like the source back in September last year.

Having the source on GitHub feels like a nice way for some people to peek through it... but there's clear compromise between archival and sharing some source.


The binaries for the multi-tasking bits did come from an external source; however, the source code is from our corp source code archives team. Even that was a bit less formal back then...


The percentage structure - while I want to agree with you, we can then look to things like ... the struggle now of delivery food percentages and tipping. If I order a $15 pizza and tip $3, I'm tipping 20%, but that is seen as "cheap" for a tip in 2023... yet if I order a $4,000 bottle of wine at dinner, and tip 20%, the staff will enjoy an $800+ tip for that meal. Worth 20% to pop the cork, really?


what are you talking about. 20% is still standard, and of course you don't tip 20% if for some reason you order a 4,000 bottle of wine, except also, if you do that, tip whatever you want, what do you care, you have 4,000$ to burn.


Thanks for the suggestion. We do have a "MicrosoftArchive" organization that we could consider transferring this sort of thing to...

As far as games, and the broader collection of earlier closed source applications: it's incredibly difficult to clear rights if there's third-party intellectual property that was written without the intention of being open, or licensed content, etc. It also takes a bit of an army to clean/review code and comments to get them ready.

[Source: I run our open source office... we help advise internally, but aren't staffed to do nostalgia open sourcing and so need to partner with people and teams who can help]


If you're not able to do large projects easily due to licensing conflicts, I would focus on small, -mostly- self contained ones in the meantime. A couple of nice, high sentimental value suggestions here (IMO) would be MASM, the Windows XP version of Paint, MS Comic Chat (to the extent that it doesn't pull in IE stuff that MS would rather keep internal), and maybe some of the stuff off the first entertainment pack (not in licensing hell like Tetris) or builtin games for Windows? I could see Reversi being a big hit. Also freeing the subset of the Core Fonts for the Web you're able to, at least Comic Sans MS.


Also relatedly to the idea of doing source releases, it may be worth looking into doing officially blessed public -binary- releases of old Microsoft software. I'd imagine it would be at least somewhat easier to get past legal and would enable the masses of unwashed zoomers to experience gems like QuickBasic, early Windows and DOS versions, everything released for CP/M, and some products that MS acquired and subsequently buried and took the hatchet to, like Altamira Composer. Actually, on that note, a source release for Altamira Composer or MS Image Composer would also be really nice if it was in fact practicable.


I was sort of frustrated that while the source exists for 2.11 now, it doesn't quite build right out of the box into a free-standing disc image-- I think it was missing some data needed to build either MSDOS.SYS or IO.SYS. Once you have all the files, you still need a chicken and egg process to get to a bootable disc, not just a 360k image you can write to a floppy.


MASM is still shipping and being used, so hardly a candidate.


It would be neat if Windows 3.x could get open sourced, both the NT and non-NT versions.

There's probably a business argument that they're far enough removed from Windows 11 to not be a threat to Microsoft's sale of Windows 11.


Isn't Windows itself far enough removed to not be a threat to Microsoft's bottom line these days? Wouldn't be surprised to see modern Windows going open-source or at least source-available in the coming decade.


Yeah Im surprised windows 11 isn’t open source at this point


Even presuming the will existed in Microsoft, there's enough licensed code that open sourcing it as is would probably be a non starter. Probably a more viable approach would be open sourcing individual components as the rights are cleared and eventually replacing the third party components which aren't able to be renegotiated with freely available or internally built replacements. That being said, they -might- be able to free something like WRK with only a little prodding on legal's part, and that would be interesting in itself bc NT has a quite elegant internal architecture and not too many people get to see it overall.


> there's enough licensed code that open sourcing it as is would probably be a non starter.

This is exactly what Sun wrote the CDDL for; it let them open source as many components as possible while still leaving some pieces closed. Sun also ended up releasing a bundle of binaries that you drop into a source build to get a complete /functional OpenSolaris system with the still-needed closed bits included, and over time some of those components got replaced piecemeal with FOSS alternatives (although illumos still includes some closed parts AFAIK).


That's right, I definitely had the ordeal of freeing Solaris in mind when I was writing the comment. Honestly something of a minor miracle it even happened. (also I'm pretty sure all the closed stuff got purged out of illumos?, not even using Sun compilers now, it's all gcc/binutils)


> That's right, I definitely had the ordeal of freeing Solaris in mind when I was writing the comment. Honestly something of a minor miracle it even happened.

Good to keep the successes in mind:)

> also I'm pretty sure all the closed stuff got purged out of illumos?, not even using Sun compilers now, it's all gcc/binutils

https://illumos.org/docs/developers/build/#getting-the-close... seems to say there's still some blobs in there, and gcc is a patched version. That said, yes, AIUI it's gotten better.


At this point I'll take a version of Windows X (whatever the latest is when you read this, now or ten years from now) that has all the bloat removed, or is easily removable, no ads of any kind for any Microsoft apps or services, call it Windows for Professionals, or Windows for Devs. Whatever, add a +$200 price tag to it, and I'll pay you Microsoft more money, to maintain less software (since you'd have to remove more OS specific things), just guarantee LTS for 20 years after release. No forced updates, but updates should be on a predictable schedule and security updates should be highlighted as such.


I'd add OS/2 1.x to this list of requests.


Thanks for that response!

I am just glad Microsoft embraced open source and is even willing to open source some of their old tools. I fully understand... Sometimes people leave undesirable comments (swear words and curses for whoever breaks it, and so on...) so I appreciate anything you guys do. One of my secret hopes is someday I come on HN to find out that some if not all of Visual Basic 6 has been open sourced, that way I can always install it without having to sail the seven seas (an option I don't bother with anymore...) or trying to figure out where my old license key even went.

Quick question if you don't mind answering: Does Microsoft have a team that is devoted to just that full time? I'm assuming it would be your team, but is that essentially all or most of what your team works on?


I am not saying to stop sending some emails around and try to acquire third party IP permissions, but perhaps a contact to the IP rights might come out of the woodwork and speed up the processes if you release what you can while you are waiting.

Since this is mostly for historical interest, note what the IP is and what they do, for libraries, perhaps somebody will find a substitute or a version of library with similar functionality without the limitation. For images/sound just include blank ones of the proper dimensions/length and the same filename, if there is enough interest they can be remade.

Just to give you an idea of of the lengths preservationists are willing to go, people in the retroreversing community they are spending months to years converting by hand opcodes of binaries to annotated assembly or C code that compiles byte identically, a few non included IP bits shouldn't be much of a blocker to retro enthusiasts.


I'd love to see MS DOS 6.22 out into the world at some point if you can swing it!


Licensing issues would probably prevent this from happening, I can't comment on third party code from other sources, but rather famously, Microsoft got in trouble for disk compression code in the 6.x releases and had to substitute it later on. Personally, I would like to see one of the very late PC-DOS releases freed (7.1 or so), but considering IBM's indifferent to belligerent attitude on freeing their historical software, I don't see this happening any time soon.


FTX's Excel spreadsheet has entered the chat.


Sigh. I have "bought" so many of my favorite movies so many times over the years. (Just piling on at this point, sorry).


Since this article was published, Washington State finally has a right-to-charge law, too, with the passing of HB 1793 - 2021-22, hopefully making things mildly better in Seattle.

While the article claims there is no money to be made in EV charging to incentivize and align with building owners, there's plenty of similar "amenities" that easily can help differentiate a "luxury" apartment building, hopefully they become more common.


There’s tons of money for apartment complexes in having chargers. For one EVs are definitely more expensive right now (outside of the older stalwarts like used Leafs). For two, my place charges an absolute arm and leg to charge and they have Solar on-site. $3 for the first two hours, $2 per hour for parking after the first eight, etc.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: