🎯
Extended Mind
CtrlK
  • > a personal wiki
  • Reading
    • Beyond Good and Evil
    • Gödel, Escher, Bach: An Eternal Golden Braid
    • Curious by Ian Leslie
    • About crime and deterrence
    • Notes about Albert Camus
    • Never Split The Difference
    • Philosophy and Physics
    • The Critique of Pure Reason
    • Java Concurrency in Practice
    • On the Heights of Despair
    • Astronomical Algorithms
  • TILs
  • Programming
    • Python
      • Python dictionaries are insertion-ordered from 3.7+
      • Closures in Python capture variables, not values
    • System Design
      • Kafka vs REST
      • On tech debt
  • Math
    • Common knowledge
    • Inspection paradox
Powered by GitBook
On this page

Was this helpful?

TILs

Content here is continuously updated and reorganized.

2020/05/19

Loading bootstrap js multiple times may cause funny behaviour where the dropdown toggle stops working because of the haywire javascript hooks. Do $(document).unbind() and load scripts again should work.

PreviousAstronomical AlgorithmsNextPython

Last updated 5 years ago

Was this helpful?