HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ellg

no profile record

Submissions

Show HN: Putt.day a daily mini golf game

putt.day
320 points·by ellg·28 dni temu·112 comments

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

twitchroulette.net
180 points·by ellg·4 miesiące temu·94 comments

Show HN: Microsoft Agent Viewer

acs-viewer.pages.dev
10 points·by ellg·7 miesięcy temu·0 comments

comments

ellg
·28 dni temu·discuss
I just used threejs
ellg
·28 dni temu·discuss
i fucked up the random seed and it generated a bunk level, its fixed now sorry
ellg
·28 dni temu·discuss
thanks again for the feedback everyone. I just pushed a few updates around physics and scoring!
ellg
·28 dni temu·discuss
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, I'll be reading all of them
ellg
·28 dni temu·discuss
I made this because I wanted something quick to play while pooping
ellg
·28 dni temu·discuss
tweaking this currently, thanks for the feedback
ellg
·2 miesiące temu·discuss
I hope youre joking
ellg
·3 miesiące temu·discuss
You were trusting things on the internet before LLM's?
ellg
·4 miesiące temu·discuss
check out the +filter button on the homepage!
ellg
·4 miesiące temu·discuss
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
ellg
·4 miesiące temu·discuss
ill check, I honestly didnt even know that was a thing, thanks for letting me know
ellg
·4 miesiące temu·discuss
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
ellg
·4 miesiące temu·discuss
honestly not sure, but it would explain how they can keep it running
ellg
·4 miesiące temu·discuss
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
ellg
·4 miesiące temu·discuss
also neat! never heard of it, seems like we have a bit different ways about browsing similar data. very cool site
ellg
·4 miesiące temu·discuss
ya it's why I have the default set to 0-5, theres weirdness in what twitch counts as a viewer
ellg
·4 miesiące temu·discuss
did I do something wrong or something
ellg
·4 miesiące temu·discuss
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://twitchroulette.net/stats
ellg
·4 miesiące temu·discuss
if i wrap a bunch of abstractions in a `make run` command whats the difference
ellg
·4 miesiące temu·discuss
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 gameplay loop into its own compilation unit / dll and reloading it on any changes inside your application