VSCode with Go language support: removes unused variable on save “Fixed that compilation bug for ya, boss”
VSCode with Go language support: removes unused variable on save “Fixed that compilation bug for ya, boss”
Reminded me of this: https://youtu.be/PsWj_RKbkxU?t=275
SaaS vendor about to be DoS’d: “(chuckles) I’m in danger”
“Hi team, customers observing BigCannon is missing enemy about 90% of time since latest update. Red faction reported issue 4pm ET today and opposing Blue faction was able to re-pro. Can we get all hands on deck to deep dive and push a fix by midnight so both sides can start reliably shooting at each other again before tomorrow morning? Thanks”
Started on the tower defense part of my visual novel. The idea is to keep cells healthy by writing policies that determine which molecules can enter a cell. It’s extremely bare bones rn :')
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.
I hope not. I’m pretty sure me and my coworkers would be at each others’ throats if it were not for some form of typed JS holding our Frankenstein codebase together.
B I R D S
Oh wait you’re talking about torrents…
I always love passing over the river on the yellow line
Back in middle school I wore a Woodstock shirt to school and one of my classmates came up to me and was just like, “Oh man I love Woodstock”. I literally had no idea Woodstock was even a thing (I thought it was just some random words on a graphic tee). Wanted so badly to just tell him that I only got it because I thought the bird on the guitar looked cool but ended up getting tongue tied :,)
Congrats! Game looks really cool! Best of luck
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?
Not really a language you would write in but WebAssembly. I have this dream of a single WASM runtime environment across web, desktop, mobile with devs writing apps once, compiling them down to WASM, distributing them over the Internet, and users running them on any platform they like.