Homepage / Notes / Computer Science / Tools
https://replit.com/ Online REPL in many languages. Might be useful from an iPad / a computer I don't own.
Helps config dotfiles? Take care of symlinking for you. https://www.gnu.org/software/stow/manual/html_node/Resource-Files.html http://brandon.invergo.net/news/2012-05-26-using-gnu-stow-to-manage-your-dotfiles.html
https://weechat.org/files/doc/stable/weechat_quickstart.en.html
/server add {server_name} {server_url_no_port}
/set irc.server.{server_name}.ssl on
/connect {server_name}
/join {channel]
Alt ->
or Alt <-
https://christine.website/blog/irc-stuff-nixos-2021-05-29
(or Wasm)
https://docs.wasmer.io/ Running WebAssembly on the server
https://wapm.io/ WebAssembly Package Manager
The WebAssembly System Interface
Lunatic is an Erlang-inspired runtime for WebAssembly
https://developer.mozilla.org/en-US/docs/WebAssembly/Concepts
https://pandoc.org/ "If you need to convert files from one markup format into another, pandoc is your swiss-army knife."
pandoc -o output_file input_file
Default is a "document fragment" (ex: HTML file with no <html>, <head>…)
For a complete ("standalone") document: pandoc -s -o output_file input_file
https://pandoc.org/MANUAL.html#templates
https://firecracker-microvm.github.io/ Fast microVMs for serverless computing (AWS Lambda…)
sudo tailscale up --advertise-exit-node
to run Tailscale as an exit nodesudo tailscale up --exit-node={ip_address}
to run Tailscale with {ip_address}
as exit nodehttps://github.com/go-flutter-desktop/go-flutter
https://github.com/casey/just just
is a handy way to save and run project-specific commands, similar to make
https httpie.io/hello
{"ahoy":["Hello, World! 👋 Thank you for trying out HTTPie 🥳","We hope this will become a friendship."],"links":{"homepage":"https://httpie.io","twitter":"https://twitter.com/httpie","discord":"https://httpie.io/discord","github":"https://github.com/httpie"}}
Returns client's headers
curl https://httpbin.org/headers
{
"headers": {
"Accept": "*/*",
"Host": "httpbin.org",
"User-Agent": "curl/7.77.0",
"X-Amzn-Trace-Id": "Root=1-618168b4-0982f80d2e2330516e6d3566"
}
}
echo "GET https://example.org" > sample.hurl
hurl sample.hurl
Went enterprise-?
restclient
Favourite for now, great integration with Emacs
https://github.com/hoppscotch/hoppscotch
Started for gRPC actually! But supports HTTP as well
http://www.fmwconcepts.com/imagemagick/index.php
https://mermaid-js.github.io/ https://github.com/mermaid-js/mermaid-cli
graph TD
A[Front-end] -->|HTTP Request| B(Server)
https://remotedesktop.google.com/
https://github.com/rustdesk/rustdesk
hello:
echo "hello world"
cd ~/tmp/makefile_tutorial && make
echo "hello world"
hello world
hello: dependency
echo "hello world"
dependency:
echo "run dependency first"
cd ~/tmp/makefile_tutorial && make
echo "run dependency first"
run dependency first
echo "hello world"
hello world
Recommended way to install is via bazelisk
Create diagrams from text
https://ditaa.sourceforge.net/
Create diagrams from ASCII art
Create diagrams with separate definitions of domain, substance and style
Connect APIs, remarkably fast. Stop writing boilerplate code, struggling with authentication and managing infrastructure. Start connecting APIs with code-level control when you need it — and no code when you don't.
https://docs.windmill.dev/ Open source alternative to Pipedream?
https://github.com/huginn/huginn
Create agents that monitor and act on your behalf. Your agents are standing by!
https://github.com/saasform/saasform "Saasform is a state-of-the-art website for your SaaS, with authentication, payments and common growth & marketing tools."
📫 A serverless email server on AWS using S3 and SES https://github.com/0x4447/0x4447_product_s3_email
Similar to above? https://carlchenet.com/how-to-save-up-to-500e-year-switching-from-mailchimp-to-open-source-mailtrain-and-aws-ses/
pdfunite
, part of poppler
pdfunite in-1.pdf in-2.pdf in-n.pdf out.pdf
pdf-diff
https://github.com/serhack/pdf-diff
A tool for visualizing differences between two pdf files.
https://github.com/tangramxyz/tangram Tangram is an all-in-one automated machine learning framework.
https://www.evidence.dev/ Business Intelligence for Modern Data Teams Beautiful reports synced to your data with just SQL and Markdown
jc
https://kellyjonbrazil.github.io/jc/
CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.
https://tweedegolf.nl/en/blog/86/introducing-mailcrab
MailCrab is an email test server for development, written entirely in Rust.
https://exercism.io/ Interactive learning of multiple languages Really smart, can code in your own text editor
Open Source backend for your next SaaS and Mobile app in 1 file