HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ellg

no profile record

Submissions

Show HN: Putt.day a daily mini golf game

putt.day
320 points·by ellg·قبل 29 يومًا·112 comments

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

twitchroulette.net
180 points·by ellg·قبل 4 أشهر·94 comments

Show HN: Microsoft Agent Viewer

acs-viewer.pages.dev
10 points·by ellg·قبل 7 أشهر·0 comments

comments

ellg
·قبل 28 يومًا·discuss
I just used threejs
ellg
·قبل 28 يومًا·discuss
i fucked up the random seed and it generated a bunk level, its fixed now sorry
ellg
·قبل 28 يومًا·discuss
thanks again for the feedback everyone. I just pushed a few updates around physics and scoring!
ellg
·قبل 28 يومًا·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 يومًا·discuss
I made this because I wanted something quick to play while pooping
ellg
·قبل 28 يومًا·discuss
tweaking this currently, thanks for the feedback
ellg
·قبل شهرين·discuss
I hope youre joking
ellg
·قبل 3 أشهر·discuss
You were trusting things on the internet before LLM's?
ellg
·قبل 4 أشهر·discuss
check out the +filter button on the homepage!
ellg
·قبل 4 أشهر·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 أشهر·discuss
ill check, I honestly didnt even know that was a thing, thanks for letting me know
ellg
·قبل 4 أشهر·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 أشهر·discuss
honestly not sure, but it would explain how they can keep it running
ellg
·قبل 4 أشهر·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 أشهر·discuss
also neat! never heard of it, seems like we have a bit different ways about browsing similar data. very cool site
ellg
·قبل 4 أشهر·discuss
ya it's why I have the default set to 0-5, theres weirdness in what twitch counts as a viewer
ellg
·قبل 4 أشهر·discuss
did I do something wrong or something
ellg
·قبل 4 أشهر·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 أشهر·discuss
if i wrap a bunch of abstractions in a `make run` command whats the difference
ellg
·قبل 4 أشهر·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