Live data from Hacker News

Show HN: Curl https://ec2.shop

ec2.shop

81–84 of 84 posts

Re: Show HN: Curl https://ec2.shop

#81
Nice list. Recently, I loaded all the prices into an Excel document to make things easier for projecting costs and determining prices. I always use the following formula for estimating monthly costs on Amezmo.

$Hourly * 750

750 being the number of hours in 1 month.

Re: Show HN: Curl https://ec2.shop

#82
post #69
post #55

Earlier quoted context omitted.

but why "ansi"? ANSI is only an encoding. You can have html that's in ansi, and you can have something like OP's that's not in ansi (eg. if you add emojis).

This is "ANSI" as in ANSI X3.64 escape sequences, not "ANSI" as in a character encoding. You can output color to curl on an ANSI-compatible terminal but not to something expecting actual plain text like a browser.

I think text/ecma48 would be a better name. There are lots of ANSI standards. (I guess text/ansi-x3.64 might also work, but text/ecma48 seems simpler.)

Re: Show HN: Curl https://ec2.shop

#83
post #13

Could you update the `...&filter...` example to wrap the URL in quotes so that the `&` isn't interpretted by the shell as sending the process to the background?

this is an issue of ZSH.

That is a POSIX standard and not something specific to zsh

Re: Show HN: Curl https://ec2.shop

#84
post #69

Earlier quoted context omitted.

This is "ANSI" as in ANSI X3.64 escape sequences, not "ANSI" as in a character encoding. You can output color to curl on an ANSI-compatible terminal but not to something expecting actual plain text like a browser.

I think text/ecma48 would be a better name. There are lots of ANSI standards. (I guess text/ansi-x3.64 might also work, but text/ecma48 seems simpler.)

Yes, I should have been more specific. text/x-term-${TERM} probably would be better, since it could be any number of terminal types...
Post reply on HN