HackerTrans
トップ新着トレンドコメント過去質問紹介求人

noinsight

no profile record

コメント

noinsight
·10 日前·議論
If you’re at all serious about security and not user convenience, you deploy BitLocker with a PIN instead of TPM only. And then a whole class of vulnerabilities goes away.
noinsight
·4 か月前·議論
> Put the phone in their pocket and it felt a press and went into edit mode and edited the lock screen.

This is why I hate the flashlight and camera buttons on the lock screen - which you can activate without unlocking. When you have your hands in your pockets during cold weather you’ll suddenly be ”filming”… I never use the camera on my phone anyway. Thankfully at some point they added support for removing them.
noinsight
·5 か月前·議論
> Kate

So install Kate? There's a Windows build.
noinsight
·5 か月前·議論
It is preinstalled. Server 2025 (even Core Edition) and Windows 11 24H2 (or 25H2, not sure)...
noinsight
·5 か月前·議論
> EDIT.COM becoming the new Notepad.

edit.exe[1,2] actually. And it runs on Linux too! Linux had a real lack of good text editors.

[1] https://github.com/microsoft/edit

[2] https://learn.microsoft.com/en-us/windows/edit/
noinsight
·7 か月前·議論
> bypasses the TPM check

The caveat with this is that it will fail the check on subsequent version upgrades too and will refuse to upgrade.

Non-Enterprise editions are only supported for 2 years so your 25H2 (or whatever it is) installation will go sour in 2027.
noinsight
·7 か月前·議論
This was probably added by/for Tuxera to increase Tuxera Fusion SMB performance.
noinsight
·7 か月前·議論
Windows is not limited to accessing partitions through drive letters either, it's just the existing convention.

You can mount partitions under directories just like you can in Linux/Unix.

PowerShell has Add-PartitionAccessPath for this:

> mkdir C:\Disk

> Add-PartitionAccessPath -DiskNumber 1 -PartitionNumber 2 -AccessPath "C:\Disk"

> ls C:\Disk

It will persist through reboots too.
noinsight
·10 か月前·議論
> We are also entering the age of "hey AI, take this repo, reimplement the same functionality".

Wouldn't you do this just against the/an API documentation? Interesting thought.
noinsight
·4 年前·議論
So how do you implement MFA in your SOCKS5 proxy?
noinsight
·5 年前·議論
> ”Ubiquiti had negligent logging (no access logging on databases) so it was unable to prove or disprove what they accessed”

Perversely, this is exactly the logging that you want to have in place in case of a breach.

You can then (factually) make the statement that ”we have no evidence any customer data was accessed.”