Viewing profile — mcuadros
mcuadros
HN member- Joined
- Wed, Nov 12, 2014, 11:32 PM UTC
- HN karma
- 148
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About mcuadros
Recent public activity
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #13218261
Could be a nice PR ;)
-
comment
Comment #13218259
Nope I don't want to have any complex like a execution tree, this is just a small replacement of the kind of jobs you want to run with cron
-
comment
Comment #13211291
I created Ofelia, being getting Vixie crond inside of a container is a nightmare (at least when I started the project, 1 year ago), with Ofelia is simply tasks.
-
comment
Comment #13211280
As explained in the README, is a character from Mortadelo and Filemon[1], she is a office manager and I though that was a good simile to a job scheduler, obviously the intent is no…
- story
- story
- story
-
comment
Comment #11109788
Yep is a very similar approach, I'm not familiar with gitgo, but we started to work on go-git before gitgo was published, so this is the reason why we have our own project instead …
- story
-
comment
Comment #9726829
v8worker, was one of the evaluated projects, but V8 is not very fast compiling... takes several mins. With go-duktape, you can compile CandyJS just lake a normal Go package without…
-
comment
Comment #9725159
True in some cases I fold back to JSON: https://github.com/mcuadros/go-candyjs/blob/master/base.go#L... But the main goal of the project is be fully transparent more than the perfo…
-
comment
Comment #9725133
the main goal of CandyJS is allow to other developers build extendable programs without the requirement of compile. A good example could be a chan bot in Go with plugins written on…
-
comment
Comment #9725097
Hi Chris, thanks for your support. Your packages looks like very interesting, I couldn't find it before. About the pool of workers, they share the stack? Or how you keep the same s…