Live data from Hacker News

Viewing profile — ellg

ellg

HN member
Joined
Mon, Aug 21, 2023, 1:24 PM UTC
HN karma
297
Public activity
42 items

About ellg

No profile information was provided.

Recent public activity

  1. comment
    Comment #48520553

    I just used threejs

  2. comment
    Comment #48511650

    i fucked up the random seed and it generated a bunk level, its fixed now sorry

  3. comment
    Comment #48511204

    thanks again for the feedback everyone. I just pushed a few updates around physics and scoring!

  4. comment
    Comment #48510825

    ya its still a wip, I appreciate the feedback though and I do want to keep tweaking stuff like this. Feel free to add feedback at the end of level prompts too if you feel like it, …

  5. comment
    Comment #48510800

    I made this because I wanted something quick to play while pooping

  6. comment
    Comment #48510592

    tweaking this currently, thanks for the feedback

  7. story
  8. comment
    Comment #48126570

    I hope youre joking

  9. comment
    Comment #47757026

    You were trusting things on the internet before LLM's?

  10. comment
    Comment #47551140

    check out the +filter button on the homepage!

  11. comment
    Comment #47550974

    ya but 99% of streamers have their stream up in their dashboard or on a side monitor, so its always going to be sending and transcoding something

  12. comment
    Comment #47550838

    ill check, I honestly didnt even know that was a thing, thanks for letting me know

  13. comment
    Comment #47550537

    youre still encoding to like, 4 different formats and pushing bytes to a cdn for 80k+ streams in real time. I think the actual serving of hls chunks is the cheap part

  14. comment
    Comment #47550530

    honestly not sure, but it would explain how they can keep it running

  15. comment
    Comment #47550331

    no comment on the political bits, but the fact that 80% of twitch is streaming to themselves cant be cheap to run I do wish they would revamp their discoverability process

  16. comment
    Comment #47550226

    also neat! never heard of it, seems like we have a bit different ways about browsing similar data. very cool site

  17. comment
    Comment #47550169

    ya it's why I have the default set to 0-5, theres weirdness in what twitch counts as a viewer

  18. comment
    Comment #47549966

    did I do something wrong or something

  19. comment
    Comment #47549737

    Check out a cool real time feed of people discovering new streamers here: https://twitchroulette.net/discover And some neat global stats around twitch streams here: https://twitchr…

  20. story
    Show HN: Twitch Roulette – Find live streamers who need views the most

    Hey HN, I re-launched an old site I remembered back in the day that someone made called twitchroulette.net with a lot of new features and stats and I would love for people to check…

  21. comment
    Comment #47293101

    if i wrap a bunch of abstractions in a `make run` command whats the difference

  22. comment
    Comment #47291553

    what does compilation have to do with iteration speed? There's a lot of ways to get a similar feedback loop that youd get in something like react, like separating out your core gam…

  23. comment
    Comment #47281067

    If people wanted to do this theyd be self hosting xmpp servers already. No one wants to write and maintain the code and infra for things like this, you are grossly underestimating …

  24. comment
    Comment #47255634

    Whats the key difference between this and Rive? Especially now that Rive has full scripting support? Just curious more than anything, this does seem neat, especially the fla / xfl …

  25. story
    Show HN: Microsoft Agent Viewer

    I missed clippy and bonzi buddy, so I spent the past few days reversing and implementing microsofts old agent format (acs) and wrote a small viewer on top of it (wasm + typescript)…