Live data from Hacker News

Viewing profile — amterp

amterp

HN member
Joined
Sun, Sep 22, 2024, 9:26 AM UTC
HN karma
27
Public activity
18 items

About amterp

No profile information was provided.

Recent public activity

  1. comment
    Comment #48534027

    I'm working on two main projects at the moment. One is Rad [0], a programming language tailored for writing CLI scripts and tools (mainly an alternative to Bash), taking a declarat…

  2. comment
    Comment #47439371

    Happy for the devs, they deserve the presumably massive payout for the amount of value they’ve brought to the Python community.

  3. comment
    Comment #47310609

    I am continuing to work on Kan [0], a dev-focused kanban board that works via plain text files in your repository. I am finding it really useful for solo projects, giving a really …

  4. comment
    Comment #46970799

    I've been working on Kan [0] which is a CLI written in Go that can serve a Kanban board ( `kan serve` ). Serving the Kanban board means opening up a localhost page for a Kanban boa…

  5. comment
    Comment #46924464

    Really appreciated this perspective. Much more tempered and less hype than a lot of other articles I see. I thought the "dont let agents finishing interrupt you" workflow was an in…

  6. comment
    Comment #46800718

    Yep each one is a fresh session. Are you asking because you'd like a persistent one?

  7. comment
    Comment #46796206

    This is exactly the frustration that lead me to write Rad [0] (the README leads with an example). I've been working on it for over a year and the goal is basically to offer a progr…

  8. comment
    Comment #45873795

    I am working on Rad [0], a programming language built specifically for CLI scripts, so you don't need to write Bash, and it offers CLI-tailored features which make it a better choi…

  9. comment
    Comment #45873541

    This looks great! I'm currently using Material for MkDocs but was thinking of switching off it, in part due to the lack of options around having custom highlighting in code blocks …

  10. comment
    Comment #45675543

    Love this, lots of great ideas I'll be stealing :) Folks interested in scripting like this might like this tool I'm working on https://github.com/amterp/rad Rad is built specifical…

  11. comment
    Comment #45566620

    Working hard on Rad, which is aiming to be a Bash-replacement for writing CLI scripts. The goal is to allow users to write maintainable scripts with declarative argument parsing, b…

  12. comment
    Comment #45424437

    Work continues for me on Rad[0]. It's a programming language designed specifically for CLI scripts. I was sick of writing Bash scripts and thought we could do much, much better, so…

  13. comment
    Comment #45166356

    Very much agree with the article, this is one of the reasons why I wrote Rad [0], which people here might find interesting. The idea is you write CLI scripts with a declarative app…

  14. comment
    Comment #44681856

    Modern cmd line scripting is an interesting area and I like seeing people's different approaches to improving it. Personally, I want to get as far away from writing control flow, l…

  15. comment
    Comment #44422711

    Been working on https://github.com/amterp/rad for almost a year now. It's a programming language designed for writing good CLI scripts, so it's aiming to replace Bash but is much m…

  16. comment
    Comment #44308674

    Thanks! :) Yeah in my experience they're okay at Bash but I'm never happy with the scripts it makes, I feel like the ceiling is pretty low on how good Bash scripts can get without …

  17. comment
    Comment #44304454

    I've been working on a programming language for about a year which aims to replace Bash for scripting but is far closer to Python. It's something I hope to see used by many other p…

  18. comment
    Comment #44101884

    I'm working on a programming language aiming to replace Bash. It specifically targets CLI scripts where Python or Rust are overkill, but it contains a bunch of constructs that make…