I would rather understand the basics really well than memorize all kinds of complicated concepts I can’t stitch together and can’t rederive from the basics. If you can’t rederive concepts from the basics as you need them, you’re lost. You’re just memorizing. ((NAVAL RAVIKANT))

 People have become accustomed to the state of abstraction
 and they think it's the correct approach
  and they happily contribute to the mess
  by adding even more abstraction.
 
qsort []     = []
qsort (x:xs) = 
  qsort smaller ++ [x] ++ qsort bigger
    where
     smaller   = [y | y <- xs, y < x]
     bigger    = [y | y <- xs, y >= x]
     
  

qsort [] = []
qsort (x:xs)  =  qsort [y | y <- xs, y < x] ++ [x] ++ qsort [y | y <- xs, y >= x]
    



  let rnd = Math.random().toString(2).slice(2)
  return [...Array(10)].map((_,i)=>+rnd[i])

  let rnd = Math.random()*10**10
  return [...Array(10)].map((x,i)=>(rnd>>i)&1)

'Growing up' is currently accepting a process, of the fearful teaching others how to be afraid.[Neurohacking series]

Talks I do like

On math, monoids, algebra and how it relates to coding

Are you quite sure that all those bells and whistles, all those wonderful facilities of your so-called “powerful” programming languages, belong to the solution set rather than to the problem set? EDSGER W. DIJKSTRA

Bits from the books I've red.
Companies prefer employees who will prioritize social approval from the team over personal ambitions or needs, and call such a person a team player. LINK
Write a binary loader Old school japanese coding No bullshit russian math Awesome game gif Just pure minimal code space Love of words and UNIX Keeping THAT state of mind Resistance is a mental state ZX spectrum and sci fi On sets and abstract algebra Kyrist Drum and Bass mix Aesthetic lispy blog Code as virtual machine and real hardware Math patterns Code logic Reconnecting with the art of coding Countercomplex blog Motivation for side projects Forth stream DIY mindset Neurohacking Vibes Layer Link Self cencorship is not optimal Just another rabbithole HN tops The roots of the path All code is executable Old art of symbols Lithuanian power Retro Future book citation Retro web looking Indian developers suck Destroying bullshit in IT My take on combinatorics Pure tech wiki KISS Perspective on working On learning math your own way Simplicity of this blog And this one Luke Smith Jacob Smith gwern.net is just pure depth FMathL Shader code Tokyo photos Retro assembly Fuck apps Differentiable Programming Authority Mathematical Anarchism All layers are the same Agency Paper pushing How to learn Aaron Shwartz Science of Patterns Crowdism Just pure joy in this blog Abstractions Focus Diplomas The truth is taboo Blog about values What a man is How job submits the soul Careerism breeds mediocrity How companies submit you NodeJS is shit Complexity must die Complexity is for faggots Real hackers are far right States, expressions and Bruce Willis Beyond the surface My OS study notes Objects in C Hardware study notes Measure JS speed What is software engineering Primes->Pixels Heatmap Cloud history F vs G Good code blog Code clarity 10 points of truth Modelling a deal Big data Being free Why be unreachable How to MAKE product Cryptopals/Leet GPT AI basic code JS code base to base Holland is good Byzantine problem Less Retarded Wiki 90s templating Dig deeper The Portfolio Jonathan Blow Conformity Cognitive Load John Blow on Simplicity Demoscene blog mParser mList mScript React Bloat