Skip to content

Commit e7cfb5a

Browse files
computer-science success poems react-components nim python-libraries ruby swift cryptography
1 parent 21474a8 commit e7cfb5a

File tree

9 files changed

+9
-1
lines changed

9 files changed

+9
-1
lines changed

computer-science/computer-science.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,4 @@
148148
- [MIT Theory of Computation (2020)](https://ocw.mit.edu/courses/mathematics/18-404j-theory-of-computation-fall-2020/) ([Videos](https://www.youtube.com/playlist?list=PLUl4u3cNGP60_JNv2MmK3wkOt9syvfQWY)) ([HN](https://news.ycombinator.com/item?id=28807222))
149149
- [Computer Science Club](https://compsciclub.ru/) - Открытые лекции и курсы. ([Twitter](https://twitter.com/spbcsclub))
150150
- [Solving NP-hard puzzles with the oldest trick in the book (2021)](https://davidkoloski.me/blog/intelligent-brute-forcing/) ([HN](https://news.ycombinator.com/item?id=28845593)) ([Reddit](https://www.reddit.com/r/programming/comments/q7s7os/solving_nphard_puzzles_with_the_oldest_trick_in/))
151+
- [Timed Sets, Functional Complexity, and Computability (2012)](https://www.sciencedirect.com/science/article/pii/S1571066112000394)

life/success.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,4 @@ Success comes from not giving up and doing what you love.
129129
- [The One Thing: The Surprisingly Simple Truth Behind Extraordinary Results](https://www.goodreads.com/book/show/16256798-the-one-thing) ([Summary](https://emilyyleung.github.io/digitalgarden/books/The%20One%20Thing%20-%20Keller/))
130130
- [Principles of Wealth](https://principlesofwealth.net/) - Summary of Naval Ravikant’s tweetstorms and podcasts. ([Code](https://github.com/flowen/principlesofwealth))
131131
- [How to be a successful athlete (2021)](https://twitter.com/nathanbaugh27/status/1438845812642127876)
132+
- [Productivity and Velocity](https://danluu.com/productivity-velocity/) ([HN](https://news.ycombinator.com/item?id=28882043))

poems/poems.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
- [On “getting” poetry by Adam Kirsch (2021)](https://newcriterion.com/issues/2021/4/on-getting-poetry)
1616
- [Poetry in the Abstract: What happens when scientists write haiku? (2021)](https://theamericanscholar.org/poetry-in-the-abstract/)
1717
- [Lit2Go](https://etc.usf.edu/lit2go/) - Free online collection of stories and poems in Mp3 (audiobook) format.
18+
- ["Poems in an accidental language" by Kate Compton (2021)](https://www.youtube.com/watch?v=NlClzGbemu8)

programming-languages/javascript/js-libraries/react/react-components.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,3 +247,4 @@
247247
- [Compound Components (2019)](https://jjenzz.com/compound-components)
248248
- [react-scanner](https://github.com/moroshko/react-scanner) - Statically analyzes the given code (TypeScript supported) and extracts React components and props usage.
249249
- [Refine](https://refine.dev/) - React-based framework for building data-intensive applications in no time. ([Code](https://github.com/pankod/refine))
250+
- [Good React charting libraries (2021)](https://twitter.com/gill_kyle/status/1448321353870757888)

programming-languages/nim/nim.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@
3131
- [Nim RFCs](https://github.com/nim-lang/RFCs)
3232
- [Nim: Efficient, Expressive, Elegant - Comparing these Aspects (2021)](https://nim-lang.org/blog/2021/07/28/Nim-Efficient-Expressive-Elegant-Benchmarking.html)
3333
- [Why I Use Nim instead of Python for Data Processing (2021)](https://benjamindlee.com/posts/2021/why-i-use-nim-instead-of-python-for-data-processing/) ([HN](https://news.ycombinator.com/item?id=28626947))
34+
- ["Nim Nuggets: Systems Programming & Metaprogramming Magic" by Aditya Siram (2021)](https://www.youtube.com/watch?v=d2VRuZo2pdA)

programming-languages/python/python-libraries/python-libraries.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,3 +542,4 @@
542542
- [Python Packages](https://py-pkgs.org/) - Open source book about making Python packages. ([Code](https://github.com/py-pkgs/py-pkgs))
543543
- [cookiecutter-pylibrary](https://github.com/ionelmc/cookiecutter-pylibrary) - Enhanced cookiecutter template for Python libraries.
544544
- [Writing Python Extensions in Assembly (2020)](https://tonybaloney.github.io/posts/extending-python-with-assembly.html) ([HN](https://news.ycombinator.com/item?id=28702670))
545+
- [Pip vs Conda: an in-depth comparison of Python’s two packaging systems (2021)](https://pythonspeed.com/articles/conda-vs-pip/)

programming-languages/ruby/ruby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
- [Shopify Ruby Style Guide](https://github.com/Shopify/ruby-style-guide)
4040
- [Context on STM in Ruby (2020)](https://chrisseaton.com/truffleruby/ruby-stm/) ([HN](https://news.ycombinator.com/item?id=24921657))
4141
- [Error handling with Monads in Ruby (2020)](http://nywkap.com/programming/either-monads-ruby.html)
42-
- [Why's (Poignant) Guide to Ruby (2004)](https://poignant.guide/book/chapter-2.html) ([HN](https://news.ycombinator.com/item?id=25043544))
42+
- [Why's (Poignant) Guide to Ruby (2004)](https://poignant.guide/book/chapter-2.html) ([HN](https://news.ycombinator.com/item?id=25043544)) ([Web](https://poignant.guide/book/)) ([Article](https://github.com/readme/featured/why-the-lucky-stiff))
4343
- [Ruby Refinements Have One Good Use Case (2020)](http://www.soulcutter.com/articles/ruby-refinements-have-one-good-use-case.html)
4444
- [rspec-core](https://github.com/rspec/rspec-core) - RSpec runner and formatters.
4545
- [My Beef With RuboCop (2020)](https://www.rubypigeon.com/posts/my-beef-with-rubocop/) ([Lobsters](https://lobste.rs/s/wgi0rn/my_beef_with_rubocop)) ([HN](https://news.ycombinator.com/item?id=25147990))

programming-languages/swift/swift.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,3 +238,4 @@
238238
- [Swift delight: value semantics collections (2021)](https://twitter.com/UINT_MIN/status/1444060664603955200)
239239
- [What’s new in Swift 5.5?](https://github.com/twostraws/whats-new-in-swift-5-5) - Xcode playground that demonstrates the new features introduced in Swift 5.5.
240240
- [What is a KeyPath in Swift (2021)](https://sarunw.com/posts/what-is-keypath-in-swift/)
241+
- [Learn the Essentials of Swift in one hour (2021)](https://www.youtube.com/watch?v=n5X_V81OYnQ) ([Article](https://www.hackingwithswift.com/articles/242/learn-essential-swift-in-one-hour))

security/cryptography/cryptography.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,4 @@
137137
- [Signify](https://github.com/aperezdc/signify) - OpenBSD tool to signs and verify signatures on files. Portable version.
138138
- [O(1) Labs](https://www.o1labs.org/) - Using cryptography and cryptocurrency to build computing systems that put people back in control of their digital lives. ([GitHub](https://github.com/o1-labs))
139139
- [Bugs in our Pockets: The Risks of Client-Side Scanning (2021)](https://www.cs.columbia.edu/~smb/papers/bugs21.pdf) ([Tweet](https://twitter.com/SteveBellovin/status/1448808323378294786)) ([Lobsters](https://lobste.rs/s/a3taal/bugs_our_pockets_risks_client_side)) ([Article](https://www.lightbluetouchpaper.org/2021/10/15/bugs-in-our-pockets/))
140+
- [Cracking Random Number Generators using Machine Learning – Part 1: xorshift128 (2021)](https://research.nccgroup.com/2021/10/15/cracking-random-number-generators-using-machine-learning-part-1-xorshift128/)

0 commit comments

Comments
 (0)