Viewing profile — drodri
drodri
HN member- Joined
- Wed, Sep 17, 2014, 2:13 PM UTC
- HN karma
- 5
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About drodri
No profile information was provided.
Recent public activity
-
comment
Comment #26730943
> Without access to their metrics though, it's hard to tell if they're continuing to gain meaningful traction or if their growth curve has plateaued. Some public data that could be…
-
comment
Comment #10704500
Not really. Already hosted packages like Boost, Zlib, OpenSSL, ZMQ, Protobuf are packaged and hosted without changing a single line of their respective build, and with just a singl…
-
comment
Comment #9271134
> But that is my whole point about Asio being split into smaller libraries such as Asio.Core, Asio.Network, and Asio.SerialPort. So you can use Asio.SerialPort without needing Asio…
-
comment
Comment #9266655
The likelyhood of using both is not enough reason to embed them in the same SW component. Concerns have to be decoupled as mush as possible. It is even more likely that the user wi…
-
comment
Comment #9266235
> That's backwards. A SerialPort library would depend on Asio since it defines sync and async streams and the utilities built around that. It seems bad design for a SerialPort libr…
-
comment
Comment #9264872
I partly disagree. Depending on boost, as-is, is still a problem from the point of view of engineering, and the example in the post is relevant. It shouldnt be necessary to retriev…
-
comment
Comment #9264353
Interesting project, yes, I also like the idea of having a common consensus for generating config.h files. Any idea why it is just C? Cause extending it to C++ seems trivial, and c…
- comment
-
comment
Comment #8398365
Great job, both taiga and managing the peak so well. Any tips about the infraestructure you are running? Relaying on any PaSS or managing yourself?
-
comment
Comment #8375425
Not really, it is not trying to replace any build system. In fact it uses itself cmake as a build system, because ourselves were users of CMake, we like it, but mainly because CMak…