Live data from Hacker News

Viewing profile — spalas

spalas

HN member
Joined
Mon, Apr 16, 2018, 8:39 AM UTC
HN karma
360
Public activity
49 items

About spalas

Software engineer currently focused on DevOps and Infrastructure.

I'm currently building things and producing content at devopsdirective.com as well as doing some consulting work.

Recent public activity

  1. story
    Show HN: Deputies (open-source background agent control plane)

    Deputies is a background agent platform like Ramp's Inspect or Stripe's minions, but open source and deployable anywhere. I launched it a few weeks ago, and have since added a publ…

  2. story
  3. story
    Show HN: Deputies, an open source background agent

    Inspired by Ramp's inspect, Stripe's Minions, and open source versions like open-inspect & open-swe, I decided to build my version of a background agent! It is built on https://flu…

  4. story
  5. comment
    Comment #33086359

    More opportunistic. The companies had similar full time roles posted they were trying to hire for and but were willing to adapt hire me part time after discussing what I felt I cou…

  6. comment
    Comment #33084266

    I left my full time role right at the beginning of the pandemic due to burnout. I was planning to take time off before applying to full time roles, but then ended up doing part tim…

  7. story
  8. comment
    Comment #26903337

    Hi! Author here! My (somewhat silly) use case for the tiny container was trying to cram 10,000 pods onto a k8s cluster without breaking the bank: https://www.youtube.com/watch?v=1y…

  9. comment
    Comment #26903314

    Hi, author here! Thanks for the kind words. I didn't know about UPX. I should add an update to the end with this trick!

  10. comment
    Comment #26903211

    Hi, author of the article here! I figured there were a bunch of ways to shrink that one, and I had a C based image that was in between my GO and ASM images, but decided to cut them…

  11. story
  12. story
  13. story
  14. comment
    Comment #24554041

    Yeah -- Using the second session for grabbing inputs is clever!

  15. comment
    Comment #24553379

    K1GSFJF0 is a random password generated here: https://github.com/Firemoon777/sql-battleships/blob/87770216... It then queries every second looking for a session in the postgres_log…

  16. comment
    Comment #24553344

    Ha! I attempted this a while back but never came up with a good solution for handling user inputs so it was just the computer playing itself... https://github.com/sidpalas/battlesh…

  17. comment
    Comment #24000098

    Thanks for the response -- that is what I assumed by wanted to see if I was missing something.

  18. story
    Ask HN: Why does Cloudflare show 3.5x more unique users than Google Analytics?

    When looking at my site's analytics, the nubmer of unique visitors tracked in Cloudflare is approximately 3.5 times the number tracked in Google Analytics. Is this mostly due to: -…

  19. comment
    Comment #23959245

    Haha - We have it too easy these days and can just spin up a VM with Virtual Box (or similar) to test stuff like this.

  20. comment
    Comment #23958212

    I think you could build on this action https://github.com/actions/github-script/ which provides a JS client for the GitHub API. It looks like it supports all of the API routes you …

  21. comment
    Comment #23956082

    Mostly because I knew I wanted to play around with trying out different configurations, testing performance, etc... If I didn't have those secondary goals, I would have either: 1) …

  22. comment
    Comment #23952563

    Haha, good point... I have another 5 months to fully forget that I ever set this up. The name of the action does get included in the email notification so hopefully I'll be able to…

  23. comment
    Comment #23952515

    Oh nice, I saw that one on the front page the other day. Didn't realize it was you -- great post!

  24. comment
    Comment #23952450

    ...and its hosted on an f1-micro instance! ( https://devopsdirective.com/posts/2020/03/load-testing-f1-mi... ) Almost all of the load is handled by CloudFlare though.

  25. comment
    Comment #23952438

    Love it! I have seen people doing fun things with GitHub Actions for the new GitHub profile readme feature as well. This community chess game is one of my favorites https://github.…