Skip to content

Commit

Permalink
llvm finance ideas type-theory file-sharing kubernetes linux wiki-wor…
Browse files Browse the repository at this point in the history
…kflow swift-libraries software-architecture email
  • Loading branch information
nikitavoloboev committed May 24, 2021
1 parent 0f22828 commit 26db499
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions compilers/llvm.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@
- [A look at LLVM - comparing clamp implementations (2021)](https://secret.club/2021/04/09/std-clamp.html) ([HN](https://news.ycombinator.com/item?id=26753872))
- [Speedbuilding LLVM/Clang in 5 minutes (2021)](https://www.cambus.net/speedbuilding-llvm-clang-in-5-minutes/)
- [Building LLVM in 90 seconds using Amazon Lambda (2021)](https://blog.nelhage.com/post/building-llvm-in-90s/) ([Lobsters](https://lobste.rs/s/pruijn/building_llvm_90_seconds_using_amazon))
- [eBPF assembly with LLVM (2020)](https://qmonnet.github.io/whirl-offload/2020/04/12/llvm-ebpf-asm/)
1 change: 1 addition & 0 deletions economy/finance.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ I use [2Do](../macOS/apps/2do.md) to track what things I want to buy next. These
- [Anyone Retire in a LCOL Country and Regret it? (2021)](https://www.reddit.com/r/leanfire/comments/nfq3p7/anyone_retire_in_a_lcol_country_and_regret_it/)
- [Exec Sum](https://execsum.co/) - Daily Finance & Business Newsletter.
- [How to Get Rich without Being Lucky (2019)](https://nav.al/rich) ([HN](https://news.ycombinator.com/item?id=27245680))
- [DeFi Beyond the Hype – Wharton (2021)](https://wifpr.wharton.upenn.edu/wp-content/uploads/2021/05/DeFi-Beyond-the-Hype.pdf)
1 change: 1 addition & 0 deletions ideas/ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,4 @@ I try to give my full attention to any ideas I am working on.
- [Ideas Filter](http://ideasfilter.com/) - List of apps people pay for but have low rating. ([HN](https://news.ycombinator.com/item?id=27007767))
- [Orbit](https://withorbit.com/) - Experimental platform for publishing and engaging with small tasks repeatedly over time. ([Code](https://github.com/andymatuschak/orbit)) ([HN](https://news.ycombinator.com/item?id=27051468))
- [Crazy New Ideas (2021)](http://paulgraham.com/newideas.html) ([HN](https://news.ycombinator.com/item?id=27061789))
- [Why I prefer making useless stuff (2021)](https://web.eecs.utk.edu/~azh/blog/makinguselessstuff.html) ([HN](https://news.ycombinator.com/item?id=27256867))
1 change: 1 addition & 0 deletions math/type-theory/type-theory.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,4 @@
- [Higher-Dimensional Type Theory Course (2020)](https://favonia.org/courses/hdtt2020/) - Graduate seminar course on the recent development of higher-dimensional type theory. ([Code](https://github.com/favonia/hdtt2020-notes))
- [Synthetic mathematics with an excursion into computability theory (2021)](https://vimeo.com/510188470)
- [Counterexamples in Type Systems](http://counterexamples.org/) ([Code](https://github.com/stedolan/counterexamples)) ([HN](https://news.ycombinator.com/item?id=27252899))
- [Introduction to Type Systems](https://splintah.github.io/series/Introduction%20to%20Type%20Systems.html)
2 changes: 1 addition & 1 deletion networking/file-sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- [Dropbox Transfer](https://www.dropbox.com/transfer)
- [bita](https://github.com/oll3/bita) - Differential file synchronization over http.
- [Filestash](https://github.com/mickael-kerjean/filestash) - Modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze.
- [Seafile](https://github.com/haiwen/seafile) - Open source cloud storage system with privacy protection and teamwork features.
- [Seafile](https://github.com/haiwen/seafile) - Open source cloud storage system with privacy protection and teamwork features. ([Web](https://www.seafile.com/en/home/))
- [Perkeep](https://github.com/perkeep/perkeep) - Personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content.
- [mc](https://github.com/minio/mc) - MinIO Client is a replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage.
- [CryFS](https://github.com/cryfs/cryfs) - Cryptographic filesystem for the cloud.
Expand Down
2 changes: 1 addition & 1 deletion operating-systems/containers/kubernetes/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
- [Helm Chart Testing](https://github.com/helm/chart-testing) - CLI tool for linting and testing Helm charts.
- [Amazon EKS Distro](https://github.com/aws/eks-distro) - Kubernetes distribution based on and used by Amazon Elastic Kubernetes Service (EKS) to create reliable and secure Kubernetes clusters.
- [Virtual Kubelet Provider for Systemd](https://github.com/miekg/vks)
- [Isovalent](https://isovalent.com/) - eBPF-powered Cloud Native Networking & Security.
- [Isovalent](https://isovalent.com/) - eBPF-powered Cloud Native Networking & Security. ([GitHub](https://github.com/isovalent))
- [Kubernetes Python Client](https://github.com/kubernetes-client/python)
- [AWS Controllers for Kubernetes (ACK)](https://github.com/aws/aws-controllers-k8s) - Lets you define and use AWS service resources directly from Kubernetes.
- [Learnings From Two Years of Kubernetes in Production (2020)](https://lambda.grofers.com/learnings-from-two-years-of-kubernetes-in-production-b0ec21aa2814)
Expand Down
1 change: 1 addition & 0 deletions operating-systems/linux/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,3 +316,4 @@
- [File Descriptor Limits (2021)](http://0pointer.net/blog/file-descriptor-limits.html) ([Lobsters](https://lobste.rs/s/soircc/file_descriptor_limits)) ([HN](https://news.ycombinator.com/item?id=27215690))
- [Fuzzing the Linux kernel (2021)](https://docs.google.com/presentation/d/19JaXHFMT-R2le6x-vPKw5D1Cxlw2aLtxHEIDwWBNXCQ/edit#slide=id.gda44520c30_7_54)
- [Rust heads into the kernel? (2021)](https://lwn.net/Articles/853423/) ([HN](https://news.ycombinator.com/item?id=27248059))
- [rbpf](https://github.com/qmonnet/rbpf) - Rust virtual machine and JIT compiler for eBPF programs.
1 change: 1 addition & 0 deletions other/wiki-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,3 +346,4 @@ And anyone who owns Alfred can download the workflow and search through the wiki
- [Hypernotes](https://hypernotes.zenkit.com/) - Platform for collaboration and project management.
- [Innos Note](https://innos.io/)
- [How NOT to take Smart Notes (2021)](https://www.reddit.com/r/ObsidianMD/comments/ng9pqg/how_not_to_take_smart_notes/)
- [rsms's memex](https://github.com/rsms/memex) - Software for managing my digital information, like tweets.
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@
- [FetchImage](https://github.com/kean/FetchImage) - Makes it easy to download images using Nuke and display them in SwiftUI apps.
- [ResponderChain](https://github.com/Amzd/ResponderChain) - Cross-platform first responder handling without subclassing views or making custom ViewRepresentables in SwiftUI.
- [SwiftUI TextEdit View](https://github.com/krzyzanowskim/SwiftUI.TextEdit) - SwiftUI proof-of-concept text edit component.
- [ToastUI](https://github.com/quanshousio/ToastUI) - Simple way to show toast in SwiftUI.

## Test

Expand Down
3 changes: 2 additions & 1 deletion programming/software-architecture/software-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@

## Links

- [Awesome Software Architecture](https://github.com/simskij/awesome-software-architecture)
- [Awesome Software Architecture](https://github.com/mehdihadeli/awesome-software-architecture)
- [Awesome Software Architecture 2](https://github.com/simskij/awesome-software-architecture)
- [Software architect roadmap](https://github.com/AlaaAttya/software-architect-roadmap)
- [Ask HN: Resources on how Google/Facebook etc. approach software design? (2019)](https://news.ycombinator.com/item?id=20039164)
- [Unidirectional user interface architectures (2015)](https://staltz.com/unidirectional-user-interface-architectures.html)
Expand Down
2 changes: 1 addition & 1 deletion tools/email.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ I subscribe to a [few newsletters](https://github.com/learn-anything/newsletters
- [Sieve](http://sieve.info/) - Language for filtering e-mail messages.
- [Leave Me Alone](https://leavemealone.app/) - Easily unsubscribe from unwanted emails.
- [Revelop](https://revelop.app/) - New standard for email.
- [Your E-Mail Validation Logic is Wrong](https://twitter.com/jschauma/status/1378172844169961477) ([Article](https://www.netmeister.org/blog/email.html))
- [Your E-Mail Validation Logic is Wrong](https://twitter.com/jschauma/status/1378172844169961477) ([Article](https://www.netmeister.org/blog/email.html)) ([HN](https://news.ycombinator.com/item?id=27263141))
- [Best Privacy Friendly Email Forwarding Service (2021)](https://lobste.rs/s/jtecff/best_privacy_friendly_email_forwarding)
- [TXMailer](https://github.com/apibillme/txmailer) - Transactional Mailer with Liquid and AWS SES.
- [Exim Internet Mailer](https://www.exim.org/) - Message transfer agent (MTA) developed at the University of Cambridge for use on Unix systems connected to the Internet. ([Code](https://github.com/Exim/exim))
Expand Down

0 comments on commit 26db499

Please sign in to comment.