Skip to content

Commit

Permalink
Get rid of all smart symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed May 12, 2024
1 parent 67c84b6 commit 615dac9
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion _episodes/interviews/2022-05-27-kyle-machulis.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Rustacean Station is a community project; get in touch with us if you'd like to
- [@33:33] - Buttplug's capabilities, limitations, and safety protocols
- [@44:23] - Why the name "Buttplug"?
- [@51:53] - Buttplug's push for not just entertainment but also health and wellness purposes
- [@56:07] - How people can help contribute to pushing Buttplugs project
- [@56:07] - How people can help contribute to pushing Buttplug's project
- [@59:45] - Kyle's parting thoughts

## Other Resources
Expand Down
2 changes: 1 addition & 1 deletion _episodes/interviews/2022-09-23-mrinal-wadhwa.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Rustacean Station is a community project; get in touch with us if you'd like to
- Email: [hello@rustacean-station.org](mailto:hello@rustacean-station.org)

## Timestamps
- [@00:10] - Mrinals Introduction
- [@00:10] - Mrinal's Introduction
- [@01:01] - What is Ockam?
- [@05:04] - Building Ockam from scratch and building it open source
- [@10:45] - How Ockam provides security with modern data distribution
Expand Down
2 changes: 1 addition & 1 deletion _episodes/interviews/2023-02-24-serge-barral.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Rustacean Station is a community project; get in touch with us if you'd like to
## Timestamps
- [@0:00] - What is [Asynchronix](https://github.com/asynchronics/asynchronix)?
- [@2:21] - Writing Rust documentation
- [@4:28] - Serges career & background
- [@4:28] - Serge's career & background
- [@8:51] - How does the Asynchronix simulator work?
- [@11:40] - The importance of writing the library in Rust
- [@16:51] - Time-based simulation and practical use cases
Expand Down
2 changes: 1 addition & 1 deletion _episodes/interviews/2024-01-12-josh-aas.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Rustacean Station is a community project; get in touch with us if you'd like to
## Timestamps

- [@00:00] - Meet Josh Aas - Executive Director at ISRG (Internet Security Research Group), a non-profit dedicated to building a more secure and privacy-respecting digital infrastructure.
- [@01:32] - [Lets Encrypt Project](https://letsencrypt.org/) - a nonprofit Certificate Authority providing TLS certificates to 363 million websites.
- [@01:32] - [Let's Encrypt Project](https://letsencrypt.org/) - a nonprofit Certificate Authority providing TLS certificates to 363 million websites.
- [@06:53] - [Divvi Up project](https://divviup.org/) - a privacy-respecting system for aggregate statistics.
- [@09:48] - Prossimo - ensuring memory safety for the internet's most critical infrastructure.
- [@15:24] - Discussion about Curl and Rust.
Expand Down
2 changes: 1 addition & 1 deletion _episodes/twir/2020-07-21-twir-348.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Rustacean Station is a community project; get in touch with us if you'd like to

- [Announcing Rust 1.45.0](https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html)
- [Learn how to make a Sokoban game in Rust](https://sokoban.iolivia.me/c01-00-intro.html)
- [Clear Explanation of Rusts module system](http://www.sheshbabu.com/posts/rust-module-system/)
- [Clear Explanation of Rust's module system](http://www.sheshbabu.com/posts/rust-module-system/)
- [Rewriting FORTRAN Software in Rust](https://mckeogh.tech/post/shallow-water/)
- [Writing a kernel driver with Rust](https://not-matthias.github.io/kernel-driver-with-rust/)
- [Packaging and Vendoring Production Rust Software - Windows](https://ebbflow.io/blog/vending-win)
Expand Down
4 changes: 2 additions & 2 deletions _episodes/twir/2022-05-30-twir-443.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ In this section, leave timestamped notes of the form:
- [_Code Like a Pro in Rust_](https://www.manning.com/books/code-like-a-pro-in-rust) book by Brendan Matthews, published by Manning
- [@23:30] - [Our Experience Porting the YJIT Ruby Compiler to Rust](https://shopify.engineering/porting-yjit-ruby-compiler-to-rust)
- [YJIT: Building a New JIT Compiler for CRuby](https://shopify.engineering/yjit-just-in-time-compiler-cruby)
- [talk] [MoreVMs21: YJIT: Building a New JIT Compiler Inside
CRuby”](https://www.youtube.com/watch?v=vucLAqv7qpc) [Maxime Chevalier-Boisvert](https://twitter.com/Love2Code)
- [talk] [MoreVMs'21: "YJIT: Building a New JIT Compiler Inside CRuby"](https://www.youtube.com/watch?v=vucLAqv7qpc)
[Maxime Chevalier-Boisvert](https://twitter.com/Love2Code)
- [@30:30] - [Asteracea](https://blog.schichler.dev/posts/Asteracea/)
- [JSX introduction](https://reactjs.org/docs/introducing-jsx.html), from the [ReactJS](https://reactjs.org/) project
- [audio] [Carl Lerche](https://rustacean-station.org/episode/041-carl-lerche/) on macros (skip to 28:25)
Expand Down
8 changes: 4 additions & 4 deletions _episodes/twir/2022-06-06-twir-444.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ In this section, leave timestamped notes of the form:
> This is the difference in approaches of the two languages. In C++ if the
> code is vulnerable, the blame is on the programmer. In Rust if the code is
> vulnerable, Rust considers it a failure of the language, and takes
> responsibility to stop even bad programmers from writing vulnerable code.
> I cant stress enough how awesome it is that I can be a careless fool, and
> responsibility to stop even "bad" programmers from writing vulnerable code.
> I can't stress enough how awesome it is that I can be a careless fool, and
> still write perfectly robust highly multi-threaded code that never crashes.
- [@03:09] Allen: Rust is both good and bad at marketing
- [@03:30] - [Crate of the week](https://docs.rs/rustdoc-types)
Expand Down Expand Up @@ -104,10 +104,10 @@ In this section, leave timestamped notes of the form:
- [@20:20] - [betrusted.io](https://betrusted.io/), a secure communications system that
runs the [Xous microkernel operating system](https://betrusted.io/xous-book/)
- [@21:07] - Tim: Security-critical applications have issues when they ... rely on Rust.
There's one quote I want to pull out of the post, which is: "Im not sure
There's one quote I want to pull out of the post, which is: "I'm not sure
if there is even a good solution to this problem, but, if you are
super-paranoid and your goal is to be able to build trustable firmware, be
wary of Rusts expansive software supply chain attack surface!"
wary of Rust's expansive software supply chain attack surface!"
- [@26:09] - Sean: bunnie I think that you are absolutely, totally, qualified.
- [@30:17] - Allen: I did see a macro that he put in there. ... I forget
extact. It was very crazy and I was like, "Come on, no one's every going to
Expand Down
4 changes: 2 additions & 2 deletions _episodes/twir/2022-06-23-twir-446.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ In this section, leave timestamped notes of the form:
- [@00:41:11] [Web Scraping with
Rust](https://www.scrapingbee.com/blog/web-scraping-rust/) by Gints Dreimanis
- [Hyper with Sean McArthur](https://rustacean-station.org/episode/045-sean-arthur/)
- [@00:44:09] [Trivia About Rust Types: An (Authorized) Transcription of Jon Gjengsets Twitter Thread](https://www.thecodedmessage.com/posts/trivia-rust-types/) by Jimmy Hartzell
- [@00:46:01] [Rust languages explosive popularity comes with challenges](https://thestack.technology/rust-language-explosive-growth-challenges-rust-governance/) by Ed Targett
- [@00:44:09] [Trivia About Rust Types: An (Authorized) Transcription of Jon Gjengset's Twitter Thread](https://www.thecodedmessage.com/posts/trivia-rust-types/) by Jimmy Hartzell
- [@00:46:01] [Rust language's explosive popularity comes with challenges](https://thestack.technology/rust-language-explosive-growth-challenges-rust-governance/) by Ed Targett
- "[A proactive approach to more secure
code](https://msrc-blog.microsoft.com/2019/07/16/a-proactive-approach-to-more-secure-code/)"
(2019) by Microsoft Security Response Center
Expand Down

0 comments on commit 615dac9

Please sign in to comment.