Skip to content

Commit 6ce6cdb

Browse files
committed
Fix invalid markdown
1 parent 899dc4c commit 6ce6cdb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/vision/projects/TrafficMonitor.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ TrafficMonitor is a utility written by AmoogleSoft, a public cloud provider, for
1414
## 🤔 Frequently Asked Questions
1515

1616
### **What makes networking infrastructure projects like TrafficMonitor different from others?**
17-
* Networking infrastructure powers entire datacenters or even public internet infrastructure, and as such it is imperative that it run without failure.
18-
* It is also extremely important that such projects take few resources as possible. Being on an operating system and large server racks *may* mean that using the standard library is possible, but memory and CPU usage should be kept to a minimum.
19-
* This project is worked on by software developers with different backgrounds. Some are networking infrastructure experts (usually using C) while others have experience in networked applications (usually using GCed languages like Java, Go, or Node).
17+
* Networking infrastructure powers entire datacenters or even public internet infrastructure, and as such it is imperative that it run without failure.
18+
* It is also extremely important that such projects take few resources as possible. Being on an operating system and large server racks *may* mean that using the standard library is possible, but memory and CPU usage should be kept to a minimum.
19+
* This project is worked on by software developers with different backgrounds. Some are networking infrastructure experts (usually using C) while others have experience in networked applications (usually using GCed languages like Java, Go, or Node).
2020

2121
### **Does TrafficMonitor require a custom tailored runtime?**
2222
Maybe? TrafficMonitor runs on top of a full operating system and takes full advantage of that operating systems networking stack. It's possible that a runtime meant for server workloads will work with TrafficMonitor.
2323

2424
### **How much of this project is likely to be built with open source components from crates.io?**
25-
* TrafficMonitor is highly specialized to the internal workings of AmoogleSoft's public cloud offering. Thus, "off-the-shelf" solutions will only work if they're highly flexible and highly tuneable.
26-
* TrafficMonitor is central to AmoogleSoft's success meaning that getting things "just right" is much more important than having something from crates.io that mostly works but requires little custom tuning.
25+
* TrafficMonitor is highly specialized to the internal workings of AmoogleSoft's public cloud offering. Thus, "off-the-shelf" solutions will only work if they're highly flexible and highly tuneable.
26+
* TrafficMonitor is central to AmoogleSoft's success meaning that getting things "just right" is much more important than having something from crates.io that mostly works but requires little custom tuning.
2727

2828
### **What is of most concern to this project?**
29-
* Reliability is the number one concern. This infrastructure is at the core of the business - it needs to work extremely reliable. A close second is being easily monitorible. If something goes wrong, AmoogleSoft needs to know very quickly what the issue is.
30-
* AmoggleSoft is a large company with many existing custom tooling for building, monitoring, and deploying its software. TrafficMonitor has to play nicely in a world that existed long before it came around.
29+
* Reliability is the number one concern. This infrastructure is at the core of the business - it needs to work extremely reliable. A close second is being easily monitorible. If something goes wrong, AmoogleSoft needs to know very quickly what the issue is.
30+
* AmoggleSoft is a large company with many existing custom tooling for building, monitoring, and deploying its software. TrafficMonitor has to play nicely in a world that existed long before it came around.
3131

3232
### **What is of least concern to this project?**
3333
AmoogleSoft is a large company with time and resources. High-level frameworks that remove control in favor of peak developer productivity is not what they're after. Sure, the easier things are to get working, the better, but that should not be at the sacrifice of control.

0 commit comments

Comments
 (0)