From 0f545b7e57d2564e351d907befd2ce26900c5521 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 24 Jul 2021 02:14:12 -0400 Subject: Now packaging JVM programs as "fat" jars in new JVM compiler. --- documentation/bookmark/arithmetic.md | 1 + documentation/bookmark/distributed_programming.md | 1 + documentation/bookmark/format/zip.md | 5 +++++ documentation/bookmark/free.md | 4 ++++ documentation/bookmark/inspiration.md | 4 ++++ documentation/bookmark/recursion_schemes.md | 1 + documentation/bookmark/web_framework.md | 1 + 7 files changed, 17 insertions(+) create mode 100644 documentation/bookmark/format/zip.md create mode 100644 documentation/bookmark/free.md (limited to 'documentation') diff --git a/documentation/bookmark/arithmetic.md b/documentation/bookmark/arithmetic.md index c58dd4923..e4a3ddd07 100644 --- a/documentation/bookmark/arithmetic.md +++ b/documentation/bookmark/arithmetic.md @@ -4,6 +4,7 @@ # Interval +1. [Interval Arithmetic: Not All Intervals are Created Equal](https://samlikes.pizza/pluto_interval_blog.jl.html) 1. [Growing a Language, by Guy Steele](https://www.youtube.com/watch?v=_ahvzDzKdB0&t=2214s) 1. [Yet another alternative to floating-point numbers](https://wordsandbuttons.online/yet_another_alternative_to_floating_point_numbers.html) 1. [Interval arithmetic](https://en.wikipedia.org/wiki/Interval_arithmetic) diff --git a/documentation/bookmark/distributed_programming.md b/documentation/bookmark/distributed_programming.md index 57802f081..c3b6edf46 100644 --- a/documentation/bookmark/distributed_programming.md +++ b/documentation/bookmark/distributed_programming.md @@ -9,6 +9,7 @@ # Reference +1. [No more DSLs: Implement and deploy a distributed system with a single program](http://catern.com/integration.html) 1. [Ambients: Peer-to-Peer Programs and Data](https://ipfs.io/ipfs/QmPhPJE55GvqSz7Pwvkc8n9dbKmqGw6tUGTE1MgfNQvzsf) 1. [Bastion: Highly-available Distributed Fault-tolerant Runtime](https://bastion.rs/) 1. [DDD and Messaging Architectures: An overview of my different series on patterns in distributed systems.](http://verraes.net/2019/05/ddd-msg-arch/) diff --git a/documentation/bookmark/format/zip.md b/documentation/bookmark/format/zip.md new file mode 100644 index 000000000..25dc93b9f --- /dev/null +++ b/documentation/bookmark/format/zip.md @@ -0,0 +1,5 @@ +# Reference + +1. [Zip - How not to design a file format.](https://games.greggman.com/game/zip-rant/) +1. [ZIP File Format Specification](https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT) + diff --git a/documentation/bookmark/free.md b/documentation/bookmark/free.md new file mode 100644 index 000000000..719b43f78 --- /dev/null +++ b/documentation/bookmark/free.md @@ -0,0 +1,4 @@ +# Reference + +1. [](http://poly.pizza/) + diff --git a/documentation/bookmark/inspiration.md b/documentation/bookmark/inspiration.md index 87b095b6f..576d73f99 100644 --- a/documentation/bookmark/inspiration.md +++ b/documentation/bookmark/inspiration.md @@ -1,3 +1,7 @@ +# Business + +1. [Why Aren't There More Programming Languages Startups?](https://www.akitasoftware.com/blog-posts/why-arent-there-more-programming-languages-startups) + # Tool 1. [Toward the next generation of programming tools: Programmers have built great tools for others. It’s time they built some for themselves.](https://www.oreilly.com/radar/toward-the-next-generation-of-programming-tools/) diff --git a/documentation/bookmark/recursion_schemes.md b/documentation/bookmark/recursion_schemes.md index 94951b99c..5c41438df 100644 --- a/documentation/bookmark/recursion_schemes.md +++ b/documentation/bookmark/recursion_schemes.md @@ -1,5 +1,6 @@ # Reference +1. [Probability Tree Diagrams. Recursion Schemes. Why Finding the Right Solution is Sometimes Hard?](https://rpeszek.github.io/posts/2021-07-18-prob-tree-scheme.html) 1. [Unifying Structured Recursion Schemes](https://www.cs.ox.ac.uk/people/nicolas.wu/papers/URS.pdf) 1. http://maartenfokkinga.github.io/utwente/mmf91m.pdf 1. http://blog.sumtypeofway.com/an-introduction-to-recursion-schemes/ diff --git a/documentation/bookmark/web_framework.md b/documentation/bookmark/web_framework.md index 48d7e827c..7e8a36a48 100644 --- a/documentation/bookmark/web_framework.md +++ b/documentation/bookmark/web_framework.md @@ -118,6 +118,7 @@ # Styling +1. [CSS Protips](https://github.com/AllThingsSmitty/css-protips) 1. [Layout-isolated components](https://visly.app/blog/layout-isolated-components) 1. [Centering in CSS: A Complete Guide](https://css-tricks.com/centering-css-complete-guide/) 1. [Vertical Rhythm Reset](https://jhildenbiddle.github.io/vertical-rhythm-reset/) -- cgit v1.2.3