Viewing profile — aeroxis
aeroxis
HN member- Joined
- Wed, Aug 31, 2016, 1:39 AM UTC
- HN karma
- 72
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About aeroxis
No profile information was provided.
Recent public activity
-
comment
Comment #47720328
Here you go: https://www.clawide.app/getting-started/quick-start/
-
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.
-
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…
-
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…
-
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…
-
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/
- story
-
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…
-
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…
-
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.
-
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.
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #14534419
Haha! It does, doesn't it! Once you see it, you can't unsee it!
- story