Category: Productivity
-
Hurl – Run and Test HTTP Requests
Hurl, run and test HTTP requests with plain text and curl. Hurl can run fast automated integration tests. Hurl is a lightweight binary written in Rust. Under the hood, Hurl HTTP engine is powered by libcurl, one of the most powerful and reliable file transfer libraries. With its text file format, Hurl adds syntactic sugar…
-
Docs: Mac restart options
Copy/paste Apple articles for easier finding. Mac startup key combinations On a Mac with Apple silicon Find out if you have a Mac with Apple silicon On an Intel-based Mac If you’re not using a Mac with Apple silicon, you’re using an Intel-based Mac. Guidelines for using these key combinations Key combinations for an Intel-based…
-
Encounter: untools – Tools for better thinking
https://untools.co/ Collection of thinking tools and frameworks to help you solve problems, make decisions and understand systems.
-
Joplin (open source note taking app)
JoplinAn open source note taking and to-do application with synchronisation capabilities https://joplinapp.org/
-
Tell stories with simple embedded math and sliders
https://account-account.netlify.app/disease https://account.postlight.com/funnel
-
q – Text as Data
q is a command line tool that allows direct execution of SQL-like queries on CSVs/TSVs (and any other tabular text files). q treats ordinary files as database tables, and supports all SQL constructs, such as WHERE, GROUP BY, JOINs etc. It supports automatic column name and column type detection, and provides full support for multiple…