• 3 Posts
  • 194 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle

  • I, like the OP, was also studying math from a textbook and using GPT4 to help clear things up. GPT4 caught an error in the textbook.

    The LLM doesn’t have a theory of mind, it wont start over and try to explain a concept from a completely new angle, it mostly just repeats the same stuff over and over. Still, once I have figured something out, I can ask the LLM if my ideas are correct and it sometimes makes small corrections.

    Overall, most of my learning came from the textbook, and talking with the LLM about the concepts I had learned helped cement them in my brain. I didn’t learn a whole lot from the LLM directly, but it was good enough to confirm what I learned from the textbook and sometimes correct mistakes.





  • It’s funny because JD Vance is overshadowing Trump. I see more talk about JD Vance than I do about Trump.

    Trump needs the hate and attention, his supporters like him because he is counter-culture. Trump is their guy in the fight. If that stops then Trump becomes just an old rich white guy. This is why Trump plays the victim card every speech and talks about all the attacks he’s constantly suffering.










  • I was thinking about why a small landlord might be better, and I know there are exceptions, but usually a small landlord is is not going to squeeze every penny out of their rentals, sometimes out of the goodness of their heart, but most importantly, a small landlord has other ways to be productive.

    A small landlord who has a normal job, if they want to improve the world, they do it through their job or personal projects, they build something or create something or whatever.

    A big landlord who does nothing else, they aren’t actually creating anything, they’re just rent seeking and the most creative way they can imagine to improve the world is to rent seek even harder.

    Our economic system gives greater rewards to those who move money around than to those who create things or cure cancer or anything else. The ways of turning a lot of money into even more money are taxed less (usually not at all) than more common ways of earning money like working a job or creating physical goods. The richest people didn’t get rich by creating something that improves everyone’s lives, they got rich by moving money around.


  • That’s a good example. If I’m regularly running a command that is a single whitespace character away from disaster, that’s a problem.

    Imagine a fighter aircraft that had an eject button on the side of the flight stick. The pilot complains “I’m afraid I might accidentally hit the eject button when I don’t need to”, but everyone responds “why would you push the eject button if you don’t want to eject?”, or “so your concern is that the eject button will cause you to eject…?” – That’s how I feel right now.


  • Just checked my command history and I’ve run 60,000 commands on this computer without problem (and I have other computers). I guess people have different ideas of what “comfortable” means, but I think I consider myself comfortable with the command line.

    I have shot myself in the foot with rm -rf in the past though, and screwed up my computer so bad the easiest solution was to reinstall the OS from scratch. My important files are backed up, including most of my dotfiles, but being a bit too quick to type and run a rm -rf command has caused me needless hours of work in the past.

    I realized the main reason I have to use rm -rf is to remove git repos and so I thought I’d ask if anyone has a tip to avoid it. And I’ve found some good suggestions among the least upvoted comments.



  • That’s a good suggestion for some, but I’m quite comfortable with the command line.

    It’s not that I’m irrationally scared of rm -rf. I know what that command will do. If I slow down an pay attention it’s not as though I’m worried “I hope this doesn’t break my system”.

    What I really mean is I see myself becoming quite comfortable typing rm -rf and running it with little thought, I use it often to delete git repos, and my frequent use and level of comfort with this command doesn’t match the level of danger it brings.

    Just moving them to /tmp is a nice suggestion that can work on anywhere without special programs or scripts.