-
Notifications
You must be signed in to change notification settings - Fork 1
Remove some old pages #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
tertsdiepraam
wants to merge
2
commits into
main
Choose a base branch
from
remove-old-pages
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import type { MarkdownInstance } from "astro"; | ||
|
||
export function useData(components: MarkdownInstance<Record<string, any>>[]):Record<string, any> | ||
{ | ||
let map = new Map(); | ||
components.forEach( (component) => | ||
{ | ||
const urlParts = component.file.split("/"); | ||
const filename = urlParts[urlParts.length - 1]; | ||
const name = filename.split(".")[0]; | ||
component.frontmatter.slug = component.url; | ||
|
||
map.set(name, component.frontmatter); | ||
}); | ||
return(Object.fromEntries(map)); | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: "Alex Crichton" | ||
image: "alex_crichton.jpg" # images go in public/images/people | ||
title: "Core Contributor of Wasmtime" | ||
org: "" | ||
url: "" | ||
bluesky: "" | ||
linkedin: "" | ||
twitter: "https://x.com/alex_crichton" | ||
mastodon: "" | ||
github: "https://github.com/alexcrichton" | ||
--- | ||
|
||
I'm a Rust team alumni who participated on a number of teams including Core, Cargo, Libs, and others. I contributed to Rust prior to it's 1.0 release in 2015 and the years afterwards. Nowadays I've shifted my focus to WebAssembly and primarily work on Wasmtime, an out-of-browser WebAssembly engine. I also help maintain the Rust and WebAssembly integration and targets. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: "Alice Ivy Cecile" | ||
image: "alice_cecile.jpg" # images go in public/images/people | ||
title: "Bevy community leader & mad scientist" | ||
org: "" | ||
url: "" | ||
bluesky: "https://bsky.app/profile/alice-i-cecile.bsky.social" | ||
linkedin: "" | ||
twitter: "" | ||
mastodon: "https://mastodon.gamedev.place/@alice_i_cecile" | ||
github: "https://github.com/alice-i-cecile" | ||
--- | ||
|
||
Alice leads and coordinates Bevy's bubbling open source community as they build the next generation of game engine in Rust! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
name: "Ciara R" | ||
org: "Esri" | ||
image: "ciara.jpg" | ||
imageSmall: "ciara-small.jpg" | ||
title: "Senior Software Engineer" | ||
url: "https://www.youtube.com/@rustandcppcardiffmeetup4173" | ||
bluesky: "" | ||
linkedin: "https://www.linkedin.com/in/ciara-rs/" | ||
twitter: "https://x.com/ciara0x1f973" | ||
mastodon: "https://hachyderm.io/@ciara" | ||
github: "" | ||
--- | ||
|
||
I am a Senior Software Engineer at Esri and organizer of the meetup Rust and C++ Cardiff/Dragons. When I'm not by my computer you can find me wandering nearby woods in search of flora, fauna, and swim spots. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: "Julius Gustavsson" | ||
image: "julius.png" | ||
title: "System architect and Team Lead at Volvo Cars" | ||
url: "" | ||
bluesky: "https://bsky.app/profile/j-gust.bsky.social" | ||
linkedin: "https://www.linkedin.com/in/julius-gustavsson/" | ||
twitter: "https://x.com/j_gust" | ||
mastodon: "" | ||
github: "" | ||
--- | ||
|
||
Julius Gustavsson has well over 20 years of experience developing embedded systems software. Shortly before joining Volvo Cars he had discovered Rust and became convinced of its potential. Today he leads the team that is pioneering Rust usage at the company. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: "Miguel Ojeda" | ||
image: "miguel_ojeda.jpg" | ||
title: "Maintainer of Rust for Linux" | ||
org: "Rust for Linux" | ||
url: "https://rust-for-linux.com/" | ||
bluesky: "" | ||
linkedin: "https://www.linkedin.com/in/ojedamiguel/" | ||
twitter: "" | ||
mastodon: "" | ||
github: "https://github.com/ojeda" | ||
--- | ||
|
||
Miguel Ojeda is a software engineer who maintains the Rust for Linux project. He was the Spanish NB in the ISO C committee, with an interest in Undefined Behavior and memory safety topics. Previously, Miguel was a Staff Member at CERN in the Beams department and a Fellow in the Physics department. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: "Niko Matsakis" | ||
image: "niko.png" | ||
title: "Co-lead Rust vision doc & Language team / Sr. Principal Engineer at Amazon" | ||
org: "" | ||
url: "https://smallcultfollowing.com/babysteps/" | ||
bluesky: "https://bsky.app/profile/nikomatsakis.com" | ||
linkedin: "https://www.linkedin.com/in/nicholas-matsakis-615614/" | ||
mastodon: "" | ||
github: "https://github.com/nikomatsakis" | ||
--- | ||
|
||
Nicholas Matsakis is a Senior Principal Engineer at AWS and Co-Lead of the open | ||
source Rust Language Design Team. He has worked on Rust since 2011, and led the | ||
design of its “secret sauce”, the borrow checker. He has played a number of | ||
other roles in Rust over the years, such as being a member of the Rust core | ||
team, the lead of the Rust compiler team, and helping to launch the Rust | ||
Foundation. Prior to working on Rust, he completed a PhD at ETH Zurich and did | ||
his undergraduate study at MIT. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: "Pietro Albini" | ||
image: "pietro_albini.jpg" | ||
title: "Rust Project's Infrastructure, Security Response, and Release" | ||
org: "" | ||
url: "https://www.pietroalbini.org/" | ||
bluesky: "https://bsky.app/profile/pietroalbini.org" | ||
linkedin: "" | ||
twitter: "" | ||
mastodon: "https://hachyderm.io/@pietroalbini" | ||
github: "https://github.com/pietroalbini" | ||
--- | ||
|
||
Part of the Rust project since 2018, Pietro focuses on the behind-the-scenes | ||
work to ensure a reliable and secure Rust is released every six weeks. In the | ||
past, they served two years on the Rust Core Team, led the Rust Infrastructure | ||
Team for four, and worked at Ferrous Systems as the tech lead of Ferrocene. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: "Raph Levien" | ||
image: "raph.jpg" | ||
title: "Research engineer at Google" | ||
org: "Google" | ||
url: "https://levien.com" | ||
bluesky: "https://bsky.app/profile/raphlinus.bsky.social" | ||
linkedin: "https://www.linkedin.com/in/raph-levien-0484504/" | ||
twitter: "" | ||
mastodon: "https://mastodon.online/@raph" | ||
github: "https://github.com/raphlinus" | ||
--- | ||
|
||
Raph Levien is a research software engineer on the Google Fonts team, primarily working on GPU font rendering. He's been actively involved in the Rust community for over seven years, and has worked on pulldown-cmark, the Xilem UI toolkit, and other popular crates. He has a PhD from UC Berkeley on the topic of interactive curve editing, and has been involved in font creation and 2D graphics tools most of his career. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.