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
  • Appwrite - The open-source backend cloud platform
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Sonar - Write Clean JavaScript Code. Always.
  • Revelo Payroll - Free Global Payroll designed for tech teams
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • 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.

  • Appwrite

    Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!

  • 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