Hacker Timesnew | past | comments | ask | show | jobs | submit | aleph_minus_one's commentslogin

> Or when IBM renamed everything Websphere.

You mean "Web's fear"? ;-)


Microsoft should add a new game to Windows to accustom Windows users to Copilot.

There's a restrictions on games with even simulated gambling

> Microsoft .NET Copilot

Not to be confused with "Microsoft Copilot .NET". :-)


or Microsoft Copilot for .NET Core

.NET Core does not exist anymore: it was renamed to .NET with .NET 5.0 (skipping version 4.0):

> https://en.wikipedia.org/w/index.php?title=.NET&oldid=134276...


That's because .Net 4 has been the .Net Framework's current version since 2010. It's basically the same reason they never made Windows 9.

They dropped the Core designation because they're still trying to encourage people to migrate so they can take .Net Framework out behind the shed where Silverlight went. v5 was a convenient time to start that whole process of re-integration.


> That is basically redefining the word defense, though.

I guess that dogemaster2026 wanted to express this in a little bit more indirect way. :-)


Rather: the "victorious" countries of the Second World war were afraid of a re-militarization of Germany. On the other hand, they wanted to re-militarize the Western part of Germany just a little bit so that West Germany could become part of the NATO.

> For decades they have alienated their own native population, especially men. And now they want to conscript them as their approval ratings are around 15℅.

In particular concerning the military conscription (laws), there exists a cross-generational opposition to these.

I just post two famous songs concerning this topic (if you know German):

Franz Josef Degenhardt - Befragung eines Kriegsdienstverweigerers [40 Interrogation of a conscientious objector] (1972)

https://www.youtube.com/watch?v=WDTtMTcj8X0

--

Reinhard Mey - Nein, meine Söhne geb' ich nicht (1986)

https://www.youtube.com/watch?v=e0qPsYTBCtQ

Reinhard Mey & Freunde [Reinhard Mey & friends] - Nein, meine Söhne geb' ich nicht [No, I won't give my sons] (new recording; 2020)

https://www.youtube.com/watch?v=1q-Ga3myTP4

See also https://de.wikipedia.org/wiki/Nein,_meine_S%C3%B6hne_geb%E2%...


> Why "should" they?

Because it is clear that there is a market demand for it.


There is also a clear market demand for $10 bills sold for $5, but I don't see you tapping into that opportunity!

I didn't write anything about pricing. I just claim that people would love an offering without the discussed restriction, and because there is clear evidence of such a demand, it would make sense for Anthropic to prepare such an offering.

>I didn't write anything about pricing

Yes, and that's exactly the problem I'm pointig at.

Your comment "that people would love an offering without the discussed restriction" ignores the pricing burden of that, which is why it's confused why Anthropic don't just offer this.


> I didn't write anything about pricing. I just claim that people would love an offering without the discussed restriction,

The API has no restrictions; what is the people's objection to that?


Then you mean the API, and if that's not sufficient, then you do have an issue with wanting something for nothing.

> Is there value in having a "working ReactOS" as of 2026 _for workstations_?

The ideas behind the NT kernels are much deeper than what many Linux fans think of it. Just to give some examples:

- the NT kernel is build around supporting multiple subsystems, even though currently only "1.5" are in active use: the Windows subsystem and WSL1 (the latter has for many purposes been replaced by WSL2)

- the NT kernel is not built around "everything is a file" (a very leaky and very incompletely implemented abstraction that is used in GNU/Linux); instead the central concept is the handle

- the I/O in NT kernel is built around the idea that the API is "completion-oriented" instead of being "readiness-oriented" as in Linux. This manifests in concepts like I/O Completion Ports (IOCPs), Overlapped I/O, ... Since this is a deeply technical topic, I refer to https://speakerdeck.com/trent/parallelism-and-concurrency-wi... (the most important information is in the backup slides (slides 43-54)).


For a better implementation of everything being a file, Plan 9 and inferno come pretty close to literally everything being a file.

- the NT kernel is not built around "everything is a file" ... instead the central concept is the handle

File descriptor, handle. Potayto, potahto.


> File descriptor, handle. Potayto, potahto.

Under Windows, a lot more concepts are handles than just files, directories, symbolic links, pipes, mail slots, ..., e.g.

- processes, threads

- synchronization objects (mutex, semaphore)

- events (CreateEventEx)

- I/O Completion Ports

- Sections (ZwCreateSection) and Partitions (https://www.geoffchappell.com/studies/windows/km/ntoskrnl/ap... ) for memory

- waitable timers

- GUI components (HWND)


And you can also argue that that's overengineered (the original NT design docs were posted on here a while ago), that the UNIX model (while much more primitive and simplified) has proven more successful in the real world, and that the original "clean, overengineered" NT design has been buried under a progressively bigger truckload of crap year upon year and is no longer as clean as it once was.

> the original "clean, overengineered" NT design has been buried under a progressively bigger truckload of crap year upon year and is no longer as clean as it once was.

The original UNIX model has (considering the current state of GNU/Linux) similarly buried under a progressively bigger truckload of crap year upon year and is no longer as clean as it once was.

A central difference is: the NT kernel stayed rather clean (the crapload rather happened in the Windows subsystem).


Once you've taken most all of the other subsystems out of NT (which they pretty much have), all you're left with is is the crapload in the Windows subsystem.

I should have mentioned that I am speaking from a Plan 9 point of view where some of the common mechanisms are provided via the kernel file servers such as /proc.

pidfd, eventfd, AF_NETLINK, epoll, memfd, timerfd?

In the past, Microsoft named everything ".NET" [1] or "Windows Live" [2]. And before naming everything "Copilot", Microsoft named everything "Microsoft 365" [3].

[1] https://en.wikipedia.org/wiki/Microsoft_.NET_strategy

[2] https://en.wikipedia.org/wiki/Windows_Live

[3] https://en.wikipedia.org/wiki/Microsoft_365


I'm old enough to remember when everything was "Active". Active Directory, ActiveX, etc.

Now that you mention it: in addition to your mentioned Active Directory and ActiveX:

- (Microsoft) Active Accessibility (MSAA): https://en.wikipedia.org/wiki/Microsoft_Active_Accessibility

- Active Channel: https://en.wikipedia.org/wiki/Active_Channel

- ActiveX Data Objects (ADO): https://en.wikipedia.org/wiki/ActiveX_Data_Objects

- Active Desktop: https://en.wikipedia.org/wiki/Active_Desktop

- ActiveMovie: https://en.wikipedia.org/wiki/ActiveMovie

- Active Server Pages (ASP): https://en.wikipedia.org/wiki/Active_Server_Pages

- Active Setup: https://en.wikipedia.org/wiki/Active_Setup

- ActiveSync: https://en.wikipedia.org/wiki/ActiveSync

---

In particular at the time around Windows Vista, Microsoft named a lot of technologies "Windows ... Foundation", for example:

- Windows Communication Foundation (WCF)

- Windows Driver Foundation (today: Windows Driver Frameworks): https://en.wikipedia.org/w/index.php?title=Windows_Driver_Fr...

- Windows Identity Foundation

- Windows Presentation Foundation (WPF)

- Windows Workflow Foundation (WF)

---

Also the "Windows Media ..." branding was big for media technologies at the respective time:

- Windows Media Audio (WMA)

- Windows Media Center, Windows Media Connect (both abbreviated to WMC): https://en.wikipedia.org/wiki/Windows_Media_Connect

- (Windows) Media Center Extender (MCX): https://en.wikipedia.org/wiki/Windows_Media_Center_Extender

- Windows Media Device Manager: https://learn.microsoft.com/en-us/windows/win32/wmdm/windows...

- Windows Media DRM

- Windows Media Encoder (WME)

- Windows Media Player (WMP)

- Windows Media Services (WMS): https://en.wikipedia.org/wiki/Windows_Media_Services

- Windows Media Video (WMV)


And Active Directory is probably the only still relevant one. Is it going to become Copilot Directory soon?


> Oh yeah, the phone OS! Remember what the flip phones used to be like?

Mobile phones were always tracking bugs, but smartphones/Android made the surveillance much worse.

> Global Street View coverage!

At least in Germany still a quite controversial topic.

> Chrome and Chromium

By Google's aggressive advertising, it took an insane amount of market share of the much more privacy-focused Firefox web browser.

> Docs and Sheets.

Better use some offline-first office suite.


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

Search: