joncoded
2 subscribers
7 photos
1 video
85 links
rehashes

( tech-adjacent links and stuff )

#projects
#reshared
#snippets
#textbook
#uncoding

see me also @jonchius
Download Telegram
HTML slides with notes

in 22 lines of JavaScript (and simple content inside div tags)

#snippets @ neocities
Marshall McLuhan's "Understanding Media" (1964) Chapter 33 "Automation"

the specialist will become the generalist in the world of automation

#uncoding @ google gemini
"the agent"

#uncoding
"tensor flow" (what does the name mean?)

tensor : a collection

0D = item (0D tensor, aka scalar)
1D = array (1D tensor, aka vector)
2D = matrix (2D tensor)
nD = tensor (nD tensor)

flow : a mapping (an action on a value)

tensor flow : the change of everything

#uncoding
"the tensors"

#uncoding
internet revolutions

~1995: elite-to-world (the website)
i.e. HTML pages, Geocities
~2005: peer-to-world (the global social media)
i.e. Twitter, YouTube
~2015: peer-to-peer (the "comfort-zone" social media)
i.e. Tiktok, Instagram
~2025: peer-to-robot / peer-to-nobody (hermit's paradise)
i.e. ChatGPT, Telegram

#uncoding
your future will depend on knowing what you want; the more specific, the more terrific

#uncoding via youtube (Tina Huang)
different GPTs for different purposes

#textbook
python collections

#textbook
Google Colab tips:

- occasionally need to click "Run all", if "import"ing a library (or declaring a variable) in an earlier code "paragraph"
- data files imported into Google Colab might/will get DELETED after a session, but re-importing the files should make the code run again

#textbook
Agentic AI applications bootcamp

week 02 colab (python libraries = numpy + pandas + matplotlib + seaborn)

#snippets @ google colab
enjoying just how with python (unlike javascript and node) everything runs with less headaches, no matter whether from the command line or from a notebook or a fiddle

#uncoding
a whole website on prompt engineering

#reshared @ https://learnprompting.org/docs/introduction
yes it can give you the answer but you have to know the question