HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zcesur

no profile record

Submissions

Show HN: TypeScript Complexity Tracer

tv.algora.io
3 points·by zcesur·2 years ago·0 comments

[untitled]

1 points·by zcesur·2 years ago·0 comments

$15,000 TypeScript Bounty

console.algora.io
4 points·by zcesur·2 years ago·0 comments

$15,000 bounty to measure type complexity in TypeScript

tv.algora.io
1 points·by zcesur·2 years ago·1 comments

$15,000 TypeScript Challenge

console.algora.io
1 points·by zcesur·2 years ago·1 comments

Show HN: I built vector search for COSS podcasts & livestreams

tv.algora.io
2 points·by zcesur·2 years ago·0 comments

90% Benefits 10% Effort

blog.algora.io
1 points·by zcesur·2 years ago·1 comments

Open source livestreaming for developers, built with Elixir & Tigris

blog.algora.io
4 points·by zcesur·2 years ago·0 comments

Building a livestreaming app for developers

blog.algora.io
4 points·by zcesur·2 years ago·0 comments

Ask HN: Do you watch developers livestream?

1 points·by zcesur·2 years ago·3 comments

Building Healthcare Tech – Opportunities, Challenges and Playbook

blog.algora.io
5 points·by zcesur·3 years ago·1 comments

Show HN: Hacktoberfest Open Source Bounties

console.algora.io
7 points·by zcesur·3 years ago·1 comments

comments

zcesur
·2 years ago·discuss
I like your take here, thank you
zcesur
·2 years ago·discuss
You stream from your OBS directly to Algora, just like Twitch. And we let you multistream to YouTube, X, Twitch just like Restream.

The ads is a new feature, the cool thing is they don't interrupt the stream and show across all platforms.
zcesur
·2 years ago·discuss
Most of our users multistream to Twitch, YouTube and X through Algora! We also support aggregating live chat comments from these platforms and embedding them on your screen, and more recently, livestream monetization via in-video ads
zcesur
·2 years ago·discuss
Creator of Algora here, thanks for sharing! This was a pleasant surprise :) I posted about our Elixir bounties yesterday on Reddit, and I was not expecting to see it on HN front page the next day.

I've been building this since early this year. Over the past few months, developers like Daniel Roe (Nuxt.com maintainer), Chris Griffing, Andras Bacsai (Coolify.io maintainer) have been livestreaming with Algora their coding sessions, office hours, product launches, podcasts, and more.

Algora TV supports free multistreaming to Twitch, X, YouTube, custom RTMPs [1] and aggregates live comments from these platforms.

I chose to build Algora in Elixir because of a few reasons: 1) Productivity gains from using Phoenix LiveView are unparalleled as a solo developer 2) OTP is super helpful for handling complex streaming pipelines. Things like multistreaming, mirroring chat messages, capturing thumbnails etc. can fail at any time, and OTP makes it easier to build fault-tolerant processes 3) BEAM clustering allows distributing the system across multiple nodes with ease, which helps reduce latency between streamers and viewers.

As the sole maintainer of the project, I'd love to get your help with improving Algora! If you're up for contributing, I've put up a bunch of bounties [2] to prioritize some issues.

In any case, I'd love to hear from you if you have any feedback or questions!

[1]: https://algora.tv/docs/streaming/multicast

[2]: https://algora.io/org/algora/bounties
zcesur
·2 years ago·discuss
Duly noted, we're probably going to add local accounts at some point. For the time being, limiting to GitHub auth has been really helpful to keep the platform focused on developers and combat spam.

Any S3-compatible storage should work fine! That being said it would require a lot more work to set it up as you also need to worry about caching, replication, distribution etc. For a livestreaming platform it's super important to ensure livestreams are available globally to minimize latency for viewers.

Tigris has all of this built-in, so it already behaves like a CDN. It's what we use on https://algora.tv and we wanted to make getting started as easy as possible for our contributors and anyone who's looking to self-host.
zcesur
·2 years ago·discuss
I work in a relatively small TS monorepo and waiting on VSCode Intellisense to load the types breaks my flow quite often. A plugin like this would help identify the complex types in the codebase
zcesur
·2 years ago·discuss
The challenge is to build an open source MIT-licensed VSCode plugin that shows you the time-to-load of a type in TypeScript

https://tsperf.algora.io
zcesur
·2 years ago·discuss
Daniel Roe (Nuxt maintainer) is livestreaming his attempt! https://tv.algora.io/danielroe/latest
zcesur
·2 years ago·discuss
algora cofounder here, thanks for the mention! and you're right, we're working to rank up on search results
zcesur
·3 years ago·discuss
thanks a lot james! you guys pioneered the video bounty use case, was so impressive seeing 10 videos submitted in just a single day!

https://github.com/triggerdotdev/trigger.dev/issues/249
zcesur
·3 years ago·discuss
thank you so much jay! it's been a privilege to work with you

btw you have the most beautiful docs i've ever seen https://www.highlight.io/docs/getting-started/client-sdk/rea...
zcesur
·3 years ago·discuss
(algora cofounder here) thank you!

and sorry about that, can you send me a link to the bounty? the list on the homepage should already be sorted by availability
zcesur
·3 years ago·discuss
the list on the homepage is sorted by availability so all unclaimed bounties are at the top. you can further customize the sorting in-app!