Viewing profile — ellg
ellg
HN member- Joined
- Mon, Aug 21, 2023, 1:24 PM UTC
- HN karma
- 297
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About ellg
No profile information was provided.
Recent public activity
-
comment
Comment #48520553
I just used threejs
-
comment
Comment #48511650
i fucked up the random seed and it generated a bunk level, its fixed now sorry
-
comment
Comment #48511204
thanks again for the feedback everyone. I just pushed a few updates around physics and scoring!
-
comment
Comment #48510825
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, …
-
comment
Comment #48510800
I made this because I wanted something quick to play while pooping
-
comment
Comment #48510592
tweaking this currently, thanks for the feedback
- story
-
comment
Comment #48126570
I hope youre joking
-
comment
Comment #47757026
You were trusting things on the internet before LLM's?
-
comment
Comment #47551140
check out the +filter button on the homepage!
-
comment
Comment #47550974
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
-
comment
Comment #47550838
ill check, I honestly didnt even know that was a thing, thanks for letting me know
-
comment
Comment #47550537
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
-
comment
Comment #47550530
honestly not sure, but it would explain how they can keep it running
-
comment
Comment #47550331
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
-
comment
Comment #47550226
also neat! never heard of it, seems like we have a bit different ways about browsing similar data. very cool site
-
comment
Comment #47550169
ya it's why I have the default set to 0-5, theres weirdness in what twitch counts as a viewer
-
comment
Comment #47549966
did I do something wrong or something
-
comment
Comment #47549737
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://twitchr…
-
story
Show HN: Twitch Roulette – Find live streamers who need views the most
Hey HN, I re-launched an old site I remembered back in the day that someone made called twitchroulette.net with a lot of new features and stats and I would love for people to check…
-
comment
Comment #47293101
if i wrap a bunch of abstractions in a `make run` command whats the difference
-
comment
Comment #47291553
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 gam…
-
comment
Comment #47281067
If people wanted to do this theyd be self hosting xmpp servers already. No one wants to write and maintain the code and infra for things like this, you are grossly underestimating …
-
comment
Comment #47255634
Whats the key difference between this and Rive? Especially now that Rive has full scripting support? Just curious more than anything, this does seem neat, especially the fla / xfl …
-
story
Show HN: Microsoft Agent Viewer
I missed clippy and bonzi buddy, so I spent the past few days reversing and implementing microsofts old agent format (acs) and wrote a small viewer on top of it (wasm + typescript)…