Computing has certainly created a lot of “laws”. Unlike the laws of physics, remember they are up for debate. I find it annoying that very few people ask “why” regarding Moores Law for example. Just because Moores Law holds true for now, doesn’t mean in a million years it will be true. Gravity will be though.
Whether these things pass scientific scrutiny aside, most of them hold true and are pretty useful. Here they are in one place.
https://github.com/dwmkerr/hacker-laws
Nice work Dave Kerr 🙂
https://github.com/mikelindner/bill.shorten
After talking with a friend about building a secure site to shorten links I came up with this thing I called “Bill Shorten”
It’s pretty simple if you use AWS command line, and it’s as secure as your AWS account, so all the best there 😅.
The basic parts, other than the script and associated files, is an S3 static hosting bucket and a static list of “random” numbers, words or whatever you like for your final short link. This way no code is needed to generate short links, and more importantly to prevent double usage. In the even…
Read more…