Skip to content

Commit

Permalink
more notes
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyGOX17 committed Dec 17, 2024
1 parent a6b38e8 commit 5477e5c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion kb/dsp/DoA_estimation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"\n",
"- _Introduction to Direction-of-Arrival Estimation_- Zhizhang Chen, Gopal Gokeda, Yiqiang Yu\n",
"- [KrakenRF Wiki/Docs](https://github.com/krakenrf/krakensdr_docs/wiki) for the [KrakenRF 5-Channel RX SDR](https://www.krakenrf.com/)\n",
" + [KrakenRF Forum](https://forum.krakenrf.com/)"
" + [KrakenRF Forum](https://forum.krakenrf.com/)\n",
"- [Joint TDOA, FDOA and PDOA Localization Approaches and Performance Analysis](https://www.mdpi.com/2072-4292/15/4/915)"
]
},
{
Expand Down
6 changes: 5 additions & 1 deletion kb/programming_languages/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ Ignoring criticisms based on feelings and/or fanboy-isms, there has been some va
* [Rust Book Experiment](https://rust-book.cs.brown.edu/): Rust book but w/interactive quizzes and highlighting.
* [ ] [Rust By Example - rust-lang.org](https://doc.rust-lang.org/stable/rust-by-examle/)
* [ ] [Rust Cookbook](https://rust-lang-nursery.github.io/rust-cookbook/)
* [ ] [Rust Design Patterns](https://rust-unofficial.github.io/patterns/)
* [ ] [Introduction - Learning Rust With Entirely Too Many Linked Lists](https://rust-unofficial.github.io/too-many-lists/)
* [ ] [idiomatic-rust](https://github.com/mre/idiomatic-rust): 🦀 A peer-reviewed collection of articles/talks/repos which teach concise, idiomatic Rust.
* [ ] [Comprehensive Rust - Google Course](https://google.github.io/comprehensive-rust/)
* [ ] [From JavaScript to Rust](https://github.com/jsoverson/node-to-rust)
* [ ] [ferrous-systems/elements-of-rust](https://github.com/ferrous-systems/elements-of-rust/blob/master/README.md)
Expand All @@ -47,8 +49,10 @@ Ignoring criticisms based on feelings and/or fanboy-isms, there has been some va

* [X] [Zero to Production In Rust](https://www.zero2prod.com/)
+ [LukeMathWalker/zero-to-production](https://github.com/LukeMathWalker/zero-to-production)
* [ ] [Programming Rust: Fast, Safe Systems Development 2nd Ed](https://www.amazon.com/dp/1492052590/ref=nodl_)
* [ ] [Programming Rust: Fast, Safe Systems Development 2nd Ed](https://www.amazon.com/dp/1492052590/)
* [ ] [Rust for Rustaceans](https://nostarch.com/rust-rustaceans): see also [the main website](https://rust-for-rustaceans.com/) for errata.
* [ ] [Rust Essentials - Second Edition](https://github.com/PacktPublishing/Rust-Essentials-Second-Edition)
* [ ] [Rust High Performance](https://github.com/PacktPublishing/Rust-High-Performance)



Expand Down
1 change: 1 addition & 0 deletions kb/software-engineering/sw_for_performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Problems with sharing data between threads comes down to consequences of _modify

* `lscpu -C` can show `COHERENCY-SIZE` as the "minimum amount of data in bytes transferred from memory to cache".
* Can show thread names in htop by F2 → Display options → Show custom thread names
* [Tool to measure core-to-core latency](https://github.com/nviennot/core-to-core-latency)

### References

Expand Down

0 comments on commit 5477e5c

Please sign in to comment.