HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ellg

no profile record

投稿

Show HN: Putt.day a daily mini golf game

putt.day
320 ポイント·投稿者 ellg·28 日前·112 コメント

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

twitchroulette.net
180 ポイント·投稿者 ellg·4 か月前·94 コメント

Show HN: Microsoft Agent Viewer

acs-viewer.pages.dev
10 ポイント·投稿者 ellg·7 か月前·0 コメント

コメント

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