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

help-circle


  • All other points aside, “the show is too character-centric and a spin-off could never work” is what a bunch of trekkies said when TNG was announced. No Trek without Kirk, Spock, and McCoy had any hope of being a good show.

    Then TNG came out and it was fine.

    For that matter, Atlantis worked just fine for me, as well. Universe didn’t but that’s mainly because it had focus issues and a weird tone. There is potential for a good new Stargate.

    The question is, of course, what they’d do with it. The new Trek era has been pretty hit-or-miss and it’s hard to say whether we’d get the Stargate equivalent of Picard or Strange New Worlds.

    If it’s another badly lit attempt at making a show out of nothing but curse words and scowls I’d pass. But if it’s another fun, witty ensemble show that knows when to take itself seriously and when not to – yes, please.


  • 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’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.




  • 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.



  • Compared to other languages it’s still very barebones – but admittedly some of the bloat is also because the JS world is kinda set in its ways. I still see people use jQuery for basic selector queries and SASS for basic CSS variables.

    Another factor is that developers these days assume that users have fast unmetered connections. Loading 800 kB of minified gzipped JS from ten different domains is seen as no big deal. When the cost of adding piles of dependencies is considered nil there’s no impetus to avoid them.