Live data from Hacker News

Viewing profile — aeroxis

aeroxis

HN member
Joined
Wed, Aug 31, 2016, 1:39 AM UTC
HN karma
72
Public activity
18 items

About aeroxis

No profile information was provided.

Recent public activity

  1. comment
    Comment #47720328

    Here you go: https://www.clawide.app/getting-started/quick-start/

  2. story
    I built ClawIDE: A web-based IDE for managing multiple Claude Code sessions

    https://www.clawide.app/ ClawIDE is a free and open source integrated development environment for building your apps with Claude Code and other CLI based development tools.

  3. comment
    Comment #39952044

    I worked at a government contractor and they were deploying a custom Java app on tomcat in windows. Entire team was into manual deployment and I was the DevOps engineer hired to au…

  4. story
    How will the Software Engineering be in 20 years?

    20 years ago, we were dealing with PHP mainly and the LAMP stack, or JSPs and deploying to JBoss/Tomcat. Today we deploy apps written in any language to containers. Where do you th…

  5. story
    How to handle PROD issues and DEV tasks that are overtaking my personal time?

    I’m a senior engineer at a security company and on top of my development commitments, I’m constantly pulled into production issues. The issues are interesting and so is the develop…

  6. comment
    Comment #21499535

    Shameless plug but I was not a huge fan of working with bash as I liked python, so I made Sultan: https://sultan.readthedocs.io/en/latest/

  7. story
  8. comment
    Comment #20468492

    It is actually not like you peering through his window to see and note down what you rib one out. It's more like when I have a massive orgy with lots of drugs at my place and I inv…

  9. comment
    Comment #15870200

    I evaluated Qt for one of my personal side projects and ended up going to electron for the reasons you mentioned. Electron, while simple to use, feels slow to launch and run on som…

  10. comment
    Comment #14536956

    :-) I'm glad! I love Bash, and I think it is a great tool, but I always end up looking up the Syntax, which is what inspired me to write Sultan.

  11. comment
    Comment #14536943

    Sultan is open for contribution. Feel free to put your thoughts in the Issues for features you'd like, and submit any Pull Requests for any issues that already exist.

  12. comment
    Comment #14536925

    Since I was creating a tool that works with Commands, I thought of the tag line "Command and Rule Your Shell", and I thought of different types of rulers (Kings, Shahs, Czars, Sult…

  13. comment
    Comment #14536866

    Representing each row as an object works, but it ends up having us write custom objects for different result types. When you run Sultan().ls('-l'), you will get back a list of Stri…

  14. comment
    Comment #14536843

    You make a very good point. Sultan, at the end of the day, is a syntactic sugar for Subprocess. It has a couple of doo-dads for remote SSH execution, and things like that. I origin…

  15. comment
    Comment #14536663

    Yes it is. I looked at SH before writing Sultan. I was not very crazy about the syntax. I wanted the code to be easy to read, because one of my primary goals was the code maintaina…

  16. comment
    Comment #14536626

    It is actually inspired by Fabric, but I was not very happy just using Strings. I also wanted better context management. Fabric is great for DevOps, but there are applications that…

  17. comment
    Comment #14534419

    Haha! It does, doesn't it! Once you see it, you can't unsee it!

  18. story