So I'm on the other side of this usually. Most places I land there's deference to the status quo and those that came before. People assume that efforts of that past were well considered and that good work was done. But…
I actually don't have a problem with runners very often, but I must admit I use a combination of public and private the leans private. Are you seeing elevated errors on actions?
Whilst that's crazy, github hasn't migrated to azure yet, so it's probably not exclusively an azure problem and we've seen the same problems with amazon too ( and several other large orgs ).
Github isn't having a debate over how many 9s they have, they're having a zero 9s problem. I think there's 3 big themes with this, thought not 1. LLM tools have added considerable load. 2. LLM used by developers to…
What's this trade off about? I thought it was a simple 2 dims are probably better than 4, but unsure how you'd ever land on 48?
I offered self-hosting to bypass this. It did the trick and I was able to convert the enterprise customers where compliance was a red line.
I worked on a small part of one of these back in around 2013 ( specifically managing beds ). You were talking about a team of 5 cranking this out in about 2-3 months with some longer term part time involvement, with an…
This isn't true. Our old jenkins hosts were largely forever instances with forever credentials that were just waiting to take down the org. Modern pipelines are orchestrates that run ephemeral execution environments…
Reproducible builds shows that, within a specific configuration, the code produced the binary, regardless of who signed or published it. Indeed, this could mitigate an attacker replacing the binary with something that's…
No, I was simply wrong. Thanks for pointing that out.
Both work (: But the point was it was in a comparble situations without the microservices / k8s / whatever pet tech you want to hate on.
I no longer work in that industry.
I wrote a scheduler for VMs a long time ago. k8s is basically just the same thing but for containers. It really confuses me how someone can argue for cloud providers over a decent open solution without realising their…
I took over tech for a POS company some years ago. They were a .net shop with about 80 developers, less than 200 concurrent connections, 6 figures spend cloud, and 0 nines uptime with a super traditional setup. Point…
I ran renderapp in ECS before I ran it in k8s. The deployment files / structure were mostly equivalent with the main differences being I can't shell into ECS and I lose kubectl in favour of looking at the AWS GUI (…
To be fair, I have k8s on my hetzner :p
It depends what you're doing it. My app is fairly simple node process with some side car worker processes. k8s enables me to deploy it 30 times for 30 PRs, trivially, in a standard way, with standard cleanup. Can I do…
Sure, but you can do that in a diff after the event, rather than live.
Nobody really tries to get technical people to do the work. Like cool, it's a great idea and would potentially produce positive results if done well, but the roles pay half the engineering roles, and the interviews are…
In more practical terms:- 1. Users - your users table may not benefit by being ordered by created_at ( or uuid7 ) index because whether or not you need to query that data is tied to the users activity rather than when…
To be fair, many human tests I've read do similar. Especially when folks are trying to push % based test metrics and have types ( and thus they tests assert types where the types can't really be wrong ). I use AI to…
I haven't looked at pfsense UI, but you can happily hand out a prefix to a device, which can then hand out its own prefixes. I do it with my k8s clusters, which means the node themseves have enough IPs addresses to…
https://renderapp.io/ A platform for digital asset management, review and workflow. Current features focus primarily on review of images aimed at automotive configurators. The problem is generic, however, our USP is we…
Honestly, I think that's people reacting to the market more than it's the market reacting to people. If your average zoomer had the ability to get a job for life that paid comparably well by a company that would look…
I suspect they were more referring to curmudgeons not patching. I was engaged after one of the worlds biggest data leaks. The Security org was hyper worried about the cloud environment, which was in its infancy, despite…
So I'm on the other side of this usually. Most places I land there's deference to the status quo and those that came before. People assume that efforts of that past were well considered and that good work was done. But…
I actually don't have a problem with runners very often, but I must admit I use a combination of public and private the leans private. Are you seeing elevated errors on actions?
Whilst that's crazy, github hasn't migrated to azure yet, so it's probably not exclusively an azure problem and we've seen the same problems with amazon too ( and several other large orgs ).
Github isn't having a debate over how many 9s they have, they're having a zero 9s problem. I think there's 3 big themes with this, thought not 1. LLM tools have added considerable load. 2. LLM used by developers to…
What's this trade off about? I thought it was a simple 2 dims are probably better than 4, but unsure how you'd ever land on 48?
I offered self-hosting to bypass this. It did the trick and I was able to convert the enterprise customers where compliance was a red line.
I worked on a small part of one of these back in around 2013 ( specifically managing beds ). You were talking about a team of 5 cranking this out in about 2-3 months with some longer term part time involvement, with an…
This isn't true. Our old jenkins hosts were largely forever instances with forever credentials that were just waiting to take down the org. Modern pipelines are orchestrates that run ephemeral execution environments…
Reproducible builds shows that, within a specific configuration, the code produced the binary, regardless of who signed or published it. Indeed, this could mitigate an attacker replacing the binary with something that's…
No, I was simply wrong. Thanks for pointing that out.
Both work (: But the point was it was in a comparble situations without the microservices / k8s / whatever pet tech you want to hate on.
I no longer work in that industry.
I wrote a scheduler for VMs a long time ago. k8s is basically just the same thing but for containers. It really confuses me how someone can argue for cloud providers over a decent open solution without realising their…
I took over tech for a POS company some years ago. They were a .net shop with about 80 developers, less than 200 concurrent connections, 6 figures spend cloud, and 0 nines uptime with a super traditional setup. Point…
I ran renderapp in ECS before I ran it in k8s. The deployment files / structure were mostly equivalent with the main differences being I can't shell into ECS and I lose kubectl in favour of looking at the AWS GUI (…
To be fair, I have k8s on my hetzner :p
It depends what you're doing it. My app is fairly simple node process with some side car worker processes. k8s enables me to deploy it 30 times for 30 PRs, trivially, in a standard way, with standard cleanup. Can I do…
Sure, but you can do that in a diff after the event, rather than live.
Nobody really tries to get technical people to do the work. Like cool, it's a great idea and would potentially produce positive results if done well, but the roles pay half the engineering roles, and the interviews are…
In more practical terms:- 1. Users - your users table may not benefit by being ordered by created_at ( or uuid7 ) index because whether or not you need to query that data is tied to the users activity rather than when…
To be fair, many human tests I've read do similar. Especially when folks are trying to push % based test metrics and have types ( and thus they tests assert types where the types can't really be wrong ). I use AI to…
I haven't looked at pfsense UI, but you can happily hand out a prefix to a device, which can then hand out its own prefixes. I do it with my k8s clusters, which means the node themseves have enough IPs addresses to…
https://renderapp.io/ A platform for digital asset management, review and workflow. Current features focus primarily on review of images aimed at automotive configurators. The problem is generic, however, our USP is we…
Honestly, I think that's people reacting to the market more than it's the market reacting to people. If your average zoomer had the ability to get a job for life that paid comparably well by a company that would look…
I suspect they were more referring to curmudgeons not patching. I was engaged after one of the worlds biggest data leaks. The Security org was hyper worried about the cloud environment, which was in its infancy, despite…