Viewing profile — spalas
spalas
HN member- Joined
- Mon, Apr 16, 2018, 8:39 AM UTC
- HN karma
- 360
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About spalas
I'm currently building things and producing content at devopsdirective.com as well as doing some consulting work.
Recent public activity
-
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…
- story
-
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…
- story
-
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…
-
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…
- story
-
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…
-
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!
-
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…
- story
- story
- story
-
comment
Comment #24554041
Yeah -- Using the second session for grabbing inputs is clever!
-
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…
-
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…
-
comment
Comment #24000098
Thanks for the response -- that is what I assumed by wanted to see if I was missing something.
-
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: -…
-
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.
-
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 …
-
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) …
-
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…
-
comment
Comment #23952515
Oh nice, I saw that one on the front page the other day. Didn't realize it was you -- great post!
-
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.
-
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.…