• 0 Posts
  • 16 Comments
Joined 9 个月前
cake
Cake day: 2023年9月27日

help-circle



  • The only thing i missed was some KDE apps since they look butt ugly on gnome so you have to find alternatives. Krita comes to mind.

    You don’t have Krunner, but when you press meta/start button, you get a text field in the overview that works similar. I used krunner only to start the apps and gnome overview gave me exactly the same functionality. So the thing that changed is keyboard shortcut: instead alt-f2, you would use meta/start and just start typing.

    Just try it out and see if there is something you miss.

    If you do switch, try to use it as meant by gnome ux, do not force it to be something it is not. This is what I did initially and after suffering for a while (I missed the start menu so used extensions etc) I dropped all extensions and tried to use it vanilla. After a month or two, workflow really stuck and I prefer it to windows and kde. Simplicity of it works for me since I don’t use it for anything but starting other apps: browser, terminal, files, vscode… Also, when you add apps to dock, you can start them with alt-number (this works in kde and windows as well), so even the dock I find irrelevant.

    You also get something more in functionality, apps and stability (not that you only lose stuff moving off kde). E.g. accessing Samba shares with smb:// works well in gnome, where you can open movies from the share directly. While you can open the share in dolphin, you cannot open the movie directly from the remote location, you need to copy it first. (At least my experience before plasma 6, maybe it changed…). Another example is gnome boxes for VMs which is great.

    Edit: one thing I do miss - systray.


  • I agree with you sentiment here. That’s why I wrote ‘relative terms’ in my comment.

    Since Nadela took over, Microsoft did some open thing which benefited community. So, Microsoft opened somewhat.

    During the same time, under Pichai, google went the other way: they focus more on monetization and try to control stuff the apple way. Manifest v3? Google also didn’t do anything really worth mentioning in the last 10y in terms of products. Well, except ‘attention’ article. And even this they didn’t believe in and they cannot deliver a decent product. I just tried google advanced Gemini and it’s, to put it politely, shit. Google also had some positive actions like mainlining a lot of stuff in Linux Kernel to more easily upgrade android.

    So, while google is closing down and making mistakes, Microsoft is opening a bit up.

    If you look the state from the last year and the state now. Microsoft improved. Google went the other way.

    Microsoft doesn’t care about open source, they care about the money Cloud Services using open source bring them. I don’t think google cares as well. For reason read this: https://www.joelonsoftware.com/2002/06/12/strategy-letter-v/


  • Probably people think this is a troll or something.

    I wrote it because I was surprised, especially since I’m not a fan of microsoft and their policies. Lately, I have the feeling Microsoft is better than Google (relative terms) when it comes to oss.

    What is additionally surprising is the breaches of Microsoft services in the last year. There is one every few weeks or so… And then they pick up a backdoor because login took 0.5 instead of 0.1s.

    Anyway, his findings are amazing.










  • It looks very interesting.

    I might be wrong, but it seems to me like Vulkan Support in hw is better than opengl:

    • amd since at least Polaris (there is a project to Bring vulkan to really old terrascale graphics, but is jot yet there)
    • Intel since idk broadwell Skylake
    • Nvidia proprietary for sure don’t know since when and it seems that focus on nvk (new open source driver) is going to be on vulkan
    • android since version 7 - Eighty-five percent of active Android devices support Vulkan (this is better than android Version Rollout) https://developer.android.com/games/develop/use-vulkan
    • rpi, not sure which versions

    Probably all of them have better Vulkan than opengl drivers (due to drivers being simpler). David Arlie rather quickly implemented first Vulkan driver for AMD once Vulkan was first released. Just in case you need incentive.

    I was thinking of starting something similar as a learning exercise, but I’m really limited in time and not skilled as much in c++, so it would probably lead nowhere. Now I can just build on top - if I get any time for this, will come probably with questions.

    Anyway, this idea was to make something modern. Without the legacy crap. Actual goals were:

    1. Vulkan only (move gfx API Info the future)
    2. no x/xwayland (most of the apps in newer toolkits already support Wayland, the others I’d rather avoid)
    3. Multithreaded