• 0 Posts
  • 19 Comments
Joined 3 years ago
cake
Cake day: July 28th, 2023

help-circle
  • antimidas@sopuli.xyztoLemmy Shitpost@lemmy.worldCup cake
    link
    fedilink
    arrow-up
    19
    ·
    edit-2
    5 days ago

    Yes, performance fees were, and still are a thing. That’s why there are separate streaming services for playing background music in e.g. restaurants and malls, which have licences that cover that use case. You can’t just use e.g. Spotify even if you pay the appropriate fees separately, at least where I’m from (Finland). Same goes for playing TV and radio in the background – if it’s specifically as background noise or e.g. TV at a bar you typically need separate licencing on top of the one used by the channel itself for distribution. Might be different in the US for example, but copyright laws tend to be quite similar across countries (unfortunately).

    The smooth jazz in malls part is likely a lot due to the (historically) overwhelming market share of the company Muzak. They were the pioneer of background music in commercial environments and got a strong enough presence in the market that their name ended up a generic one. AFAIK they’re still a large player in the business.

    Mall music basically ended up as its own genre due to Muzak and how big it became, and started influencing other media as well. As an example, the style was referred to in the soundtrack of the first Sims game in the buy mode, where it brought with it the feeling of rampant consumerism and buzz of purchasing new stuff. At least according to this video essay on the subject, which in my mind makes its point quite convincingly. (the relevant part from 11:46 onwards re-watched the video and the relevant part actually starts at approx the 5 minute mark, but the video is altogether quite interesting)




  • antimidas@sopuli.xyztomemes@lemmy.worldKlarna for rent
    link
    fedilink
    arrow-up
    12
    arrow-down
    1
    ·
    16 days ago

    Serves me right for assuming Germans had a similarly judgemental attitude to people who have ruined their finances. Thanks for the correction.

    Finns often have a very puritan attitude to debt (you should fear it like the devil), and in the common discussion it’s often attributed to the ethics of the Lutheran church. That’s at least partially the reason we still don’t have a real personal bankruptcy option. Somewhat surprising to me that a country that shares that value system could be that forgiving to people – I’m a bit envious even 😅

    Around here Klarna and other similar companies have long been seen as exploiting the fact that debt is really difficult to get through proper sources, and there’s a matching draconian bunch of collections agencies to support that business model. We’ve mainly been trying to tackle this by regulating the process of giving out loans, instead of giving people the necessary way out and thus giving the corporations an incentive to self-regulate.

    If bad credit is actually no longer possible to collect on, it ceases to be good business. Hats off to Germany for having a proper route out of predatory loans.




  • Klarna 'bout to find out their business model doesn’t work as well in the US compared to the Nordic countries and EU, as

    1. People are already up to their neck in debt, putting Klarna to the back of the queue in case there’s a default
    2. Personal bankruptcy is a thing

    Especially the Northern Europe personal bankruptcy is really not a thing, fuck up your finances and you’re never going to see a penny you make (above what you strictly need to live) until everything has been paid back. Debt that is actively being collected also never expires.

    There’s a good reason Klarna’s been able to thrive in this environment – getting debt from banks is quite difficult and you have added security from the draconian collections process.

    In the US a company ignores credit scores at their own peril. The bankruptcy process is one of the few things that works better in the US than in e.g. my home country Finland.


  • Also, at some point people lost the skill of making short ads on YouTube (or YouTube reduced the price of unskippable ads too much). If your brand or product is so bad you need more than five seconds of advertisement before a YouTube video, you either need to improve your product (so it’s easier to describe) or hire a better copywriter.

    Most actual good ads on YouTube have been 5-10 seconds, interesting, informative – and they fulfill the actual part of what the ad is trying to achieve. They get you interested, and get you to click it to find out more. They have a clear message that you can internalize even before realising there’s an ad running.

    It’s almost as if advertisers are purposely making bad ads to force people to watch through them without interaction to avoid paying the premium for the user click rate. That or they simply don’t understand the amount of value a good ad director and a good copywriter can generate.


  • Keep them in a well ventilated space, if they rot too quickly it may be due to ethane making them ripen too fast. A mixed fruit bowl is one of the worst possible ways to store fruit.

    Apples offgas ethane as an example, making other things around them ripen faster. In a cool, ventilated environment where you replace the ethane with something inert they can last over the winter.

    I tend to get 1-2 weeks of shelf life from fruit, though I tend to only buy the stuff that stores well. (apples, bananas, oranges etc.)



  • Yep, the issue is that the server stores the messages centrally in plaintext, and most email users nowadays assume that the server always has a copy. That’s why we have PGP and ring-of-trust, and why there used to be a lot of push to use that with especially E-mail. Especially with the preparation to post-quantum era, any communication you actually want to stay secret should be encrypted with (symmetric) keys you exchange in person. That way there’s no log or key exchange that someone can see or store, and thus break in the future.

    Unfortunately people in general deemed the centralized solutions “good enough”, and for “more secure” contexts we got the abysmally horrible solutions like Secure Mail. PGP’s problem was, that the trust needed to be established in a distributed manner outside normal communication which the layperson found confusing. It also was problematic in corporate contexts, as proper client-side encryption meant that the company could no longer scan through employee messages.

    It’s still the best way to make e-mail safe, though.




  • Back in the day the super rich couldn’t bother to write any better, but at least they had the decency to hire a secretary so their messages were even somewhat legible. Seems like the habit of dictating your messages has all but vanished, even in professional contexts.

    Maybe the 14-16 year olds they now “hire” are too young to write professionally, compared to the 18-20 somethings of yesteryears.



  • Yep, and not a small price at that. While the home license is not as expensive, it’s still mid two digits. IIRC pro version typically costs around 100 € even as the bundled OEM license, especially if you’re buying a laptop from a smaller manufacturer. That’s the amount I remember the price going down if you drop windows licensing from a corporate laptop lease.

    In any way it’s not an insignificant price.



  • It’s a university of applied sciences, they have a very low confidence in their students’ IT skills. Either that, or they lack the knowhow to create a LaTeX template. Honestly, probably both.

    Theses have a certain set of requirements in the EU, like being archival-compatible and accessible. It’s easiest to fulfill those guidelines if you just require people to use a Word template and tick certain boxes when exporting the PDF/A.

    I ended up using LaTeX anyway in order to join the code examples as appendices. I had to separately prove that the document still passed all the requirements though. I didn’t want to start pasting screenshots of code, as I find it unreadable. You get much better code formatting on LaTeX.


  • In case you’re using the web app version of word, that has blank pages left over, it’s likely that they’re actually not possible to delete in the online version.

    Hidden page breaks are only possible to remove in the desktop version of Word. I originally encountered this in the university when writing my thesis on the school template (unfortunately we weren’t allowed to use LaTeX), and as I was using Linux I had to install a Windows VM to get rid of the page breaks in the template.