Earlier quoted context omitted.
This is a straw man, and also not entirely accurate. Darwin is BSD, and in theory just as useful as BSD, or FreeBSD, NetBSD, and useful to developers, and to anyone that can figure out how to install it and use it. [1] Meanwhile, Windows without hardware less than 2 years old is absolutely worthless. Thus, Linux. [1] http://www.puredarwin.org/
>Meanwhile, Windows without hardware less than 2 years old is absolutely worthless. This is false. Source: Installed Windows 11 from official Microsoft ISO on a laptop from 2016 (6 years old) and runs buttery smooth. Please stop spreading FUD like this.
Windows Terminal Source Code
191–200 of 214 posts
Re: Windows Terminal Source Code
#192Earlier quoted context omitted.
Since Windows Terminal application doesn't care about Concurrent DOS ever existing, and Windows Terminal Server is actually the Windows version of X Windows based on DirectX and grown out of Citrix networking protocol, they don't apply here.
Does Windows Terminal replace HyperTerminal too? Hadn't thought about that one in a while.
Re: Windows Terminal Source Code
#193Re: Windows Terminal Source Code
#194Earlier quoted context omitted.
> in-house code may become virally GPL licensed Without reusing any of that code, simply by osmosis? I don't know what the legal theory could be, but is that something that has ever happened in the entire history of the GPL?
no, by writing similar \ equal code somewhere that later other people looking at it could argue is a re-use of the GPL code they looked at and thus causing the whole project to became GPL. it is just them thinking it is better being safe then sorry. if they don't even look at the code there is no way to argue that they are copying it.
It's still something you want to avoid, but the outcome would potentially be a lawsuit from the copyright holder, rather than forcing you to relicense your project.
Re: Windows Terminal Source Code
#195Earlier quoted context omitted.
The GitHub releases section has the msix installer package too. Terminal itself can't be runas but e.g. cmd.exe or pwsh.exe inside of it can be.
How do you get that to work? I've tried changing the settings to open new terminal windows using a different identity (runas), but they are then separate from the terminal app. I basically would just like to be able to dock that new window in the existing terminal tabs, as otherwise, I might as well just launch a PoSH prompt.
If you want to get real hacky in the meantime you can run the ssh server service and have a short alias to ssh to localhost as a user but now you have that extra abstraction between to deal with.
Re: Windows Terminal Source Code
#196Earlier quoted context omitted.
Does Windows Terminal replace HyperTerminal too? Hadn't thought about that one in a while.
That thing died long ago and is completely unrelated.
Re: Windows Terminal Source Code
#197I would also like to add, that I am puzzled, that Microsoft has not been able to deliver a proper shell, that is comparable to …sh and delivers remote access like ssh. Yes, Powershell, but not by a long shot. And for some things you still need cmd!
Re: Windows Terminal Source Code
#198Earlier quoted context omitted.
Mac without the userland is mostly useless. At that point you might as well switch fully to FreeBSD.
This is a straw man, and also not entirely accurate. Darwin is BSD, and in theory just as useful as BSD, or FreeBSD, NetBSD, and useful to developers, and to anyone that can figure out how to install it and use it. [1] Meanwhile, Windows without hardware less than 2 years old is absolutely worthless. Thus, Linux. [1] http://www.puredarwin.org/
This seems like a massive exaggeration. I am currently running Windows 10 on a refurbished laptop I bought in 2012! (So, actual hardware is even older).
Re: Windows Terminal Source Code
#199Earlier quoted context omitted.
They emulate ANSI control sequences originally intended for dumb terminals and the teletype bell.
Which were never a thing in MS-DOS, Windows, OS/2, Amiga, Atari,...
Re: Windows Terminal Source Code
#200Earlier quoted context omitted.
> as a software dev you know that soft anonymous telemetry of how a user use what you do is very valuable to make decision on how to make things.... No, actually, on account of being a software dev, I know that telemetry is actively counterproductive when making decisions on how to make things. It makes your decisions more wrong, not less.
would you care to explain why is this ? even as OSS software maker, would you start working on features because they are "cool" or a bunch of people yelling^H^Hasking for it on twitter?
I assume it's yet another case of the fallacy of revealed preferences.
If you look at what people actually do, any insight into what they want is confounded by environmental effects (eg, they'd prefer to use feature A, but feature A is missing or inconvenient to access, so they end up mostly using feature B), selection bias (feature A is most useful to precisely the people who know how to turn off or deliberately break telemetry), and other issues (A/B testing confirms that people have a revealed preference for clicking on animated icons (because they're trying to make the fucking thing stop squirming in their peripheral vision while they're trying to concentrate on something else)).
(Talking with users is definitely possible (usually easy) to screw up, but I have yet to encounter any evidence that it's possible to not screw up telemetry-based design decisions by any means other than ignoring the telemetry.)