I’ve read this article twice but I can’t understand who’s at fault. https://birrmetrics.com/ethio-telecom-flags-risk-of-reverting-to-monopoly-over-safaricom-dispute/
Birr Metrics
Ethio Telecom Flags Risk of Reverting to Monopoly Over Safaricom Dispute - Birr Metrics
Ethio Telecom signalled that Ethiopia’s telecom liberalisation could be rolled back unless Safaricom retracts recent claims made by its M-PESA unit.
❤1🤔1
Awesome episode! Crazy to think AWS hosts 500 trillion objects, and 99.99999999999 (11 9s) of durability means they still lose an acceptable amount of data
https://youtu.be/5vL6aCvgQXU?si=22ci-G94brL5TBbo
https://youtu.be/5vL6aCvgQXU?si=22ci-G94brL5TBbo
YouTube
How S3 is built
Amazon S3 is one of the largest distributed systems ever built, storing and serving data for a significant portion of the internet. Behind its simple interfaces hides an enormous amount of engineering work, careful tradeoffs, and long-term thinking.
In this…
In this…
🔥2
Morph & Beyond
I’ve read this article twice but I can’t understand who’s at fault. https://birrmetrics.com/ethio-telecom-flags-risk-of-reverting-to-monopoly-over-safaricom-dispute/
Yeah, the article sounded really odd tbh.
❤1👌1
Morph & Beyond
This is tomorrow, planning on checking it out
Last minute cancellation of the event, sadly, but just met the association’s president. Great guy tbh. Next week will be the actual event.
🔥4
Media is too big
VIEW IN TELEGRAM
almost done with the serial simulator, it uses posix PTYs to simulate our sensors. It handles commands and broadcasts telemetry continuously (all configurable). The behavior is defined in a TOML file. Added it to a test pipeline for one of the services I maintain and it works pretty well.
Used nix (not that nix) it's a crate of rust bindings for the posix api. This sim doesn't handle binary streams, but other than that it should be able to handle most scenarios. If anyone is building something that uses sensors then they're probably using some type of serial connection (RS-232 etc) and if they don't have the sensor (or it's expensive to keep it in the lab) they can just model the protocol in the toml and use this instead. I will share a sample toml but, any sensor in the world that uses serial and has a public spec can be easily modeled (i hope) you don't even need to buy it.
I'll strip out the device-specific/company-specific stuff and make it generic, then share the repo on GitHub.
Used nix (not that nix) it's a crate of rust bindings for the posix api. This sim doesn't handle binary streams, but other than that it should be able to handle most scenarios. If anyone is building something that uses sensors then they're probably using some type of serial connection (RS-232 etc) and if they don't have the sensor (or it's expensive to keep it in the lab) they can just model the protocol in the toml and use this instead. I will share a sample toml but, any sensor in the world that uses serial and has a public spec can be easily modeled (i hope) you don't even need to buy it.
I'll strip out the device-specific/company-specific stuff and make it generic, then share the repo on GitHub.
🔥9❤6
Oh, and added "replaying". You can basically take sensor output from a device that's in prod and replay it in your dev environment to reproduce certain issues and handle edge cases.
👌4