Live data from Hacker News

Viewing profile — chillaranand

chillaranand

HN member
Joined
Fri, Dec 19, 2014, 2:27 PM UTC
HN karma
36
Public activity
16 items

About chillaranand

No profile information was provided.

Recent public activity

  1. 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

  2. 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...

  3. 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…

  4. 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…

  5. 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…

  6. comment
    Comment #40734960

    To start from scratch, we need to start with big bang!

  7. 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.

  8. story
  9. 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...

  10. comment
    Comment #34542806

    2014 Almost 10 years ago, I translated this article to Telugu. https://avilpage.com/2014/12/python-paradox.html

  11. story
  12. 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 …

  13. story
  14. story
  15. 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…

  16. comment
    Comment #12603369

    Does devknox upload app source code to your servers?