Viewing profile — chillaranand
chillaranand
HN member- Joined
- Fri, Dec 19, 2014, 2:27 PM UTC
- HN karma
- 36
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About chillaranand
No profile information was provided.
Recent public activity
-
comment
Comment #47760918
For various internal tools & other projects, I started using config only tools and avoid code as much as possible. https://avilpage.com/2026/03/config-first-tools.html
-
comment
Comment #46410996
We can also use systemd timer and it ensures there is no overlap. https://avilpage.com/2024/08/guide-systemd-timer-cronjob.htm...
-
comment
Comment #46200377
You can specify requirements at the top of file and uv can run the script after automatically installing the dependencies. https://avilpage.com/2025/04/learn-python-uv-in-100-secon…
-
comment
Comment #46087197
I used to use other tools like supabase and others for side projects. After discovering pocketbase, I never went back to any of those tools. Works surprisingly well even for mid to…
-
comment
Comment #43125998
I stumbled up on this issue recently while setting up GHA and switched to AWS ECR Gallery which doesn't have limits. My blog post on the same at https://avilpage.com/2025/02/free-d…
-
comment
Comment #40734960
To start from scratch, we need to start with big bang!
-
comment
Comment #38299691
After trying out various file managers, I am able to do this in xplr file manager finally. Not sure if any other file managers support this.
- story
-
comment
Comment #35946189
I ran small POC as you mentioned earlier and it worked well. https://avilpage.com/2018/02/deploy-django-web-app-android.h...
-
comment
Comment #34542806
2014 Almost 10 years ago, I translated this article to Telugu. https://avilpage.com/2014/12/python-paradox.html
- story
-
comment
Comment #33633890
Each Common crawl monthly data consists of ~100 TB. For some use cases, we don't need entire data set. We just need a subset of the data. In this post, lets see how we can extract …
- story
- story
-
comment
Comment #24967958
We can also use ssl-cert-check cli tool. `ssl-cert-check -s avilpage.com -p 443 -x 30` will return if the certificate will expire in 30 days. We can use this command in CI pipeline…
-
comment
Comment #12603369
Does devknox upload app source code to your servers?