The benchmarks aren't great, they're super specific to sem's output: why would I ask Claude how many "entities" were modified by a commit and do I need a tool specifically for this request ? Note that an "entity" is a…
Use podman then, or rootless docker if you can make it work
You didn't quote the interesting part: > our implementation is it only prunes calls from > 3 user messages ago, if context is > 40K, and only if there's at least 20K tokens to be removed Seems reasonable to me and…
And your containers need to have specific capabilities enabled, which aren't by default on kubernetes and podman.
Directly emitting metrics using OTLP instead of having the OTel receiver scrape the metrics endpoint is interesting. I never made that move because the Prometheus metrics endpoint works and is so simple, and it's what…
Tubleweed has snapshots and rollbacks too by default. But yeah immutable distros are good for beginners so they don't destroy their system!
I was the sole DevOps at my company for a long time, the team is now bigger. I used terraform for AWS and pulumi for K8S (terraform was too restrictive). IMO pulumi is a huge gain of productivity when you know what…
How is garage for a simple local dev env ? I recently used seaweedfs since they have a super simple minimal setup compared to garage which seemed to require a config file just to get started.
That's why the GPL license was created.
The feature that makes me love pulumi is crd2pulumi, it generates simple, type checked and documented libraries from CRDs. E.g. these are the libs I use, generated from CRDs: https://github.com/Extrality/pulumi-crds
I ran into: - too high memory usage - no warning when a task doesn't yield - monkey patching: * general confusion like threading.local behaving differently * pain to integrate sentry in gunicorn with gevent since you…
Building a framework on a non-async foundation (flask) in 2025 is bizarre. The only way to scale a flask API is to use gevent, which is just problems waiting to happen. Asyncio is just better, safer and has been adopted…
THANK YOU FOR YOUR ATTENTION ON THIS MATTER This announcement contains so many fake marketing words I can't help but read it in DJT's voice... Add Tim Apple's present and yeah, cool tech, not interested.
The main issue is podman support on Ubuntu. Ubuntu ships outdated podman versions that don't work out of the box. So I use podman v5, GitHub actions uses podman v3, and my coworkers on Ubuntu use docker. So now my…
This can't be reduced to a boolean (as always). The issue is that ICE is doing #2 via #1.
Containers != Docker Vulnerable software is an issue outside containers too. Containers allow better isolation.
I can't find sources to this one sided article nor can I find anything recent when searching for it
That's some horrible url parsing code... But honestly urllib sucks: url.hostname doesn't return the port url.netloc also returns the basic auth part So you have to f"{u.hostname}:{u.port}"
I donate to immich even though I still use Google photos since I don't want to host critical infra in my spare time https://github.com/immich-app
I'm in the position where I have to run a WAF to pass security certifications. The only open source WAFs are modsecurity and it's beta successor, coraza. These things are dumb, they just use OWASP's coreruleset which is…
It looks like what the grafana stack does but it's linking specialized tools instead of building one big tool (eg linking traces [0]). The only thing then is that there is no link between logs and metrics, but I guess…
Ansys SimAI | DevOps (more developer than SRE) | REMOTE (France, office is in Paris) | Full time We're building products to predict the results of numerical simulation and act on them. Since joining the Ansys portfolio…
The offer was quite good honestly: people who left got a $30k buyout.
> The long double type varies dramatically across platforms: > [...] > What sets numpy_quaddtype apart is its dual-backend approach: > Long Double: This backend uses the native long double type, which can offer up to…
In the current ecosystem even for a single server I would use K8S via something like minikube. You get for free: operators, observability, a standard API (so you can use helm and such), ...
The benchmarks aren't great, they're super specific to sem's output: why would I ask Claude how many "entities" were modified by a commit and do I need a tool specifically for this request ? Note that an "entity" is a…
Use podman then, or rootless docker if you can make it work
You didn't quote the interesting part: > our implementation is it only prunes calls from > 3 user messages ago, if context is > 40K, and only if there's at least 20K tokens to be removed Seems reasonable to me and…
And your containers need to have specific capabilities enabled, which aren't by default on kubernetes and podman.
Directly emitting metrics using OTLP instead of having the OTel receiver scrape the metrics endpoint is interesting. I never made that move because the Prometheus metrics endpoint works and is so simple, and it's what…
Tubleweed has snapshots and rollbacks too by default. But yeah immutable distros are good for beginners so they don't destroy their system!
I was the sole DevOps at my company for a long time, the team is now bigger. I used terraform for AWS and pulumi for K8S (terraform was too restrictive). IMO pulumi is a huge gain of productivity when you know what…
How is garage for a simple local dev env ? I recently used seaweedfs since they have a super simple minimal setup compared to garage which seemed to require a config file just to get started.
That's why the GPL license was created.
The feature that makes me love pulumi is crd2pulumi, it generates simple, type checked and documented libraries from CRDs. E.g. these are the libs I use, generated from CRDs: https://github.com/Extrality/pulumi-crds
I ran into: - too high memory usage - no warning when a task doesn't yield - monkey patching: * general confusion like threading.local behaving differently * pain to integrate sentry in gunicorn with gevent since you…
Building a framework on a non-async foundation (flask) in 2025 is bizarre. The only way to scale a flask API is to use gevent, which is just problems waiting to happen. Asyncio is just better, safer and has been adopted…
THANK YOU FOR YOUR ATTENTION ON THIS MATTER This announcement contains so many fake marketing words I can't help but read it in DJT's voice... Add Tim Apple's present and yeah, cool tech, not interested.
The main issue is podman support on Ubuntu. Ubuntu ships outdated podman versions that don't work out of the box. So I use podman v5, GitHub actions uses podman v3, and my coworkers on Ubuntu use docker. So now my…
This can't be reduced to a boolean (as always). The issue is that ICE is doing #2 via #1.
Containers != Docker Vulnerable software is an issue outside containers too. Containers allow better isolation.
I can't find sources to this one sided article nor can I find anything recent when searching for it
That's some horrible url parsing code... But honestly urllib sucks: url.hostname doesn't return the port url.netloc also returns the basic auth part So you have to f"{u.hostname}:{u.port}"
I donate to immich even though I still use Google photos since I don't want to host critical infra in my spare time https://github.com/immich-app
I'm in the position where I have to run a WAF to pass security certifications. The only open source WAFs are modsecurity and it's beta successor, coraza. These things are dumb, they just use OWASP's coreruleset which is…
It looks like what the grafana stack does but it's linking specialized tools instead of building one big tool (eg linking traces [0]). The only thing then is that there is no link between logs and metrics, but I guess…
Ansys SimAI | DevOps (more developer than SRE) | REMOTE (France, office is in Paris) | Full time We're building products to predict the results of numerical simulation and act on them. Since joining the Ansys portfolio…
The offer was quite good honestly: people who left got a $30k buyout.
> The long double type varies dramatically across platforms: > [...] > What sets numpy_quaddtype apart is its dual-backend approach: > Long Double: This backend uses the native long double type, which can offer up to…
In the current ecosystem even for a single server I would use K8S via something like minikube. You get for free: operators, observability, a standard API (so you can use helm and such), ...