Text

Tags:app-web Pages: ! Writing TOC, Software - Other


  • Tip of my tongue, word finder

  • Try: You-tldr – easy-to-read transcripts of Youtube videos ! Watch inbox

  • Try text.fish: Get Only Text, Read Peacefully

  • Try Predict MBTI Personality from Textaitextpsychology

  • Text Visualization Browser & HN: a visual survey of text visualization techniques

  • Textdb.dev: share small amounts of datatechnology

  • google/diff-match-patch: useful demo

  • Generate random names from gfycat

    • If you can’t think of a descriptive name for your tool or product
    • download jq & help
    • Open cmd
    • cd C:\Program Files\jq
    • C:\Program Files\jq>curl -s -X POST "https://api.gfycat.com/v1/gfycats" -H "Content-Type: application/json" | jq-win64 .gfyname -r
    	ShadowyAmazingAngelfish
    	InnocentNeighboringIguanodon
    	PitifulWelltodoAmericangoldfinch
    	FatalGrimyBrontosaurus
    	BoringMarvelousAndalusianhorse
    	BothCommonDassie
    
    • Note the difference above (working) from original guide (fails):
      • curl -s -X POST “https://api.gfycat.com/v1/gfycats” -H “Content-Type: application/json” | jq .gfyname -r I call it “gfyname” and stick it in ~/bin. Then you can do while true; do gfyname; done
        • jq had to be installed
        • jq on my system was jq-win64 / jq-win64.exe
        • I was unable to get the while loop to run
      • AchingVengefulDungenesscrab AgitatedLastingBorzoi FairImmaculateGelding WeightyInsistentJellyfish UnevenHopefulDungbeetle UntidyWelloffBellfrog PracticalDismalCat UnkemptWebbedGreendarnerdragonfly FaintHauntingFairybluebird RichPerkyDogfish MelodicRecentBarracuda GenerousBronzeBarasinga QueasyFewHarlequinbug UnrulyFaintApisdorsatalaboriosa Melodic Barracuda isn’t terrible. Weighty. Dismal Cat. And so on.

Bookmarks misc

  • figlet – make large letters out of ordinary text HN text