HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jcotton42

no profile record

comments

jcotton42
·3 miesiące temu·discuss
Also other tasks like compiling resource or translation files.
jcotton42
·4 miesiące temu·discuss
PowerShell actually has 7 streams. Success, Error, Warning, Verbose, Debug, Information, and Progress (though Progress doesn't get a number) https://learn.microsoft.com/en-us/powershell/module/microsof...
jcotton42
·5 miesięcy temu·discuss
global.json is only for .NET toolchains.

What you’re actually wanting here is .vsconfig https://learn.microsoft.com/en-us/visualstudio/install/impor...
jcotton42
·5 miesięcy temu·discuss
LLMs aren’t alive.
jcotton42
·5 miesięcy temu·discuss
systend units are plain text.
jcotton42
·8 miesięcy temu·discuss
> I'll have my car a lot longer than I have my phone

Doesn't that make CarPlay/Android Auto a good thing? Provided the car supports both platforms, it means you can change phones during your car's lifespan without having to worry about losing features, and you get new phones as your phone upgrades without having to change your car.
jcotton42
·8 miesięcy temu·discuss
For a while now you've been able to remove a channel from your channel list in its right click menu.
jcotton42
·8 miesięcy temu·discuss
uv has support for dev-time dependencies https://docs.astral.sh/uv/concepts/projects/dependencies/#de...
jcotton42
·9 miesięcy temu·discuss
> had understood prior to this video that the combo of self driving tech + dedicated tunnels might have capacity that rival a light rail system like Seattle has but that's clearly not the case in the current system

Not to disparage, but how did you come to that conclusion? A train will always be able to fit more people/m^2 than several cars of equivalent length, due to things like ability to stand, not needing to have multiple engines and trunks, etc.
jcotton42
·9 miesięcy temu·discuss
SteamOS isn't really meant for random PCs. If you want something like SteamOS, then I recommend Bazzite.
jcotton42
·10 miesięcy temu·discuss
These days Docker Desktop on Windows uses WSL as its backend by default.
jcotton42
·10 miesięcy temu·discuss
In this particular case, it lets the parents trade childcare responsibilities back and forth during the flight, which can be a serious boon on a long flight or if one of them starts feeling unwell.
jcotton42
·10 miesięcy temu·discuss
KDE Connect exists on both iOS and Android, though some functions like text messages aren't available on iOS.
jcotton42
·10 miesięcy temu·discuss
There's still a separate brake pedal.
jcotton42
·10 miesięcy temu·discuss
What do you mean by "the real compose"?
jcotton42
·11 miesięcy temu·discuss
The fans on my 16 are really easy to get to for cleaning.
jcotton42
·w zeszłym roku·discuss
The way File Vault works nowadays, as I understand it, is that your user data (and maybe even much of the OS) isn't decrypted until you've put in your password on the login screen. This means that even if you devised a way to hijack the login screen, or sniff the keys coming out of the secure enclave, you'd still be stuck without the user's login password.

Windows, by contrast, unlocks the entire OS drive before you get to the login screen. So, a hypothetical login screen hijack would let you get to everything, or cold boot attacks/sniffing keys coming from the TPM to the CPU.

I'd argue the macOS version is better from a security aspect, but it has a necessary downside of being unable to load as much before the user can put in their password.