Forwarded from Hacker News (yahnc_bot)
Inside the longest Atlassian outage https://newsletter.pragmaticengineer.com/p/scoop-atlassian
Pragmaticengineer
The Scoop: Inside the Longest Atlassian Outage of All Time
Hundreds of companies have no access to JIRA, Confluence and Atlassian Cloud. What can engineering teams learn from the poor handling of this outage?
Forwarded from Hacker News (yahnc_bot)
An argument for a return to Web 1.0 https://vhsoverdrive.neocities.org/essays/oldweb.html
Forwarded from Hacker News (yahnc_bot)
Doing small network scientific machine learning in Julia faster than PyTorch https://julialang.org/blog/2022/04/simple-chains/
julialang.org
Doing small network scientific machine learning in Julia 5x faster than PyTorch
Doing small network scientific machine learning in Julia 5x faster than PyTorch ...
Forwarded from codedump的电报频道 (老C)
#杂
最近在使用Rust编写gRPC服务,这篇教程讲解了这部分内容,包括一应一答模式、单向stream模式、双向stream模式都有对应的代码例子:
https://dev.to/anshulgoyal15/a-beginners-guide-to-grpc-with-rust-3c7o
最近在使用Rust编写gRPC服务,这篇教程讲解了这部分内容,包括一应一答模式、单向stream模式、双向stream模式都有对应的代码例子:
https://dev.to/anshulgoyal15/a-beginners-guide-to-grpc-with-rust-3c7o
DEV Community
A beginners guide to gRPC with Rust
Table of Contents Introduction Protocol Buffer Rust and gRPC Creating a Server Creating a...