Viewing profile — marpaia
marpaia
HN member- Joined
- Wed, Oct 29, 2014, 5:46 PM UTC
- HN karma
- 96
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About marpaia
No profile information was provided.
Recent public activity
- story
-
comment
Comment #15717461
I use cobra sometimes, it's not that cobra or mow is too heavy, but I think that the oklog-style command parsing pattern is no more code or boiler-plate than using a library (for m…
- story
-
comment
Comment #14462255
Kolide | C++ Software Engineer on osquery | Fully Remote | Fulltime | https://kolide.com/osquery Hey there! Mike Arpaia here, a Co-Founder of a host endpoint company called Kolide …
-
comment
Comment #8531002
Hmn, no, not really. there is no underlying datastore for the data that you query. it's all generated on the fly.
-
comment
Comment #8528976
Right now osquery only supports read operations but you're totally right; if you could kick off tasks, kill processes, unload kexts, etc. via CREATE, DELETE, etc statements, that w…
-
comment
Comment #8528928
The SQL engine part of osquery is backed by SQLite's parser, lexer, query planner, etc. MySQL would be awesome as well though, mostly because of how easy it might be to integrate t…
-
comment
Comment #8528903
Of course, it's an intuitive comparison to make. I'm glad you like it! I'm looking forward to working with you and similarly insightful community members on improving osquery for e…
-
comment
Comment #8528880
Yup! The only reason why it's not today is because we couldn't get a formula merged into mainline homebrew until the download link was public. It is now though, so we'll sort this …
-
comment
Comment #8528698
Hey, Mike Arpaia here. You're totally right in that the SQL interface is very similar to WMI. Some core differences with osquery are: - it's cross platform and supports many *nix o…