diff --git a/databases/blockchain/ethereum.md b/databases/blockchain/ethereum.md index 0354855d29..9c46cfb9ea 100644 --- a/databases/blockchain/ethereum.md +++ b/databases/blockchain/ethereum.md @@ -38,3 +38,4 @@ Ethereum is a virtual machine built on top of the blockchain that lets you creat - [Utilities for handling Ethereum keys](https://github.com/ethereumjs/ethereumjs-wallet) - [Awesome Solidity](https://github.com/bkrem/awesome-solidity#readme) - [Awesome Solidity 2](https://github.com/BlockchainLabsNZ/awesome-solidity#readme) +- [Vitalik Buterin: Ethereum, Cryptocurrency, and the Future of Money (2020)](https://overcast.fm/+OcVeupJwk) diff --git a/databases/redis.md b/databases/redis.md index 6ba15482f8..2efca8a68b 100644 --- a/databases/redis.md +++ b/databases/redis.md @@ -15,3 +15,4 @@ - [How to write a Redis Client in Python, from Scratch (2020)](https://www.youtube.com/watch?v=C5KkQUKhc_4) - [Redis Cluster Proxy](https://github.com/artix75/redis-cluster-proxy) - Proxy for Redis Clusters. - [ioredis](https://github.com/luin/ioredis) - Robust, performance-focused and full-featured Redis client for Node.js. +- [rsedis](https://github.com/seppo0010/rsedis) - Redis re-implemented in Rust. diff --git a/focusing/themes.md b/focusing/themes.md index bfb2555c57..01c2455e0d 100644 --- a/focusing/themes.md +++ b/focusing/themes.md @@ -2,7 +2,7 @@ My main focus in life is to [make, learn, write, design & share](rules.md) things. -I try to work on impactful to me ideas by breaking them down into series of tasks. As a way to give direction to my life, I outline some [themes](https://www.youtube.com/watch?v=NVGuFdX5guE) for myself to focus on right now. +I try to work on impactful to me ideas by breaking them down into series of tasks. As a way to give direction to my life, I outline some [themes](https://www.youtube.com/watch?v=NVGuFdX5guE) for myself to focus on. ## Clean up 2Do/GitHub tasks to < 500 diff --git a/front-end/html.md b/front-end/html.md index c445a30367..6ad000b766 100644 --- a/front-end/html.md +++ b/front-end/html.md @@ -31,3 +31,4 @@ - [MVP.css](https://andybrewer.github.io/mvp/) - Minimalist stylesheet for HTML elements. No class names, no frameworks, just semantic HTML. ([Code](https://github.com/andybrewer/mvp)) - [HTML DOM](https://htmldom.dev/) - Common tasks of managing HTML DOM with vanilla JavaScript. ([Code](https://github.com/phuoc-ng/html-dom)) ([HN](https://news.ycombinator.com/item?id=22758218)) - [hyper(HTML)](https://github.com/WebReflection/hyperHTML) - Fast & Light Virtual DOM Alternative available for Node.js and NativeScript too. +- [Open Graph Image as a Service](https://github.com/zeit/og-image) - Serverless service that generates dynamic Open Graph images that you can embed in your tags. diff --git a/math/fractals.md b/math/fractals.md index e94e4984ed..ac3332587e 100644 --- a/math/fractals.md +++ b/math/fractals.md @@ -18,3 +18,5 @@ - [Single div Sierpinski triangle (2020)](https://yuanchuan.dev/single-div-sierpinski-triangle) ([HN](https://news.ycombinator.com/item?id=22279532)) - [Chaos Game](https://andrew.wang-hoyer.com/experiments/chaos-game/) - Method of creating a fractal, using a polygon and an initial point selected at random inside. ([Code](https://github.com/ndrwhr/chaos-game)) - [The Mandelbrot Set in HTML5 canvas and JS](http://tilde.club/~david/m/#) ([Code](https://github.com/cslarsen/mandelbrot-js)) +- [Playing with Chaos](http://www.playingwithchaos.net/) - Programming fractals and strange attractors in JS. +- [Crossing Two Fractals](https://github.com/victorqribeiro/randomFractal) ([HN](https://news.ycombinator.com/item?id=22769511)) diff --git a/operating-systems/ios/ios.md b/operating-systems/ios/ios.md index 2b4640ec2d..2c82478796 100644 --- a/operating-systems/ios/ios.md +++ b/operating-systems/ios/ios.md @@ -16,6 +16,7 @@ I hope to release Learn Anything on iOS soon too. That would be quite cool. - [ProtonMail](https://github.com/ProtonMail/ios-mail) - [Sift](https://github.com/agrinman/sift-ios) - Uncover network traffic in real-time for every app on your phone. - [Private Internet Access](https://github.com/pia-foss/vpn-ios) +- [Bank](https://github.com/aydenp/Bank) - Simple iOS app for viewing your bank account balance and transactions. ## Notes diff --git a/physics/physics.md b/physics/physics.md index 63ad216fcf..06eccc5844 100644 --- a/physics/physics.md +++ b/physics/physics.md @@ -53,3 +53,4 @@ - [Information Is Physics](https://cacm.acm.org/magazines/2019/11/240356-information-is-physics/fulltext) ([HN](https://news.ycombinator.com/item?id=21665931)) - [Dr. Neil Turok - "From zero to infinity, and beyond!" (2012)](https://www.youtube.com/watch?v=URYOkgbr604) - [Sir Roger Penrose - Plotting the Twist of Einstein’s Legacy (2020)](https://overcast.fm/+TYXKbJ8js) +- [Roger Penrose | Interview | Gravity, Hawking Points and Twistor Theory (2019)](https://www.youtube.com/watch?v=9Gl8pwY2kW8) diff --git a/programming-languages/javascript/js-libraries/react/react.md b/programming-languages/javascript/js-libraries/react/react.md index 4984bbfcaf..1aa4fbea7d 100644 --- a/programming-languages/javascript/js-libraries/react/react.md +++ b/programming-languages/javascript/js-libraries/react/react.md @@ -114,3 +114,4 @@ - [React Diff Viewer](https://praneshravi.in/react-diff-viewer/) - Simple and beautiful text diff viewer made with Diff and React. ([Code](https://github.com/praneshr/react-diff-viewer)) - [Advanced memoization and effects in React (2020)](https://gist.github.com/slikts/fd3768de1493419ed9506002b452fcdc) - [React in patterns](https://krasimir.gitbooks.io/react-in-patterns/content/) - Free book that talks about design patterns/techniques used while developing with React. ([Code](https://github.com/krasimir/react-in-patterns)) +- [Awesome list of React Renderer](https://github.com/chentsulin/awesome-react-renderer#readme) diff --git a/programming-languages/rust/rust-libraries/rust-libraries.md b/programming-languages/rust/rust-libraries/rust-libraries.md index 433e814046..0a134e34f9 100644 --- a/programming-languages/rust/rust-libraries/rust-libraries.md +++ b/programming-languages/rust/rust-libraries/rust-libraries.md @@ -289,7 +289,7 @@ - [froggy](https://github.com/kvark/froggy) - Component Graph System experiment. - [Legion](https://github.com/TomGillen/legion) - Aims to be a feature rich high performance ECS library for Rust game projects with minimal boilerplate. - [derive_more](https://github.com/JelteF/derive_more) - Some more derive(Trait) options. -- [async-task](https://github.com/async-rs/async-task) - Task abstraction for building executors. +- [async-task](https://github.com/async-rs/async-task) - Task abstraction for building executors. ([Article](https://stjepang.github.io/2020/04/03/why-im-building-a-new-async-runtime.html)) ## Cargo Plugins diff --git a/programming-languages/scala/scala.md b/programming-languages/scala/scala.md index 408a192cf7..374c690c12 100644 --- a/programming-languages/scala/scala.md +++ b/programming-languages/scala/scala.md @@ -31,3 +31,4 @@ - [Functional Scala - Unleash Your Fury by Jon Pretty (2019)](https://www.youtube.com/watch?v=PHjAKgdUMWI&list=PLjtl9Y7VJMWtZz3g0LjMhO54_KBL8Tfwl&index=8&t=0s) - [http4s: pure, typeful, functional HTTP in Scala – Ross Baker (2018)](https://www.youtube.com/watch?v=urdtmx4h5LE) - [So, what's wrong with SBT? (2017)](http://www.lihaoyi.com/post/SowhatswrongwithSBT.html) +- [Scala School](http://twitter.github.io/scala_school/) - Lessons in the Fundamentals of Scala. ([Code](https://github.com/twitter/scala_school)) diff --git a/programming-languages/swift/swift.md b/programming-languages/swift/swift.md index 82c12c2c9b..69db58e25c 100644 --- a/programming-languages/swift/swift.md +++ b/programming-languages/swift/swift.md @@ -88,3 +88,4 @@ - [Swift Weekly Brief](https://swiftweekly.github.io/) - Community-driven weekly newsletter about what's happening in Swift. - [Swift by Sundell](https://swiftbysundell.com/) - Weekly Swift articles, podcasts and tips by John Sundell. ([Code](https://github.com/JohnSundell/SwiftBySundell)) - [Swift on Mac OS 9 (2020)](https://belkadan.com/blog/2020/04/Swift-on-Mac-OS-9/) ([HN](https://news.ycombinator.com/item?id=22754667)) +- [swift-format](https://github.com/apple/swift-format) - Provides the formatting technology for SourceKit-LSP and the building blocks for doing code formatting transformations. diff --git a/programming/software-architecture/software-architecture.md b/programming/software-architecture/software-architecture.md index f6499cc966..599b369dfe 100644 --- a/programming/software-architecture/software-architecture.md +++ b/programming/software-architecture/software-architecture.md @@ -48,3 +48,4 @@ - [List of Post-mortems](https://github.com/danluu/post-mortems) - [Simplify Full-Stack Development with a Unified Architecture (2019)](https://liaison.dev/blog/articles/Simplify-Full-Stack-Development-with-a-Unified-Architecture-187fr1) - [System Design Interview Questions – Concepts You Should Know (2020)](https://www.freecodecamp.org/news/systems-design-for-interviews/) +- [The Twitter stack (2013)](https://blog.oskarsson.nu/post/40196324612/the-twitter-stack) diff --git a/unix/shell/shell.md b/unix/shell/shell.md index ae3d29a5d9..c1d09d4bc3 100644 --- a/unix/shell/shell.md +++ b/unix/shell/shell.md @@ -48,3 +48,4 @@ All active variables can be seen by running `env`. - [Wez's Terminal](https://github.com/wez/wezterm) - GPU-accelerated cross-platform terminal emulator and multiplexer written in Rust. - [Text processing in the shell (2020)](https://blog.balthazar-rouberol.com/text-processing-in-the-shell) ([HN](https://news.ycombinator.com/item?id=22590824)) - [Crush](https://github.com/liljencrantz/crush) - Attempt to make a command line shell that is also a powerful modern programming language. +- [nsh](https://github.com/nuta/nsh) - Command-line shell like fish, but POSIX compatible. diff --git a/writing/markdown.md b/writing/markdown.md index 8957e735ea..c3ca830186 100644 --- a/writing/markdown.md +++ b/writing/markdown.md @@ -23,3 +23,4 @@ Markdown is amazing and such an awesome way to format the text you write. I am u - [gdocs2md](https://github.com/mangini/gdocs2md) - Simple Google Apps script to convert a properly formatted Google Drive Document to markdown. - [MarkdownAttributedString](https://github.com/chockenberry/MarkdownAttributedString) - Adding Markdown support to NSAttributedString. - [From Markdown to Video](https://www.videopuppet.com/docs/script/) ([HN](https://news.ycombinator.com/item?id=22718854)) +- [6 Things Markdown Got Wrong (2020)](https://www.swyx.io/writing/markdown-mistakes/)