• 10 Posts
  • 309 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle


  • Ads will always be detectable because you cannot speed up or skip an ad like you can the rest of the video.

    If they do make it so you can speed up or skip the ad sections of a video, mission accomplished.

    If all else fails, I’d enjoy a plugin that just blanks the video and mutes the sound whenever an ad is playing. I’ll enjoy the few seconds of quiet, and hopefully I can use that time to break out of the mentally unhealthy doom spiral that is the typical YouTube experience.


  • Buttons@programming.devtoTechnology@lemmy.world*deleted by creator*
    link
    fedilink
    English
    arrow-up
    74
    arrow-down
    4
    ·
    1 year ago

    There was a time I wanted a Tesla, but I don’t anymore. This is just another reason why.

    Does Tesla care about making a “neat thing” or do they care about making “a car that can drive me places”. The doors clearly show they prioritize making a “neat thing”, but I want a reliable car.

    Opening and closing doors was a solved problem. Somehow Tesla made it worse.







  • 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.






  • It helps make things more self-contained. If a Linux distribution comes with an LLM that knows how to use and tweak the OS and also knows a lot about various programming languages and lots of things in general, that’s a big step towards having an OS that can be operated locally without using the internet.

    I wouldn’t like it if Linux required an internet connection to function, and yet… I’ve never been able to configure or do much of anything in Linux without referring to the internet.