Live data from Hacker News

Viewing profile — sanjiva

sanjiva

HN member
Joined
Wed, Jul 05, 2017, 3:38 AM UTC
HN karma
48
Public activity
25 items

About sanjiva

No profile information was provided.

Recent public activity

  1. comment
    Comment #29048240

    There's a lot of focus on testing in Ballerina: https://ballerina.io/learn/testing-ballerina-code/writing-te...

  2. 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…

  3. comment
    Comment #29046487

    Yes it can go both ways.

  4. 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…

  5. 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…

  6. 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…

  7. story
  8. 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…

  9. comment
    Comment #27444238

    Its going to be harder to trust any app now. Who knows who's behind it?

  10. 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…

  11. 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…

  12. 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 …

  13. 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…

  14. 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…

  15. 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.

  16. 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…

  17. 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…

  18. 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 …

  19. 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.

  20. 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!

  21. 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…

  22. 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…

  23. 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 …

  24. 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.

  25. 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…