HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ellg

no profile record

Submissions

Show HN: Putt.day a daily mini golf game

putt.day
320 points·by ellg·28 дней назад·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
·2 месяца назад·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