Live data from Hacker News

Viewing profile — lights0123

lights0123

HN member
Joined
Wed, May 27, 2020, 7:06 PM UTC
HN karma
2,054
Public activity
606 items

About lights0123

he/him

https://lights0123.com/

github.com/lights0123/

Recent public activity

  1. comment
    Comment #48742383

    Rust does not rely on syscalls or libraries on embedded targets, which is what the #![no_std] marker at the top of the project indicates. On some platforms, like ESP32, Rust can ma…

  2. comment
    Comment #48401562

    GDM, at least, does: https://askubuntu.com/questions/910108/why-is-my-gdm-at-a-di... This has stayed the case with the transition to Wayland: pressing Ctrl + Alt + F1 shows me the …

  3. comment
    Comment #48357646

    Software vulnerabilities are often not placed maliciously, and are present in the original source. If you don't patch them if discovered later, you'll be vulnerable to them.

  4. comment
    Comment #48125330

    Cloudflare only supports managing top level domains on the Free plan.

  5. comment
    Comment #48102888

    Until it overrides sudo in your $PATH to install malware after you enter your password later.

  6. comment
    Comment #48067872

    Not since browsers started partitioning caches in 2020: https://developer.chrome.com/blog/http-cache-partitioning/

  7. comment
    Comment #48054941

    With the exploits published as-is, you'll only get root inside the container: there's no explicit namespace break, and calling setuid() in a container just gives you root in the co…

  8. comment
    Comment #47939095

    Only for discovery. The actual transfer happens over WiFi, which is many times faster.

  9. comment
    Comment #47795798

    I would love a world where I could put all my API keys in the TPM so malware couldn't gain persistent access to services after wiping my computer. This would be so easy if more pro…

  10. comment
    Comment #47787405

    > The computer that you are trying to wake up also needs to be connect with an ethernet cable as it is not possible to send a magic packet over wifi. While WiFi adapters may not su…

  11. comment
    Comment #47667806

    I use a prompt like this that asks for model name and version! It's been effective so far, especially since I have edit history.

  12. comment
    Comment #47667164

    Yep. While the Terminal is not an option from the 4 apps listed in the initial screen, it's available from Utilities → Terminal at the top. They even provide a convenient way to ac…

  13. comment
  14. comment
    Comment #47626856

    They do, for Enterprise customers only: https://docs.github.com/en/enterprise-cloud@latest/organizat... They've rolled their host key one time, so there's little reason for them to…

  15. comment
    Comment #47618968

    Nice! There's also zstd's flush ability that I've used for streaming robotics data. You can write data and flush it over the network for realtime updates, but the compression strea…

  16. comment
    Comment #47618905

    They moved on to Courgette, then to Zucchini: https://chromium.googlesource.com/chromium/src/+/HEAD/compon... These are optimized for compiled code though.

  17. comment
    Comment #47606505

    > zerobox --secret OPENAI_API_KEY=$OPENAI_API_KEY Linux by default allows all users to read CLI arguments of running processes. While it looks like your bwrap invocation prevents t…

  18. comment
    Comment #47589093

    all of GitHub is crashing right now, even though githubstatus.com only mentions pull requests being an issue.

  19. comment
    Comment #47559059

    > Interestingly, it was more choppy in Chromium. Firefox's WebRender is truly a great creation. While Chrome is faster at most things especially involving JS, Firefox puts so much …

  20. comment
    Comment #47556749

    While I agree with the rest of your comment, they do mention they use OrbStack as their hypervisor in their demo video.

  21. comment
    Comment #47525769

    Azure OpenAI is not the same as paying OpenAI directly. While you may not be able to pay OpenAI for them to run models in Australia, you can pay Azure: https://azure.microsoft.com/…

  22. comment
    Comment #47524310

    Many AI companies, including Azure with their OpenAI hosting, are more than willing to sign privacy agreements that allow processing sensitive medical data with their models.

  23. comment
    Comment #47212514

    Yes, it’s the SIGBUS signal.

  24. comment
    Comment #47074607

    Python removes features all the time in 3.x releases. For example, I was not a fan of the distutils removal in 3.12 which broke many legacy but otherwise functional packages. Depre…

  25. comment
    Comment #46797299

    I agree. It would likely have identified the separate deflate and zstd chunks automatically.