• 0 Posts
  • 128 Comments
Joined 2 years ago
cake
Cake day: October 15th, 2023

help-circle




  • BenLeMan@lemmy.worldtomemes@lemmy.worldThe cookie dilemma
    link
    fedilink
    arrow-up
    2
    arrow-down
    2
    ·
    17 days ago

    GDPR wasn’t designed to prevent this. It’s a simple choice: accept tracking and get stuff for free OR pay them for stuff with no tracking.

    Everything doesn’t have to be free on the Internet

    Some companies got into trouble because their pop-ups weren’t clear enough as to the consumer’s rights per GDPR. So they paid the fine and fixed their wording.

    When I want to read something e.g. on t-online.de, I do it in a private browsing window. Not perfect, because of fingerprinting, but better than nothing. Or I skip the article and go somewhere else.









  • Depending on the era and genre, the most ubiquitous drum machine would be a Linn Drum (late 70s & early 80s pop, e.g. ABBA), Roland TR-808 (80s soft pop, e.g. Phil Collins), or Roland TR-909 (90s House/Dance/Trance, e.g. Scooter).

    There are many others, of course, and even if the actual machine wasn’t used, these sounds have been sampled and reused countless times, e.g. using a Fairlight CMI.

    Interestingly, the 808 is the only one of the three that does NOT use samples itself but synthesizes all of its percussion sounds, which gives it a rather distinct character. Perhaps that is what led you to believe that it is the most ubiquitous drum machine - it’s easier to recognize than the others, even in a crowded mix.








  • God, that reminds me of the debate on XML that I had with a developer about fifteen years ago.

    Both our companies were working for a client who needed to publish product catalogues in several languages twice a year.

    They had implemented a sort of Content Management System which they used with a plugin to feed data into Quark Xpress files as well as their website, IIRC. Cross-media publishing, essentially, and they had their own little set of format instructions to make words appear in bold, different colors, etc.

    Since my company was tasked with translating the text into various languages, I suggested they come up with a way to store their data as XML. The standard tools in the translation industry can be easily customized to work with that, and XML would be a good way to future-proof their software. After a lot of delaying, grumbling, and ho-hum, they agreed to implement this plan.

    Lo and behold, when the first meeting on the new XML format came around they showed it to me for the first time and… everything was in CDATA sections. Entire paragraphs of text with proprietary formatting instructions. 😐

    When I tried to explain, very politely, and very patiently, that this was not going to work, the lead dev started insulting me. I swear to God, I’ve never been this close to punching someone in the face at a business meeting. 🤬

    Thankfully, the client understood the issue and we eventually got an XML-based data exchange going. It is probably still in use today.