Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
brynary
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
brynary
5mo ago
Scion looks interesting, as a “hypervisor for agents”. It has Kubernetes influences, and a substrate for agent execution is a useful primitive. Gastown goes further than Scion in that it chains agents together into an ecosystem. My sense is
2.
▲
Show HN: Fabro – open-source dark software factory
(github.com)
7 points
by
brynary
6mo ago
|
0 comments
3.
▲
by
brynary
6mo ago
Hi — I created Fabro to free myself from supervising a fleet of Claude Code tabs running in a REPL (read-eval-prompt-loop). REPLs are great for exploration, but once I know what I need I want to be able to walk away while the agents get it
4.
▲
Show HN: Fabro – The open source dark software factory
(github.com)
6 points
by
brynary
6mo ago
|
1 comments
5.
▲
Show HN: Generated implementation of StrongDM Attractor from Markdown specs
(github.com)
1 points
by
brynary
7mo ago
|
0 comments
6.
▲
by
brynary
9mo ago
We're at 100k LOC between the tests and code so far, running in about 500-600ms. We have a few CPU intensive tests (e.g. cryptography) which I recently moved over to the integration test suite. With no contention for shared resources a
7.
▲
by
brynary
9mo ago
Strong agreement with everything in this post. At Qlty, we are going so far as to rewrite hundreds of thousands of lines of code to ensure full test coverage, end-to-end type checking (including database-generated types). I’ll add a few mor
8.
▲
by
brynary
11mo ago
The most interesting parts of this to me are somewhat buried: - Claude Code has been added to iOS - Claude Code on the Web allows for seamless switching to Claude Code CLI - They have open sourced an OS-native sandboxing system which limits
9.
▲
by
brynary
1y ago
What benefits do you see from having the agent call a CLI like this via MCP as opposed to just executing the CLI as a shell command and taking action on the stdout?
10.
▲
by
brynary
1y ago
This looks great! Duplication and dead code are especially tricky to catch because they are not visible in diffs. Since you mentioned the implementation details, a couple questions come to mind: 1. Are there any research papers you found he
11.
▲
by
brynary
1y ago
Historically, this kind of test optimization was done either with static analysis to understand dependency graphs and/or runtime data collected from executing the app. However, those methods are tightly bound to programming languages,
12.
▲
by
brynary
1y ago
This rings similar to a recent post that was on the front page about red team vs. blue team. Before running LLM-generated code through yet more LLMs, you can run it through traditional static analysis (linters, SAST, auto-formatters). They
13.
▲
by
brynary
1y ago
As an early June customer, this is a big disappointment. We specifically selected June over Mixpanel and Amplitude and were happy with it. I wish there was more honesty in the post about what happened. When you boil down the details, it bas
14.
▲
by
brynary
1y ago
When using Claude Code cloud, in order to create signed commits, Claude uses the GitHub API to create commits instead of the git CLI
15.
▲
by
brynary
1y ago
This can be implemented at the line level if the linter is Git aware
16.
▲
by
brynary
1y ago
This closes a big feature gap. One thing that may not be obvious is that because of the way Claude Code generates commits, regular Git hooks won’t work. (At least, in most configurations.) We’ve been using CLAUDE.md instructions to tell Cla
17.
▲
by
brynary
1y ago
@jaimefjorge — Congrats on the launch! How would you compare this to the Qlty CLI ( https://github.com/qltysh/qlty )? Do you plan to support CLI-based workflows for tools like Claude Code and linting?
18.
▲
AI Code Is Exploding. Your Verification Needs to Catch Up
(qlty.sh)
1 points
by
brynary
1y ago
|
2 comments
19.
▲
by
brynary
1y ago
It's great to see auto-formatting continuing to become universal across all languages. As LLMs write more code, full auto-formatting helps keep diffs clean. For anyone looking to try dockerfmt, I just added a plugin to Qlty CLI, which
20.
▲
Show HN: Qlty CLI – Meta-linter and auto-formatter for 20 programming languages
(github.com)
6 points
by
brynary
2y ago
|
0 comments
21.
▲
by
brynary
6y ago
This HBR article "Many Strategies Fail Because They’re Not Actually Strategies", while not entirely about metrics, has some great recommendations for how leaders can avoid these pitfalls: https://hbr.org/2017/
22.
▲
by
brynary
6y ago
CEO of Code Climate here. We have a product Velocity ( https://codeclimate.com/ ) which offers what we call Engineering Intelligence. There's some great discussion about the value and appropriate use of data in software
23.
▲
The Code Climate Engineering Data Platform
(codeclimate.com)
3 points
by
brynary
7y ago
|
0 comments
24.
▲
The Virtuous Circle of Software Delivery
(codeclimate.com)
2 points
by
brynary
7y ago
|
0 comments
25.
▲
Velocity by Code Climate is out of beta
(codeclimate.com)
2 points
by
brynary
8y ago
|
0 comments
26.
▲
Show HN: Velocity by Code Climate
(codeclimate.com)
1 points
by
brynary
9y ago
|
1 comments
27.
▲
Code Climate for Java
(codeclimate.com)
1 points
by
brynary
9y ago
|
0 comments
28.
▲
Lightspeed tried to silence Stitch Fix founder about Caldbeck's alleged behavior
(axios.com)
6 points
by
brynary
9y ago
|
1 comments
29.
▲
by
brynary
9y ago
(Founder of Code Climate here.) This is really good feedback, which we are addressing. We're going to change things up so that by default TODO issues are emitted as "Info" severity instead of "Minor", and we are goi
30.
▲
Code Climate is open sourcing a Community Edition of their app
(blog.codeclimate.com)
4 points
by
brynary
10y ago
|
1 comments
More ›