跳到正文

本頁有簡體中文版。

切換到簡體中文

This page is available in English.

Switch to English

CatOpsTelegram 開發編程頻道

@catops

直達

CatOps(@catops)是 TGbox 收錄的 Telegram 開發編程頻道,目前有 5,086 名訂閱者,創建於 2017年5月22日,活躍度為活躍,內容以英文為主。

頻道簡介與描述

DevOps and other issues by Yurii Rochniak (@grem1in) - SRE @ Preply && Maksym Vlasov (@MaxymVlasov) - Engineer @ Star. Opinions on our own. We do not post ads including event announcements. Please, do not bother us with such requests!

在 App 中打開網頁版 t.me

訂閱
5,086
創建時間
收錄時間
活躍度
活躍

成員趨勢

近 7 天
近 30 天

成員數據正在積累,過幾天再來看看。

最近消息平均閱讀 1156閱讀率 22.7%

  1. 1,480 次瀏覽

    Last Sunday we discussed that we all learn anew, how to deal with agentic SDLC. Here's a great interview with a principal engineer at Adyen and a former Amazonian Heitor Lessa on how he approaches this. The interview is long and information-dense at times, but it's worth the time! #ai #youtube

    展開全文
  2. 1,250 次瀏覽

    The Hidden Cost of Postgres Constraints at Scale is a description of a bottleneck foreign keys can create in a write-heavy PostgreSQL table. It also has recommendations of what you can do to overcome that. Now, I would say, it's a corner case for many people. The author works in a company that develops their own time series solution based on Postgres, so for them, it makes sense. For the vast majority of people, I would argue, it makes more sense to offload the integrity checks to the database…

    展開全文
  3. 1,230 次瀏覽

    A postmortem for the recent GitHub incident. Regarding the cause: The immediate cause of the failure was network saturation on load balancers in Central US due to a new peak in traffic. Originally this was caused by an Istio sidecar pod reaching its concurrency limits and failing to auto scale correctly because of a misconfigured policy that watched host service but not sidecar limits. One failure cascaded to more and eventually four HAProxy nodes exhausted their flow limits, degrading the gate…

    展開全文
  4. 1,300 次瀏覽

    ​University of Colorado published an article about a study of 7700 employees that shows that Remote workers report the highest well-being. The study simply analyzed the self-reported data without any judgments on why exactly this is the case, but one of the authors points out that: The study did not explore why remote workers reported higher well-being, but Johnson points to a growing body of research on autonomy and flexibility. One explanation is that remote workers have greater control ove…

    展開全文
  5. 1,170 次瀏覽

    ​​Happy Independence Day of Ukraine! 💛💙 It always starts with small steps, but every step counts. So today, I'd like to get back to small fundraisers that also matter! Here, a friend of mine is raising funds for a pickup track for the Zaporizhzhia direction. You can find more info in this Instagram post (in Ukrainian). You can donate to this Monobank jar: https://send.monobank.ua/jar/8Mjotj4Uei #donations #Ukraine

    展開全文
  6. 1,250 次瀏覽

    A great article about Postgres' MVCC, or rather, issues with MVCC and the ways other engines tried to mitigate those. It has a neat comparison of the tradeoffs, strong and weak parts of different implementations. It also provides insights into how different DB engines work. A quote: ... if someone tells you a database has solved multi-versioning, ask them the four questions: where do old versions live, which way do chains point, what do indexes point at, and who cleans up. Then ask what happe…

    展開全文
  7. 1,390 次瀏覽

    Cloudflare shares a story of how they automated GitHub issues triage with AI for their Astro project. It neatly shows the evolution from a collection of skills to a semi(?) autonomous state machine that has taken the project to zero open issues. They also share the workflows they use publicly, but in my opinion the more valuable lesson here is the step-by-step model of how they got there. #ai #open_source

    展開全文
  8. 1,340 次瀏覽

    I've written an article about load testing of Apollo Router - a GraphQL API gateway. It's mostly pictures, so it should be easy to follow :) #graphql #load_test

    展開全文
  9. 1,010 次瀏覽

    ​​For today's Donations Monday, I'd like to remind you about a fundraiser by a friend of mine. Its goal is to get 70k UAH for a pick up truck. So far, about 20k has been raised. Let's make it happen! https://send.monobank.ua/jar/8Mjotj4Uei #donations #Ukraine

    展開全文
  10. 1,070 次瀏覽

    I already shared postmortems from both OpenAI and Hugging Face on the recent security incident when a frontier model broke out of its sandbox to search for a solution for its task. Here is a more detailed writeup by OpenAI on this incident. Given that OpenAI has an intrinsic motivation to advertise their models, I would still take this with a pinch of salt, but it should be interesting. I haven't read this article fully yet, but the start is promising. #ai #security

    展開全文
  11. 1,130 次瀏覽

    Continuing with the topic of AI. A colleague of mine wrote an article on how to attribute the cost with AWS Bedrock with code samples of how to enable it and the description of pitfalls we encountered along the way. #aws #ai #finops

    展開全文
  12. 1,240 次瀏覽

    A nice visualization of Go dependencies. It's interesting how you can instantly see packages that support hundreds, if not thousands, of others. I would have guessed that testify is popular, but I wouldn't have guessed that it's the most popular. Also, I did not expect to see Viper and Cobra being so influential, even though I think they are cool. #go #programming

    展開全文
  13. 1,130 次瀏覽

    ​​Today, I’d like to remind you about the fundraiser a friend of mine is doing. The goal is to raise 70k UAH for a pickup truck for Zaporizhzhia direction. You can donate on this Monobank jar: https://send.monobank.ua/jar/8Mjotj4Uei #donations #Ukraine

    展開全文
  14. 1,060 次瀏覽

    An interesting article on how to configure AI reviews for Terraform plans with GitHub Actions and AWS Bedrock. I don’t necessarily like the style of this article, but the content is cool. Now, I need to check how to do something similar with Atlantis. I presume, I could just trigger a GHA on a comment. P.S. This article was brought to you by weekly.tf. If you actively work with Terraform, you may find this newsletter helpful. So, make sure to subscribe! #terraform #ai

    展開全文
  15. 1,090 次瀏覽

    I recall, back in the day, there was a popular interview question: "What would you not automate in your job?" I haven't heard it for a while, but with AI now, maybe it's still relevant. Perhaps it's even more relevant than back then. What SREs Should Automate — and Never Automate — with AI is an article about that. I would argue that the point about security incidents contradicts a bit to what was said earlier: if AI can collect the data for a normal incident, why cannot it do the same for the…

    展開全文
  16. 1,190 次瀏覽

    I don’t remember, if I shared this book bundle with you, but it won’t hurt to share it again. Think like a programmer by No Starch Press. #books

  17. 768 次瀏覽

    Why Distributed Databases Fail at Coordination Boundaries is a neat article on the areas to pay attention to when working with any distributed system, really. #db

    展開全文
  18. 572 次瀏覽

    There will be no digest today because I haven't posted much this week. So, instead here is an article from Anthropic on how to deal with the strain that AI development and reviews put on CI. This is a real problem in the AI-driven SDLC, or so-called "software factories", but unlike code reviews and harnesses, it's not been talked about so much, unfortunately. #cicd #ai

    展開全文
在 t.me 查看更多消息

News and info from the Linux world 🐧 📨 linuxgr4m@gmail.com 📨 💸 If you want to support Linuxgram❤️ 🐧 - BTC: 15aVLQeNY18VAaoBXPgLFA4wfwJnecbjC1

Arch Linux 中文相關信息 跟進 Arch Linux 日常踩坑預警,翻譯官方新聞, testing 測試預警等。另有 @archlinuxcn_updates 提供滾動打包記錄。 頻道內容來自 Arch Linux 中文社區群組 @archlinuxcn_group https://fars.ee/~readme.html 杜洛夫在所有訂閱數較多的頻道下方都添加了廣告,其收益並不分配給頻道主,頻道主也無法控制其內容。如果在本頻道下方看到廣告,均與 Arch CN 社區無關,請勿點擊或相信其內容

Sysadmin/DevOps tools, news and other interesting things from modern IT world. Feed https://t.me/s/sysadmin_tools | Proton services with 2 weeks for free - https://pr.tn/ref/0TDB0YT5

本頻道基本功能:爬取國內外有名的主機論壇Hostloc新帖,為訂閱者提供一手圖文資訊! Hostloc: https://www.hostloc.com 侵刪,聯繫 @CodyD

在這裡,我們宣佈了Android Java、iOS Swift、JS、C/C++中的Telegram編碼比賽。

關於 Telegram Bot API 的官方消息來源. https://core.telegram.org/bots

更多教程請訪問論壇 https://www.openos.org 任何發佈或轉發消息中包含(黃賭毒+詐騙+未經管理允許的廣告) 一律BAN

Docker 學習|交流|分享 Docker | Moby | Docker Compose | Docker Swarm | Kubernetes (k8s)| Go (Golang) Any Problem? message to @paul_docker 友情鏈接: DockOne: http://dockone.io/ Spring Boot: https://t.me/springtutorial

加群前需要關注新聞頻道 @archlinuxcn,加入之後可以但不建議退出。 新加群請先閱讀 https://z.sh/arch 以及本群置頂消息。 主群禁止發sticker 。除非涉及隱私或違規請勿自刪。 Arch以外如Manjaro/SteamOS/CachyOS的問題請提前說明。 @nichi_matrix_bot 是轉發機器人 水群 @archlinuxcn_offtopic 遊戲 @archlinuxcn_game 美化 @ArchlinuxCN_Appearance 請勿討論 NSFW 話題

Ubuntu 中文交流群 Language: Chinese (Simplified and Traditional) 加入即視為您遵守以下規則 禁止廣告、招聘、引戰、開車、拼車、政治、黑產、灰產、過激言論、離題話題、作弊、翻牆學及有償任務,將警告或封禁。吹水請移步: @coder_ot 如遇拒絕進群,請私聊管理員解封 友情聯盟: @coderzh

Every day, we change the world. 本群提倡有意義的發言,分享有價值的信息,例如技術討論、安全資訊、新手教程等。 無用消息將被刪除,離題請適度。 禁止交易、招募、求師收徒,提防上當受騙; 禁止社工、黑產、廣告、政治、開車等,包括用戶名和簡介; 禁止 有問題不直接問、在嗎有人嗎有大佬嗎、求求帶帶、拉我加我、懂的來、打招呼 等糟粕用語和行為; 禁止隨意私聊他人; 禁止濫用機器人。 如有違反,將刪除、警告或封禁。謝謝配合。 通用水群: @coder_ot

Rules are pinned. Read them. Ping for issues: — @watzon — @mazunki — @elfametesar Avatar source: https://twitter.com/cathodegaytube/status/1330030061324562433