Live data from Hacker News

Viewing profile — rfl890

rfl890

HN member
Joined
Tue, Apr 19, 2022, 6:56 PM UTC
HN karma
212
Public activity
155 items

About rfl890

|||

Recent public activity

  1. 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…

  2. 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…

  3. comment
    Comment #48351101

    True, but that's at the discretion of the content author/publisher, not Cloudflare Turnstile.

  4. comment
    Comment #48349003

    >It looks like you're trying to hide your identity. You were never entitled to it in the first place

  5. comment
  6. comment
    Comment #46953828

    I have trouble believing that you're pointing this out in good faith.

  7. comment
    Comment #46654455

    It took less time for 10,000 processes? Maybe you made a typo

  8. 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.

  9. comment
    Comment #46493054

    .pdf files opened in a browser are safe for the most part.

  10. comment
    Comment #46467547

    VLC has always caused problems for me when seeking backwards (graphical glitches). mpv has never caused any issues in this regard.

  11. comment
  12. 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.

  13. 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…

  14. 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)

  15. comment
    Comment #46377672

    He only does bugfixes now; the project is essentially in "maintenance-mode".

  16. comment
  17. comment
  18. comment
    Comment #46357162

    You mean GrapheneOS?

  19. comment
    Comment #46126320

    Did anyone else think this article was gonna teach you how to play music using strudel (the food) somehow?

  20. comment
    Comment #46124400

    The NT kernel is splendid. The OS is not.

  21. comment
    Comment #46114075

    https://archive.ph/daJy6

  22. comment
    Comment #46108571

    Which will still be zeroed.

  23. 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…

  24. 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 …

  25. 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.…