Live data from Hacker News

Viewing profile — johnboyer

johnboyer

HN member
Joined
Mon, May 14, 2018, 1:38 AM UTC
HN karma
92
Public activity
21 items

About johnboyer

No profile information was provided.

Recent public activity

  1. comment
    Comment #21107471

    It was my understanding that the asymmetric key pair was generated locally, and only the public key was exchanged. I am unsure about whether or not this is a requirement of the Sig…

  2. comment
    Comment #21107333

    Android/iOS will always have a chokehold on their users. The Librem 5 is a potential alternative, a Matrix-integrated and fully open source phone. Although it still has some rough …

  3. story
  4. comment
    Comment #17662498

    I would most definitely be interested. I always assumed that certain algorithms are better suited for certain string sizes, but I was never sure which ones. The ideal implementatio…

  5. comment
    Comment #17662366

    Thanks for the feedback! I did forget to change the version in the documentation, updated that now. As for the usability of the docs, Doxygen isn't exactly known for its intuitive …

  6. comment
    Comment #17659193

    I just really needed a string library written in C, and it didn't seem as though there were many options. The first thing I found was the Simple Dynamic Strings library, but it was…

  7. comment
    Comment #17659121

    Most of the STL is header only, which is what the library is compared to in the benchmarks. Both would be just as likely to get inlined.

  8. comment
    Comment #17659105

    As it turns out, I actually have the Boyer-Moore string searching algorithm as one of the planned features in the Project section on GitHub.

  9. comment
    Comment #17659088

    Unicode is supported with UTF-8, only different character types aren't supported because generics are messy in C. I thought of accepting void* to support wchar_t and others, but so…

  10. comment
    Comment #17659075

    Hey there, creator of the library here. Strangely enough my initial post about this on HN received no attention, but better late than never! If any of you have some questions or fe…

  11. story
  12. comment
    Comment #17438503

    From my understanding, the primary purpose of this is for backup and syncing your Google Drive files between multiple devices, which is very similar in nature to Syncthing. Is ther…

  13. comment
    Comment #17436496

    Although this is fairly nice, I would recommend Syncthing over this. It has the benefit of not relying on any third party to store your data, it's all exclusively on your devices, …

  14. comment
    Comment #17435636

    Although it does help, I would say its only a bit faster than actually just setting a breakpoint of where you want the code to stop, and running till then, unlike Microsoft's examp…

  15. comment
    Comment #17178077

    Doesn't load in Canada either, at least for me.

  16. comment
    Comment #17115801

    >Vim IMproved Oh, so you are using an improved version of Vi IMproved? ;)

  17. comment
  18. comment
    Comment #17097712

    Cannot agree with this enough. When I first started looking for a VPN, the only source of information I found were these disingenuous websites that based their reviews off how much…

  19. comment
    Comment #17079340

    Oh, I thought this was some kind of play on words for the Wine software, turns out it's literally wine.

  20. comment
    Comment #17065119

    Aren't the point of the standards to ensure there is no room for security holes? It seems kind of strange to make the security dependant on the implementation. Imo, it should be im…

  21. comment