Gitless is a version control system built on top of Git. Many people complain that Git is hard to use. We think the problem lies deeper than the user interface, in the concepts underlying Git. Gitless is an experiment to see what happens if you put a simple veneer on an app that changes the underlying concepts. Because Gitless is implemented on top of Git (could be considered what Git pros call a "porcelain" of Git), you can always fall back on Git. And of course your coworkers you share a repo with need never know that you're not a Git aficionado.
StopTheMadness is a Safari extension for Mac that stops web sites from making Safari harder to use. Some web sites disable Mac user interface features in Safari that you normally expect to work. For example:
- password autocomplete
- ⌘-click to open a link in a new tab
- ⌘-key keyboard shortcuts
- selecting, copying, cutting, and pasting of text
- drag and drop
- opening contextual menus
StopTheMadness ensures that those features continue to work in Safari. With StopTheMadness enabled, the annoying web sites that deliberately make your life harder suddenly become easy to use again!
CorebirdNative
Gtk+ Twitter client for the Linux desktop
Corebird is a modern, easy and fun Twitter client, just what you were looking for, right?
What is it?
- AquilaOS is a complete Operating System (kernel + system) that is designed to be POSIX compliant and mostly ISA transparent.
What is cool about it anyway?
- All interfaces implemented so far are POSIX compliant.
- It compiles with -O3.
- Lua 5 is ported to it without changing a single line of code.
- It should be simple for anyone to read and understand the code.