mkdir osm
wget -O osm/planet.mbtiles https://hidrive.ionos.com/api/sharelink/download?id=SYEgScrRe
podman run -ti --rm -p 9000:9000 --name sms -v $(pwd)/osm/:/data/ registry.gitlab.com/markuman/sms:latest
firefox http://localhost:9000
- When in doubt, use
.send()
. It dynamically setsContent-Type
headers to match the data it sends. - When sending JSON, you can either use
.json()
uses.send()
..json()
is arguably less confusing
.json()
uses.send()
under the hood so the resulting HTTP headers are the same.
Open the iTerm preferences ⌘+
, and navigate to the Profiles tab (the Keys tab can be used, but adding keybinding to your profile allows you to save your profile and sync it to multiple computers) and keys sub-tab and enter the following:
⌘+←Delete
Send Hex Codes:
0x18 0x7f
– Less compatible, doesn't work in node and won't work in zsh by default, see below to fix zsh (bash/irb/pry should be fine), performs desired functionality when it does work.0x15
– More compatible, but typical functionality is to delete the entire line rather than just the characters to the left of the cursor.
⌘+fn+←Delete
or ⌘+Delete→
Send Hex Codes:
0x0b
Putting cryptographic primitives together is a lot like putting a jigsaw puzzle together, where all the pieces are cut exactly the same way, but there is only one correct solution. Thankfully, there are some projects out there that are working hard to make sure developers are getting it right.
The following advice comes from years of research from leading security researchers, developers, and cryptographers. This Gist was [forked from Thomas Ptacek's Gist][1] to be more readable. Additions have been added from
'use strict'; | |
const source = ` | |
1000 REM *********************************************************** | |
1010 REM * DUNGEON MASTER'S PERSONNEL SERVICE * | |
1020 REM * ( 40 COLUMN BY 16 LINE CRT DISPLAY ONLY ) * | |
1030 REM * SAVE AS "D&DCRT.BAS" - VERSION 1.2 * | |
1040 REM * * | |
1050 REM *********************************************************** | |
1060 REM * GENERATES PLAYER CHARACTERISTIC FOR FANTASY * |