Hacker Newsnew | past | comments | ask | show | jobs | submit | pk86's commentslogin

Assuming the value of max passed in is "sane" (non-negative and within array bounds), it is strictly decreasing and should never overflow.


Working on multiple projects at once with long build commands gets tedious quickly - I built coal to quickly containerize and manage your aliases.

Simple usage example:

$ coal new aws-lambda

$ coal add update "aws lambda update-function-code --function-name func --zip-file fileb:///tmp/main.zip"

$ coal add errors "aws logs filter-log-events --log-group-name /aws/lambda/func --filter-pattern \"ERROR\""

$ update

{ "FunctionName": "func", ... "LastUpdateStatus": "Successful" }

$ errors

{ "events": [ { "logStreamName": "<redacted>", ... "message": "ERROR...", }, ... }

$ coal new git

$ coal add update "git pull"

$ update

Already up to date.

$ coal load aws-lambda

$ update

{ "FunctionName": "func", ... "LastUpdateStatus": "Successful" }


My weekend project to learn Rust was to create a command line CSV splitter. Feedback appreciated!


I recently learned about FUSE and thought it was so nifty that I had to try it out myself - this is the result. I'm still learning about Linux and filesystems, so this is a rudimentary version with basic functionality - any advice or feedback is appreciated!


I recently learned about FUSE and thought it was so nifty that I had to try it out myself - this is the result. I'm still learning about Linux and filesystems, so this is a rudimentary version with basic functionality - any advice or feedback is appreciated!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: