i like how the us military makes cost of living adjustments. you have your base pay determined my your rank which is not adjusted by where you live. in addition to that you get a housing stipend (BAH and BAS) that is adjusted by where you live. if i remember correctly the housing stipend is before tax.
google is essentially forcing a pay cut to your base salary in addition to the portion of your salary you use for housing.
imo the granny smith is the all time worse apple. always taste like a green apple (not trying to be ironic) and usually has a thick skin. just plain terrible might as well pick any apple variety before it is ripe.
if you want a good green apple buy a newtown pippin.
the problem with golden delicious is that you need to eat them within 3 days of when they are picked. a good golden should have a thin skin, be sweet, and crisp.
i think part of the problem is that farmers pick them to early so your usually getting an green golden that has rotted a bit to turn yellow.
not sure you are aware of this but you can contribute to a SEP IRA[0]. this has a lot of advantages over contributing to a normal ira. in my experience you can contribute more than you usually can in a 401k since most employers do not let you contribute after tax.
i'm surprised by how many people on this forum have not stopped indefinitely at a red light on a bike. most lights i've come across are not calibrated for bikes so this isn't a rare occurrence.
many states have a "dead red"[1] law for when lights are not operational. which permits the cyclist to proceed with caution after stopping.
to be fair it is possible to do this from the command line with ffmpeg when using concat[1][2]. i did this when creating real time video from screencast in the chrome remote debugger.
this is a tool i created when transitioning form phantomjs to chromedriver. it both manages a pool of chrome browsers and allows you to extend the selenium api.
* release ghostdriver 2.0.0 [1]. this is the implementation of the webdriver protocol for phantomjs. unfortunately phantomjs 2.5 was never released :(
* create chrominator [2] a high level api for chrome remote debugger. now defunct... use puppeteer
* created chromedriver-proxy [3] to help me extend chromdriver without having to recompile the c++ project. it also handles pooling browsers. the coolest extension i've built so far is recording video on headless chrome. still a work in progress but has proven stable for the real world test suite i support.
this is an interesting idea. i like how it is declarative.
acrobat FDF[1] and Apache PDFBox[2] provide something similar but are not declarative. i'd be interested in seeing an approach with mozilla/pdf.js ... though i'm not sure how usable it would be.
you should skip this post. it is full of anti-patterns.
anti-patterns
(1) implicit wait. this will create subtle differences in behavior between drivers. it will also create long pauses when you test for negative conditions.
(2) clear. selenium has built in support for clear[1]. in addition to clear you can send the null key[2] if you want to clear the input midway through a sequence of characters.
(3) time wait. this does not make any sense to me. seems like a clever way to add time.sleep.
shamless plug: i've also written a high level api on top of the chrome remote debugger chrominator [1]
similar idea. chrominator use promises instead of a fluent api. it also follows the selenium w3c spec where possible. it does cool stuff with evaluate and evaluateAsync where it resolves the remote object to something usable.
to be fair there are a few other projects i know about that wrap chrome remote debugger with a high level api:
this technique is also called pairwise testing[1]. there are some interesting optimization problems around this approach. it can significantly reduce the number of tests while providing good coverage.
> Selenium IDE makes you handle timeouts manually which is a major inconvenience.
you can set the implicit wait setting. this will work in most cases but will make the tests slow when you need to test negative conditions. the behavior around implicit wait varies by driver implementation which can be annoying. in general it's better to use explicit waits.
> Selenium IDE only works with Firefox and may not work for sites or web apps that have slightly different DOM structure in Chrome, Safari, and IE.
selenium ide has webdriver playback[1]. if you don't like that you can generate webdriver scripts in c#, java, python, or ruby and run them against selenium server.
i built chromium headless_shell for ubuntu 16 in the last 3 months to compare it to my phantomjs 2.1.1 build (cookie patch and ghostdriver selenium 2.53 patch). i was disappointed in what chromium headless_shell had to offer.
good: slightly faster on javascript heavy pages, full dowload and upload support, selenium support for alerts/popups
bad: slower startup, slower average performance, no mobile support, no screenshot support, takes at least 2x cpu and memory compared to phantomjs
for me phantomjs/ghostdriver is faster than chromedriver. plus chromedriver has an annoying click "feature"[1] that can break selenium tests.
google is essentially forcing a pay cut to your base salary in addition to the portion of your salary you use for housing.