Not a physician, utility-bikes a lot (~5000km/year), DFH, works on Go compiler. (I do not speak for my employer.) Sometimes know things about programming languages, (cargo) bicycles, lilies, Florida.

He/him. Ex(?) Florida Man.
Married to a sociologist.
Tootfinder searchable.

Biased towards following people unlike me but with overlapping interests.

I’m aware that not everyone can ride a bike, it’s been mentioned once or twice in the past.

  • 0 Posts
  • 5 Comments
Joined 3 years ago
cake
Cake day: November 27th, 2022

help-circle
  • @Evinceo there’s code generation, and there’s optimization decisions. Optimization problems often have the property that their correctness is easily checked, but choosing the best one is hard. Register allocation is the easy-to-understand example – if modeled as graph coloring, an incorrectly colored graph is trivial to detect.

    So, sadly, not silly enough.



  • @corbin I’m curious how they deal with the Go builder (not compiler specifically) and all its signature verification hoo-hah. There’s ways around that (and those are consistent with “trust nobody”) but it’s not usual case, and not tested nearly as hard as the default path. You can use your own builder, too, that’s also an option (and now I wonder, could we get the Go builder to export a “build plan” for other-tool consumption?)