Viewing profile — sanjiva
sanjiva
HN member- Joined
- Wed, Jul 05, 2017, 3:38 AM UTC
- HN karma
- 48
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About sanjiva
No profile information was provided.
Recent public activity
-
comment
Comment #29048240
There's a lot of focus on testing in Ballerina: https://ballerina.io/learn/testing-ballerina-code/writing-te...
-
comment
Comment #29046506
Ballerina is a standalone open source project and does not tie anyone to any WSO2 ecosystem. Please compare processing JSON in Java vs. Ballerina, typing network data in Java vs. B…
-
comment
Comment #29046487
Yes it can go both ways.
-
comment
Comment #27675695
edX has been my go-to recommendation for people in my side of the world (I live in Sri Lanka) to get quality education at no cost. This is the end of that - they might have some pr…
-
comment
Comment #27626123
About 20 years ago, when I was living in Yorktown Heights NY (in Westchester county - a pretty high end county just north of NYC), we had to call 911 once because my then wife slip…
-
comment
Comment #27604223
Ballerina has had a major revamp since the 2019 release and we recently released the first of a series of betas before making it GA. Some of the key features of the language includ…
- story
-
comment
Comment #27591933
And this is a temporary reality - once the system starts operating at full steam again the costs will come down. Moving production is much more complex and requires long term polic…
-
comment
Comment #27444238
Its going to be harder to trust any app now. Who knows who's behind it?
-
comment
Comment #20960034
No, the racist bit is the implicit assumption that people in this part of the world can only do services and not creative technology development. We can do both, just like anyone e…
-
comment
Comment #20958294
It doesn't. The primary reason is that VSCode cannot be hosted. We will soon publish a playground widget which will let you run the same code in the browser so you can see source a…
-
comment
Comment #20958282
Ada was named after Ada Lovelace too. Many may not know that it was a woman's name (and of course few program in Ada; we certainly hope for a better outcome than that!). I'm sorry …
-
comment
Comment #20942359
The XML design is going to get a significant refresh. The draft proposal is here: https://github.com/ballerina-platform/ballerina-spec/blob/ma... . The XML programming model is rat…
-
comment
Comment #20926374
I'm the founder of WSO2. I'm from Sri Lanka. We have 100s of coders from Sri Lanka (not dozens). I'm the creator of Ballerina. I'm now its product manager. Ballerina is in its firs…
-
comment
Comment #20926284
Yeah sorry .. the styling on examples https://v1-0.ballerina.io/learn/by-example/ might be a bit much. We'll work on it.
-
comment
Comment #20926267
We had a playground widget but had to take it down because we were a bit swamped last few weeks and couldn't get it updated for this release. A Go-like full screen online playgroun…
-
comment
Comment #20926260
I'm the founder of WSO2 which developed Ballerina. Also the person who started the project and lead it. WSO2 is an enterprise software product company with 500+ customers in 70+ co…
-
comment
Comment #20926243
Ballerina does NOT force you to write "visually". You can write normal code and NEVER look at a picture. However, after you're done, if to see the flow of your entire program (not …
-
comment
Comment #16965878
Oh and I didn't answer the question of who's behind it - this is being lead by WSO2, of which I'm the chief architect.
-
comment
Comment #16965822
I'm the lead designer of Ballerina. Its a real language :-). Please check the spec out here: https://ballerina.io/res/Ballerina-Language-Specification-WD... . Feedback welcome!
-
comment
Comment #14793243
I missed replying to this .. yes one could easily. Making that perform at the same level as a TCP driver written in C could be a bit challenging .. but not impossible. In fact, exp…
-
comment
Comment #14705677
I'm leading the Ballerina language design. The team has about 15 engineers working on the runtime (and related tools) and about another 15 folks working on the browser-based compos…
-
comment
Comment #14699879
Ballerina is designed exactly for that; to be the Unix shell of the Internet basically. Deep understanding of JSON, XML, MIME, SQL etc., networked execution naturally, parallelism …
-
comment
Comment #14699847
JVM is not exposed at all . We plan to include OpenJDK in final distros so it runs totally self container. Absolutely no Java semantics or concepts are leaked to the language.
-
comment
Comment #14699838
Not yet .. but we have a design for tracing the execution flow of every run at near zero cost and then playing back the execution trace. That's not saving all intermediate state bu…