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
📜 "link rot"

#uncoding @ joncoded.com
🤔 "rewriting internet URLs (a pipe dream)"

#uncoding @ joncoded.com
⚠️ "popularity is not quality"

#uncoding @ betterexplained.com
🤔 "the programmer identity crisis"

> "I prefer my tools to help me with repetitive tasks (and there are many of those in programming), understanding codebases, and authoring correct programs. I take offense at products that are designed to think for me."

#uncoding @ hojberg.xyz
💻 "crafting software: writing maintainable code"

(atomic blocks, meaningful variable name, no magic numbers, write to test, easy to read, don't repeat yourself)

#uncoding @ wedgeworth.dev
🥹 "free software scares normal people"

(an invitation to make software simpler and more accessible to normies)

#uncoding @ danieldelaney.net
💻 "URL as state storage"

(URLs give us shareability + bookmarkability + deep linking + more!)

#uncoding @ alfy.blog
The AI dial-up era

1995 was to the internet as 2025 is to AI

#uncoding @ wreflection.com
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)
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