• 1 Post
  • 104 Comments
Joined 3 years ago
cake
Cake day: July 5th, 2023

help-circle





  • Yes. I started using it years ago and have been unable to exit ever since.

    But honestly related to your question, I started learning to use vim exactly because when I started to learn and use Linux I was often stuck in situations where that was the only thing available.


  • I don’t use DoorDash but occasionally order from Taco Bell. Every time I order I watch the car arrive at Taco Bell and wait about 20 minutes before actually picking up my order and then delivering it.

    Additionally I know UberEats used to (and maybe still does) offer cheaper delivery if you pick a restaurant another driver was already heading to. (I haven’t used UberEats in years because I found them less reliable.)

    Ironically if a restaurant did all the deliveries themselves they would have all the information about how best to optimize delivery. Maybe all the delivery companies can find a way to share this information to minimize travel and maximize speed of delivery.


  • You might find a symbolic link useful. For example

    ln -s /media/docs ~/docs
    

    Now you’ll have a “folder” in your home directory named “docs” that points to “/media/docs”. You can use that path with commands like mv or cp.

    These commands now both move “myfile” to the same location

    mv myfile ~/docs
    mv myfile /media/docs
    


  • Sure, but is this actually a good idea?

    The argument would be that these “short form videos” improve discoverability. I can’t speak for Netflix (since I’m not subscribed), but I am subscribed to Disney+. I completely agree that the discoverability in the Disney+ app is bad. But I’m also subscribed to Hulu, which is now owned (fully) by Disney. The discoverability in Hulu is actually pretty good.

    Everything that is “Disney+ Exclusive” is only available using Disney+. Everything that is “Hulu Exclusive” is available on both Hulu and Disney+. So Disney+ has everything I want, but the app sucks.

    The plan is by the end of 2026 to turn down the Hulu app and only use the Disney+ app. So, is Disney improving the Disney+ app? Nope, they’re adding “Verts”.

    This is what bothers me. If you have an interesting idea to improve your app, do that. If you’re just chasing the current flavor of the week, stop. Spend that time doing something useful.




  • I’m not a SQL wizard and I’m typing from my phone but couldn’t you just do something like,

    select name from sys.tables where name like 'wp%users'
    

    To get the table of WordPress users, then do whatever bad things you want to it?

    I get that that’s an extra step, and I suppose in the example even though “best practice” is to add random characters, if everyone knows that, then best practice for bad people scripts would probably be to add an extra query.

    But my real point is more about adding obfuscation for your developers and server owners. If you’re making their jobs harder for no benefit, is it a good change?

    I also wonder about adding obfuscation and it causing issues when debugging.

    I think adding obfuscation is fine, but it’s important to be careful when it comes to your developers and debugging.



  • Mint is based on testing irc.

    I thought so too, and it looks like it used to be, but LMDE is currently based on Debian Stable, specifically LMDE 7 is based on Debian 13 “Trixie”, first released Aug 2025.

    FWIW I’ve been running Debian Testing for a few years now and been plenty happy, might get worth trying that.



  • So Cohn did mention comprehensive privacy laws and the ability to leave platforms. These are absolutely things that need to happen.

    However as an individual there are still things you can do. Cohn mentions Bluesky because it has no algorithm (except the “Discovery” feed). Cohn also mentions (in the video) Mastodon. And the truth is you don’t need to switch fully, just don’t only slurp down the concentrated hate machine(s).

    Look at Lemmy. Reddit decided to be pricks and a bunch of individuals jumped over here to create what I think is a pretty good community. That doesn’t mean the problem is solved. That doesn’t mean Reddit isn’t still a problem. That doesn’t mean Lemmy is perfect. But that is a win and something individuals can do.

    Additionally, those are things you can do now. You don’t need to wait for some law to be passed to fix things. You can make the move now. (While still advocating for laws to fix things.)