Live data from Hacker News

Viewing profile — ibgib

ibgib

HN member
Joined
Wed, Feb 08, 2017, 3:54 AM UTC
HN karma
41
Public activity
56 items

About ibgib

ibgib is a dlt protocol i've worked on for over 20 years now. it focuses on evolving timelines in spaces, similar to a "semantic version control" system. it is most easily thought of in terms of existing technology, as a combination of git and ipfs+ceramic, but more generalized than git (no root repository, more self-similar in that data and metadata live alongside each other so no .git folder and non-object artifacts), and more of a focus on time than ipfs.

note: interestingly, ibgib's design is more like ipfs than any other technology. i'm not positive on the timeline, but when i first became aware of ipfs, i had already built my first alpha of the protocol. instead of mapping to a filesystem-like internal document structure, with a token to denote a link, i had designed ibgib's interface to have the four fields it has today. this gave me both named edges (in graph terms), whereas ipfs was still using unnamed edges (thinking only hierarchically like a filesystem paradigm), as well as an intrinsic always-copy data that was a separate object. this highlights the difference between extrinsic, reference-based relationships and intrinsic value data. (i think this ultimately is a schema decision that could be swappable in the future.)

Recent public activity

  1. comment
    Comment #16054265

    Oh, and also, I should say anyone interested can join that "chat" (not that there will be anyone, mind you)... And it's especially slow today - not seen it like this before. Barely…

  2. comment
    Comment #16054116

    We can "chat" in this ibGib: https://www.ibgib.com/as-chat/pic%5E6F40CA17107671491E64DB0B... I've started to respond a little bit to your conclusion of seeing different front pages…

  3. comment
    Comment #16046773

    Thanks for the extensive response. There are a couple points I'll break it down (I'm also loquacious on occasion): > One of the central aspects of HN is that humans control it, and…

  4. comment
    Comment #16046622

    You and the other commenter both quoted the same aspect about agreement of the community, so see my other response. > Decentralization in this context would mean different rules fo…

  5. comment
    Comment #16046571

    Yes, I instinctively agree with you. But what about sink investments? Also, what about borderline protocol implementation improvements? Death of a thousand papercuts...that kind of…

  6. comment
    Comment #16044466

    Do you believe that a completely in-the-open forum would be manageable? By this, I mean things like: - Everyone gets to see... - who does the up/down votes. - what any moderators' …

  7. comment
    Comment #16044433

    > protocol designers to fine-tune incentives and punishments This is an interesting phrasing of one of the questions I have about the "decentralized" aspect of cryptocurrencies. I …

  8. comment
    Comment #15834510

    "Reworking" identity from the ground up as OP suggests is actually one of the goals that I've been working on with ibGib. No one really cares, but I'm going to describe some of the…

  9. story
  10. comment
    Comment #15281343

    Yes, this. Although, for a Vimperator replacement because of the breaking FF/Vimperator upgrades, I've found VimFX to be pretty awesome. I had to write some configuration scripts t…

  11. comment
    Comment #14893628

    Are there any other major sites that are down?

  12. comment
    Comment #14739950

    > Relying on a second account that also has 2FA enabled does not make it twice as secure. This is an absurd statement that I didn't imply, but perhaps you inferred? > The third fac…

  13. comment
    Comment #14738663

    > So instead of hacking 1 email/account they would just hack 2 or 3? I don't think that is adding any real security as those accounts would still just be protected by regular passw…

  14. comment
    Comment #14738410

    I'm looking forward to more genuine MFA. For my site, I'm experimenting with the ability to identify yourself with as many email address identities as you want (in the future the p…

  15. story
  16. comment
    Comment #14292367

    These are my thoughts as well. In particular: > _It also makes it orders of magnitudes easier for anyone to find out about a coorportions illegal actions / skirting of laws._ I wou…

  17. comment
  18. comment
    Comment #13914578

    > What is ibGib? This is a broad question, as ibGib is many things. To be precise, it is its own question and answer, so the answer to this would be "ibGib". This would encompass y…

  19. comment
    Comment #13911070

    I must say that this is one of my primary use cases for ibGib. The point is to have a review system (and advertising) that is not superficial but rather the "review" lasts the life…

  20. comment
    Comment #13909208

    > Why didn’t I call myself? Mostly, because I hate making unsolicited calls of any kind, a phobia that I admit isn’t entirely rational and that often causes inconvenience. Interest…

  21. comment
    Comment #13902906

    Yes, they both seem to be focused on the differentiable inter-agent communication aspect. I wonder if this is related to the recent articles on how honey bees communicate to each o…

  22. comment
    Comment #13898178

    That readme is quite appropriate. That is just fun to watch.

  23. comment
    Comment #13898154

    That sounds pretty freaking good to me...reminds me of the rtNEAT evolutionary algorithm, which combines genetic algorithms real time to evolve anns. This type of approach is what …

  24. comment
    Comment #13890558

    This is what PRs are good for. Also, with my particular approach to commits, I always have at least one issue associated to a commit, and I'm always working on a particular branch …

  25. comment
    Comment #13890537

    > After all what counts is your full chunk of work, reviewed via pull request, and merged to master. It should be treated as a whole. I find the PR mechanism works great for the vi…