• 0 Posts
  • 12 Comments
Joined 2 years ago
cake
Cake day: August 13th, 2023

help-circle
  • Economists refuse to accept that their subject is really just sociology. They like to imagine it being like physics, where study of reality leads to underlying mathematical truths to extrapolate from. Not a big messy subject where you can’t be certain of anything.

    What makes it even more freaky is that many of the subjects being studied know they are playing a game. So in many ways economy is more like the evolving metagame of competitive sports, where hardcore nerds constantly try to game the system and outplay each other, and what was a solid strategy last month doesn’t work anymore, even if the rules are the same.



  • kattfisk@lemmy.dbzer0.comtoADHD memes@lemmy.dbzer0.comDAE...
    link
    fedilink
    English
    arrow-up
    4
    ·
    16 hours ago

    It’s mind boggling how different the modern concept of work is from how it was for 99.9% of human existence.

    I’m sure the hyper-optimization, hyper-specialization, the alienation, and the constant flux of modern work contributes greatly to the problems we are experiencing.

    Even when there was no “adventurous alternative”, work was a lot more grounded in society and had a lot more downtime at pretty much any point in history.





  • One common misconception about meditation is that meditation is and end goal, not a practice. That to meditate is to sit down and have your brain be quiet, and if you can’t do that, your session was a failure.

    But that’s like saying weight lifting is about deadlifting your body weight, and any session you don’t manage do that was a failure. That is something you might be able to do after years of training. But you start with the smaller weights, learning form and technique, setting reasonable goals, and find a practice that you can make a habit out of. Because a five minute walk every day beats a day at the gym/retreat once a year.


  • You are stuck with yourself for the rest of your life. So just like when you have a coworker or classmate that you don’t like but must work with, you just have to get a working relationship going where you can get stuff done and not fight.

    Try to not get annoyed at yourself, reward good behavior, be kind even when you don’t deserve it, be the bigger person etc.





  • A neat thing is that a lot of command line programs use readline. So learning and configuring it will also be useful in for example the Python REPL and calc.

    Here are some neat configuration options you can put in ~/.inputrc

    set completion-ignore-case on
    set show-all-if-ambiguous on
    set completion-prefix-display-length 9
    set blink-matching-paren on
    set mark-symlinked-directories on
    

    And if you are a sensible person who is used to vim

    set editing-mode vi
    set show-mode-in-prompt on