From 736521eb56a45122eb0a545b677d3ffca1451080 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 28 Oct 2022 23:11:52 -0400 Subject: Eliminated the .alias# extension. Now detecting aliases in .def#. --- documentation/bookmark/business/funding/bootstrapping.md | 5 +++++ documentation/bookmark/business/innovation.md | 5 +++++ documentation/bookmark/business/productivity.md | 1 + documentation/bookmark/business/user_story.md | 5 +++++ documentation/bookmark/censorship.md | 5 +++++ documentation/bookmark/comment.md | 5 +++++ documentation/bookmark/communication.md | 5 +++++ documentation/bookmark/compilation/target/js__javascript.md | 1 + documentation/bookmark/data/structure/bitmap.md | 2 ++ documentation/bookmark/data/structure/succinct.md | 5 +++++ documentation/bookmark/database.md | 1 + documentation/bookmark/design.md | 1 + documentation/bookmark/drone.md | 5 +++++ documentation/bookmark/email.md | 6 ++++++ documentation/bookmark/game/design.md | 1 + documentation/bookmark/graphic/3d/rendering/engine.md | 5 +++++ documentation/bookmark/memory_management.md | 1 + documentation/bookmark/music.md | 4 ++++ documentation/bookmark/music/acoustics.md | 5 +++++ documentation/bookmark/open_source/funding.md | 1 + documentation/bookmark/software/engineering.md | 1 + documentation/bookmark/work/async.md | 5 +++++ 22 files changed, 75 insertions(+) create mode 100644 documentation/bookmark/business/funding/bootstrapping.md create mode 100644 documentation/bookmark/business/innovation.md create mode 100644 documentation/bookmark/business/user_story.md create mode 100644 documentation/bookmark/censorship.md create mode 100644 documentation/bookmark/comment.md create mode 100644 documentation/bookmark/communication.md create mode 100644 documentation/bookmark/data/structure/succinct.md create mode 100644 documentation/bookmark/drone.md create mode 100644 documentation/bookmark/email.md create mode 100644 documentation/bookmark/graphic/3d/rendering/engine.md create mode 100644 documentation/bookmark/music/acoustics.md create mode 100644 documentation/bookmark/work/async.md (limited to 'documentation/bookmark') diff --git a/documentation/bookmark/business/funding/bootstrapping.md b/documentation/bookmark/business/funding/bootstrapping.md new file mode 100644 index 000000000..47a570c10 --- /dev/null +++ b/documentation/bookmark/business/funding/bootstrapping.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [The Bootstrap Movement](https://www.bootstrap.company/) + diff --git a/documentation/bookmark/business/innovation.md b/documentation/bookmark/business/innovation.md new file mode 100644 index 000000000..98226720d --- /dev/null +++ b/documentation/bookmark/business/innovation.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [When First Movers Are Rewarded, and When They’re Not](https://hbr.org/2015/08/when-first-movers-are-rewarded-and-when-theyre-not) + diff --git a/documentation/bookmark/business/productivity.md b/documentation/bookmark/business/productivity.md index 76c8acb01..0a14620ad 100644 --- a/documentation/bookmark/business/productivity.md +++ b/documentation/bookmark/business/productivity.md @@ -1,6 +1,7 @@ # Reference 0. []() +0. [Rockstar Developers Are THE WORST Developers](https://www.youtube.com/watch?v=mVY2rFninp8) 0. [Let it slide](https://world.hey.com/dhh/let-it-slide-9e40f11a) 0. [Tips for effective engineering](https://budelewski.com/effective-engineering/) 0. [1. Unfolding the interrelationship diagram](https://world.hey.com/rjs/1-unfolding-the-interrelationship-diagram-5a79e3fc) diff --git a/documentation/bookmark/business/user_story.md b/documentation/bookmark/business/user_story.md new file mode 100644 index 000000000..e208a96a1 --- /dev/null +++ b/documentation/bookmark/business/user_story.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [Why user stories belong in the garbage](https://www.browserlondon.com/blog/2022/08/30/why-user-stories-belong-in-the-garbage/) + diff --git a/documentation/bookmark/censorship.md b/documentation/bookmark/censorship.md new file mode 100644 index 000000000..e4457f0d3 --- /dev/null +++ b/documentation/bookmark/censorship.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [Avoid Nightmares — NSFW JS: Client-side indecent content checking for the soul](https://shift.infinite.red/avoid-nightmares-nsfw-js-ab7b176978b1) + diff --git a/documentation/bookmark/comment.md b/documentation/bookmark/comment.md new file mode 100644 index 000000000..b390b0fe7 --- /dev/null +++ b/documentation/bookmark/comment.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [Your syntax highlighter is wrong](https://jameshfisher.com/2014/05/11/your-syntax-highlighter-is-wrong/) + diff --git a/documentation/bookmark/communication.md b/documentation/bookmark/communication.md new file mode 100644 index 000000000..9b1d5b7a1 --- /dev/null +++ b/documentation/bookmark/communication.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [Don’t sound weak. Use negations](https://tips.ariyh.com/p/negations-increase-engagement?triedSigningIn=true) + diff --git a/documentation/bookmark/compilation/target/js__javascript.md b/documentation/bookmark/compilation/target/js__javascript.md index ea50f7f79..147ab0e0e 100644 --- a/documentation/bookmark/compilation/target/js__javascript.md +++ b/documentation/bookmark/compilation/target/js__javascript.md @@ -1,6 +1,7 @@ # Reference 0. []() +0. [The Modern Guide to Packaging your JavaScript library](https://github.com/frehner/modern-guide-to-packaging-js-library) 0. [Optimizing for JavaScript is hard](https://jfmengels.net/optimizing-javascript-is-hard/) 0. [Roll your own JavaScript runtime](https://deno.com/blog/roll-your-own-javascript-runtime) 0. [How JavaScript Array Works Internally?](https://blog.gauravthakur.in/how-javascript-array-works-internally) diff --git a/documentation/bookmark/data/structure/bitmap.md b/documentation/bookmark/data/structure/bitmap.md index d7a494752..477224e5f 100644 --- a/documentation/bookmark/data/structure/bitmap.md +++ b/documentation/bookmark/data/structure/bitmap.md @@ -1,4 +1,6 @@ # Reference +0. []() +0. [A primer on Roaring bitmaps: what they are and how they work](https://vikramoberoi.com/a-primer-on-roaring-bitmaps-what-they-are-and-how-they-work/) 0. [Roaring Bitmaps](https://roaringbitmap.org/) diff --git a/documentation/bookmark/data/structure/succinct.md b/documentation/bookmark/data/structure/succinct.md new file mode 100644 index 000000000..fe4549ceb --- /dev/null +++ b/documentation/bookmark/data/structure/succinct.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [SDSL - Succinct Data Structure Library](https://github.com/simongog/sdsl-lite) + diff --git a/documentation/bookmark/database.md b/documentation/bookmark/database.md index 83dfd0387..5a352e9b8 100644 --- a/documentation/bookmark/database.md +++ b/documentation/bookmark/database.md @@ -148,6 +148,7 @@ ## General 0. []() +0. [Velox: Meta’s Unified Execution Engine](https://research.facebook.com/publications/velox-metas-unified-execution-engine/) 0. [Skytable](https://skytable.io/) 0. https://github.com/Workiva/eva/ 0. https://learndb.net/ diff --git a/documentation/bookmark/design.md b/documentation/bookmark/design.md index 8e441f11b..0f6c09c6d 100644 --- a/documentation/bookmark/design.md +++ b/documentation/bookmark/design.md @@ -1,6 +1,7 @@ # Reference 0. []() +0. [Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/guidelines/overview/) 0. [Humanizing Application Building: An Anthropological Perspective](http://melconway.com/Home/pdf/humanize.pdf) 0. [Banner blindness](https://en.wikipedia.org/wiki/Banner_blindness) diff --git a/documentation/bookmark/drone.md b/documentation/bookmark/drone.md new file mode 100644 index 000000000..569f53fe7 --- /dev/null +++ b/documentation/bookmark/drone.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [ArduPilot](https://ardupilot.org/) + diff --git a/documentation/bookmark/email.md b/documentation/bookmark/email.md new file mode 100644 index 000000000..1d19d9187 --- /dev/null +++ b/documentation/bookmark/email.md @@ -0,0 +1,6 @@ +# Reference + +0. []() +0. [Falsehoods programmers believe about email](https://beesbuzz.biz/code/439-Falsehoods-programmers-believe-about-email) +0. [email is bad](https://emailisbad.com/) + diff --git a/documentation/bookmark/game/design.md b/documentation/bookmark/game/design.md index 05d3d9abb..fdb3eb4d3 100644 --- a/documentation/bookmark/game/design.md +++ b/documentation/bookmark/game/design.md @@ -1,5 +1,6 @@ # Reference 0. []() +0. [Creating a system of game play notation](https://lostgarden.home.blog/2006/01/16/creating-a-system-of-game-play-notation/) 0. [How to design an Abstract Strategy Board Game *Top 10 Mechanisms*](https://www.youtube.com/watch?v=fBWDfXE9xsU) diff --git a/documentation/bookmark/graphic/3d/rendering/engine.md b/documentation/bookmark/graphic/3d/rendering/engine.md new file mode 100644 index 000000000..6f40ec134 --- /dev/null +++ b/documentation/bookmark/graphic/3d/rendering/engine.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [babylon.js](https://www.babylonjs.com/) + diff --git a/documentation/bookmark/memory_management.md b/documentation/bookmark/memory_management.md index 84acecd98..b2fc9250e 100644 --- a/documentation/bookmark/memory_management.md +++ b/documentation/bookmark/memory_management.md @@ -6,6 +6,7 @@ # Allocation 0. []() +0. [malloc() and free() are a bad API](https://www.foonathan.net/2022/08/malloc-interface/#content) 0. [How to allocate memory](https://geocar.sdf1.org/alloc.html) 0. [Always Bump Downwards](https://fitzgeraldnick.com/2019/11/01/always-bump-downwards.html) diff --git a/documentation/bookmark/music.md b/documentation/bookmark/music.md index 5a3489baf..0ed758c70 100644 --- a/documentation/bookmark/music.md +++ b/documentation/bookmark/music.md @@ -1,12 +1,16 @@ # Analysis +0. []() 0. [Three Types of Music Analysis](https://flujoo.github.io/en/three-types-of-music-analysis/) # Async music +0. []() 0. [async music](https://async.art/music) # Reference +0. []() +0. [Why 12 notes?](https://github.com/aguaviva/articles/blob/main/why_12_notes.ipynb) 0. [Open Music Theory](http://openmusictheory.com/) diff --git a/documentation/bookmark/music/acoustics.md b/documentation/bookmark/music/acoustics.md new file mode 100644 index 000000000..8bf1c91bb --- /dev/null +++ b/documentation/bookmark/music/acoustics.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [Why You Hear What You Hear](https://www.whyyouhearwhatyouhear.com/) + diff --git a/documentation/bookmark/open_source/funding.md b/documentation/bookmark/open_source/funding.md index bb9e3e5d2..aa581e75f 100644 --- a/documentation/bookmark/open_source/funding.md +++ b/documentation/bookmark/open_source/funding.md @@ -1,6 +1,7 @@ # Reference 0. []() +0. [OpenFare](https://github.com/openfare/openfare) 0. [Openpod: Investable Tokens for Open Source Projects](https://www.openpod.io/) 0. [The NEO way to finance collaborative and FOSS projects](https://medium.com/@meriteconomy/the-neo-way-to-finance-collaborative-and-foss-projects-7966dfeac0ce) 0. [Comradery](https://comradery.co/) diff --git a/documentation/bookmark/software/engineering.md b/documentation/bookmark/software/engineering.md index 8aedec13c..87d4f2c4d 100644 --- a/documentation/bookmark/software/engineering.md +++ b/documentation/bookmark/software/engineering.md @@ -1,5 +1,6 @@ # Reference 0. []() +0. [Evidence-based Software Engineering](http://www.knosof.co.uk/ESEUR/) 0. [Thinking About the Costs of a Software Feature](https://weblogs.asp.net/rweigelt/thinking-about-the-costs-of-a-software-feature) diff --git a/documentation/bookmark/work/async.md b/documentation/bookmark/work/async.md new file mode 100644 index 000000000..6a5d35330 --- /dev/null +++ b/documentation/bookmark/work/async.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [The next frontier after remote work is async](https://levels.io/async/) + -- cgit v1.2.3