HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sourishkrout

229 karmajoined vor 14 Jahren

Submissions

Sure, Your Claude Is Doing Amazing Things. Prove It

runme.dev
2 points·by sourishkrout·vor 7 Tagen·0 comments

Show HN: Agents ship diffs. Visr keeps trajectories

visr.dev
4 points·by sourishkrout·letzten Monat·0 comments

Coding agents run on terminal memories. Bottle yours

visr.dev
3 points·by sourishkrout·vor 2 Monaten·0 comments

Agents are the new browsers. Design for it

visr.dev
2 points·by sourishkrout·vor 5 Monaten·2 comments

Show HN: Claude.md is doing too much

visr.dev
2 points·by sourishkrout·vor 5 Monaten·0 comments

Show HN: Turn docs into tailored self-serve playgrounds to create aha-moments

visr.dev
1 points·by sourishkrout·vor 8 Monaten·0 comments

Terminal sessions effortlessly turned into runnable docs

visr.sh
1 points·by sourishkrout·vor 9 Monaten·0 comments

Substitute YAML with Nouns and Verbs in CI/CD Pipelines

dagger.io
1 points·by sourishkrout·letztes Jahr·0 comments

Logical Extension of IaC: Docs as the Code

runme.dev
6 points·by sourishkrout·vor 2 Jahren·0 comments

Typed ENV Variables for Valid Environments from Dev to Production

runme.dev
3 points·by sourishkrout·vor 2 Jahren·0 comments

Foyle: You build it, AI should run it

future.mozilla.org
26 points·by sourishkrout·vor 2 Jahren·17 comments

AWS and GCP Resources Inlined Inside Your Docs

runme.dev
2 points·by sourishkrout·vor 2 Jahren·0 comments

Show HN: A Pastebin for Terminals Inside Your Docs

runme.dev
10 points·by sourishkrout·vor 2 Jahren·0 comments

Functions are all you need [video]

youtube.com
4 points·by sourishkrout·vor 3 Jahren·0 comments

comments

sourishkrout
·vor 7 Tagen·discuss
[flagged]
sourishkrout
·vor 5 Monaten·discuss
That's a very thoughtful analysis. Totally agree.

The agents are the new browser statement is a simplification to succinctly express the UI shift from the passive interface. I do like to think it's a lot like desktop->mobile where it's a shift as much as an expansion.

Also nailed on the points about "legibility". Thanks for the contribution!
sourishkrout
·vor 6 Monaten·discuss
I love how it does not lock you into an agent loop. Everything's composable and you use as much or little as you need. Can't wait for the Typescript version!
sourishkrout
·letztes Jahr·discuss
RIP dude! You were truly one of a kind.
sourishkrout
·letztes Jahr·discuss
Will look into it. The feedback is much appreciated. Thank you!
sourishkrout
·letztes Jahr·discuss
Thanks for the shout-out. Co-creator of Runme here .

Love runnable documentation. We don't have enough of it.
sourishkrout
·letztes Jahr·discuss
Absolutely. It's in the works. I'll be sure to drop additional resources once they are available.

Resources available so far: - https://docs.runme.dev/guide/dagger - https://github.com/runmedev/vscode-runme/blob/58ea9a10c00df7...
sourishkrout
·letztes Jahr·discuss
love the enthusiasm. cocreator of Runme here.

the best part with the Dagger + Runme combo is that it runs entirely local. this isn't just a huge with for portability. it also cuts down development cycle times significantly.
sourishkrout
·vor 2 Jahren·discuss
Simple problems require simple solutions. If Makefile, NPM run, or Rake gets the job done, stick with it. That's great.

The problem that Dagger and similar efforts solve is for pipelines at scale, whether that's a sea of microservices maintained by an armada of teams (which never work the same) or your massive pipelines that should be decomposed into a more atomic pipeline that fed into one.

I believe the latter is a big productivity hurdle even without org-scale. My release pipeline runs for 25min with a team <5 because it's multi-staged (testing pyramid) and includes end-to-end tests. I love my pipeline because it makes me feel safe releasing my software upon success.

However, god forbid it fails with a non-obvious error of 20 minutes into exec. Lack of portability (Hi GHA vendor lock-in) and reproducibility (local-run = impossible) will make this feedback-loop hell.

Now, wiseguys might tell me that pipelines shouldn't run for multiple minutes and only unit tests blah. That's divorced from reality. This sentiment won't not solve automation problems and won't optimize for velocity. It merely throws it over the fence to somebody else. If you have "the luxury" a QE/QA/Release team which I feel bad for.

So the question to ask yourself is: how do I know I have outgrown `go run cmd/ci/main.go`?
sourishkrout
·vor 2 Jahren·discuss
I commend anyone who’s taking a hard look at our current CI/CD practices. Good work! Succinctly stating the problems is easier said than done.

I believe https://dagger.io checks all these manifesto boxes and more. At least that’s where I’m focusing my attention.
sourishkrout
·vor 2 Jahren·discuss
Ah, the other Runme... that explains why I couldn't find it.
sourishkrout
·vor 2 Jahren·discuss
This Jupyter notebook-like system you're describing here is basically Runme. It do not yet have an IntelliJ/Jetbrains plugin; however, the Kernel Architecture outside of the headless CLI allows for integration into any IDE or UI.

It's all open source. Please get involved! We'd be happy to have you.
sourishkrout
·vor 2 Jahren·discuss
Could you please link the example? In the repo itself? There are quite a few. I want to be sure we get that fixed.
sourishkrout
·vor 2 Jahren·discuss
Great name ;)! Co-creator of https://github.com/stateful/runme here.

We've expanded significantly onto the idea of a toy script/utility to bring multi-modality (editor, notebook, terminal, browser) with shared sessions to what's at the core, a universal task runner (see architecture link below).

I'd love to chat about combining efforts if you love hacking on this. The same goes for the author of `mdx`.

https://docs.runme.dev/resources/architecture
sourishkrout
·vor 2 Jahren·discuss
Yep, the internet is one giant peanut gallery. Waldorf and Statler would be excited.
sourishkrout
·vor 2 Jahren·discuss
It's a Mozilla Future project in their Builders program's 2024 cohort: https://future.mozilla.org/builders/2024_cohort/
sourishkrout
·vor 2 Jahren·discuss
Author here. Thanks for sharing! Happy to answer any questions.
sourishkrout
·vor 3 Jahren·discuss
It is not a fiverr video. Runme’s very own Lizz Parody wrote, recorded, and edited the video with input from the team. She did a fantastic job.
sourishkrout
·vor 3 Jahren·discuss
VS Code can attach to VMs via SSH and the notebooks will transparently run on the remote host. Python works out of the box as mentioned. I’m a co-creator of Runme btw.