HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ellg

no profile record

Submissions

Show HN: Putt.day a daily mini golf game

putt.day
320 points·by ellg·29 ngày trước·112 comments

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

twitchroulette.net
180 points·by ellg·4 tháng trước·94 comments

Show HN: Microsoft Agent Viewer

acs-viewer.pages.dev
10 points·by ellg·7 tháng trước·0 comments

comments

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