A typical bike-riding leftist urbanite who also happens to be a hockey-crazy Western Canadian.

  • 0 Posts
  • 34 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle




  • Ads are a bigger business than you might expect. Get enough eyeballs in one place and brands will be tripping over themselves to give you money just to mention their name. Take the superbowl for example. It’s usually the most viewed event every year in the US, so naturally there is a tradition of advertisers pulling out all the stops and making high-budget bombastic commercials for that specific occasion. You can imagine how attractive it is for brands to want to put their ads on big social media sites, where psychological tricks are used to capture as much attention as possible at all times, instead of just once per year.

    Then there’s the user data angle. The big sites all have millions of users who constantly give away personal information without even being prompted, and that makes it really easy for the companies who run them to analyze what makes each user tick and serve ads to the people who are most likely to click on them. This elevates the rate brands are willing to pay even further.

    Those two things, along with a suite of anti-competitive practices, are enough to get sites to the point of being mostly profitable. Venture capital and hype-based market speculation get them the rest of the way.



  • To be totally fair, nostr’s whole thing is that users can delete all of their federated data if they want to, so it makes sense if they are upset about having their data copied to a place they can’t control.

    Not sure how realistic that is with the data being publicly accessible via the web, but I wouldn’t be surprised if the they have some kind of license that gives the dmca request the ability to hold a nonzero amount of water. Then again, I wouldn’t be suprised if completely fails, either.


  • If it’s through steam, I wouldn’t expect there to be any issues.

    Just make absolute certain you have a backup copy of any save files before deleting your current OS, for the sake of your relationship… I can only imagine how many hours someone might have put into a game that came out in 2009. Definitely not speaking from personal experience haha


  • I do not understand where they are making a profit

    I think you’re overestimating how much money it costs to produce this stuff. Economies of scale and certain other practices in this specific industry allow retailers to sell stuff at a significant markup even when it seems like they’re giving customers a heavy discount.

    But even with relatively large markup percentages, the low price point means retailers have to move incredible volumes in order to make enough money to stay open. So they end up using aggressive marketing tactics to get people to come in the door and start impulsively buying stuff.

    My intuition is that those shirts are simply from last season and didn’t sell well enough or they’ve gone out of fashion. The store is using it as an opportunity to put a big 80% off sign out front and whip potential customers into a frenzy. Could also be a scheme to recover costs from online returns. But I really doubt there is anything wrong or even different about those shirts.

    Source: worked in clothing retail for a several years


  • It definitely could be a hardware failure, but if the system still boots fine, it’s probably not that. Based on the symptoms, I think you might have clobbered your PATH variable. This can happen when you do something like PATH=/new/path/ because the variable gets overwritten. You have to remember to preserve the existing value with PATH=$PATH:/new/path/. Don’t worry, this is reversible.

    The best thing to do would be to fix or temporarily remove the commands you used to set PATH in whatever profile or .rc file it’s in. You can run whatever text editor you have installed by specifying the path to the executable. I don’t know exactly where vim is on Fedora, but it’s probably something similar to /sbin/vim or /usr/bin/vim. Keep trying locations until you find the right one. Then log out and back in and it should be fixed.

    You might also be able to login as root and use the shell normally to fix the problem, depending on which file contains the faulty command. Hopefully this helps.









  • A really common issue with sway is that it doesn’t run as a login shell, so none of your .profile or other environment settings get sourced when you login. I think that might be the problem here.

    Try closing your sway session, then login to a tty and run sway. If the qt themes work properly then it’s definitely an environment issue.