Jump to content

stonefury

Member
  • Posts

    28
  • Joined

  • Last visited

  • Days Won

    1

stonefury last won the day on April 17 2014

stonefury had the most liked content!

stonefury's Achievements

Member

Member (4/5)

5

Reputation

  1. I am a new user and I paid $20 for chatgpt, so I assumed I was covered. But apparently I need to also pay openai to use the API? It's a little confusing so maybe a little info on that for users. I too was getting 🚨 You have reached the rate limit. Check your settings in your OpenAI dashboard. I had to go and setup a payment method for the API usage and set some $$ limits per month. It seems the $20 a month has nothing to do with this.
  2. When I want to switch between apps or launch a new app, ever since I uprgaded to the latest MacOS, the apps open in the background and are not brought into the foreground. Was this reported already? Is there a way to fix this? Thanks
  3. This is helpful, but does anyone know if an existing workflow that will let me convert arbitrary times to UTC? It is helpful when debugging log files.
  4. 1kilobyte = 1000 bytes? Isn't it 1024? Is there a better tool out there for just converting mbps and so forth into other formats?
  5. I am a heavy user of Amazon Web Services. I usually need to stop/start instances as I am developing or hacking at something, and often I need to get the IP address of a server so I can ssh into. So I started a little project that uses python and boto. It is not tested. I don't think you need anything other than the default python. If you're interested, give it a try and let me know if it works. https://github.com/stonefury/aws-alfred Example Usage: Set the region you want to search: ec2 config region=us-west-2 Search for EC2 instances. It will search all properties of the EC2 instance. You can use a single keyword, or multiple keywords to refine the search. The pubic IP address will go into your clipboard. ec2 find killroy running Stop/Start Instances ec2 stop killroy ec2 start killroy
  6. Sure. Using the awscli is actually pretty easy. It requires some manual setup, but otherwise you can just use plain old bash to produce your output in some cases. For example, I have a keyword that given the instance name and region will automatically open an ssh session through iterm, or for those without iterm, generate the ssh string. Basically, I often am wanting the IP address of an instance and hate looking it up or cut'n pasting from the awsui which needs focus have the time to even be able to copy to the clipboard.
  7. I am using pathfinder. When I do "open in finder" I don't want to open the file with the default application. I want to go to the location of that file inside pathfinder. Anyone know how to fix this?
  8. I'm starting to use the aws cli more, and finding myself creating some workflows to make using AWS easier. I have a couple of workflows which are saving me a lot of steps, probably saving me an hour or more of time a day. Anyone aware of any AWS Workflows already out there? Who knows, maybe what I'm starting might turn into one if nobody else has tackled this yet. Thanks
  9. Curious if anyone has seen anything on worksflows for interacting with AWS? For example, listing EC2 instances might be handle. I am often having to lookup public IPs for machines I spin up.
  10. Anyone aware of this problem? Using the alfred "Lock" build-in, you lose your wifi connection. workaround: I'm using Sleep instead, and enabled the password-required-on-sleep in the system preferences to get the same effect tnx
  11. Any update on this? I'm looking for a way to store code snippets easily. Too clunky having to go to preferences.
  12. Does this still work? Trying it out, doesn't appear to work with today's release. tnx.
  13. Thanks for the super clear instructions for getting the pre-release alfred and evernote. This is my most used alfred workflow.
  14. I just want to simple store, delete, and list tasks. Pretty simple. I've been looking for something out there but not having any luck. I think Omnifocus and Wunderlist are waaaaaayyy to expensive for what I'm looking for. Anyone have some suggestions that have an alfred workflow to go with it? tnx
×
×
  • Create New...