Viewing profile — ajvb
ajvb
HN member- Joined
- Sun, Mar 25, 2012, 6:59 PM UTC
- HN karma
- 11
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About ajvb
Recent public activity
-
comment
Comment #10051090
dmix, a 2-3 person team is actually exactly what this project was built for. The use case came from a start-up of the past that I was an engineer at that really really needed somet…
-
comment
Comment #10051069
I had not seen Nextdoor's scheduler, which looks awesome except for the required external requirement of SQS. Kala was built to not require anything except for the Kala binary. Yel…
-
comment
Comment #10051042
With pleasure.
-
comment
Comment #10051019
The initial use case was for a single node setup, Chronos for an early stage startup. I/we will be adding support for it to be distributed here soon, but not until the single-node,…
-
comment
Comment #10050864
It was taken from the Sanskrit meaning for "time". :)
-
comment
Comment #9779522
Thank you! Wanted it to actually be "easy" to interact with.
-
story
Show HN: Kala – Modern Job Scheduler Written in Go
Kala is a simplistic, modern, and performant job scheduler written in Go. It lives in a single binary and does not have any dependencies. Kala was inspired by Chronos ( https://git…
-
comment
Comment #7945073
This is a very cool idea. Execution is good as well.
-
comment
Comment #7710982
Great idea, and impressively simple interface. Love it.
-
comment
Comment #6699723
https://github.com/cznweb/deluge - Server for DynDNS/request tunnelling to arkOS nodes https://arkos.io/deluge ^ is in the works
-
comment
Comment #4130186
Cool story bro. Did you look at the actual main aspect of this simple tool, or just the one folder with the server-script? As previously mentioned. The main aspect of this is the a…
-
comment
Comment #4128157
Even though it doesn't seem to be the case when viewing the README, this is more for automatically creating a Django app rather than the deployment process. There are things like C…
-
comment
Comment #4127679
We have included settings_local.py for development purposes, which gets imported by settings.py if it can be found. The main purpose for this is for the settings_local.py to be usi…