Viewing profile — st0012
st0012
HN member- Joined
- Sun, Apr 23, 2017, 2:22 PM UTC
- HN karma
- 33
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About st0012
No profile information was provided.
Recent public activity
- story
- story
-
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. …
- story
- story
-
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?
- story
- story
-
comment
Comment #38767539
These are the Ruby libraries that already adopted Prism: https://rubygems.org/gems/prism/reverse_dependencies
-
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…
-
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…
- story
- story
- story
- story
- story
-
comment
Comment #15104046
Sadly we can't. But you can use go library in Goby
-
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…
-
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…
-
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…
-
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 :)
-
comment
Comment #15099207
Goby does reverse, using Go package as plugin. See: https://goby-lang.gitbooks.io/goby/content/plugin-system.htm...
-
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 …
-
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…
- story