@jmoironThey forgot the Dunder Mifflin letterhead on this Idera TravisCI email.
@jmoiron@jmikola @AmbassadorAwsum @RocketFizz That's nearly 12 years ago. A deep cut :) I can't say I brought back any limited edition novelty Pepsi on my most recent trip.
@jmoiron@jmikola @AmbassadorAwsum @RocketFizz Let me know how the cucumber compares to Pepsi Ice Cucumber.
@jmoiron@jmikola https://t.co/I9nyqJTnlG
@jmoironI think hierarchical OOP type systems train people to build software components by focusing on modeling the problem space rather than on what interface to expose. That model then becomes the interface, but it's not abstracted anything; it's just a taxonomy.
@jmoiron@francesc @elithrar My optimistic speculation on this was "As [we] work with both contracts and interfaces, they might start to resolve into more obviously separate concepts ... go beginners tend to overuse channels [and later learn] when to use mutexes instead." IYHO, has this...
@jmoiron@elithrar @francesc I'm slightly skeptical wrt "trust the compiler" type performance stuff because it can be difficult to control for. There's some butterfly effect already eg. with escape analysis; change a seemingly benign thing and escape analysis fails and perf tanks.
@jmoironIf NYC, in its position, cannot oppose this type of extortion, how can ordinary cities do it?
@jmoironRT @SammyK: After 10yrs of contracting, I'm pleased to announce I just accepted an offer from @datadoghq to help bring APM & distributed tr…
@jmoiron@kaihendry It's pretty spartan. This in particular is due to the way the server prepares queries. Drivers do exist (psycopg2 in python, eg) that do local parameter substitution, and they have extended support to parameterizing this, but you're putting a lot of trust in the driv...
@jmoiron@kaihendry Unfortunately, table names aren't parameterizable; at least not consistently. "The arguments can only be used as data values, not as identifiers", see https://t.co/z64InhY5t4 .. I think this is consistent across many backends.
@jmoironRT @spiffxp: Congrats to a bunch of dudes. You could at least hold yourself to the same standard you expect of panel submissions to your co…
@jmoiron@dgryski @francesc I swap around a lot, sometimes I want to relax and sometimes I want energy... absolute silence + wearing my headphones without any music playing at all is also on heavy rotation
@jmoiron@francesc lofi study girl, citypop, chillwave, futurefunk, chiptunes, anything johnny pate and most funk besides, and most types of jazz (wes montgomery, kenny burrell, django, miles, astrud & joão, ryo fukui, ...)
@jmoironRT @kaihendry: New video about a little internal @golang tool I made with the help of @jmoiron's SqlX & @MarkusWinand No offset advice. htt…
@jmoiron@elithrar @kisielk @golang I have those too, basically every time I get an email :)
@jmoiron@elithrar @kisielk @golang You and @kisielk have done an incredible job.
@jmoironRT @pauldix: Announcing the first @InfluxDB 2.0 Alpha Release and the Road Ahead! https://t.co/uAZlJFmDjB. Very excited for the start of ou…
@jmoiron@dgryski @bmizerany NPM et al sure do look an awful lot like a grocery store.
@jmoiron2.5 years later and I'm not sure we know any better https://t.co/FjKnqZmfSd https://t.co/D3cW3e9kip
@jmoiron@Sajma I'm a big fan of yujacha. It's the perfect weather for it at the moment, too.
@jmoiron@chimeracoder It's very Microsoft.
@jmoiron@davidcrawshaw Being able to 1_000_000 is a nice change for legibility, although where to put _'s won't cross cultures cleanly. I'll probably fail anything using hex floats in code review, assuming they'll ever even crop up.