Skip to content

Commit

Permalink
add back notifs
Browse files Browse the repository at this point in the history
  • Loading branch information
pretzelhammer committed Jan 4, 2025
1 parent 14c652a commit cee15f6
Show file tree
Hide file tree
Showing 11 changed files with 99 additions and 0 deletions.
9 changes: 9 additions & 0 deletions posts/chat-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ _04 May 2024 · #rust · #async · #concurrency · #tokio_
[Conclusion](#conclusion)<br>
[Discuss](#discuss)<br>
[Further reading](#further-reading)<br>
[Notifications](#notifications)<br>

</details>

Expand Down Expand Up @@ -1875,3 +1876,11 @@ Discuss this article on
- [Sizedness in Rust](./sizedness-in-rust.md)
- [RESTful API in Sync & Async Rust](./restful-api-in-sync-and-async-rust.md)
- [Learn Assembly with Entirely Too Many Brainfuck Compilers](./too-many-brainfuck-compilers.md)



## Notifications

Get notified when a new blog post gets published by
- Subscribing to this repo's [releases RSS feed](https://github.com/pretzelhammer/rust-blog/releases.atom) or
- Watching this repo's releases (click `Watch` → click `Custom` → select `Releases` → click `Apply`)
9 changes: 9 additions & 0 deletions posts/common-rust-lifetime-misconceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ _19 May 2020 · #rust · #lifetimes_
- [Conclusion](#conclusion)
- [Discuss](#discuss)
- [Further Reading](#further-reading)
- [Notifications](#notifications)



Expand Down Expand Up @@ -1125,3 +1126,11 @@ Discuss this article on
- [Sizedness in Rust](./sizedness-in-rust.md)
- [RESTful API in Sync & Async Rust](./restful-api-in-sync-and-async-rust.md)
- [Learn Assembly with Entirely Too Many Brainfuck Compilers](./too-many-brainfuck-compilers.md)



## Notifications

Get notified when a new blog post gets published by
- Subscribing to this repo's [releases RSS feed](https://github.com/pretzelhammer/rust-blog/releases.atom) or
- Watching this repo's releases (click `Watch` → click `Custom` → select `Releases` → click `Apply`)
9 changes: 9 additions & 0 deletions posts/learning-rust-in-2020.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ _09 May 2020 · #rust · #programming · #exercises_
- [Conclusion](#conclusion)
- [Discuss](#discuss)
- [Further Reading](#further-reading)
- [Notifications](#notifications)



Expand Down Expand Up @@ -203,3 +204,11 @@ Discuss this article on
- [Sizedness in Rust](./sizedness-in-rust.md)
- [RESTful API in Sync & Async Rust](./restful-api-in-sync-and-async-rust.md)
- [Learn Assembly with Entirely Too Many Brainfuck Compilers](./too-many-brainfuck-compilers.md)



## Notifications

Get notified when a new blog post gets published by
- Subscribing to this repo's [releases RSS feed](https://github.com/pretzelhammer/rust-blog/releases.atom) or
- Watching this repo's releases (click `Watch` → click `Custom` → select `Releases` → click `Apply`)
9 changes: 9 additions & 0 deletions posts/learning-rust-in-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ _21 September 2024 · #rust · #coding · #exercises_
- [Honorable mentions](#honorable-mentions)
- [Discuss](#discuss)
- [Further Reading](#further-reading)
- [Notifications](#notifications)

This is my opinionated guide on how to go from knowing nothing about Rust to being kinda okay at Rust quickly as possible. This is what I would tell myself if I was starting today.

Expand Down Expand Up @@ -301,3 +302,11 @@ Discuss this article on
- [Sizedness in Rust](./sizedness-in-rust.md)
- [RESTful API in Sync & Async Rust](./restful-api-in-sync-and-async-rust.md)
- [Learn Assembly with Entirely Too Many Brainfuck Compilers](./too-many-brainfuck-compilers.md)



## Notifications

Get notified when a new blog post gets published by
- Subscribing to this repo's [releases RSS feed](https://github.com/pretzelhammer/rust-blog/releases.atom) or
- Watching this repo's releases (click `Watch` → click `Custom` → select `Releases` → click `Apply`)
9 changes: 9 additions & 0 deletions posts/restful-api-in-sync-and-async-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ _11 May 2021 · #rust · #diesel · #rocket · #sqlx · #actix-web_
- [In Summary](#in-summary)
- [Discuss](#discuss)
- [Further Reading](#further-reading)
- [Notifications](#notifications)



Expand Down Expand Up @@ -4282,3 +4283,11 @@ Discuss this article on
- [Using Rust in Non-Rust Servers to Improve Performance](./rust-in-non-rust-servers.md)
- [Sizedness in Rust](./sizedness-in-rust.md)
- [Learn Assembly with Entirely Too Many Brainfuck Compilers](./too-many-brainfuck-compilers.md)



## Notifications

Get notified when a new blog post gets published by
- Subscribing to this repo's [releases RSS feed](https://github.com/pretzelhammer/rust-blog/releases.atom) or
- Watching this repo's releases (click `Watch` → click `Custom` → select `Releases` → click `Apply`)
9 changes: 9 additions & 0 deletions posts/rust-in-non-rust-servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ _22 October 2024 · #rust · #wasm · #ffi · #performance_
- [Concluding thoughts](#concluding-thoughts)
- [Discuss](#discuss)
- [Further reading](#further-reading)
- [Notifications](#notifications)



Expand Down Expand Up @@ -640,3 +641,11 @@ Discuss this article on
- [Sizedness in Rust](./sizedness-in-rust.md)
- [RESTful API in Sync & Async Rust](./restful-api-in-sync-and-async-rust.md)
- [Learn Assembly with Entirely Too Many Brainfuck Compilers](./too-many-brainfuck-compilers.md)



## Notifications

Get notified when a new blog post gets published by
- Subscribing to this repo's [releases RSS feed](https://github.com/pretzelhammer/rust-blog/releases.atom) or
- Watching this repo's releases (click `Watch` → click `Custom` → select `Releases` → click `Apply`)
8 changes: 8 additions & 0 deletions posts/sizedness-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ _22 July 2020 · #rust · #sizedness_
- [Conclusion](#conclusion)
- [Discuss](#discuss)
- [Further Reading](#further-reading)
- [Notifications](#notifications)



Expand Down Expand Up @@ -1254,3 +1255,10 @@ Discuss this article on
- [Using Rust in Non-Rust Servers to Improve Performance](./rust-in-non-rust-servers.md)
- [RESTful API in Sync & Async Rust](./restful-api-in-sync-and-async-rust.md)
- [Learn Assembly with Entirely Too Many Brainfuck Compilers](./too-many-brainfuck-compilers.md)


## Notifications

Get notified when a new blog post gets published by
- Subscribing to this repo's [releases RSS feed](https://github.com/pretzelhammer/rust-blog/releases.atom) or
- Watching this repo's releases (click `Watch` → click `Custom` → select `Releases` → click `Apply`)
12 changes: 12 additions & 0 deletions posts/too-many-brainfuck-compilers.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ _01 November 2020 · #assembly · #compilers_
- [Concluding thoughts](#concluding-thoughts)
- [Discuss](#discuss)
- [Further Reading](#further-reading)
- [Notifications](#notifications)



Expand Down Expand Up @@ -2215,6 +2216,7 @@ The documentation online for LLVM IR is by far the best. The [LLVM IR Language R
If I had to write a compiler in the future I think I'll definitely stick with LLVM IR. It has the best documentation, it has a kick-ass optimizer, and it can compile down to x86_64, aarch64, or WebAssembly (plus a whole bunch of other targets)!



## Discuss

Discuss this article on
Expand All @@ -2228,6 +2230,8 @@ Discuss this article on
- [Hackernews](https://news.ycombinator.com/item?id=25069243)
- [Github](https://github.com/pretzelhammer/rust-blog/discussions)



## Further Reading

Rust
Expand Down Expand Up @@ -2267,3 +2271,11 @@ LLVM IR
- [LLVM Language Reference Manual](https://llvm.org/docs/LangRef.html)
- [Mapping High Level Constructs to LLVM IR](https://mapping-high-level-constructs-to-llvm-ir.readthedocs.io/en/latest/README.html)
- [My First Language Frontend with LLVM Tutorial](https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html)



## Notifications

Get notified when a new blog post gets published by
- Subscribing to this repo's [releases RSS feed](https://github.com/pretzelhammer/rust-blog/releases.atom) or
- Watching this repo's releases (click `Watch` → click `Custom` → select `Releases` → click `Apply`)
9 changes: 9 additions & 0 deletions posts/tour-of-rusts-standard-library-traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ _31 March 2021 · #rust · #traits_
- [Conclusion](#conclusion)
- [Discuss](#discuss)
- [Further Reading](#further-reading)
- [Notifications](#notifications)



Expand Down Expand Up @@ -5179,6 +5180,8 @@ Discuss this article on
- [lobste.rs](https://lobste.rs/s/g27ezp/tour_rust_s_standard_library_traits)
- [rust subreddit](https://www.reddit.com/r/rust/comments/mmrao0/tour_of_rusts_standard_library_traits/)



## Further Reading

- [Common Rust Lifetime Misconceptions](./common-rust-lifetime-misconceptions.md)
Expand All @@ -5190,3 +5193,9 @@ Discuss this article on
- [Learn Assembly with Entirely Too Many Brainfuck Compilers](./too-many-brainfuck-compilers.md)



## Notifications

Get notified when a new blog post gets published by
- Subscribing to this repo's [releases RSS feed](https://github.com/pretzelhammer/rust-blog/releases.atom) or
- Watching this repo's releases (click `Watch` → click `Custom` → select `Releases` → click `Apply`)
10 changes: 10 additions & 0 deletions posts/why-blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ I was almost about to give up on my blog idea but that's when I ran across [Fran

One small final note: I plan to focus this blog entirely around Rust. Aside from this initial post I don't intend to use this blog to post about personal things.



## Further Reading

- [Common Rust Lifetime Misconceptions](./common-rust-lifetime-misconceptions.md)
Expand All @@ -28,3 +30,11 @@ One small final note: I plan to focus this blog entirely around Rust. Aside from
- [Sizedness in Rust](./sizedness-in-rust.md)
- [RESTful API in Sync & Async Rust](./restful-api-in-sync-and-async-rust.md)
- [Learn Assembly with Entirely Too Many Brainfuck Compilers](./too-many-brainfuck-compilers.md)



## Notifications

Get notified when a new blog post gets published by
- Subscribing to this repo's [releases RSS feed](https://github.com/pretzelhammer/rust-blog/releases.atom) or
- Watching this repo's releases (click `Watch` → click `Custom` → select `Releases` → click `Apply`)
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ Here are my posts in reverse chronological order.

Note: translations are community-maintained.

## Notifications

Get notified when a new blog post gets published by
- Subscribing to this repo's [releases RSS feed](https://github.com/pretzelhammer/rust-blog/releases.atom) or
- Watching this repo's releases (click `Watch` → click `Custom` → select `Releases` → click `Apply`)

## Feedback

If you have any feedback please feel welcome to [open an issue](https://github.com/pretzelhammer/rust-blog/issues/new) on this repo. I accept pull requests for minor fixes like typos and grammar.
Expand Down

0 comments on commit cee15f6

Please sign in to comment.