Slashdot Mirror


User: Zidel

Zidel's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Not malicious but not honest? on Heartbleed Coder: Bug In OpenSSL Was an Honest Mistake · · Score: 3, Interesting

    Why does the heartbeat request even contain the length of the heartbeat block? We know the length of the SSL record!

    The record has two variable length fields, so you need a length field for either the payload or the padding. In this case the payload has the length field and the padding length is implicit.

  2. Re:Is there an open-source alternative? on BitTorrent Sync Beta Released · · Score: 2

    The only problem is git needs a bare repository to push and pull from, so you're still tied to a central server.

    git can push and pull to normal repos as well (though it won't push to the checked out branch), so it works perfectly fine without a central server. You still need access to the repo you want to pull from which can be annoying for things behind NAT/firewalls etc. BT Sync can do NAT traversal so it could work better I guess. git annex sounds similar to what you want