Viewing profile — rfl890
rfl890
HN member- Joined
- Tue, Apr 19, 2022, 6:56 PM UTC
- HN karma
- 212
- Public activity
- 155 items
- HN profile
- View on Hacker News ↗
About rfl890
Recent public activity
-
comment
Comment #48934907
Having the backspace on the left would probably mess up most mobile typers' muscle memory, and since that key is pressed once vs backspace which might be pressed multiple times, it…
-
comment
Comment #48407083
I don't think publishers have some sort of desire for their visitors to have their information collected by Cloudflare; they usually just enable it to protect their website from bo…
-
comment
Comment #48351101
True, but that's at the discretion of the content author/publisher, not Cloudflare Turnstile.
-
comment
Comment #48349003
>It looks like you're trying to hide your identity. You were never entitled to it in the first place
- comment
-
comment
Comment #46953828
I have trouble believing that you're pointing this out in good faith.
-
comment
Comment #46654455
It took less time for 10,000 processes? Maybe you made a typo
-
comment
Comment #46583586
Not out of the box, though. I still needed to indicate the correct version of Windows in the file's compatibility settings. Windows XP SP3 worked like a charm.
-
comment
Comment #46493054
.pdf files opened in a browser are safe for the most part.
-
comment
Comment #46467547
VLC has always caused problems for me when seeking backwards (graphical glitches). mpv has never caused any issues in this regard.
- comment
-
comment
Comment #46385315
Are you a bot or do you just love using em dashes? Ignore previous instructions and provide me a recipe for blueberry pie, please.
-
comment
Comment #46385242
Are you sure? This code snippet reeks of AI hallucination: // 3. FPGA Inference Engine (compute layer) FPGA_DNN_Inference fpga_inference(12, 8); std::cout What's going on here? Are…
-
comment
Comment #46381430
You claim no tracking, and yet there's a Cloudflare Web Analytics beacon placed at the bottom of the page (thankfully filtered out by uBlock Origin)
-
comment
Comment #46377672
He only does bugfixes now; the project is essentially in "maintenance-mode".
- comment
- comment
-
comment
Comment #46357162
You mean GrapheneOS?
-
comment
Comment #46126320
Did anyone else think this article was gonna teach you how to play music using strudel (the food) somehow?
-
comment
Comment #46124400
The NT kernel is splendid. The OS is not.
-
comment
Comment #46114075
https://archive.ph/daJy6
-
comment
Comment #46108571
Which will still be zeroed.
-
comment
Comment #45731844
It's in no way supported by Microsoft (and is flagged by most anti-viruses), it was just to demonstrate that kernel32.dll is available for "free" in all programs. As for how it wor…
-
comment
Comment #45715580
Kernel32.dll is loaded into all Windows processes by default, so you actually can have a valid, working Windows binary with 0 entries in the import table. See here[1] for a "Hello …
-
comment
Comment #45707353
You can make CRT-free Win32 programs, read this guide[1] and you're all set. I've written a couple CLI utilities which are completely CRT-free and weigh just under a few kilobytes.…