Live data from Hacker News

Viewing profile — moggers123

moggers123

HN member
Joined
Sat, Nov 16, 2024, 5:10 AM UTC
HN karma
6
Public activity
8 items

About moggers123

No profile information was provided.

Recent public activity

  1. comment
    Comment #47446744

    I go "oops I probably should have realised that existed before I decided to purchase the rights to and re-release a 999999 year old game which already has a GPL clone/spiritual suc…

  2. comment
    Comment #46332977

    What's the grug brain method of "live updating list with a search bar". I tried htmx sse but it turned out to be not that great. I was hoping I could model it as a single request/r…

  3. comment
    Comment #46285487

    >Back when I was writing xdg-desktop-portal-hyprland Bahaha. I could have guessed. My only interaction with D-Bus as a layman is xdg-desktop-protocol. Is there just something about…

  4. comment
    Comment #45470687

    I just don't really know where the ecosystem is going with async these days. I see a lot of changes in the language, many of which seem more complex than are typical for the justif…

  5. comment
    Comment #45357082

    I doubt you'll ever see this.. Oh well.. I probably should have been explicit in that I'm not arguing in favor of CRDTs, just that the adverse doesn't need to be "send it and accep…

  6. comment
    Comment #45341464

    >Example: two people starting to work on the same task in an offline-enabled task tracker. Wouldn't this just mean both people are working on it? I agree that this means humans int…

  7. comment
    Comment #44773302

    I just chucked something together to try and demonstrate. I don't see the massive 20x slowdown, only about a 3x slowdown (5x on release build). Still enough to be painful for the u…

  8. comment
    Comment #44718220

    SQLx is great, but I really wish they had a non-async interface. I had to switch a project from sqlx to rusqlite seemingly just due to the overhead of the async machinery. Saw a 20…