Posts by jrose@belkadan.com
(DIR) Post #B48TrWKzuYErBIINc0 by jrose@belkadan.com
1 likes, 0 repeats
@joe There’s tons of interest!…in ending the practice
(DIR) Post #B4Sb8MscueGjc2Cj8S by jrose@belkadan.com
1 likes, 0 repeats
Every now and then people share languages with very minimal or very uniform syntax (think Lisp, or Haskell, or Forth) and go "look, all the noise is gone". And to each their own, and familiarity goes a long way, but I think I've pinned down my feelings about it, which is "that wasn't noise, that was signal; I was using as scaffolding when reading the code and now I have to wade through every token linearly".
(DIR) Post #B4YqMlSL07N29GzSAi by jrose@belkadan.com
1 likes, 0 repeats
@joe I'm working on one that'll support twice as much data per screen every 2 years (moore)
(DIR) Post #B4hXhG52hVAmDHnArQ by jrose@belkadan.com
0 likes, 0 repeats
Congrats to my Swift colleagues for #finally pushing @c over the finish line! Been a long time coming.
(DIR) Post #B4hXhGVd6eRLXkEPIm by jrose@belkadan.com
1 likes, 0 repeats
@helge “Swift 6.3: Objective-C, without the C, with the C.”
(DIR) Post #B4p8QQqgT2dJ6AdRuS by jrose@belkadan.com
1 likes, 0 repeats
…just not what order they're in
(DIR) Post #B5IK5SvCOnk4TpM00W by jrose@belkadan.com
1 likes, 0 repeats
Talking idly with a coworker about how you could add cleanup code to an Apple Blocks Extension block from just C code:Use ObjC or C++ for -dealloc/destructors (the correct answer)Maybe __attribute__((cleanup)) on a __block variable would work, maybe it wouldn'tUse objc_setAssociatedObject. But with what object, if we can't use Objective-C? A CFData with custom callbacks would do it!
(DIR) Post #B64C69INNgdRr25P4C by jrose@belkadan.com
1 likes, 0 repeats
@joe and int(String) interns the string and gives you a unique symbol
(DIR) Post #B6EaYGbCA2WJ5wQcQi by jrose@belkadan.com
1 likes, 0 repeats
The universe is a scam created by Big Bang to sell more…hm
(DIR) Post #B6EbBjcCDIHkNeiTDc by jrose@belkadan.com
1 likes, 0 repeats
pronouncing "intellij" "IN-tel-eye" like it's a Dutch word
(DIR) Post #B6u3lP2XQlSeYNwQLY by jrose@belkadan.com
1 likes, 0 repeats
Linear typing is when you enter an entire program start to finish in one go send tweet
(DIR) Post #B8LszN3KlODLOFCsim by jrose@belkadan.com
0 likes, 0 repeats
decimal : digitbinary: bitternary: trithexadecimal : ? (de facto "nybble", half a byte)octal : ?