Live data from Hacker News

Viewing profile — QuaternionsBhop

QuaternionsBhop

HN member
Joined
Sat, Jun 01, 2024, 5:47 PM UTC
HN karma
83
Public activity
36 items

About QuaternionsBhop

No profile information was provided.

Recent public activity

  1. comment
    Comment #49092715

    I've always thought this was a cool idea. It's obviously been on the minds of Wayland protocol developers since the beginning, otherwise it wouldn't be possible!

  2. comment
    Comment #48838830

    Jokes require mutual context. You failed to create a joke because you did not ensure the prerequisites were met.

  3. comment
    Comment #48676713

    Is pasting em-dashes everywhere some kind of inside joke?

  4. comment
    Comment #48624455

    Minecraft (and Java) just runs great on Linux. I've personally experienced a 30% performance improvement from Windows.

  5. comment
    Comment #48605386

    I was not affected

  6. comment
    Comment #48563703

    Elon flees to Mars*

  7. comment
    Comment #48486331

    I recently wrote klondike in Rust after getting frustrated with bugs in my friend's LLM-written version. I highly recommend it as a recreational programming exercise, the first 4 h…

  8. comment
    Comment #48440499

    This is great news for nvidia users on Linux. It means that they don't need to install a VAAPI compatibility tool like nvidia-vaapi-driver. I also hope to see Vulkan Video supporte…

  9. comment
    Comment #48165598

    Base conversions are easy, but which off by one is it? base 4 or base 6?

  10. comment
    Comment #48138513

    This comment is AI, presumably AI translated

  11. comment
    Comment #48130769

    No, I believe it's futex_waitv

  12. comment
    Comment #48130692

    > I wouldn't recommend using Nvidia on Linux though. This was true 4 years ago, but is outdated knowledge now. Nvidia used to disallow distributing drivers with distro images, but …

  13. comment
    Comment #48129719

    > You can't rely on server-side detection either, because some of the cheats are so advanced they go to great lengths to "behave" like a highly skilled human player would with thei…

  14. comment
    Comment #48057340

    This happens to me too. Often my dream plows forwards with unsound assumptions and I wake up believing something confusing.

  15. comment
    Comment #47993597

    If only AI safety research had a mechanism this clear. "We have proof that building the machine will kill everybody, so get to work making a provably safe version."

  16. comment
    Comment #47799885

    This is called the AI Stop Button Problem. Computerphile has a great video on this (featuring Robert Miles) which explains why this is not a reliable solution to AI getting out of …

  17. comment
    Comment #47448413

    The final dithering effect appears to be mis-sampled and is no longer 1 bit per pixel

  18. comment
    Comment #47359397

    I also invented this! There is cool stuff like angle adding and angle doubling formulas, but the main downside is that you can only directly encode 180 degrees of rotation. I use i…

  19. comment
    Comment #47303704

    > Reasoning about code written this way makes me experience profound fatigue and possess an overwhelming desire to return to my domicile; I didn't understand that you were making f…

  20. comment
    Comment #47144418

    The fact that LLMs pick from the most likely tokens is really on its side here when the objective is putting together a plausible continuation of random characters.

  21. comment
    Comment #46457362

    Fighting the borrow checker is something you do when you're learning Rust. After you learn how to design things that way in the first place, it's just there to keep you honest.

  22. comment
    Comment #46213153

    Webp was not as exciting. JpegXL has cool features like 20% improved lossless jpeg recompression and progressive decoding. Not to mention all the cool stuff used in the writeup lik…

  23. comment
    Comment #45865819

    > visual coding impeded their ability to learn text-based coding As a former child, my opinion is the opposite. I learned visual programming with Lego Mindstorms NXT in ~2008, and …

  24. comment
    Comment #45780916

    Since the CPU is doing cache coherency transparently, perhaps there should be some sort of way to promise that an application is well-behaved in order to access a lower-level non-t…

  25. comment
    Comment #44999794

    I have never seen anything use Result , that is such an anti-rust thing to start with.