makeworld
makeworld
Some information I've discovered about cabal for tomesh members to know: It's having some issues right now, as outlined [here](https://github.com/cabal-club/cabal-core/issues/17). Once those are resolved, the bigger issues is it relies...
As mentioned in chat, I think I can conclude that cabal doesn't make sense to add right now. Until bittorrent-dht supports IPv6 or there are other workarounds from a CJDNS...
@noffle I saw the post about hyperswarm, it looks good, thanks for making the issue. It might be nice to see cabal transition to that eventually, but for now what...
@noffle Exposing that would be much appreciated. Do you mind posting here whenever you're able to do it?
Hmmm. I see the need for a global DHT, I guess we have two choices: Wait for bittorrent-dht to support IPv6, or possibly implement our own tomesh node DHT for...
The discovery cabal uses comes from a different module: https://github.com/maxogden/discovery-channel For them to switch to a different dht they might have to do a lot of work. So [I made...
Should this be done before the v0.5 release, or during v0.6 as we make the debs?
This isn't really regex, but how about this: ``` var=$(command | awk '{ print $2 }') && echo ${var:6} ``` Kinda messy since it uses a variable, but it does...
No CJDNS needed I assume?
Maybe we should have a module that aliases the hostname command to do this in `/etc/profile` or something? Do we want to make this a module?