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

It's been super amazing to see how much they could continue to support newer hardware and keep it going considering that I don't believe they have the kernel source.

It wasn't too long ago I saw OS/2 on some ATM machine that was crashed.

I used to love OS/2 back when developing DOS applications (since I could crash the app and not the machine). OS/2 got me interested in "real OS's" and then SunOS in college, etc.


Up til 20 years ago there were a surprising number of ATMs still running OS/2; NCR and Diebold supported old machines for a long time. Especially small market/small regional banks wanted to get the absolute most out of their capex investment. Over the years, I've worked with a couple of those dead-enders on different GRC projects, mostly because I'd actually seen OS/2 before. AFAIK, those vendors stopped supporting OS/2 in the 2000s; I'd be very, very surprised if there were any left now.

I you're interested in how a very "not Unix" operating system is architected, I really recommend Deitels' "Design of OS/2". Very interesting.


I have heard that many times. Is it know why, if true?

Seems to ve very weird that IBM will give them a license to keep OS/2 updated but no access to the kernel.


It's definitely true that they do not have access to the original OS/2 source - this has been confirmed by people from Arca Noae in various interviews/presentations I've seen. I've never heard a definitive explanation for why, but two reasons are usually speculated:

1) Due to the amount of third party code in OS/2 (most notably, the DOS and Win 3.x layer) that IBM is unable to license out the code, or unwilling to go to the trouble to figure out the legal implications.

2) IBM has lost some or all of the source code.


You couldn't convince me that IBM lost it..

The licensing would be my guess, Microsoft owned some of the code, there may have been other third party code in there too.


Did eComStation also lack access to the source? Weird.

As far as I know, yes. There were no changes made to eCS which required source - everything was implemented as drivers, or layers on top of the base OS.

> this has been confirmed by people from Arca Noae in various interviews/presentations I've seen.

Has it? Do you have any links, please?

I interviewed Lewis Rosenthal of Arca Noae.

https://www.theregister.com/2023/01/19/retro_tech_week_arca_...

I reviewed ArcaOS.

https://www.theregister.com/2023/09/04/arcaos_51/

I have not heard or seen any direct confirmation of this anywhere. If you have, I would really like to know. I am looking at a follow-on review and this would be great background info.

> most notably, the DOS and Win 3.x layer

I think what you put in parentheses here is the real reason.

IBM probably still has the source. It seems to be methodical, unlike say Symantec which lost the QEMM and DESQview source.

But IBM and MS co-developed OS/2. MS has joint ownership of this code.

MS has a 50+ year history of being a deeply dishonest and unreliable company. It hates FOSS and only releases what it has to. MS-DOS 4 only got out became someone found it and made it public.

Satnav Nutella has no more understanding of this than the Queen of England. He will do and say whatever is needed to make Number Go Up.

MS releases tiny token gestures to make the incomprehending loud FOSS advocates believe them. Notepad, Calc, ancient DOS releases... nothing that matters.

It won't release Windows 3 because some of that code is still in Windows today.

MS does not love Linux. WSL2 is an embrace-and-extend tactic. If MS had a real clue left then WSL1 would never have been a product: it would have just extended the NT kernel POSIX personality to run Linux binaries.

Remember the core of Windows is the NT kernel and it can natively run OS/2 binaries and Unix binaries.

It doesn't because MS turned it off. NT is a version of VMS with native Unix and OS/2 binary support and a GUI built on Windows 3 code and MS won't let that code out. If it did the ReactOS people could make a ReactOS that was Good Enough. The WINE people could make a seamless one that make .EXEs a 1st class Linux citizen.

MS is terrified of that because it doesn't have the skills to do the equivalent any more, and WSL2 is the existence proof of that. It couldn't even get systemd working in WSL2 until it hired Poettering to do it. Then he stayed there just long enough to get the money and he's off out again.

The reason IBM won't release the OS/2 source, even to Arca Noae, is Microsoft.


See this interview of Lewis Rosenthal by Bryan Lunduke: https://www.youtube.com/watch?v=8oXKMZ56R2o

Particularly around the 20:15 mark onwards.

Also, around the 25 minute mark, Rosenthal points out that the Workplace Shell source code "no longer exists in one place anymore", so I do think that there are problems with finding all the source for the OS.


I'd love to see the policy on review tools to start with, I know even people who are skeptical of getting "AI Slop" thrown at them by agents at a high rate, getting code reviews from some of the SOTA models definitely can be helpful.

Google found that with Jules years ago at this point, same for other automated tools.

When I first saw the headline though, it sounded like someone was listening to one of my favorite Rush songs.

"""

If you choose not to decide

You still have made a choice

You can choose from phantom fears

And kindness that can kill

I will choose a path that’s clear

I will choose free will.

"""


I'd love to try Zed, but it's unusable on MacOS (https://github.com/zed-industries/zed/issues/20806 seems to be the issue).

If that ever gets fixed then I'd look at replacing Sublime (which is still my go-to for quick editing) and then see if it can handle more advanced coding (which one the rotating list of various vscode forks handle today)


So, it's been one year since I use Zed daily, and I didn't encounter this issue, or any other issue for instance, everything is smooth and I never encountered a failure or a crash.

I work on large (everything is relative, though) monorepos, that would probably qualify for this limit, and I remember already did the kind of "workaround" discussed in this issue years ago on this device. I think it's hard to blame the software when the default file limit is so low depending on the languages you work with.

Anyway, if you would encounter this problem, you would have already encountered it with other tools, or else this is fine.


I use other tools (sublime, vscode, cursor, antigravity, emacs) none have run into this out of the box.


Have you tried BBEdit recently? It's incredibly configurable, AI features are entirely opt-in, and it supports LSPs now. It's my go-to for basically all text editing these days.


Not in like 20 years, I'll take a look again, it used to be my favorite back in os9 days


cesium or rubidium?


rubidium + gps



Does it need to be this close to NIST, or just relative to each other? Because the latter one is solved by PTP.


As far as I remember, near each other, but the comment I was replying to was specifically about needing accuracy.

It's been over a decade now since I managed the truetime team at google, things may have changed since :)


Honestly when I saw Okta in the headline, I had assumed the article was going to say they were breached again.

This one is amusing, and as another comment mentioned below, large companies are awful at accepting patches on github. Most use one-way sync tools to push from their internal repositories to github.


Cool, I just had claude code write me something similiar this week to go through my immediate directories and get me this type of information on each one of this (since all of my git repos are under a single dir)


fun fact: check-projects is initially a nodejs script I wrote specifically for my projects few years ago;

My first usage to test out claude code was to generalize this script: cople hours later it was entirely rewritten with Go and and CI on github actions you see now here.


Wow, I had never heard of that new one until today! Was worried for a bit.


I think if your old company plan is with Vanguard and your new company plan is not as good as Vanguard, you leave it in the old company plan as a 401k.


and pip-compile before that.

Agree that uv is way way way faster than any of that and really just a joy to use in the simplicity


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

Search: