From 8f8806445eb5c067138e6e42207d720a3aba7962 Mon Sep 17 00:00:00 2001 From: Nate Date: Fri, 17 Sep 2021 16:25:15 -0400 Subject: [PATCH] update team & story --- server/templates/story.hbs | 36 +++++++++++++++++++- server/templates/team.hbs | 70 +++++++++++++++++++++----------------- 2 files changed, 74 insertions(+), 32 deletions(-) diff --git a/server/templates/story.hbs b/server/templates/story.hbs index 1d98334f10..ac2ad09bef 100644 --- a/server/templates/story.hbs +++ b/server/templates/story.hbs @@ -1,6 +1,6 @@ {{#> layout }} -
+

Our Story

We’re the team behind GitHub’s Atom text editor, and we’re building something new:

Zed is a fully-native desktop code editor focused on high performance, clean design, and seamless collaboration.

@@ -10,6 +10,40 @@

Modern text editors have forgotten the core tentants of software – speed and reliability first, features second.

While we are building Zed from the ground up built for collaboration, we are putting in the time to ensure every feature we build is performant and rock solid.

New software tends to overpromise and underdeliver—Our goal with Zed is to start small and impress with a singular focus on developer experience.

+ +
+
+

Nathan Sobo

+

Co-founder

+
+
+

Max Brunsfeld

+

Co-founder

+
+
+
+ +
{{/layout}} diff --git a/server/templates/team.hbs b/server/templates/team.hbs index 08d62805a1..1c0c5d0768 100644 --- a/server/templates/team.hbs +++ b/server/templates/team.hbs @@ -1,39 +1,47 @@ {{#> layout }} -
-
-
-

Nathan Sobo

-

Nathan joined GitHub in late 2011 to build the Atom text editor, and he led the Atom team until 2018.

+
+

The Team

+
+
+
+

Nathan Sobo

+

Nathan joined GitHub in late 2011 to build the Atom text editor, and he led the Atom team until 2018.

+ +

He also co-led development of Teletype for Atom, pioneering one of the first production uses of conflict-free replicated data types for collaborative text editing.

+ +

He's been dreaming about building the world’s best text editor since he graduated from college, and is excited to finally have the knowledge, tools, and resources to achieve this vision.

+
+
+ +
+

Antonio Scandurra

+

Antonio joined the Atom team in 2014 while still in university after his outstanding open source contributions caught the attention of the team.

-

He also co-led development of Teletype for Atom, pioneering one of the first production uses of conflict-free replicated data types for collaborative text editing.

+

He later joined Nathan in architecting Teletype for Atom and researching the foundations of what has turned into Zed.

-

He's been dreaming about building the world’s best text editor since he graduated from college, and is excited to finally have the knowledge, tools, and resources to achieve this vision.

-
-
+

For the last two years, he’s become an expert in distributed systems and conflict-free replicated data types through the development of a real-time, distributed, conflict-free database implemented in Rust for Ditto.

+ -
-

Antonio Scandurra

-

Antonio joined the Atom team in 2014 while still in university after his outstanding open source contributions caught the attention of the team.

- -

He later joined Nathan in architecting Teletype for Atom and researching the foundations of what has turned into Zed.

- -

For the last two years, he’s become an expert in distributed systems and conflict-free replicated data types through the development of a real-time, distributed, conflict-free database implemented in Rust for Ditto.

-
+
+

Max Brunsfeld

+

Max joined the Atom team in 2013 after working at Pivotal Labs.

+ +

While driving Atom towards its 1.0 launch during the day, Max spent nights and weekends building Tree-sitter, a blazing-fast and expressive incremental parsing framework that currently powers all code analysis at GitHub.

+ +

Before leaving to start Zed, Max helped GitHub's semantic analysis team integrate Tree-sitter to support syntax highlighting and code navigation on github.com.

+
-
-

Max Brunsfeld

-

Max joined the Atom team in 2013 after working at Pivotal Labs.

- -

While driving Atom towards its 1.0 launch during the day, Max spent nights and weekends building Tree-sitter, a blazing-fast and expressive incremental parsing framework that currently powers all code analysis at GitHub.

- -

Before leaving to start Zed, Max helped GitHub's semantic analysis team integrate Tree-sitter to support syntax highlighting and code navigation on github.com.

-
- -
-

Nate Butler

-

wip

-
+
+

Nate Butler

+

wip

+
+
+

Are you next?

+

Want to build the future of software development?

+

We hope to bring a few more staff level engineers in the near future.

+

Drop us a line.

+
+
- {{/layout}}