Open streetmap I'm so amazed by the amount of problems that can be solved by using this data. Need to find out the nearest drinking water tap. They got you covered. Need to know how you can enter a particular subway station as a blind person? The data should be there. Including traffic lights with audible feedback. Want to charge your ebike at your destination? Find type of bicycle rack and the availability of power…
I would also mention Street Complete, as the companion app to contribute all that data. https://github.com/streetcomplete/StreetComplete
Ask HN: What underrated open source project deserves more recognition?
91–100 of 147 posts
Re: Ask HN: What underrated open source project deserves more recognition?
#92Earlier quoted context omitted.
I've never doubted that there are existing solutions for dot files that do everything I need, but I've yet to find one that doesn't take more work for me to swap to than continuing to just clone a git repo an symlink maybe half a dozen things the once or twice a year that I happen to set up a new machine.
You might want to have a look in stow. https://www.gnu.org/software/stow/ I just stumble across dotstow which adds a git layer on top of it https://github.com/clayrisser/dotstow
Re: Ask HN: What underrated open source project deserves more recognition?
#93Re: Ask HN: What underrated open source project deserves more recognition?
#94Earlier quoted context omitted.
I've never doubted that there are existing solutions for dot files that do everything I need, but I've yet to find one that doesn't take more work for me to swap to than continuing to just clone a git repo an symlink maybe half a dozen things the once or twice a year that I happen to set up a new machine.
You might want to have a look in stow. https://www.gnu.org/software/stow/ I just stumble across dotstow which adds a git layer on top of it https://github.com/clayrisser/dotstow
I'm starting to wonder if I just have a very vanilla dotfile workflow compared to what some other people use. This would surprise me a bit, given how I tend to go overboard in custom configuration for most things, but it definitely feels like my experience isn't enough for me to understand why specialized tooling for dotfiles is needed.
Re: Ask HN: What underrated open source project deserves more recognition?
#95x-cmd is a great CLI that I've been using lately. It's very lightweight (not exceeding 1.1MB), yet packed with numerous features. It provides a range of interactive CLI tools, currently boasting over 100 modules and close to 500 packages.
Re: Ask HN: What underrated open source project deserves more recognition?
#96I like https://github.com/pyinfra-dev/pyinfra . "pyinfra automates infrastructure using Python" Only played with it for a little but it seems well designed an simpler alternative to ansible, chef and other such things.
Re: Ask HN: What underrated open source project deserves more recognition?
#97I like https://github.com/pyinfra-dev/pyinfra . "pyinfra automates infrastructure using Python" Only played with it for a little but it seems well designed an simpler alternative to ansible, chef and other such things.
Thank you for posting this! Happy to answer any questions anyone has :)
As someone who's never used any of the infrastructure tools, I'm thinking of pyinfra as a way to run shell commands + install dependencies on hosts (declaratively?) on a bunch of hosts via ssh.
Inventory is to sort of take a self-defined inventory on a bunch of hosts?
One final question on usage, would it be possible to sync or reference files from the machine running pyinfra on the remote hosts? Or would that have to be done indirectly via running shell commands to sync?
Re: Ask HN: What underrated open source project deserves more recognition?
#98x-cmd is a great CLI that I've been using lately. It's very lightweight (not exceeding 1.1MB), yet packed with numerous features. It provides a range of interactive CLI tools, currently boasting over 100 modules and close to 500 packages.
Re: Ask HN: What underrated open source project deserves more recognition?
#99So many great projects!