Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mcuadros
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Introducing: AsCode an Alternative Syntax for Terraform
(github.com)
1 points
by
mcuadros
6y ago
|
0 comments
2.
▲
Go-Git has a new home v5 and some explanations
(github.com)
2 points
by
mcuadros
7y ago
|
0 comments
3.
▲
Show HN: Go-git v4, covering almost all the commonly used Git functionalities
(github.com)
6 points
by
mcuadros
9y ago
|
0 comments
4.
▲
Workdays vs. Weekends and Morning vs. Night GitHub Commit Analysis
(blog.sourced.tech)
3 points
by
mcuadros
9y ago
|
0 comments
5.
▲
Show HN: Kallax a PostgreSQL Typesafe ORM for the Go Language
(github.com)
17 points
by
mcuadros
9y ago
|
0 comments
6.
▲
Comparing Git trees in Go
(blog.sourced.tech)
2 points
by
mcuadros
9y ago
|
0 comments
7.
▲
Show HN: Proteus, keeping Go as the source of truth, .proto files from Go code
(github.com)
5 points
by
mcuadros
10y ago
|
0 comments
8.
▲
Show HN: High Performance and Large Scale K-means and K-nn on Nvidia GPU/CUDA
(github.com)
4 points
by
mcuadros
10y ago
|
0 comments
9.
▲
Show HN: Go-git and aerospike: a Git repository backed by a database
(github.com)
5 points
by
mcuadros
10y ago
|
0 comments
10.
▲
Show HN: Hercules – Calculates the lines burnout stats in a Git repository
(github.com)
2 points
by
mcuadros
10y ago
|
0 comments
11.
▲
Śiva: Why We Created yet Another Archive Format
(blog.sourced.tech)
1 points
by
mcuadros
10y ago
|
0 comments
12.
▲
by
mcuadros
10y ago
Could be a nice PR ;)
13.
▲
by
mcuadros
10y ago
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
14.
▲
by
mcuadros
10y ago
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.
15.
▲
by
mcuadros
10y ago
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 not make fun of the fat that she is fat. [1] https://
16.
▲
Show HN: Ofelia – a simple job scheduler ready for Docker
(github.com)
44 points
by
mcuadros
10y ago
|
19 comments
17.
▲
Show HN: Golang fixed versions tool for your private and public dependencies
(github.com)
1 points
by
mcuadros
10y ago
|
0 comments
18.
▲
Show HN: Gce-Docker – Google Cloud Engine Integration for Docker
(github.com)
5 points
by
mcuadros
10y ago
|
0 comments
19.
▲
by
mcuadros
11y ago
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 of collaborating on a existing one.
20.
▲
Show HN: Go-git – low-level and extensible Git client library in Go
(github.com)
114 points
by
mcuadros
11y ago
|
56 comments
21.
▲
by
mcuadros
11y ago
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 any other tool or library. Other reason is that many of the
22.
▲
by
mcuadros
11y ago
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 performance. At the very beg
23.
▲
by
mcuadros
11y ago
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 JS. (like https://github.com/djosephsen
24.
▲
by
mcuadros
11y ago
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 status on each.
25.
▲
by
mcuadros
11y ago
the method and field names are converted to lowerCamelCase to be compliant with the JS coding style. Let's see if this transformation becomes a headache. BTW this behaviour is undocumented, I will fix that.
26.
▲
Show HN: CandyJS – transparent bridge between Go and JavaScript
(github.com)
72 points
by
mcuadros
11y ago
|
15 comments
27.
▲
Show HN: Rocketizer – Painless Dockerfile Transformation to Rocket Containers
(github.com)
1 points
by
mcuadros
12y ago
|
0 comments
28.
▲
Show HN: Dockership – dead simple docker deploy tool (YA*)
(github.com)
8 points
by
mcuadros
12y ago
|
0 comments