A training montage set to music? (I’m forcing myself to not Google this first)
A training montage set to music? (I’m forcing myself to not Google this first)
Sue Yoo, attorney at law
Not every Corner Bakery is, in fact, located at a corner
I liked being 16. Mature enough to design grand plans. Naive enough to actually try them.
Plus the greatest adversary I face for the rest of my life would just be standardized testing :P
I really hope so. Last code I reviewed was full of !! and companion objects trying to emulate Java static instead of top-level consts. Even I’m still trying to figure out what idiomatic Kotlin looks like. We got a ways to go…
The interoperability is both a blessing and a curse imo since it let us half-ass the integration by leaving a bunch of Java code unconverted. I could start refactoring everything but then my team would stop reviewing my PRs due to the diff size (and then my manager would eventually find out that I’ve been using up work time doing this instead of shipping features during crunch week).
I really much prefer Kotlin to Java. I just wish my team had actually had a commitment to it instead of just sorta using it with no migration plan.
This is literally how this all started for us lol. Senior wanted to try to migrate everything to Kotlin in our project. Migration never finished. Now one of our major repos is just half Kotlin half Java. Devs on our team learn Kotlin by unexpectedly encountering it when they need to touch that code.
;;;;)
The folks over at [email protected] have been weighing books all day which has been fun :P
B I R D S
Oh wait you’re talking about torrents…
Stability gives way to chaos which gives way to stability once again. While the state of a two-body system can be modeled via simple closed form equations, the mere introduction of a third body turns that which was once predictable into a chaotic mess whose behavior utterly escapes human understanding.
These were the thoughts racing through Dr. Wang’s mind as he prepared to enter his first VR threesome. That and why he had agreed to any of this at all in the first place.
changhsumath
I remember I clicked into one of his videos from the homepage out of sheer curiosity and ended up getting super distracted trying to solve the take-home exercise at the end
…and then there’s Go who just won’t let you compile at all
“Dr. Prof. Mann, I really didn’t understand anything about UNIX on that last midterm. Can we go over how to touch
and finger
after class?”
I deduce these two sets must be the same then?
Looking at my phone, I verbally asked myself, “Where’s my phone??”
Me of course. I mean I already got famous for being me so clearly I would be a good fit for the role.
It’s obviously:
Traceback (most recent call last): File “./main.py”, line 2, in AttributeError: ‘str’ object has no attribute ‘length’
VSCode with Go language support: removes unused variable on save “Fixed that compilation bug for ya, boss”