user_id
stringclasses
269 values
chunk_id
stringlengths
12
15
platform
stringclasses
1 value
content
listlengths
2
5
timestamp
stringdate
2009-03-11 02:08:23
2023-04-19 22:13:58
briantford
conv_2939#25800
twitter
[ { "speaker": "OTHER", "text": "@jergason I really with people would call em \"snapshot assertions.\" Calling them a \"type\" of test confused me at first." }, { "speaker": "OTHER", "text": "@iammerrick @BenLesh All of the \"It's Just JS\" stuff is missing the forest for the trees." }, { ...
2017-07-06T22:21:47+00:00
briantford
conv_2220#25801
twitter
[ { "speaker": "SELF", "text": "@thejameskyle @iammerrick @BenLesh oh, you're doing dynamic analysis now? tell me more." }, { "speaker": "OTHER", "text": "@iammerrick @thejameskyle @BenLesh sure. the distinction between \"template lang\" and \"host lang\" is meaningless. I care more about \"javasc...
2017-07-06T22:00:42+00:00
briantford
conv_1999#25802
twitter
[ { "speaker": "SELF", "text": "@thejameskyle @iammerrick @BenLesh We definitely need good stepping stones. Types and algebraic side effects are a lot to swallow." }, { "speaker": "OTHER", "text": "@thejameskyle @BenLesh @iammerrick javascript is bad lol" } ]
2017-07-06T21:49:22+00:00
briantford
conv_1709#25803
twitter
[ { "speaker": "SELF", "text": "@thejameskyle @BenLesh @iammerrick If you're going this route, I'm arguing you should just design a good language instead." }, { "speaker": "OTHER", "text": "@thejameskyle @BenLesh @iammerrick subsetting JS is, in both theory and practice, a different language. I ca...
2017-07-06T21:33:40+00:00
briantford
conv_7383#25804
twitter
[ { "speaker": "OTHER", "text": "@iammerrick @BenLesh Maybe. I don't think your comparison holds tho. I'm saying JS is a poor host lang if you want fast templates. What am I missing?" }, { "speaker": "OTHER", "text": "@iammerrick @BenLesh If you want certain AOT optimizations, you can't use certai...
2017-07-06T21:01:56+00:00
briantford
conv_3544#25805
twitter
[ { "speaker": "OTHER", "text": "@iammerrick @BenLesh the template language can be more constrained, hence easier to optimize. depends on the language though." }, { "speaker": "OTHER", "text": "@ThirdLooks guy prolly doesn't even see any kickback smh" }, { "speaker": "SELF", "text": "@...
2017-06-17T04:28:11+00:00
briantford
conv_9631#25806
twitter
[ { "speaker": "SELF", "text": "@flowtype @typescriptlang There's still lots of room for improvement. Error messages especially (delc vs usage) could be better. But overall, I'm impressed." }, { "speaker": "SELF", "text": "You know what has improved a lot in the past 12 months? @flowtype. It's pre...
2017-04-17T22:28:42+00:00
briantford
conv_7554#25807
twitter
[ { "speaker": "SELF", "text": "@samccone @TheLarkInn I wish moment objects were immutable, and that methods that were impure were more obvious. But it does do a good job at timezone math!" }, { "speaker": "SELF", "text": "@TheLarkInn @samccone ...or maybe it was something with inferring a string'...
2017-04-17T03:06:22+00:00
briantford
conv_4998#25808
twitter
[ { "speaker": "OTHER", "text": "@samccone not surprised. last time i had a perf bottleneck it was also moment. writing the same fn myself had a 300x speedup." }, { "speaker": "SELF", "text": "@tomdale There's so much arbitrary essentialism that comes from the node world. As if any primitive that ...
2017-03-01T20:57:19+00:00
briantford
conv_1116#25809
twitter
[ { "speaker": "SELF", "text": "@mathdroid @rauchg @zeithq it's nice to see others making use of it. :D" }, { "speaker": "OTHER", "text": "@mathdroid @rauchg @zeithq nice!" } ]
2017-02-28T19:27:09+00:00
briantford
conv_5272#25810
twitter
[ { "speaker": "OTHER", "text": "@BenLesh @Google congrats!" }, { "speaker": "OTHER", "text": "@SomeJulie @cnishina I feel like twitter has changed how @-reply threading works every 6 to 12 months, so it's not really your fault." }, { "speaker": "OTHER", "text": "@jackyalcine ah smart!...
2017-02-24T04:25:55+00:00
briantford
conv_6896#25811
twitter
[ { "speaker": "SELF", "text": "@esosanderelias I haven't made a claim to the contrary :)" }, { "speaker": "SELF", "text": "@esosanderelias I'm only saying you don't need as/aw if you adopt stream I/O or monadic I/O, and in a vacuum, these are better abstractions" }, { "speaker": "OTHER",...
2017-02-24T03:51:05+00:00
briantford
conv_8210#25812
twitter
[ { "speaker": "OTHER", "text": "@esosanderelias I'd argue that learning new paradigms is more about unlearning bad patterns from the old." }, { "speaker": "SELF", "text": "@esosanderelias education, while important, is a chicken & egg problem." } ]
2017-02-24T03:44:44+00:00
briantford
conv_1594#25813
twitter
[ { "speaker": "SELF", "text": "@trek it's for sale though...\n\nwanna go halfsies?" }, { "speaker": "OTHER", "text": "@cnishina @SomeJulie see links in the full thread" }, { "speaker": "SELF", "text": "@lynncyrin extremely relatable." }, { "speaker": "OTHER", "text": "@mti...
2017-02-23T07:02:05+00:00
briantford
conv_1411#25814
twitter
[ { "speaker": "SELF", "text": "@dwieeb I'd recommend @andrestaltz great talk on steam I/O for some background: https://t.co/txioKue5rL" }, { "speaker": "SELF", "text": "@dwieeb they are similar, but not the same. I'm hinting at a different paradigm for dealing with side effects." }, { "sp...
2017-02-22T22:20:02+00:00
briantford
conv_5566#25815
twitter
[ { "speaker": "OTHER", "text": "I like @munificentbob's explanation: https://t.co/WvHhkd8MaY\n\ncoroutines and even (gasp) threads are probably better than async/await" }, { "speaker": "OTHER", "text": "@geddski https://t.co/LNZIHfWEnY" } ]
2017-02-22T21:22:45+00:00
briantford
conv_7984#25816
twitter
[ { "speaker": "SELF", "text": "Streams (\"observables\") and monadic I/O strategies are easier to reason & test, more cohesive with FP and immutable data." }, { "speaker": "OTHER", "text": "As cool as async/await is, I can't help but feel like it's another step in the wrong direction." }, ...
2017-02-10T19:13:00+00:00
briantford
conv_4489#25817
twitter
[ { "speaker": "SELF", "text": "Hearing the term \"snapshot test\" frequently these days. I think it's better to think of \"snapshot\" as a type of assertion than type of test." }, { "speaker": "OTHER", "text": "@ag_dubs these are very good tweets." } ]
2017-02-10T02:22:09+00:00
briantford
conv_8339#25818
twitter
[ { "speaker": "SELF", "text": "@bestander_nz Awesome! I'll defer to @CadorDuChandail who has a better understanding of the issue than me." }, { "speaker": "SELF", "text": "@addyosmani @bestander_nz @CadorDuChandail @chrisirhc thanks Addy!" }, { "speaker": "SELF", "text": "@addyosmani ...
2017-02-02T18:37:58+00:00
briantford
conv_4804#25819
twitter
[ { "speaker": "OTHER", "text": "@tomdale angular 4" }, { "speaker": "OTHER", "text": "@teryface hope you got it in time and your face is still intact 💆" }, { "speaker": "OTHER", "text": "@teryface loool. \"throw it directly away from your face\" \"open it slowly\"" }, { "spea...
2016-12-09T00:13:40+00:00
briantford
conv_7362#25820
twitter
[ { "speaker": "SELF", "text": "@nrwl_io congrats @jeffbcross and @victorsavkin !" }, { "speaker": "SELF", "text": "@jeffbcross honored to have helped." }, { "speaker": "SELF", "text": "@SlexAxton prove it" }, { "speaker": "OTHER", "text": "(i know im late to the party)" ...
2016-11-21T21:23:24+00:00
briantford
conv_1807#25821
twitter
[ { "speaker": "SELF", "text": "@contrahacks this punk kid @CadorDuChandail I work with is dissing on ur build system rn https://t.co/ry7npnmpZS" }, { "speaker": "SELF", "text": "@caitp88 @theomn I'm mostly raging at redux-ship and redux-saga that claim testability, but really just move untestable...
2016-10-26T22:34:57+00:00
briantford
conv_2412#25822
twitter
[ { "speaker": "OTHER", "text": "@briantford generator functions in JS are almost always stateful." }, { "speaker": "OTHER", "text": "Seeing more JS libs using generators and claiming them to be more \"testable\". I'd actually argue the opposite." } ]
2016-10-26T22:32:54+00:00
briantford
conv_5198#25823
twitter
[ { "speaker": "OTHER", "text": "@yoshuawuyts I doubt it'd have too many benefits over a trie-based approach, but it does give a bit more flexibility." }, { "speaker": "OTHER", "text": "@yoshuawuyts something I haven't gotten around to, but want to try, is a router based on Brzozowski's derivative...
2016-10-26T18:13:55+00:00
briantford
conv_8651#25824
twitter
[ { "speaker": "OTHER", "text": "@samccone @contrahacks you're on" }, { "speaker": "OTHER", "text": "@contrahacks did you buy that just so you could make that tweet?" }, { "speaker": "OTHER", "text": "@rtfeldman sadly I'm predisposed on Wed, another time though!" }, { "speaker"...
2016-09-22T21:04:58+00:00
briantford
conv_2290#25825
twitter
[ { "speaker": "OTHER", "text": "I think many OSS projects would really benefit from this idea of \"batching work.\" First we have to overcome this expectation of immediacy." }, { "speaker": "SELF", "text": "Really enjoying @czaplic's thoughtful talk on open source WRT Elm – \"Code is the easy par...
2016-09-20T19:38:51+00:00
briantford
conv_2906#25826
twitter
[ { "speaker": "SELF", "text": "@CoralineAda the truest form of love, they say" }, { "speaker": "SELF", "text": "@BRANDONWARDELL y" }, { "speaker": "SELF", "text": "@jackyalcine that's not a bad idea 😂" } ]
2016-09-17T02:34:05+00:00
briantford
conv_2474#25827
twitter
[ { "speaker": "SELF", "text": "@jackyalcine damn that reminds me I still gotta eat. You're 3 steps ahead of me." }, { "speaker": "SELF", "text": "@iammerrick @geddski yes, but also in everything. tends to make composition more difficult." }, { "speaker": "SELF", "text": "@ryanflorence...
2016-09-16T23:51:04+00:00
briantford
conv_7788#25828
twitter
[ { "speaker": "SELF", "text": "@iammerrick yup." }, { "speaker": "SELF", "text": "I'm increasingly convinced that lifecycle hooks as an API are a bad idea" }, { "speaker": "SELF", "text": "@samccone @Paul_Kinlan \n> only on linux\nnooooooo" }, { "speaker": "SELF", "text...
2016-09-14T23:08:59+00:00
briantford
conv_7709#25829
twitter
[ { "speaker": "OTHER", "text": "@iammerrick right, but if you want to reuse anything (styles, consts, etc) you have to name it. Problem not unique to types." }, { "speaker": "SELF", "text": "@ryanflorence This isn't a good argument. In many type systems (TS, flow), you can inline types without ha...
2016-09-01T22:07:22+00:00
briantford
conv_6967#25830
twitter
[ { "speaker": "OTHER", "text": "@dan_abramov I think a smoke test is a good first step. Agree you don't want to discourage by making things too complex." }, { "speaker": "SELF", "text": "@dan_abramov the way its written now might suggest to beginners that all you need is the smoke test." }, {...
2016-09-01T21:49:57+00:00
briantford
conv_5884#25831
twitter
[ { "speaker": "OTHER", "text": "\"The responsibility of people in power is to continually eliminate useless traditions and introduce valuable ones\"\n\nhttps://t.co/o6psehQWEG" }, { "speaker": "OTHER", "text": "@samccone @nolanlawson kickstarter to buy all the domains for sam?" }, { "spea...
2016-08-29T22:18:11+00:00
briantford
conv_5066#25832
twitter
[ { "speaker": "OTHER", "text": "@craigsmitham @victorsavkin Yes. I see many devs use it prematurely (and introduce coupling). Better to use props (react) or bindings (ng)" }, { "speaker": "SELF", "text": "@victorsavkin opinion: \"selectors\" are a blight on state management as they let children r...
2016-08-27T06:45:44+00:00
briantford
conv_5464#25833
twitter
[ { "speaker": "OTHER", "text": "@engelsjeroen I want to assert that a test exists for {users, posts, ...} covering each CRUD operation, for instance." }, { "speaker": "OTHER", "text": "@lmeyerov @rakingleaves Yes! I'm also taking a look at https://t.co/2DD50oDafi" }, { "speaker": "SELF", ...
2016-08-27T04:57:41+00:00
briantford
conv_6739#25834
twitter
[ { "speaker": "SELF", "text": "@samccone @wkf Only thing I'm missing is constraint system/solver to generate interesting permutations." }, { "speaker": "SELF", "text": "@samccone @wkf I have a POC that avoids webdriver, runs totally sync, and uses immutable data to \"time travel.\"" }, { ...
2016-08-27T00:26:45+00:00
briantford
conv_4508#25835
twitter
[ { "speaker": "SELF", "text": "Is there any prior art on property-based testing for UI code? especially targetting ordering constraints / race conditions?" }, { "speaker": "SELF", "text": "@sindresorhus also hi" } ]
2016-08-27T00:03:55+00:00
briantford
conv_2894#25836
twitter
[ { "speaker": "OTHER", "text": "@sindresorhus Is there an easy way to get all the test names (for tests that have them) from Ava?" }, { "speaker": "SELF", "text": "\"snapshot tests\" can be done at the unit, integration, or E2E level. \"snapshot\" is more of a type of assertion than a type of tes...
2016-08-26T21:19:13+00:00
briantford
conv_4480#25837
twitter
[ { "speaker": "SELF", "text": "@satya164 right, but now you have to ask if what's \"obvious\" to you is what's obvious to flow's inference system." }, { "speaker": "OTHER", "text": "@lbljeffmo That makes sense. Is there a way for me to run flow so that it errors if I don't provide types where it ...
2016-08-26T21:07:15+00:00
briantford
conv_2841#25838
twitter
[ { "speaker": "SELF", "text": "@lbljeffmo inference always means you have weaker guarantees, so dev still has to think about these things. but less effort on dev's part." }, { "speaker": "SELF", "text": "@lbljeffmo I think the behavior is reasonable; was just trying to motivate larger point with ...
2016-08-26T21:00:39+00:00
briantford
conv_9960#25839
twitter
[ { "speaker": "SELF", "text": "@satya164 At that point you have to question the value of type inference (which seems to be the selling point of Flow)." }, { "speaker": "OTHER", "text": "@satya164 @lbljeffmo @thejameskyle in this case, it should be, but you can always construct a slightly more dyn...
2016-08-26T20:49:20+00:00
briantford
conv_4017#25840
twitter
[ { "speaker": "SELF", "text": "@jden208 \"types\" are a spectrum; the issue is with weak implicit guarantees. Systems without types can have this characteristic as well." }, { "speaker": "SELF", "text": "You're always asking \"do I need to explicitly add an annotation, or is the checker smart eno...
2016-08-26T20:43:07+00:00
briantford
conv_3493#25841
twitter
[ { "speaker": "OTHER", "text": "I like Flow's type inference, but JS is so dynamic that I never feel confident that the inference is covering some case." }, { "speaker": "SELF", "text": "For me, adopting linters, type checkers, etc is about eliminating a class of errors so that I can use my brain...
2016-08-25T00:34:57+00:00
briantford
conv_2562#25842
twitter
[ { "speaker": "OTHER", "text": "@SlexAxton https://t.co/2ozfQhHQpq" }, { "speaker": "OTHER", "text": "@BenLesh many roads lead to rome" }, { "speaker": "SELF", "text": "I like how you can largely avoid beforeEach hooks in tests if you make use of immutability" } ]
2016-08-22T22:17:39+00:00
briantford
conv_1362#25843
twitter
[ { "speaker": "SELF", "text": "@SlexAxton good luck buddy" }, { "speaker": "OTHER", "text": "@anroOfCode egoDeathCredentialManager" }, { "speaker": "OTHER", "text": "@briantford thus concludes today's unsolicited programming advice. see you all tomorrow" } ]
2016-08-18T22:37:24+00:00
briantford
conv_6438#25844
twitter
[ { "speaker": "OTHER", "text": "naming tip: chose a name based on how the thing is used rather than what how the thing's implementation works" }, { "speaker": "OTHER", "text": "@passy This is exactly what I needed. Thanks!" }, { "speaker": "SELF", "text": "@passy like in Elm, error st...
2016-08-18T19:23:26+00:00
briantford
conv_3022#25845
twitter
[ { "speaker": "OTHER", "text": "@YungRama @DonutSavant that's a serious power move" }, { "speaker": "SELF", "text": "@YungRama oh my god" }, { "speaker": "SELF", "text": "@brianloveswords they missed the most important shortcut for improving your productivity on twitter dot com: cmd w...
2016-08-12T20:32:43+00:00
briantford
conv_9090#25846
twitter
[ { "speaker": "SELF", "text": "@SwartzCr lol already there" }, { "speaker": "OTHER", "text": "@SlexAxton with pesos" }, { "speaker": "OTHER", "text": "@iam_preethi likewise!" } ]
2016-08-09T07:04:48+00:00
briantford
conv_6371#25847
twitter
[ { "speaker": "SELF", "text": "@nateabele 😂" }, { "speaker": "SELF", "text": "@briantford testing the wiring between components becomes especially important when using HOC, spread operator, etc." }, { "speaker": "OTHER", "text": "Agree 100%. I think unit tests are overused, integrati...
2016-07-22T18:24:10+00:00
briantford
conv_6050#25848
twitter
[ { "speaker": "SELF", "text": "@trek @tomdale @samccone but I think it's worth it. Anyway this is a bad convo for 140 chars at a time" }, { "speaker": "SELF", "text": "@trek @tomdale @samccone Yes, this means you might have to work at making your criticisms hard to misinterpret if you work on ano...
2016-07-20T22:05:46+00:00
briantford
conv_1509#25849
twitter
[ { "speaker": "OTHER", "text": "@trek @tomdale @samccone I agree. Critique is good, but it's context dependent. I think Tom is right, but his messaging is easy to dismiss." }, { "speaker": "SELF", "text": "@tomdale I don't think there's much of a consequence; the ecosystems are distinct, and the ...
2016-07-20T21:39:14+00:00
briantford
conv_1486#25850
twitter
[ { "speaker": "OTHER", "text": "@tomdale I doubt the semantics of the two Angular impls will change much, but the affordances certainly will to accommodate each lang." }, { "speaker": "SELF", "text": "@skahrn there is no correspondence between zones and components; they are unrelated concepts." ...
2016-07-20T17:45:39+00:00
briantford
conv_4936#25851
twitter
[ { "speaker": "SELF", "text": "@LtSquigs hahahahaha i love this show so much." }, { "speaker": "SELF", "text": "@nathanhammond @wycats @tomdale the brilliant @mattmight has a series of posts on his blog about it – https://t.co/0GMTF1hnzt" }, { "speaker": "SELF", "text": "@nathanhammon...
2016-07-18T18:43:00+00:00
briantford
conv_5311#25852
twitter
[ { "speaker": "OTHER", "text": "@nathanhammond nice post. I'd recommend looking into Brzozowski's derivative; you can achieve a much simpler parsing architecture with it." }, { "speaker": "OTHER", "text": "can't stop thinking \"data centaurs\" instead of \"data centers\" today for some reason" ...
2016-06-28T17:19:41+00:00
briantford
conv_3658#25853
twitter
[ { "speaker": "OTHER", "text": "@jedgar still waiting on that screenshot" }, { "speaker": "OTHER", "text": "\"new ideas, even if they are probably wrong and not terribly important, are far more attractive\" https://t.co/OI0vlq9pds" } ]
2016-06-18T18:59:06+00:00
briantford
conv_2158#25854
twitter
[ { "speaker": "SELF", "text": "@tomdale @jedschmidt wow 2008 was a fine vintage for tweets" }, { "speaker": "SELF", "text": "@dan_abramov reusing selectors is interesting, but it feels like a stopgap solution better solved with types." }, { "speaker": "SELF", "text": "@dan_abramov app...
2016-06-16T07:18:17+00:00
briantford
conv_3744#25855
twitter
[ { "speaker": "SELF", "text": "@andrestaltz I suspect that it's what you end up with when you rule out types as part of a wholistic UI solution." }, { "speaker": "SELF", "text": "@andrestaltz no need to convince me! I started with Elm first and I'm just trying to figure out *why* Redux is so popu...
2016-06-16T06:51:50+00:00
briantford
conv_4598#25856
twitter
[ { "speaker": "OTHER", "text": "@bcrypt totally agree, but also think JS suffers from tool/methodology fetishization; pendulum a bit too far in the other direction IMO" }, { "speaker": "SELF", "text": "@kilianciuffolo adding a layer of indirection on the consumer side does not reduce coupling; th...
2016-06-16T00:07:16+00:00
briantford
conv_9761#25857
twitter
[ { "speaker": "SELF", "text": "@lapanoid also you can use the same architecture as elm without using the language. that's more what I'm getting at." }, { "speaker": "OTHER", "text": "@lapanoid @elmlang latest update made huge headway here with ports https://t.co/qtT08GxJL1 | JS bindings WIP: http...
2016-06-15T23:47:27+00:00
briantford
conv_6838#25858
twitter
[ { "speaker": "OTHER", "text": "@BenLesh @ryanflorence sounds to me like parent state that parent component should own and marshal to children" }, { "speaker": "SELF", "text": "@lapanoid that's fine, I'm talking about architecture in general, not trade-offs in dealing with legacy code" }, { ...
2016-06-15T23:27:45+00:00
briantford
conv_3153#25859
twitter
[ { "speaker": "SELF", "text": "@ryanflorence agree. I think we're saying the same thing. I'm mostly trying to reconcile my understanding of redux against Elm's arch" }, { "speaker": "OTHER", "text": "@ryanflorence perhaps I'm conflating store and state. My point is that it should be hierarchical,...
2016-06-15T23:19:06+00:00
briantford
conv_4046#25860
twitter
[ { "speaker": "OTHER", "text": "@elmd_ @elmlang @andrestaltz I think it makes better trade-offs for most cases. Nothing is ever strictly better in engineering." }, { "speaker": "SELF", "text": "@ryanflorence I can't tell if you're agreeing with me or not" }, { "speaker": "SELF", "text...
2016-06-15T23:09:08+00:00
briantford
conv_1896#25861
twitter
[ { "speaker": "SELF", "text": "@SlexAxton have u heard of GUIDs?" }, { "speaker": "OTHER", "text": "@elmd_ look to @elmlang for inspiration ;)" }, { "speaker": "OTHER", "text": "having \"smart components\" at arbitrary points in your app hierarchy means you introduce coupling, increme...
2016-06-15T22:17:14+00:00
briantford
conv_7259#25862
twitter
[ { "speaker": "OTHER", "text": "(they're actually slower in the micro-case, but can save you from perf hits regardless of how bad your high level architecture is)" }, { "speaker": "SELF", "text": "self-righteousness-driven development @tec27" }, { "speaker": "SELF", "text": "The main ...
2016-06-14T15:51:32+00:00
briantford
conv_4001#25863
twitter
[ { "speaker": "SELF", "text": "@DonTAbrams many systems require no additional work up front. Do not conflate type annotations with types. Not all are created equal" }, { "speaker": "OTHER", "text": "@benlakey just scanning https://t.co/VniL2UvFJN\n\nabout half are non-stylistic. 99% of devs using...
2016-06-14T08:03:10+00:00
briantford
conv_9397#25864
twitter
[ { "speaker": "OTHER", "text": "@elmd_ thanks! just quietly working on stuff for now." }, { "speaker": "OTHER", "text": "@benlakey eslint/jshint both have rules about how the identifier \"cb\" is used. Essentially Hungarian notation." }, { "speaker": "SELF", "text": "Nullability is on...
2016-06-14T07:27:49+00:00
briantford
conv_6059#25865
twitter
[ { "speaker": "OTHER", "text": "It's common to think about typed vs untyped, but really it's more of a spectrum. And even on the typed side, there are important differences" }, { "speaker": "SELF", "text": "if you're using jsdoc to document code, you're doing all the work of using a type system w...
2016-06-14T07:23:26+00:00
briantford
conv_5948#25866
twitter
[ { "speaker": "SELF", "text": "@andrestaltz @_ericelliott *classes of errors" }, { "speaker": "SELF", "text": "@andrestaltz @_ericelliott there are plenty of ways to implement a type system while at the same time introducing new classes or errors." } ]
2016-06-14T07:14:59+00:00
briantford
conv_6970#25867
twitter
[ { "speaker": "OTHER", "text": "@andrestaltz @_ericelliott agreed. rationalle is unsound as well– common causation falicy." }, { "speaker": "SELF", "text": "@ThirdLooks burn it all down" } ]
2016-06-13T23:38:16+00:00
briantford
conv_4131#25868
twitter
[ { "speaker": "OTHER", "text": "@victorsavkin thanks!" }, { "speaker": "OTHER", "text": "@johnlindquist @victorsavkin \"2 or 3 things that you might want to know about reactive programming\"" }, { "speaker": "SELF", "text": "@AOKUCO @beeple 🔥" }, { "speaker": "SELF", "tex...
2016-06-08T19:49:16+00:00
briantford
conv_1877#25869
twitter
[ { "speaker": "SELF", "text": "@SwartzCr I just call everything \"deep witch house\" until someone corrects me" }, { "speaker": "OTHER", "text": "@jeffbcross duh" }, { "speaker": "SELF", "text": "@pamasaur not a dad, but I'd personally be *elated* to receive a full scale model of a hu...
2016-05-28T03:56:17+00:00
briantford
conv_1642#25870
twitter
[ { "speaker": "SELF", "text": "@bodil meanwhile implementing poor ad-hoc \"types\" with runtime assertions, propTypes, etc." }, { "speaker": "SELF", "text": "@duretti \nagile\nwagile\nwagife\nwagerf\nwagerfa\nwaterfal\nwaterfall" }, { "speaker": "OTHER", "text": "@lawnsea @jennschiffe...
2016-05-19T04:41:50+00:00
briantford
conv_2464#25871
twitter
[ { "speaker": "OTHER", "text": "> The primary stack design point is reproducible builds.\n\n*tears of joy*" }, { "speaker": "SELF", "text": "omg, haskell-stack is amazing. thx @passy for showing me the light." }, { "speaker": "OTHER", "text": "@keithjgrant it's better to choose too...
2016-05-16T23:04:35+00:00
briantford
conv_8114#25872
twitter
[ { "speaker": "OTHER", "text": "@keithjgrant that's nice if you plan on adding custom unspec'd language features. 99% of people are not." }, { "speaker": "OTHER", "text": "@keithjgrant @matthewdeaners That's my point. TSC is much easier to use, and faster than Babel." } ]
2016-05-16T22:43:58+00:00
briantford
conv_9554#25873
twitter
[ { "speaker": "SELF", "text": "@keithjgrant @matthewdeaners u can turn off enforcing the types and voila– you have an ES6 transpiler" }, { "speaker": "OTHER", "text": "@jffry Yeah, that's a pretty exotic use case." } ]
2016-05-16T20:54:00+00:00
briantford
conv_4872#25874
twitter
[ { "speaker": "SELF", "text": "@thejameskyle having made poor programming analogies many times, I do not know why someone would chose analogies over" }, { "speaker": "OTHER", "text": "@jffry TS supports compiling to ES3. See `--target` flag: https://t.co/Ndl6QuEz1G" }, { "speaker": "OTHER...
2016-05-16T20:21:19+00:00
briantford
conv_9778#25875
twitter
[ { "speaker": "SELF", "text": "@thought_sync that's fine if you *actually need* to be writing your own compiler plugins, but in practice I find it rare." }, { "speaker": "OTHER", "text": "@fivetanley compilation (and, well, npm install time)" }, { "speaker": "SELF", "text": "popular b...
2016-05-16T19:26:52+00:00
briantford
conv_5016#25876
twitter
[ { "speaker": "SELF", "text": "Having used both fairly extensively, I genuinely do not understand why someone would choose to use Babel over TypeScript" }, { "speaker": "SELF", "text": "@dan_abramov will do :)" }, { "speaker": "SELF", "text": "@thealphanerd expert level event curation...
2016-05-10T06:44:36+00:00
briantford
conv_7863#25877
twitter
[ { "speaker": "OTHER", "text": "@hsjuju2 can you use ur time magic to please let me have a couple extra hours of sleep really appreciate it thanks" }, { "speaker": "SELF", "text": "@CarmenPopoviciu let's do it! 🍦🍦🍦" }, { "speaker": "OTHER", "text": "@simpulton @jedgar @elmlang @ang...
2016-05-10T04:25:27+00:00
briantford
conv_7378#25878
twitter
[ { "speaker": "OTHER", "text": "@lawnsea not tedious at all! btw did you ever follow up with @victorsavkin or @tbosch1009? They know more than me." }, { "speaker": "OTHER", "text": "@jedgar @elmlang haha I don't know if a lang can be explored \"fully,\" but I've been having a good time porting my...
2016-05-10T03:42:46+00:00
briantford
conv_3623#25879
twitter
[ { "speaker": "SELF", "text": "I've been toying around with @elmlang lately and I'm super impressed. It's like working with a super cohesive RX + ImmutableJS + TypeScript" }, { "speaker": "SELF", "text": "@bdogg64 Right back at ya; thank you for all your contributions and help!" }, { "spe...
2016-05-10T03:16:43+00:00
briantford
conv_4245#25880
twitter
[ { "speaker": "OTHER", "text": "@jbdeboer Ohhh I'm fully aware. I don't normally visit it, but I carelessly clicked a link elsewhere. Lesson learned haha." }, { "speaker": "SELF", "text": "@johnlindquist haha, also a good policy." } ]
2016-05-10T03:08:50+00:00
briantford
conv_4276#25881
twitter
[ { "speaker": "SELF", "text": "@karolikl thanks!" }, { "speaker": "OTHER", "text": "@jennschiffer right back atcha." } ]
2016-05-10T02:51:08+00:00
briantford
conv_7459#25882
twitter
[ { "speaker": "SELF", "text": "@rauchg shhhh don't let them know." }, { "speaker": "SELF", "text": "@Brocco Thanks! I don't think I'll ever be too far away from Angular or OSS." } ]
2016-05-10T02:40:41+00:00
briantford
conv_5180#25883
twitter
[ { "speaker": "OTHER", "text": "@tonyghita I totally forgot you moved here! Sure, my mornings are mostly free these days. DM me a time that works for ya." }, { "speaker": "OTHER", "text": "My life is actually astoundingly boring. I'm actually a little bit flattered that someone thinks I have that...
2016-05-10T02:25:31+00:00
briantford
conv_9920#25884
twitter
[ { "speaker": "OTHER", "text": "In short, I have nothing but love for the @angularjs team and the rest of the community. ❤️" }, { "speaker": "OTHER", "text": "@johnlindquist haha I know. But I take a certain satisfaction in fighting FUD and hate with pure love ❤️" }, { "speaker": "OTHER",...
2016-05-10T02:18:14+00:00
briantford
conv_8610#25885
twitter
[ { "speaker": "OTHER", "text": "I'd been thinking about it for a while, but with the team finally at a good size, and Angular 2 nearly shipped, it seemed like a good time." }, { "speaker": "OTHER", "text": "Mostly, I'd been working on @angularjs for 4+ years. Imagine building all these great tool...
2016-05-10T01:46:44+00:00
briantford
conv_1739#25886
twitter
[ { "speaker": "OTHER", "text": "Catching up on @ngconf talks– great stuff this year, as always." }, { "speaker": "OTHER", "text": "@reneedicherri sam e" }, { "speaker": "OTHER", "text": "@fivetanley xanga" }, { "speaker": "OTHER", "text": "@jedschmidt @jennschiffer thanks ...
2016-04-26T23:28:52+00:00
briantford
conv_7421#25887
twitter
[ { "speaker": "OTHER", "text": "@jennschiffer @jedschmidt I am! I'll have to come visit again when you're in town." }, { "speaker": "OTHER", "text": "@domenic let me know when you're free! I'm here till Wednesday." }, { "speaker": "SELF", "text": "@geddski thanks so much for the gener...
2016-04-01T21:19:20+00:00
briantford
conv_5350#25888
twitter
[ { "speaker": "OTHER", "text": "Today's my last day at @google. Gonna miss the @angularjs team, but I'm excited for what's next." }, { "speaker": "SELF", "text": "@addyosmani @victorsavkin @thejameskyle @BenLesh the terminal is much less impressive than the keyboard https://t.co/P8QjBPfLJW" }, ...
2016-03-17T01:35:30+00:00
briantford
conv_9463#25889
twitter
[ { "speaker": "OTHER", "text": "@geddski apparently @toddmotto and I got it on the same day #lasikclub2016" }, { "speaker": "SELF", "text": "@othiym23 i've vowed to only give super campy or post-structuralist talks from now on" }, { "speaker": "OTHER", "text": "@othiym23 ooo got a lin...
2016-03-17T01:29:59+00:00
briantford
conv_5782#25890
twitter
[ { "speaker": "OTHER", "text": "absolute ideology corrupts absolutely" }, { "speaker": "OTHER", "text": "@othiym23 i think a lot about preventing race conditions by capturing all async tasks and running tests in each permutation of the order." }, { "speaker": "OTHER", "text": "@trek h...
2016-03-17T01:19:39+00:00
briantford
conv_5374#25891
twitter
[ { "speaker": "OTHER", "text": "@othiym23 ugh gross" }, { "speaker": "OTHER", "text": "@toddmotto they drugged me up good. I took a ~5 hour nap and now my vision already seems pretty ok." } ]
2016-03-16T02:22:01+00:00
briantford
conv_9661#25892
twitter
[ { "speaker": "OTHER", "text": "@toddmotto yep!" }, { "speaker": "OTHER", "text": "@toddmotto nice! I'm on my way to get the same." }, { "speaker": "OTHER", "text": "@DataErase this is exactly the content i was hoping to see" } ]
2016-03-15T02:01:51+00:00
briantford
conv_7228#25893
twitter
[ { "speaker": "OTHER", "text": "@cassyaple next time!" }, { "speaker": "OTHER", "text": "@cassyaple yes, though very briefly. you around still? it's been a while!" } ]
2016-03-11T22:01:17+00:00
briantford
conv_8133#25894
twitter
[ { "speaker": "SELF", "text": "@hopefulcyborg there's still one left at h.lorenzo lolol" }, { "speaker": "SELF", "text": "Important update: I got my shirt https://t.co/sbdH9kUYbu https://t.co/sgA6p6riEz" }, { "speaker": "OTHER", "text": "@jeffbcross @bradlygreen I'm seeing the same. I...
2016-02-26T17:50:47+00:00
briantford
conv_2956#25895
twitter
[ { "speaker": "OTHER", "text": "@gunfullofsun i'm out of town this weekend :(" }, { "speaker": "OTHER", "text": "everyone's pretty riled up about software today huh" } ]
2016-02-20T15:48:00+00:00
briantford
conv_4878#25896
twitter
[ { "speaker": "SELF", "text": "in the future, science will be able to resurrect a dead programmer using only her .bash_history and machine learning algos" }, { "speaker": "SELF", "text": "@jedgar john did you try to use the laundry and microwave at the same time? you know the crumbling SF infrast...
2016-02-18T22:13:02+00:00
briantford
conv_6833#25897
twitter
[ { "speaker": "SELF", "text": "@briantford corollary: to make a good build system start from compiler architecture and work backwards" }, { "speaker": "SELF", "text": "any sufficiently complicated build system contains an adhoc, informally-specified, bug-ridden, slow implementation of a tradition...
2016-02-17T05:12:03+00:00
briantford
conv_3822#25898
twitter
[ { "speaker": "SELF", "text": "@PearlChen just a little bit, yes" }, { "speaker": "SELF", "text": "@PearlChen @JustinTrudeau visionary" } ]
2016-02-12T19:29:19+00:00
briantford
conv_7753#25899
twitter
[ { "speaker": "OTHER", "text": "@hopefulcyborg lol you're not going to like the price" }, { "speaker": "SELF", "text": "@divya if it must be a dragon I'm happy to look and email you some recs" }, { "speaker": "SELF", "text": "@divya for souvenir bombers you might look to maharishi (br...
2016-02-11T07:00:34+00:00