• 0 Posts
  • 22 Comments
Joined 30 days ago
cake
Cake day: March 5th, 2025

help-circle
  • In case you were wondering what exactly this MS money is:

    Francisco Mingorance, Secretary General at the Cloud Infrastructure Service Providers in Europe (CISPE) association, explained that as part of the settlement reached with Microsoft last year an innovation fund was set up using Microsoft’s cash.

    Some €1 million of that has now been allocated to Fulcrum, an open source project to aggregate products from smaller tech vendors to rival the hyperscalers, he said.

    Sounds really good.

    “It’s happening,” he said. "There’s been work going on for over a year on this, you know, coding and everything, testing, proof of concept…

    Um. “coding and everything”? “Proof of concept”? So they don’t really have anything (yet)? Well, let’s hope they get there anyhow.






  • I’m saddened to think that altruism in software has gone to the gutter

    Yeah me too but it’s been a long time coming. Ubuntu started it decades ago by replacing the altruism* with a warm and fuzzy “sense of community” while exploiting the enthusiasm of largely unpaid coders, Google certainly has done this for a long while, and by now it’s just how you do your basic FOSS Kickstarter campaign.

    All that really brings is “more customers”, and doG knows that’s not what the whole of GNU/Linux needs.

    Over the years I have developed a sense for how projects present themselves before choosing one that suits my needs. Because the sane ones, both feet on the ground types, that do GPL and accept donations (or sometimes offer paid support), those still exist, old and new.

    * a form of altruism btw that does not exclude egoism!



  • Maybe there could be another reason why people choose MIT to begin with:

    When you start a new repo on github it makes suggestions which license to use, and I bet many people can’t be arsed to think about it and just accept what they’re offered. [My memory is a little patchy since I very rarely use github anymore, but I definitely remember something like this.] And maybe github tends to suggest MIT.

    That said, please undestand that many, many git platforms exist and there is no reason at all to choose one of the two that actually have the word git in them.





  • we could modify the desktop environment and make it waaaaay lighter by getting rid of jpg or png icons and just using pure svg on it

    That’s already happening.

    You can also change the main color of many SVGs (icons or even desktop backgrounds) with one simple edit, one command, one click.

    In web sites, you can assign CSS classes to SVG graphics and thus e.g. change their color according to a theme.

    That’s my extent of fiddling with it.

    IIRC they also use fonts the same way CSS/HTML does.

    BTW, there are situations where an SVG is significantly larger than a corresponding raster image. It depends on the content.