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

watusername

no profile record

投稿

Webby Person of the Year: Claude

winners.webbyawards.com
1 ポイント·投稿者 watusername·3 か月前·1 コメント

コメント

watusername
·18 日前·議論
> bypassing OS kernel

> reading a raw device node (e.g. /dev/rdisk*)

That's... not bypassing the kernel. Time to integrate SPDK so it actually bypasses the kernel :)

https://spdk.io
watusername
·先月·議論
CSS is what allows dickovers to work, not JS, and pure-CSS dickovers are possible [0] :P

[0]: https://hunzaboy.github.io/Light-Modal
watusername
·2 か月前·議論
You would be surprised how adept SOTA models are at reverse engineering with IDA/Ghidra or even plain old objdump. Opus basically knows IDAPython on the back of its hand.
watusername
·3 か月前·議論
... and that was also a year before the crypto winter in 2018 :)
watusername
·3 か月前·議論
For Linux desktop users. A bit of tongue-in-cheek but that's pretty much the argument that I've heard in some circles ("it works for us and not going away anytime soon - why waste time convincing others?").
watusername
·3 か月前·議論
Instead of Keycloak, I would recommend giving Kanidm a try: It's much more lightweight and covers most of what you usually need (one notable exception being SAML).

https://github.com/kanidm/kanidm
watusername
·4 か月前·議論
None of which reflect well on the author. The "We're very proud of you." is exceedingly condescending.
watusername
·5 か月前·議論
Buyers beware: 4-core A53 is genuinely unusable (original Pinebook/PinePhone specs), A55 is better but I still wouldn’t recommend buying. You may expect performance similar to 15+ years old desktops.
watusername
·8 か月前·議論
Without a proper proxy setup, access to GitHub is often painfully slow from mainline China.

But the choice of Baidu Pan is indeed questionable: You need a Chinese phone number in order to sign up, which is out of reach for many expats living overseas. I don't get why they can’t just mirror it on a university server.
watusername
·9 か月前·議論
> I think... it builds a busybox system based on desired commands (similar to a dockerfile, but using a REPL?).

I am now very curious how you arrived at this conclusion. Did you make use of any LLM? If so, which model and what prompt did you use?
watusername
·10 か月前·議論
I assume that you are being sarcastic and referencing The Island movie?
watusername
·10 か月前·議論
What’s wrong with Substack?
watusername
·10 か月前·議論
IIRC macOS upgrades will automatically store a FileVault token (basically `fdesetup authrestart`) before restarting, so the disk is automatically unlocked. It's not a Tahoe-specific thing.
watusername
·10 か月前·議論
Title needs "(2024)". It's been over a year and whether the blog is still running on a recycled Pixel 5 is unclear.
watusername
·昨年·議論
> How would that be hard? Getting the absolute path of a string is in almost all languages stdlibs[1]. You can just grep for any string containing slashes and try resolve them and voilá

Be very, very careful about this, because if you aren't, this can actually result in platform-dependent behavior or actual filesystem access. They are bytes containing funny slashes and dots, so process them as such.

Edit: s/text/bytes/
watusername
·2 年前·議論
Why downvote a valid, relevant anecdote? I'm using the browser extension on Chrome and have encountered being booted back to the login screen a few times. And I certainly want to avoid dependency on my own infra when it holds credentials that would enable me to fix said infra.