• 0 Posts
  • 49 Comments
Joined 1 year ago
cake
Cake day: June 26th, 2023

help-circle







  • Jesus_666@feddit.detoGames@lemmy.worldShoot em ups & run n' guns
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    4 months ago

    How about autoscrolling shmups where you don’t die after every hit and get to upgrade your ship between missions?

    The oldschool entry in this niche would be Tyrian – released in 1995, made freeware in 2004, then ported to modern OSes.

    2004 was also when Jets’N’Guns came out. It looks more modern, has a quirky sense of humor and a badass metal soundtrack. It also has a sequel.

    Both games can be found on your (PC) digital marketplace of choice.


  • I use interactive rebases to clean up the history of messy branches so they can be reviewed commit by commit, with each commit representing one logical unit or type of change.

    Mind you, getting those wrong is a quick way to making commits disappear into nothingness. Still useful if you’re careful. (Or you can just create a second temporary branch you can fall back onto of you need up your first once.)



  • I have to disagree on one point – that iOS home screens somehow look more orderly because they’re full of icons arranged in a strict top-left-to-bottom-right fashion. It doesn’t look any less cluttered than an overly full Windows desktop.

    I found desktops that limit themselves to core functionality and maybe a nice wallpaper to be better looking and more usable since the days of Windows 95 and that hasn’t changed since.

    That “strict grid of icons” look certainly is uniform across iDevices and that’s what appeals to Apple but I never found it to be particularly attractive.


  • I actually went back to a light gray theme for my new Linux machine after I’ve been stuck with Windows’s options of “flat pure black with hairlines” and “flat bright white with hairlines” for too long.

    I don’t actually need dark mode that much (except for coding) if a bright mode theme is easy enough on the eyes. Windows 10 is just so ugly that only the dark mode is halfway palatable.

    If only the old themexp.dll hacks still worked I could have a decent looking desktop on all of my machines…



  • I’m the spirit of fairness I will nitpick you.

    Firstly, porting apps over between Android devices works seamlessly only if those apps come from the Play Store. Android has no provisions for auto-transferring e.g. F-Droid and its apps. So it’s no wonder you can’t transfer your iOS apps (which might not even have Android versions). But it is true that auto-transfers of Play Store apps between different Android spins is seamless.

    Secondly, whether and how easily you can modify or replace your Android is dependent on the phone’s manufacturer. A Pixel is a very different beast from an Xperia in that regard. Still, Google do provide AOSP and are very mod-friendly on their own devices. Apple very much aren’t.





  • On the one hand I like the basic idea, on the other hand I think that some fundamental problems aren’t fully solved yet. There big use case are passkeys and direct password manager integration – neither mesh well with the idea of software that isn’t allowed to talk to most of the system.

    I’m certain that this will be resolved at some point but for now I don’t think Flatpak and its brethren are quite there yet.



  • CUDA was there first and has established itself as the standard for GPGPU (“general purpose GPU” aka calculating non-graphics stuff on a graphics card). There are many software packages out there that only support CUDA, especially in the lucrative high-performance computing market.

    Most software vendors have no intention of supporting more than one API since CUDA works and the market isn’t competitive enough for someone to need to distinguish themselves though better API support.

    Thus Nvidia have a lock on a market that regularly needs to buy expensive high-margin hardware and they don’t want to share. So they made up a rule that nobody else is allowed to write out use something that makes CUDA software work with non-Nvidia GPUs.

    That’s anticompetitive but it remains to be seen if it’s anticompetitive enough for the EU to step in.