HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kitplummer

no profile record

Submissions

Show HN: LowEndInsight – a “bus-factor” risk analysis tool

lowendinsight.dev
2 points·by kitplummer·3 years ago·0 comments

comments

kitplummer
·6 months ago·discuss
I had a few different issues getting the CI broker working the way I wanted to (don't even remember what the issues were, but it had to do with catching patches) so wired up my own way but simply polling via Git - using a thing I built a while back called goa (gitops agent) for another project.

The tricky part was getting the output from what ever do with the code, back into the Radicle patch. But it works.

https://revolveteam.com/blog/goa-radicle-ci/

There are some caveats - mostly security related - given this is potentially executing commands on a host node.
kitplummer
·6 months ago·discuss
I recently, for Rust targets reasons, have decided to punt GitHub Actions AND GitHub. Opted for Radicle. Had to figure out my own CI.

Doc'd it here: https://revolveteam.com/blog/goa-radicle-ci/
kitplummer
·3 years ago·discuss
Curious about FIPS compliance of the crypto modules, any insight?
kitplummer
·3 years ago·discuss
Ditto (https://portal.ditto.live and https://docs.ditto.live) uses them.
kitplummer
·3 years ago·discuss
The raw point is valid. Sure this a poorly edited article and lacks the best research - can we agree that like almost everything, we've engineered these things to be commercially short in terms of life-span, let alone not super-sustainable in terms of manufacture or maintenance? Aside from the continuously performance-oriented standardization shifts, the specialization of bicycle types is doing a disservice to sustainability. Also, the "electrification" of bicycles is a completely separate argument - from all angles: manufacture, maintenance and longevity; one that is no different that all EVs. TBH, this article reads like a ChatGPT dialog.

Unfortunate that we've missed another opportunity for healthy dialog around the benefits of the bicycle.
kitplummer
·3 years ago·discuss
That exists, it is just hidden right now. If my intent was to offer this up and a for-the-public-good I'd turn it back on. But like most of the other comments here, at some point it just doesn't make sense for me to foot the bill to run it. It would be one thing if it was a simple front-end, with a simple back-end. But processing this insight is a little bit resource intensive which creates a cost burden. Academically it wasn't a big deal to run this in a true HPC, the costs have already been covered. Commercially is a different calculus.
kitplummer
·3 years ago·discuss
Funny...I think posting here has generated a few clicks. Am seeing my background worker dying. :)
kitplummer
·3 years ago·discuss
LowEndInsight: https://www.lowendinsight.dev

Basic analysis of open source software's source - for things like "bus factor". Started as a research project, probably going to die as a research project.
kitplummer
·4 years ago·discuss
Right, so the moral of the story centers on the target user of the CLI tool. If you're building something for the Elixir community - game on I suppose, though there is still the complexity of build-env per OS/arch.

I wonder where WASM/container enters the discussion.
kitplummer
·4 years ago·discuss
Absolutely both.

But...the issue is packaging/distributing a CLI built with Elixir. Comparatively to building a CLI in something like Rust, there is a lot of overhead that comes with a VM-based language and framework. Especially if you want to target multiple OS and processor architectures (or distributions). Not to say that it is impossible, just maybe not as simple. It is one thing to run Mix tasks, or access the Owl API from REPL, it is another to run an Owl-based app on macOS, Linux and Windows and get it there.
kitplummer
·4 years ago·discuss
I like my Framework with Ubuntu. Wish it wasn't Ubuntu but everything works.
kitplummer
·4 years ago·discuss
Is there a Heroku-like service for any of the unikernels yet?
kitplummer
·4 years ago·discuss
Another interesting aspect of the PS3 is it was one of the first OTS device platforms that integrated hardware DRM.
kitplummer
·4 years ago·discuss
I worked on a DARPA project a few years before this - where we were using CBE as the core for a polymorphic processor (one with an FPGA attached to every IO). We were also gutting PS3s to make mission computers for early unmanned systems - running Ubuntu on top. USAF wasn't the only one - not only were there commercial supply challenges with the PS3, various components were being horded by various nation states. We were pretty sure they didn't even no what to do with the parts, but was a basic attempt to prevent projects like this from getting off the ground.
kitplummer
·4 years ago·discuss
So long Puppet, have some fond memories. Good luck with the OSS thing at Perforce.
kitplummer
·4 years ago·discuss
I loved nb! Until I ran it from a top-level directory and it committed an update to every git repo within that top-level. :D. Definitely operator error, but I learned my lesson and am back to separating notes from todos.
kitplummer
·4 years ago·discuss
This is awesome! Super appreciate the effort on this.

One challenge I've had is the file-based concept. And it losing "shape" quickly. I taken a few whacks at something different and have settled on a CLI-based kanban-y thing: https://github.com/kitplummer/clikan

But this lacks things like tags - which I appreciate as long as they are searchable in some form.