Ysx | 8 years ago | on: How “Exit Traps” Can Make Bash Scripts More Robust and Reliable
Ysx's comments
Ysx | 8 years ago | on: A Universe in One Line of Code with 10 PRINT
Ysx | 8 years ago | on: “We have obtained fully functional JTAG for Intel CSME via USB DCI”
Ysx | 8 years ago | on: Microsoft says 40 percent of all VMs in Azure now are running Linux
Ysx | 8 years ago | on: AWS Training and Certification Portal
Ysx | 9 years ago | on: A Simple Pattern for Jobs and Crons on AWS
I wrote validatesns [1] for this, give it a try!
(Not sure why there's an official PHP validator but not Python...)
Ysx | 9 years ago | on: Honest status reporting and AWS service status “truth” in a post-truth world
http://d0.awsstatic.com/whitepapers/architecture/AWS_Well-Ar...
"Best practices: Multi-AZ / Region. Distribute application load across multiple Availability Zones / Regions"
Ysx | 9 years ago | on: Show HN: Your precise age updated live
Ysx | 9 years ago | on: Elastic PyPI: your own Python Package Index on AWS Lambda
Surprised WWW-Authenticate headers aren't passed through. May be possible with custom authorizers[3], though it's extra complexity.
---
[1] https://aws.amazon.com/blogs/compute/binary-support-for-api-...
[2] https://github.com/serverless/serverless/issues/2797
[3] http://docs.aws.amazon.com/apigateway/latest/developerguide/...
Ysx | 9 years ago | on: Pushing your website to Android without an app
Google are sensitive about the spam potential, to the point where they proxy beacon URL resolution through their servers.
Ysx | 9 years ago | on: Tell HN: I think you're downplaying the PHP community
Ysx | 9 years ago | on: Nintendo Soars as Super Mario Mobile Game Comes to the iPhone
Ysx | 9 years ago | on: Overview of all Amazon AWS APIs
https://web.archive.org/web/20150910211935/https://www.exped...
Ysx | 9 years ago | on: API Documentation and the Communication Illusion
Ysx | 9 years ago | on: Linux Sysadmin/DevOps Interview Questions
> My favourite way of fixing it is by running /bin/chmod. It blows minds of most smart-asses who ask this question.
----
Not sure what I'm missing here?
$ docker run -it ubuntu
# chmod 444 /bin/chmod
# /bin/chmod
bash: /bin/chmod: Permission deniedYsx | 10 years ago | on: Ask HN: What books do you wish your manager would read?
Ysx | 10 years ago | on: Computer Store Manager Predicts Future (1979) [video]
Ysx | 10 years ago | on: MicroPython on the BBC micro:bit
Ysx | 10 years ago | on: Ask HN: Who is hiring? (July 2015)
Ysx | 10 years ago | on: PCRE Heap Overflow in Regex Processing Lets Users Execute Arbitrary Code
e.g this script:
Will only call 'Handler 2' on exit.