back
user profile

jasonpeacock

4,274karma·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
This may be due to my complete clueless-ness, but all these fittings look the same? https://www.greaseboss.io/our-product It looks like you're trying to list a variety of differe…
5y ago·view thread
comment
What kind of customer lock-in do you have? Is the API/data format open or closed? Can I easily export my data? As a customer, I'd be concerned about longevity and data loss if/when you …
5y ago·view thread
comment
Most people in your home are not trying to hack you. A lot of people outside your home are trying to hack you. Shifting your exposure from "everyone in the world with an internet connection&quo…
5y ago·view thread
comment
"Something you have" is generally an improvement over "something you know" for most people's account security. You have to remember where we are starting from - most people ar…
5y ago·view thread
comment
If it doesn't inter-operate, it's not really an alternative. Chrome, Firefox, Edge are all alternative web browsers, you can drop-in replace them when visiting websites. But none of these ca…
5y ago·view thread
comment
Ditto. I grew up in Fairbanks, AK, and it was no big deal. You just put on the appropriate clothing and kept doing your thing.
5y ago·view thread
comment
> Eventually the lunch part was skipped, but it was a helpful way to expose potential culture or tech fit problems that were missed earlier. Maybe it's due to how you wrote it, but this is a b…
5y ago·view thread
comment
Yeah...those are all not the use cases that Enums were intended/designed for. Juse use Python's `dataclass` or similar (`pydantic` is great) and just build the custom data types that you nee…
5y ago·view thread
comment
There are many issues with the use of underline for headings: 1) Constantly fixing them to match the length of the heading, or just suck it up and always use the short form: My Heading ---- …
5y ago·view thread
comment
At first glance, there's a lot of words and not many examples. It's hard to quickly see what's different and special about this version of Markdown, other than "it's a formal …
5y ago·view thread
comment
Those are compiled languages, while Python is an interpreted language. You're comparing apples and oranges. Interpreted languages are quick to develop/quick to learn, and with the support of…
5y ago·view thread
comment
That's because building software & running tests is somewhat standardized, but deploying is very specific to each application's environment (and requires additional credentials, integrat…
5y ago·view thread
comment
If you want to get more into the details about the benefits of CI/CD and other best practices, Accelerate[0] is a great book. It's especially helpful for getting the data and forming the arg…
5y ago·view thread
comment
> when someone is ready to do it That's not automated. CD (however you (re)define it) is about automation and removing people from the loop. As long as you have manual processes, it's not…
5y ago·view thread
comment
You are making multiple assumptions about "legitimate users", which biases against various groups: 1. They have (or are willing to use) an online payment source (credit card, paypal, etc.). …
5y ago·view thread
comment
Palaces are not unique to Russian oligarchs, they're everywhere...here's the newest one, in LA: https://www.msn.com/en-us/lifestyle/home-and-garden/the-worl...…
5y ago·view thread
comment
What's a better analogy?
5y ago·view thread
comment
There is a massive secondary market for cars, and those costs scale much higher than producing a AAA video game, but you don't see car manufacturers blaming used car lots? Perhaps the game's…
5y ago·view thread
comment
They're being lazy, and trying to make an excuse for it. They're self-limiting the effectiveness and thoroughness of their testing because they aren't willing to setup a proper integrat…
5y ago·view thread
comment
You're making a lot of assumptions here that an out-of-country hospital would be of questionable quality and not have medical malpractice laws. Just because other countries medical & legal sy…
5y ago·view thread
comment
Exactly this. People assume I own a private island somewhere because I've been at my publicly-traded company for 20yrs and have the accumulated wealth from all that stock growth. But when the sto…
5y ago·view thread
comment
It's not compulsory, but it's encouraged and the tools have been updated to make it easy to opt-in. It's a good thing for Allies to do, as it normalizes the use of preferred pronouns in…
5y ago·view thread
comment
"Mr Howells bought the bitcoins for almost nothing in 2009" He's lost the currency value of "almost nothing", not millions. Otherwise, I've also "lost millions"…
5y ago·view thread
comment
I do this using Lightsail to run my personal blogs, each blog is running in its own container w/sqlite mounted from a local for persistence (too lazy to do actual Docker volumes). Ditto for Nginx…
5y ago·view thread
comment
Yes, and then they will also need to be more transparent about pricing, and ensure equal access. Good things all around. Sewer used to be a luxury, now it's a utility. Water used to be a luxury, …
5y ago·view thread
comment
It goes even deeper than this. You also need electricity, and the electric utility can cut you off if you they believe what you are doing is illegal or otherwise goes against their TOS. So then you ha…
5y ago·view thread
comment
The coworkers should all be doing the same thing. Only the oncall and their official escalation paths should be expected to be available off-hours.
5y ago·view thread
comment
Psychology is really interesting. "half a decade away" sounds like a really long time, but "5 years away" sounds much shorter. It's an intriguing editorial choice.
5y ago·view thread
comment
I use Ally, it's an online-only bank with a good website & app, and great customer service: https://ally.com/
5y ago·view thread
comment
No discussion of Conway's Law is complete without mentioning the Inverse (or Reverse) Conway Maneuver[0] - knowing that architecture follows org structure, you structure your org to deliver the d…
5y ago·view thread