Live data from Hacker News

Viewing profile — st0012

st0012

HN member
Joined
Sun, Apr 23, 2017, 2:22 PM UTC
HN karma
33
Public activity
31 items

About st0012

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #48686467

    I’ve been building cctop for over 4 months and never stopped improving it as I migrated between harnesses. It now supports Codex desktop/cli, Claude desktop/cli, opencode, and pi. …

  4. story
  5. story
  6. comment
    Comment #46453801

    Can you elaborate what sustainability and openness do you mean to here? Do you mean disclosing usage of AI tools in the project’s maintenance and development?

  7. story
  8. story
  9. comment
    Comment #38767539

    These are the Ruby libraries that already adopted Prism: https://rubygems.org/gems/prism/reverse_dependencies

  10. comment
    Comment #38753095

    syntax_tree was actually created before Prism. Ruby LSP also adopted syntax_tree first, and then switched to Prism (then called YARP) when it was mature enough. But indeed, the typ…

  11. comment
    Comment #38550976

    In 2017, I wrote a toy language called Goby[1] to learn how Ruby works. A few folks contributed quite a bit to it and one of them later referred me to my previous job (as a backend…

  12. story
  13. story
  14. story
  15. story
  16. story
  17. comment
    Comment #15104046

    Sadly we can't. But you can use go library in Goby

  18. comment
    Comment #15103509

    If you ask me why I started this project at first place, I'd say it's just for fun and practicing. And we know that Goby is not special enough by giving green thread or channel. So…

  19. comment
    Comment #15103469

    Goby doesn't have JIT. It just created 6 months ago so we have many things prior to performance improvements. And I'm not a programming language expert so it's too hard for me intr…

  20. comment
    Comment #15103410

    Thanks! I think Go does good work at concurrency support, so using it can save me a lot time dealing with concurrency. And in my opinion Go is simple to learn, which can make other…

  21. comment
    Comment #15103372

    Thanks! I'll try to share my experience to others by writing posts or giving a talk on conf. But actually Goby is just 6 months old, so you might need a while :)

  22. comment
    Comment #15099207

    Goby does reverse, using Go package as plugin. See: https://goby-lang.gitbooks.io/goby/content/plugin-system.htm...

  23. comment
    Comment #15098290

    Hi, I'm Stan, this project's creator. I will explain your questions later. But before that please check out our sample site (written in Goby): http://sample.goby-lang.org/ And our …

  24. comment
    Comment #15080012

    Hello, I'm Stan, the project's creator. A few months ago Goby(Rooby) was posted on Hacker News. I got many feedbacks and said that this language is aim at help developing microserv…

  25. story