Viewing profile — wenbo
wenbo
HN member- Joined
- Fri, Sep 30, 2016, 5:20 PM UTC
- HN karma
- 203
- Public activity
- 65 items
- HN profile
- View on Hacker News ↗
About wenbo
No profile information was provided.
Recent public activity
-
comment
Comment #35521196
What's stopping you from coming over to Supabase?
-
comment
Comment #33251818
You can find it under the "See Database add-on plans" section on https://supabase.com/pricing .
-
comment
Comment #32907537
I contributed to Supabase Realtime [0] before being hired late January of 2021. [0] https://github.com/supabase/realtime/commits?after=9990120c6...
-
comment
Comment #32514872
Thanks, will take a look at your article!
-
comment
Comment #32514835
Yes, developers will have to do this themselves for now.
-
comment
Comment #32514719
I see that you worked on Firebase's Realtime database back in the day. How did your team handle such cases?
-
comment
Comment #32514685
> So you will lose messages. This is true but you can store your messages inside your database and on reconnect you can fetch the messages you missed.
-
comment
Comment #32514099
Thanks, the demo isn't mobile responsive quite yet.
-
comment
Comment #32514085
Wen Bo from the Supabase Realtime team here! Client will seek to continuously reconnect to the WebSocket when there's a connection issue and server must receive at least one heartb…
-
comment
Comment #32513995
Wen Bo from the Supabase Realtime team! Just want to confirm that we did put in place a client-side character limit.
-
comment
Comment #32513942
Wen Bo from the Supabase Realtime here! Also, every single person on the Supabase team actively does support so if you would like world class support than look no further!
-
comment
Comment #32513900
Wen Bo from the Realtime team here! That back button glitch is specific to the demo. We had to do a few redirects based on Presence sync and load balancing each room. I'm sure ther…
-
comment
Comment #32513850
We started developing Realtime: Multiplayer version many months ago in a private repo just to experiment with Phoenix's Broadcast and Presence and over time we just added to it. We…
-
comment
Comment #32513814
Wen Bo from the Supabase Realtime team here! We actually use https://github.com/supabase/walrus to get the database changes and we're planning on moving to a Rust worker ( https://…
-
comment
Comment #32511878
> Is server authroity and broadcast permissions handled or left as a task for the user? Can channels be locked down to a list of users? Broadcast permissions is currently not handl…
-
comment
Comment #32024275
Thanks for the feedback! Passed it on to our frontend team.
-
comment
Comment #32021993
Member of the Supabase team! Would love to hear your pain points with local development. Always looking for feedback so that we may improve your experience.
-
comment
Comment #31335710
Supabase dev and the maintainer of Supabase Realtime here! Meteor was before my time (I was doing product when Meteor was all the rage back in the day and never had a chance to exp…
-
comment
Comment #31335663
Supabase dev here! I believe this is you: https://github.com/supabase/supabase/discussions/5911#discus... . I just want to let you know that I saw your comment! Thank you so much f…
-
comment
Comment #31335638
Supabase dev and one of the creators of multiplayer.dev here! > This led us to use Centrifugal, a oss go microservice, which has worked great Thanks for sharing this! Will definite…
-
comment
Comment #31332509
Supabase dev and the maintainer of Supabase Realtime here! > The real time doesn't work until you enable the sync on the supabase dashboard which was not apparent to me. Thanks for…
-
comment
Comment #31332417
> That's a similar approach to supabase I'm a Supabase dev and the maintainer of Supabase Realtime and just wanted to clarify that Realtime works by listening to Postgres' logical …
-
comment
Comment #31007154
> every day my excitement for Supabase grows Love to hear it! > What would be the best way to build a multi-region cluster in Supabase? The easiest way we've found is to deploy the…
-
comment
Comment #31007138
Wanted to follow up on this. I spoke to the team and just wanted to re-iterate that we will be open sourcing the SQL very soon.
-
comment
Comment #31007109
> first elixir project Simple Phoenix server that made requests to third party API endpoints. > Did you have any trouble skipping Erlang and going straight to elixir? I don't think…