rorychatt
No user record in our sample, but rorychatt has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but rorychatt has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Why is significant economic value the metric for success? Skoda publishes the research and design openly (no patent, no product for sale), to solve a real problem (increase in bike-related accidents from noise…
ha. Cloud Native ≠ Native Cloud Services. I always found it odd that the marketing successfully pivoted the term Cloud Native from meaning 'managed services consumed as APIs over the internet' to a generic umbrella for…
The bet is that compute gets cheap enough before the crunch that it won't matter. You should model it at 10x - but you also need to factor in NPV and opportunity cost. Even if pricing spikes later, the value extracted…
Yes
Very strange, this has always worked for me with Zed - both with local and remote ssh sessions. I use `"autosave": "on_focus_change"` which may be keeping my buffer in sync with the file contents as I switch between…
I had this today when I cancelled a Microsoft Subscription, where it asked me for feedback on why I left. One of the options they gave was because "My company needs an AI solution". None of the options had anything to…
Building out test infrastructure for correctness to support the project sounds like a fantastic idea. That said, while it's compatible with Linux via fuse, unless you're helping to build RedoxOS, I don't think there's…
I found things got a lot better when the proper apis and terraform zpa/zia coverage happened Still many foot guns, but I’ve much the same feelings for most of the tooling in the proxy/vpn space.
> why that's a bad idea Given that traffic inspection for user and service proxies rely on MITM traffic inspection for many forms of IPS/IDS beyond basic SNI signature detection - I'd love to hear more! I'm not…
> staging->prod is a merge I might be misunderstanding what you mean by staging in this case. If so, my bad! I don't think staging ever actually gets merged into prod via git history, but is rather maintained as…
> I believe the idea is that it makes it very explicit to track provenance of code between environments, eg merge staging->master is a branch merge operation.= That isn't quite my understanding - but I am happy to be…
While I agree generally with the pattern (dynamically generating manifests, and using pipelines to co-ordinate pattern change), I could never quite figure out the value of using Branches instead of Folders (with…
> More generally, do you have to legally agree to Terms and Conditions to communicate with service provider's servers over HTTPS? Do you legally agree to them after you communicate one packet in such a way? Browsewrap…
I'm not sure. IANAL, but reading the developer policy, reference is made to include the Youtube Developer Site & Services, but is not exclusive of other Youtube API Services. Whether Invidious uses a Public Developer…
Is this legal? In Google's Terms and Conditions, it's says that bypassing ads violates Youtube's terms and conditions. https://support.google.com/youtube/answer/14129599?hl=en#:~:....
I get what the author is saying, but I feel like many of the examples provided have more to do with poor culture and chronic mismanagement rather than issues with “agile” itself. However, I don't believe Agile is the…
We use Terraform extensively at our organisation. Some examples come to mind that make this impractical: - For services that do support tags, we are already reaching limits on the number of tags that can be associated…
In the organisations I have worked, we have normally done something like this: - <environment>-<component>-<application>.<application-portfolio/team>-<tenancy>.<hosting-environment>.<business_name>.com This allowed us…
An argument can be made that this is what Test Driven Development is here to solve. State intent in the test, not the comment. That said, I agree it can be a helpful contextual clue.
It's a shame, BDNA's Technopedia used to have an excellent, free online search engine that could be leveraged to search EOL information. For context, Technopedia is a library that, for a yearly subscription, could…
Can you talk to the problem Docker-Run is trying to solve? It's already relatively easy to deploy docker containers today (AWS/Azure/GCP/DigitalOcean/etc) and even have them pipe to the browser like this. Without an…
I'm all for the separation of concerns for managing underlying services! I just suspect most organisations have the scale to warrant running it themselves. Lets say it takes 5 engineers at 100k each to maintain the K8s…
Why not start with Fargate/App Engine, or skipping containers all together and going straight to FaaS on your cloud of choice? Small companies seem like the primary choice to skip container orchestration layers…
Pivotal haven't launched a serverless framework, they've launched a FaaS(ish) framework. Serverless implies that the management of the underlying infrastructure is owned wholy by a third party, and the only exposure to…