the linux world is in tatters now

This page summarizes the projects mentioned and recommended in the original post on /r/ProgrammerHumor

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • OS.js

    OS.js - JavaScript Web Desktop Platform

  • But seriously, someone should write a Linux clone in Javascript. Closest I found was a browser-based OS called (wait for it), OS.js.

  • build-shootout

    Comparison of build program expressive power

  • Most problems with make can be completely avoided by realising that recursive make is harmful. With that in mind any project that doesn't need to, roughly speaking, compile executables to then process files, or needs to execute things to know what depends on what, becomes very very manageable. If you need something more flexible like, having a multi-stage compiler build or such systems which support monadic dependencies (scroll down to "Build System Power") become right-out mandatory. Make is suitable for that kind of task in the exact same way that regexen are suitable to parse HTML: It isn't.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • linux

    Linux kernel source tree

  • root@Lapsus$ git clone https://github.com/torvalds/linux/tree/master/kernel 😂

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts