• 4 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle





  • This might sound a bit heretical, but you could carefully pick and match a variety of software and configuration to your individual needs, turning your tiling wm into a fully functional desktop environment, or you could just install a tiling wm into an existing desktop environment and get something useful with like ten percent of the work.
    I know that I have done the former multiple times, only to fall back to existing desktop environments again because it’s just a lot less work and often works better, since you don’t have to take care of getting things like screen sharing or media buttons to function.
    Especially LXQt and Xfce make it very easy to run a tiling window manager, but you can also find extensions/plugins for KDE or Gnome to make them tile. I’m personally running Gnome with the Pop Shell extension right now








  • Nennt sich Braindrain. Junge, gut ausgebildete Erwachsene ziehen wohin wo sie bessere wirtschaftliche Aussichten haben. Je nachdem wo sie herkommen können auch politische Probleme und der Mangel an Sozialsystemen ausschlaggebend sein.
    Das Phänomen stellt ein großes Problem für die Herkunft dar, weil volkswirtschaftlich die Leute gerade dann, nachdem das Land viel Geld in ihr Aufwachsen und ihre Ausbildung gesteckt hat, wegziehen, wenn sie zu Zahlern werden würden welche GDP und Steuereinnahmen steigern.
    Das ganze gibt es international, wo Deutschland ein riesiger Nutznießer ist, aber auch national, so wie von Ost- nach Westdeutschland oder von roten US-Bundesstaaten zu blauen.
    Man kann es den einzelnen aber auch nicht übel nehmen, weil sie halt für sich selber nach einer besseren Zukunft streben. Es ist ein schwieriges Problem welches keine einfachen Lösungen hat




  • I agree with the Runtime being slower. These days Android doesn’t technically use the JVM anymore but the Android Runtime, ART for short, that actually performs ahead of time compilation to native code for the byte code for increased performance. Still, the Java Runtime it implements is very heavy and comes with it’s own overhead, so native Android code written in Java/Kotlin is generally slower than native iOS code written in Objective C/Swift.

    The kernel architecture does influence more than just the hardware it can run on though. Microkernels for example are generally more secure but slower than monolithic kernels