Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jborean93
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
jborean93
23d ago
> Windows 11 effectively forces users to register with a Microsoft account. While it's definitely a dark pattern that I 100% do not agree with, Pro editions still allow you to do a local account. No need for the oobe /bypass co
2.
▲
by
jborean93
2mo ago
> Plain old reflection that just works (why should it not?) I definitely don't fully understand the landscape, so I could certainly be wrong, but I assumed that normal reflection didn't work in AOT because after trimming that m
3.
▲
by
jborean93
2mo ago
It works through the new UnsafeAccessorAttribute [1]. This provides the information needed for AOT to know what needs to be in the final binary and not trimmed. It also removes the lookup overhead associated with normal reflection which is
4.
▲
by
jborean93
5mo ago
This only works if credential guard has implemented a way to build a subsequent token/value from that secret. For things like basic auth the secret would need to eventually hit the userland process that needs it in some shape or form t
5.
▲
by
jborean93
5mo ago
> *nix fanboys were totes fine with wget and ls being an aliases in PowerShell for years but when they found out what PS is coming to Linux they made a biggest stink The curl and wget aliases don’t exist on the PowerShell 7 version which
6.
▲
by
jborean93
5mo ago
The runas command doesn’t elevate just runs as another user. This is a console executable that drives UAC and also provides a way to capture the stdout/stderr elevated process which isn’t natively possible today without your own wrappe
7.
▲
PowerShell MSI Package Deprecation
(devblogs.microsoft.com)
1 points
by
jborean93
5mo ago
|
1 comments
8.
▲
by
jborean93
5mo ago
Looks like Microsoft is trying to stop internal products from using MSI in favour of MSIX packages. MSIX is nice for interactive applications but has a few issues with dealing with system wide installations and automation scenarios that I d
9.
▲
by
jborean93
8mo ago
I don't mind NRT but I hate dealing with C# projects that haven't set < Nullable>Enable</Nullable> in their csproj. It's not perfect because I know at runtime it can still be nullable but it's nice when
10.
▲
by
jborean93
8mo ago
They didn't just write the PEP, they implemented them.
11.
▲
by
jborean93
8mo ago
That's the thing, you don't have to :) While I think uv is a great tool and highly recommend it, you are more than welcome to use any of the other build backends or package management tools that fit your workstyle. By having these
12.
▲
by
jborean93
8mo ago
> They refused to invest in packaging to the extent that a separate company (astral) had to do it for them uv didn't just happen in a vacuum, there has been lots of investment in the Python packaging ecosystem that has enabled it (a
13.
▲
by
jborean93
8mo ago
There shouldn't be any difference between those two values. I'm not saying you are wrong and it didn't break but it's definitely surprising a parser would choke on that vs YAML itself being the problem. Don't get me
14.
▲
by
jborean93
8mo ago
& has no special behaviour in strings, backticks and $ on the other hand do. For example "&Some String&" and '&Some String&' are all the literal value `&Some String&`. Backticks and $ are spec
15.
▲
by
jborean93
9mo ago
per-minute is really just a way to express the cost in a human friendly name. Doing per-hour, per-second, per-day could all result in the same total value just at a different number. If anything per-minute is better than per-hour as you won
16.
▲
by
jborean93
9mo ago
Maybe to you, I enjoy the fact that > I don't knock it out of my head by having the wire catching on something > Dealing with the cable and having to pack it back up when I'm done > It auto connects to both my phone and l
17.
▲
by
jborean93
10mo ago
This seems a bit pedantic, while you may be correct (I honestly don't know what standard this is referring to) the UTF-8 BOM is a thing that some tools do know about. Even then in the context of OP's question the BOM with UTF-8 is
18.
▲
by
jborean93
11mo ago
That's the realm side which should be upper case. The comment reference was for hostname themselves which I've always just done as lower case and have never seen a reason to make it upper case. The krb5.conf has a [domain_realm] s
19.
▲
by
jborean93
11mo ago
The problem I have with using a gMSA outside of Windows is you need a Kerberos principal and credential for that principal in the first place to allow retrieving the gMSA details. Why not just use that principal and avoid adding this next s
20.
▲
by
jborean93
1y ago
The subsystem in question would be the one to handle the logic for the syscall. So the POSIX subsystem would use the reparse data buffer as needed. It's just that the Win32 subsystem added its own symlink one in Vista/2008. This i
21.
▲
by
jborean93
1y ago
No idea if the POSIX subsystem used NTFS or some other filesystem but if it was NTFS it probably just used the same reparse data buffer. It's just that Windows only added a symlink buffer structure in Vista/2008. You can manually
22.
▲
by
jborean93
1y ago
It had junction points and hard links but symbolic links were added in Vista/Server 2008.
23.
▲
by
jborean93
1y ago
> Core biggest feature is running on Linux There are so many features that .Net 5+ brings to the table. Even if features aren’t important the performance improvements you get with the newer versions should be enough to justify moving to
24.
▲
by
jborean93
1y ago
They call them pico processes and have documented them quite well [1]. The pico processes has a userland and kernel component and is quite interesting from a technical perspective. [1] https://learn.microsoft.com/en-au/
25.
▲
by
jborean93
2y ago
Yep it’s been great to see the sites that try and track me vs them just doing it without me knowing.
26.
▲
by
jborean93
2y ago
This only works tor RSA keys and I believe ciphers that do not have forward secrecy. Quic is TLS 1.3 and all the ciphers in that protocol do forward secrecy so cannot be decrypted in this way. You’ll have to use a tool that provides the TLS
27.
▲
by
jborean93
2y ago
How does that refute what the parent comment was saying? Sounds like you are agreeing that the problem is not the technology but the people and processes in place.
28.
▲
by
jborean93
2y ago
And ssh is a binary so isn’t fully shell related :)
29.
▲
by
jborean93
2y ago
WSL1 used a concept called a pico process [1] and the pico driver that is associated with the process is forwarded the syscalls to translate to the required NT APIs. WSL2 is a VM running through Hyper-V but integrated in a way that mostly l
30.
▲
by
jborean93
2y ago
Extended support ended in Jan 2020 and the paid ESU support ended in Jan 2023 [1]. Are you sure those updates aren't just defender/AV definition updates rather than actual OS updates? [1] - https://learn.microsoft.com&#
More ›