Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
blackmamoth
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Show HN: Scribe – Generate styled emails from plain English
(usescribe.ashpak.dev)
2 points
by
blackmamoth
8mo ago
|
0 comments
2.
▲
by
blackmamoth
8mo ago
I wanted to build my own v0-style code generation tool, but starting with a full web app builder felt overwhelming. So I narrowed the scope to something more focused: an AI email generator. What it does: Describe an email in plain English,
3.
▲
Show HN: Scribe – generate and preview transactional emails from plain English
(usescribe.ashpak.dev)
2 points
by
blackmamoth
9mo ago
|
1 comments
4.
▲
Show HN: Envyron – reusable env var templates and code snippets
(envyron.vercel.app)
1 points
by
blackmamoth
1y ago
|
0 comments
5.
▲
by
blackmamoth
1y ago
To be completely honest, I didn't even think about ansible when creating this (probability because I haven't yet used it), I looked at pssh and clusterssh and just decided to build one myself.
6.
▲
by
blackmamoth
1y ago
Dude, your tool does so much than just run ssh commands. I just took a quick glance at your project, just wanted to know does this have support for vultr?
7.
▲
by
blackmamoth
1y ago
Haven't really used powershell for my tasks and I'm not as experienced as you are, but what you said sounds absolutely cool, I'll check it out
8.
▲
by
blackmamoth
1y ago
I did use asciinema for creating the demo, but since there is no support for it to play in markdown, I went ahead and created a gif using agg.
9.
▲
by
blackmamoth
1y ago
Haven't set a limit to how many connections are shown, once all the commands are executing, each result (success/failure) is shown at once. So if you connect to 1000 computers, your shell will be flooded with progress bars first a
10.
▲
by
blackmamoth
1y ago
Hey, I missed your comment earlier. And yes, I'd love to hear about those parameters and how they'd be useful
11.
▲
by
blackmamoth
1y ago
Are you still asking this question in an interview? I know a thing or two about sshing into servers, I think I'd be a good enough candidate
12.
▲
by
blackmamoth
1y ago
I know ansible or even custom shell scripts are way better and optimized for such use cases. However, I just wanted to show something I built that might be useful to someone.
13.
▲
by
blackmamoth
1y ago
Hey, yeah I admit i should've written the README myself, but I'm kinda lazy , so I let gpt handle both readme and the post. And I do know there are other tools way better than this and battle tested, but I just built this for fun
14.
▲
by
blackmamoth
1y ago
I was getting bored, this seemed like a cool project to work on outside of work, that's why. One of my colleagues found it useful for his needs, so I figured there might be other people who'd find this useful too.
15.
▲
by
blackmamoth
1y ago
As of now there is no way to take user input in transit, so either the user is required to have the privilege to execute the specified command or have passwordless sudo available. And Yeah, now that you've mentioned it multiple shorte
16.
▲
by
blackmamoth
1y ago
Originally I was going to write the prototype in python and than later reimplement it in Golang, but right now I'm not sure if it's needed
17.
▲
by
blackmamoth
1y ago
Hey man that's really cool, I never really thought of making this interactive.
18.
▲
Show HN: Sshsync – CLI tool to run shell commands across multiple remote servers
(github.com)
47 points
by
blackmamoth
1y ago
|
72 comments