• 0 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: June 24th, 2023

help-circle


  • Three that I recall. First pair was in my early twenties, some weird blue bug eye mirror things that I thought made me look cool (they didn’t). Second was a pair of Fossil sunglasses in this cool gunmetal color/material with prescription lenses, acquired shortly after the bug sunglasses. Those lasted me for years. Current pair are Raybans with prescription lenses. They’ve lasted quite a few years as well.

    I wear normal glasses as well and keep my sunglasses in a case. I’ve never sat on them.








  • I’m a professional software dev and I use GitHub Copilot.

    It’s most useful for repetitive or boilerplate code where it has an existing pattern it can copy. It basically saves me some typing and little typo errors that can creep in when writing that type of code by hand.

    It’s less useful for generating novel code. Occasionally it can help with known algorithms or obvious code constructs that can be inferred from the context. Prompting it with code comments can help although it still has a tendency to hallucinate about APIs that don’t exist.

    I think it will improve with time. Both the models themselves and the tools integrating the models with IDEs etc.