FLOSS virtualization hacker, occasional brewer

  • 2 Posts
  • 27 Comments
Joined 2 years ago
cake
Cake day: June 9th, 2023

help-circle
  • I used to think about it a lot when I was younger because it seemed so unfair that life comes to an end. As I’ve gotten older (and closer to the inevitable) I think about it less. Hopefully you’ll get to the point you realise worrying about something you can’t change isn’t productive use of the time you have left. That doesn’t mean you shouldn’t do what you can to eat well, keep fit and put off that final reckoning as much as you can.





  • Yes and no. A lot of the projects I work on the majority of the engineers are funded by companies which have very real commercial drivers to do so. However the fact the code itself is free (as in freedom) means that everyone benefits from the commons and as a result interesting contributions come up which aren’t on the commercial roadmap. Look at git, a source control system Linus built because he needed something to maintain Linux in and he didn’t like any of the alternatives. It solved his itch but is now the basis for a large industry of code forges with git at their heart.

    While we have roadmaps for features we want they still don’t get merged until they are ready and acceptable to the upstream which makes for much more sustainable projects in the long run.

    Interestingly while we have had academic contributions there are a lot more research projects that use the public code as a base but the work is never upstreamed because the focus is on getting the paper/thesis done. Code can work and prove the thing they investigating but still need significant effort to get it merged.






  • Alex@lemmy.mltoProgrammer Humor@lemmy.mlcheckmate
    link
    fedilink
    arrow-up
    8
    ·
    4 months ago

    There is a very large corpus of FLOSS software out there serving everything from individual itches to whole industries. Any project that is important to someone’s bottom line is likely to have paid developers working on it but often alongside hobbyists.

    The project I predominately work on is about 90% paid developers but from lots of different companies and organisations. Practically though the developers don’t care about the affiliation of the other developers they work with but the ideas and patches they bring to the project.







  • Pretty much. From v8.0 onwards all the extra features are indicated by id flags. Stuff that is relevant to kernel mode will generally be automatically handled by the kernel patching itself on booting up and in user space some libraries will select appropriately accelerated functions when the ISA extensions are probed. There are a bunch off advisory instructions encoded in the hint space that will be effectively NOPs on older hardware but will enhance execution if run on newer hardware.

    If you want to play with newer instructions have a look at QEMUs “max” CPU.