I didn't know about this and thought it interesting. Figured some others might as well.

all 12 comments

sorted by: hot top controversial new old
[–] 38 points 2 years ago (1 child)

The OpenBSD folks are a weird bunch. Literally the entire Internet is built on top of their tools and libraries, and they just ignore the fame and keep dwelling in their basements.

  • source
  • hideshow 2 child comments
  • [–] 1 point 2 years ago (4 children)

    Care to elaborate? Never hear anything about them

  • source
  • parent
  • hideshow 8 child comments
  • [–] 7 points 2 years ago

    SSH, OpenSSL, LibreSSL, pf ...

    There's not a single web server without some code from them. Every single phone, every Linux machine, and probably even Windows (citation needed) ships with some of these tools.

    And you didn't hear a thing, because the OpenBSD guys just sport a smug smile and don't care about our plebian fame.

  • source
  • parent
  • [–] 4 points 2 years ago

    The OpenBSD project maintains portable versions of many subsystems as packages for other operating systems. Because of the project's preferred BSD license, which allows binary redistributions without the source code, many components are reused in proprietary and corporate-sponsored software projects. The firewall code in Apple's macOS is based on OpenBSD's PF firewall code,[6] Android's Bionic C standard library is based on OpenBSD code,[7] LLVM uses OpenBSD's regular expression library,[8] and Windows 10 uses OpenSSH (OpenBSD Secure Shell) with LibreSSL.[9]

    https://en.wikipedia.org/wiki/OpenBSD

  • source
  • parent
  • [–] 36 points 2 years ago (1 child)

    Looks like they want to make a user-friendly tool for working with git repositories. Neat.

  • source
  • hideshow 2 child comments
  • [–] 16 points 2 years ago

    Got uses Git repositories to store versioned data. Git can be used for any functionality which has not yet been implemented in Got. It will always remain possible to work with both Got and Git on the same repository.

    Very smart move!

  • source
  • parent
  • [–] 8 points 2 years ago
    [–] 6 points 2 years ago

    I looked at the examples and really can't see much difference.

    https://gameoftrees.org/got.1.html#EXAMPLES

    What am I missing?

  • source
  • [–] 5 points 2 years ago

    Might be time to join the open clan.

  • source
  • [–] 2 points 2 years ago

    Game of Trees (Got) is a version control system which prioritizes ease of use and simplicity over flexibility.

    Got is still under development; it is being developed on OpenBSD and its main target audience are OpenBSD developers.

    Got uses Git repositories to store versioned data. Git can be used for any functionality which has not yet been implemented in Got. It will always remain possible to work with both Got and Git on the same repository.

    Game of Trees is developed by OpenBSD developers and other contributors. The software is freely usable and re-usable by everyone under a BSD license.

  • source