• 0 Posts
  • 15 Comments
Joined 11 months ago
cake
Cake day: July 29th, 2023

help-circle





  • It should also be noted that a directive isn’t an “EU Law”, since it cannot be enforced directly (as opposed to a EU regulation such as the GDPR). It’s basically a framework that all EU member states have agreed they would each pass as a Law in their own jurisdiction (which explains the first quote in the article beginning by “Member States shall ensure …”).

    Since eprivacy is “just” a directive, each member state has since passed their own implementing Law that have the same basis but can vary in their specifics, so rules on tracking and cookies aren’t the exact same in each member state.




  • Agreed, Big Tech’s quest for UX and frictionless Interfaces has lead to a generation of people who vastly overestimate their tech savviness and are basically only great at navigating walled gardens made specifically to be easy to use.

    It’s not really their fault though: in addition to frontends becoming ever easier to use, backends are also becoming increasingly complex. 20 years ago you could learn a bit of HTML and CSS and throw a decent website together, but nowadays you need to master tons of other skills (graphical design, scripting, etc.) to make even so much as a web page that won’t scare people away immediately. It’s hard to get interested in this stuff when the barrier of entry is getting higher and higher, while tons of GAFAM-made alternative are already available for “free”




  • A few years back I got really into Python for a few months as a complete newbie. One day, when I felt ready, I told myself I would put all the python skills I picked up and build a small program that would generate random, solvable sudoko puzzles. After a few weeks trying everything and not getting anywhere, I gave up programming.

    Moral of the story is I probably that I should have taken it a bit slower I guess