Viewing profile — johnboyer
johnboyer
HN member- Joined
- Mon, May 14, 2018, 1:38 AM UTC
- HN karma
- 92
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About johnboyer
No profile information was provided.
Recent public activity
-
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…
-
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 …
- story
-
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…
-
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 …
-
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…
-
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.
-
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.
-
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…
-
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…
- story
-
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…
-
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, …
-
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…
-
comment
Comment #17178077
Doesn't load in Canada either, at least for me.
-
comment
Comment #17115801
>Vim IMproved Oh, so you are using an improved version of Vi IMproved? ;)
- comment
-
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…
-
comment
Comment #17079340
Oh, I thought this was some kind of play on words for the Wine software, turns out it's literally wine.
-
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…
- comment