Availability Anywhere Part 11 — Keeping a channel fresh

This is the eleventh part of the Availability Anywhere series. For your convenience you can find other parts in the table of contents in Part 1 – Connecting to SSH tunnel automatically in Windows We already have our Channel Bonder for aggregating links. However, if all of them go down briefly we end up with … Continue reading Availability Anywhere Part 11 — Keeping a channel fresh

Chatterbox Part 13 — Capturing model with Fiddler

This is the thirteenth part of the Chatterbox series. For your convenience you can find other parts in the table of contents in Part 1 – Origins Some networks communicate over websockets which are much harder to scrape with a Chrome extension. I tried some code on the internet (mostly based on replacing the websocket … Continue reading Chatterbox Part 13 — Capturing model with Fiddler

Chatterbox Part 12 — Scraping page’s model with JavaScript or extensions

This is the twelfth part of the Chatterbox series. For your convenience you can find other parts in the table of contents in Part 1 – Origins Scraping is hard so we should avoid doing that as much as possible. Some pages allow us to get our hands on the logical model with some tricks. … Continue reading Chatterbox Part 12 — Scraping page’s model with JavaScript or extensions