I make this comparison a lot and a lot of devs don't like it. I am sure I could make a decent industrial PLC tech, same shit, different tools.
Repo claims > A single archive of public exploit PoCs and vulnerability research writeups. At the time I post these, none have been reported. Feel free to report them yourself and take credit for the CVE if handed out…
Yeah the last decade of Nuclear work is the ONE thing that they have been successful at wrt to project planning. Hopefully that expertise is well placed to execute on these other projects.
> Mature ops would be tracking cache hit ratios right? Sure, and sentry integrates well with redis in python which is what I use primarily with redis. I don't think memcached is bad, I just think its old and industry…
I don't want my cache to silently fail. Clustering redis is not that hard even if you do it manually and I have only had to do it once. I never use redis persistence and have a max size set with LRU or whatever the…
I stopped using memcached a decade a go in favour of Redis and now use valkey. Never felt the need to go back to memcached except when a legacy dependency needed it.
Merchants near me are using more computer based terminal that seem to take nearly every thing. Amex's cut probably smaller compared to squares or stripes. When talking to a local merchant about why they dont take amex…
I don't think people appreciate how much power comes from such a small amount of waste. The largest plant near me has been operating for > 50 years and the waste is still kept on site though I believe they are working…
The problem is that the agents can not be trusted to do things so at the end of the day you wade through loads of crap and they cant solve your problem because they usually only have the same powers you do. Great if…
For sure, I was thinking consumer desktop motherboards. Even server boards often have their SFP in daughter boards specific to the chassis.
I mean.. cat8 already exists but it will never be common because most people who dont make home networking a hobby just use wifi. Hell many many people now a days own only a tablet and phone and no desktop/laptop at…
If you don't want the anime girl pay for the support, otherwise you get the anime jackal. Seems like a fair deal to me.
You are paying a fall guy to come in and gather data or implement something you want to do but don't have a ton of evidence for. That way if shit goes south you can blame them and if it succeeds you get the credit.…
Yeah, the AUR is basically build scripts for github repos or a link to someones pre-built binary. It suffers from all the same problems that the underlying infrastructure suffers from. You could very easily argue that…
Patroni serves this niche pretty well at this point.
SQLA async is a bit of a struggle with pgbouncer. I had to disable application pooling as it was causing read only transactions I could couldnt pin down the cause.
We use logical replication and a pause / swap in pgbouncer for ~5s of paused (but not failed) writes. This is for DBs that are ~1-1.5TB but doesnt have a huge amount of churn/qps Effectively what is described here…
I had the opposite thought. Being a generalist was very useful to me 5 years ago. Now AI models have made everyone a generalist. That wide but not terribly deep skillset was immediately devalued by the AI models. You…
The other thing is that a lot of this thread is talking about domain knowledge and ignoring it forgetting that a massive number of jobs in this industry are in web app crud. There is a massive number of software…
I have found that design choice to be annoying
So they did. https://github.com/google-gemini/gemini-cli/discussions/2727... I get the complaints in that thread but I still think it is hilarious. That repo is a gong show to random shit and perhaps one of the best…
I have not tried the Gemini CLI in a few months but when I did it was a shit show. Google makes it very hard to use their shit and it was full of bugs. Anthropic's current run is based entirely around Claude Code in…
For most CRUD apps running in docker its enough to just tell the "agent" to use podman.
HackerNews is social media and this is just representative of social media as a whole. Critical thinking is at an all time low to start with but even if you attempt to think critically while using social media you…
As a dev I would tell you its an ops burden. My devops coworker just shrugs, pumps out some yaml and helm and away it goes. It really depends on your experience and tolerance for a lot of things. Usually maintenance…
I make this comparison a lot and a lot of devs don't like it. I am sure I could make a decent industrial PLC tech, same shit, different tools.
Repo claims > A single archive of public exploit PoCs and vulnerability research writeups. At the time I post these, none have been reported. Feel free to report them yourself and take credit for the CVE if handed out…
Yeah the last decade of Nuclear work is the ONE thing that they have been successful at wrt to project planning. Hopefully that expertise is well placed to execute on these other projects.
> Mature ops would be tracking cache hit ratios right? Sure, and sentry integrates well with redis in python which is what I use primarily with redis. I don't think memcached is bad, I just think its old and industry…
I don't want my cache to silently fail. Clustering redis is not that hard even if you do it manually and I have only had to do it once. I never use redis persistence and have a max size set with LRU or whatever the…
I stopped using memcached a decade a go in favour of Redis and now use valkey. Never felt the need to go back to memcached except when a legacy dependency needed it.
Merchants near me are using more computer based terminal that seem to take nearly every thing. Amex's cut probably smaller compared to squares or stripes. When talking to a local merchant about why they dont take amex…
I don't think people appreciate how much power comes from such a small amount of waste. The largest plant near me has been operating for > 50 years and the waste is still kept on site though I believe they are working…
The problem is that the agents can not be trusted to do things so at the end of the day you wade through loads of crap and they cant solve your problem because they usually only have the same powers you do. Great if…
For sure, I was thinking consumer desktop motherboards. Even server boards often have their SFP in daughter boards specific to the chassis.
I mean.. cat8 already exists but it will never be common because most people who dont make home networking a hobby just use wifi. Hell many many people now a days own only a tablet and phone and no desktop/laptop at…
If you don't want the anime girl pay for the support, otherwise you get the anime jackal. Seems like a fair deal to me.
You are paying a fall guy to come in and gather data or implement something you want to do but don't have a ton of evidence for. That way if shit goes south you can blame them and if it succeeds you get the credit.…
Yeah, the AUR is basically build scripts for github repos or a link to someones pre-built binary. It suffers from all the same problems that the underlying infrastructure suffers from. You could very easily argue that…
Patroni serves this niche pretty well at this point.
SQLA async is a bit of a struggle with pgbouncer. I had to disable application pooling as it was causing read only transactions I could couldnt pin down the cause.
We use logical replication and a pause / swap in pgbouncer for ~5s of paused (but not failed) writes. This is for DBs that are ~1-1.5TB but doesnt have a huge amount of churn/qps Effectively what is described here…
I had the opposite thought. Being a generalist was very useful to me 5 years ago. Now AI models have made everyone a generalist. That wide but not terribly deep skillset was immediately devalued by the AI models. You…
The other thing is that a lot of this thread is talking about domain knowledge and ignoring it forgetting that a massive number of jobs in this industry are in web app crud. There is a massive number of software…
I have found that design choice to be annoying
So they did. https://github.com/google-gemini/gemini-cli/discussions/2727... I get the complaints in that thread but I still think it is hilarious. That repo is a gong show to random shit and perhaps one of the best…
I have not tried the Gemini CLI in a few months but when I did it was a shit show. Google makes it very hard to use their shit and it was full of bugs. Anthropic's current run is based entirely around Claude Code in…
For most CRUD apps running in docker its enough to just tell the "agent" to use podman.
HackerNews is social media and this is just representative of social media as a whole. Critical thinking is at an all time low to start with but even if you attempt to think critically while using social media you…
As a dev I would tell you its an ops burden. My devops coworker just shrugs, pumps out some yaml and helm and away it goes. It really depends on your experience and tolerance for a lot of things. Usually maintenance…