back
user profile
jasonpeacock
4,273karma·799submissions·October 8, 2013
about
[ my public key: https://keybase.io/jasonpeacock; my proof: https://keybase.io/jasonpeacock/sigs/NOzvI-pClldM3QP1RUip2qPkuuH2PhR3KgLG5ng2fgs ]
recent activity (799 total)
comment
Do we know if the test button also includes a confirmation dialog? In that case, the two actions are pretty much indistinguishable. Good UX would eliminate any mindless clicking, for example:
* signif…
comment
It's already been happening for a long time - California has border checkpoints for fruit pests: https://www.cdfa.ca.gov/plant/pe/ExteriorExclusion/borders.h... …
comment
Yet a study in Las Vegas reports significant reduction in the use of force when body cameras are used: https://www.cna.org/cna_files/pdf/IRM-2017-U-016112-Final.pd... In fac…
comment
Backup codes are available, once you've enabled 2FA: https://www.facebook.com/help/148104135383285?helpref=search... …
comment
Now you're promoting "who you know", which is irresponsible as it can pass up many qualified candidates who don't happen to be in the same circles as you. Does "trusted networ…
comment
Science cannot disprove supernatural events/contradict supernatural beliefs because you cannot prove a negative. The burden is on the supporters of the supernatural events/beliefs to provide…
comment
https://www.geekwire.com/2011/target-finally-parts-ways-amaz... I remember when the new Target website launched, and they had a 'Credits' page on the website (or a pres…
comment
The proper follow-through is to file a complaint with the postmaster general for your area, they take it fairly seriously. They carrier is literally refusing to do their job.
comment
USPS has weight limits, their carriers are trained to deliver anything within those weight limits. If they can't deliver an item that meets their own USPS requirements then that's their own …
comment
Let's assume you have 3 engineers, one 10x and two 1x, their total output is: 10x + 1x + 1x = 12x Now you convert that 10x engineer into a 10x multiplier, and let's assume he doesn't ac…
comment
Those "workhorses" negatively contribute to your bus factor[1], they're a risk that needs to be eliminated. That doesn't mean you have to eliminate the workhorses, but you need to …
comment
Similarly, learn how to be a "force multiplier". Don't be the 10x engineer, but instead be the 10x multiplier. How do you increase the quality & output of your entire team/org&…
comment
He writes about network of connections, 1st, 2nd, 3rd degree and so on being lost when you change companies, but that is incorrect. Enough people I know and respect have moved on to other companies th…
comment
Where I live (Seattle) we've passed minimum wage law increases ($15, on a 7yr schedule) that has already resulted in many restaurants adding an automatic & non-optional 20% gratuity to checks…
comment
I'm an avid Instacart user, and I refuse to pay the service fee, nor the tip. Companies need to pay the drivers fair wages, and charge the customers enough to do so. Don't push that responsi…
comment
A good editor can automatically fix <hN> values if needed. But if you're writing an html page, you should already know what you're writing (outline, editing, review, etc). How often ar…
comment
The article presents a blatant strawman argument against Python 3's language by using advanced language features to claim it's no longer simple nor suitable for beginners. Just don't us…
comment
Call it "visual notetaking" and keep doing it :) http://sunnibrown.com/doodlerevolution/ …
comment
You comment describes exactly why this is so amazing - the autopilot executes the same as a competent driver! It's magic because it's the first time in human history that we've had su…
comment
"I don't want to get blocked from doing my work because you've gone dark on slack." That's poor project/task management if your whole day grinds to a halt because of a si…
comment
The WTF is not about the quality of code, it's that the engineer offered w/o asking the company's IP & secrets and didn't think there was anything wrong it. It's a frighte…
comment
Then it's not secure. Security is about the whole system, not just the crypto algo being used. It's defense in depth, not security through obscurity.
comment
That's because workers in tech make more than workers in most occupations. When you hire an intern, you pay them almost-entry-level rates because they are doing almost-entry-level work. Interns a…
comment
That's what code formatting tools (cncrustify, clang-format, etc) were built to fix - let the computer have perfect and consistent formatting, you just need to record your intention.
comment
NO. That is not more readable, and is warned against in most style guides and code-quality books. In the original, at a glance I know exactly what is going on. In your version, I have to read the whol…
comment
Java and Python are apples and oranges - one is a compiled language, the other is interpreted. Better to look at other interpreted languages like Ruby & Perl...and they have the same issue. It…
comment
Where 'strict' == 'unit tested', then I agree with you. You don't need strong typing to make good code.
comment
You can write crappy code in any language. I have seen large, easily maintained systems written in Perl, and I have seen horrible little tools written in Java. There's nothing specific to Python.
comment
Most ppl are trying to solve problems/get work done, not learn how to re-implement functionality already available in libraries. Copy & pasting the API docs lets you focus on solving much har…
comment
If you use grep a lot, you should be using 'ag' (Silver Searcher): http://geoff.greer.fm/ag/