HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cyrilou242

no profile record

Submissions

Show HN: I Built Streamlit for Java

github.com
2 points·by cyrilou242·vor 8 Monaten·0 comments

Building a roadmp in a vacuum – the case of the late mover

world.hey.com
2 points·by cyrilou242·vor 9 Monaten·0 comments

comments

cyrilou242
·vor 3 Monaten·discuss
Building a video game adaptation of Pass The Pigs (the "dice" game where "dice" are plastic pigs).

Early preview here: https://piggy-toss.netlify.app/

The goal is to play with friends, we love this game.
cyrilou242
·vor 8 Monaten·discuss
I’m building Streamlit for Java. https://javelit.io https://github.com/javelit/javelit

I maintain a dev log: https://world.hey.com/cdecatheu/javelit-diary-00-building-a-...

And here’s an article about the project by a Google Cloud devrel :)

https://glaforge.dev/posts/2025/10/24/javelit-to-create-quic...
cyrilou242
·vor 9 Monaten·discuss
Hey, I'm the creator of Javelit. I don't know who you are microflash, but thanks for sharing! Short-story: Javelit is a copy of Streamlit for Java.

Any question let me know!
cyrilou242
·vor 11 Monaten·discuss
> Everything you do needs to be synchronous and almost everything requires a reload.

this is pretty incorrect, you may want to look into the concept of "partials" in SSR. maybe you meant everything requires a roundtrip ? but SPA would not solve most of the roundtrips necessary in github given many interactions in the github app require authn/authz checks.

would you care getting into more details ?

Also, 'old' github was known to be very fast an reliable and was indeed a ruby on rails SSR app. Since a few years ago github started to introduce react and more client side logic and it correlates with more issues and more slowness in the frontend. It only correlates, but still.