• 15 Posts
  • 2.16K Comments
Joined 7 months ago
cake
Cake day: March 23rd, 2025

help-circle




  • If you keep getting into relationships with crappy people, that it might not be because everyone is crappy, but because that’s what you subconsciously look for.

    • One bad relationship: Bad luck.
    • Only bad relationships (especially if you keep getting into the same crappy relationship with different people): The problem is with you, you are subconsciously looking for people like that.

    Check out How we love if you want to know more.








  • If this is a one-time event it’s hardly the solution to the problem. Education should be free or close to free in general.

    If that’s the case, things suddenly look different. Even only if e.g. state schools are free.

    In my country the tuition fee for a state university is around €30 per semester, and that doesn’t even go to the university but to fund the student governing body (not sure what’s the right translation for the term).

    This means, that everyone can get a quality education even if they are poor. In fact, most people I went to university with funded their flat/student accomodation and food with a part-time job while going to university. No debts or financial assistance needed.

    This doesn’t cover private universities, but (a) the difference in quality and reputation isn’t relevant and (b) free public universities means that private universities are also somewhat price capped if they want to stay competitive.




  • That’s not really true. You can do animation in HTML5 just like you could in flash. In fact, there are even quite a few ways you can acomplish the same.

    • HTML5 + JS
    • CSS + JS
    • There are multiple flash player projects running in WASM or JS
    • Animated SVG + JS

    All of that allows for animation, games and interactivity, no problem.

    There are dozens of tools that allow you to build flash-like animation and package it easily. Tons of game engines allow to export to HTML5, just at the press of a button. And there are still websites hosting browser games that fill that spot. There’s even HTML5 browser games that run in VR.

    But there are two big caveats:

    • With much more performance, storage and internet bandwidth, there’s no reason to go for flash-style skeletal animations. That’s not because it’s not possible, but because we have better alternatives.
    • Nobody hosts their own websites anymore and most platforms (large ones like Youtube, Facebook or Reddit, but also small ones like Lemmy) don’t allow you to just upload whatever HTML5 code you want. So if you want to reach more people, you’ll just upload a video instead.