Viewing profile — jb_gericke
jb_gericke
HN member- Joined
- Sat, May 30, 2020, 4:17 AM UTC
- HN karma
- 101
- Public activity
- 55 items
- HN profile
- View on Hacker News ↗
About jb_gericke
No profile information was provided.
Recent public activity
-
comment
Comment #43749033
So first off, don’t use Python in prod. Second off, don’t use async because of complexities in multi-threading? A lot of the world runs just find on Python (see Django), async is m…
-
comment
Comment #43749026
It sounds like the author makes a blanket claim to avoid asynchronous functions, even when using an inherently asynchronous web framework (FastAPI), which would negate any FastAPI …
-
comment
Comment #43021493
WASM solves a very different problem to Kubernetes, and you can happily run, scale and orchestrate WASM binaries on Kube.
-
comment
Comment #42233128
I don’t think scale is the only consideration for using Kubernetes. The ops overhead in managing traditional infrastructure, especially if you’re a large enterprise, drops massivel…
-
comment
Comment #41414664
Can you qualify this statement? It’s 2024, Kubernetes is old tech and bullet proof at that.
-
comment
Comment #40828214
Having watched the infrastructure side of things evolve from the late 90s/early 2000s, where every HP/IBM rackmount was a snowflake, configuration and releases were hand rolled and…
-
comment
Comment #39694420
Which doesn’t really make sense, as drinking ACV alone will definitely not result in a body recomp/the addition of muscle (every meat head lifter, myself included, would be drinkin…
-
comment
Comment #38505416
Yeah, especially with containerisation and orchestration / Kubernetes, I get that perhaps not everything is viable to containerise, but in 2023 this feels archaic and like a lot of…
-
comment
Comment #38021355
We had our main GCP account suspended because we were running a Lightning node, and some Google automata flagged us as mining. We couldn’t get hold of any actual person at Google, …
-
comment
Comment #37886917
I can see these popping up all over the show at Burning Man. Maybe the guru dude just knows his audience?
-
comment
Comment #37807908
So TL/DR, the author works for a large org with a less than perfect culture? I’d simply move. Even in keeping to companies of similar scale, there are definitely highly successful …
-
comment
Comment #37171478
Rancher price increases over the last few years have made it prohibitive for a good number of our customers. Personally, I don't think SUSE has done much to evolve the lifecycle si…
-
comment
Comment #37171437
I believe the founding Rancher members left to start Acorn ( https://www.acorn.io ) some time ago.
-
comment
Comment #37058984
Kubernetes not required, just tons and tons of hand rolled Actions and env files and compose files and spaghetti bash. I don't understand the Kubernetes resistors, for a little bit…
-
comment
Comment #37018791
So, um, Signal? https://github.com/signalapp
-
comment
Comment #36651429
It’s actually a Kubernetes focussed course. The JVM isn’t going to auto scale or distribute my service.
-
comment
Comment #36110860
Why not put auth on the endpoint and enforce quotas and rate limiting (an api gateway like kong could handle this for you).
-
comment
Comment #35997567
Reminiscent of Adrian Cockcroft “Gigalith” architecture. Not sure on the economy of scale though - if you need redundancy on a scale up architecture you essentially need to have pa…
-
comment
Comment #35270575
Pioneer? Other than rewriting docket swarm it sounds like a stack from the early 2000s…
-
comment
Comment #35270561
Let’s write our own container orchestrator though, because control planes are dumb?
-
comment
Comment #33270955
+1 and Gunicorn with an ASGI server/Uvicorn
-
comment
Comment #33270900
We're seeing the drive to Internal Development Platforms and Platform Engineering teams who are charged with eliminating developer toil and creating golden paths (ironically coined…
-
comment
Comment #33270824
The Shannon number doesn't exist for a middle management role, which could consist of so many variations from organization to organization. I don't disagree that AI assisted decisi…
-
comment
Comment #33090956
The 'anabolic window' has largely been disproven. Depending on your goals though, from a resistance training perspective you typically need to be in a caloric surplus (although not…
-
comment
Comment #32626246
We've been using K8s to scale incredibly high user and revenue generating services across banks, telcos, insurers for the last half decade. Works pretty well in our opinion ;)